
html {
 width:100%;
 height:100%; /* force à prendre toute la hauteur disponible */
}

body {
 width:100%;
 height:100%; /* force à prendre toute la hauteur disponible */
 text-align:center; /*centre l'interface pour ie 6*/
 margin:0px 0px 0px 0px;
 
 /*fond du site*/
 background-image:url(../images/interface/fond.jpg);
 background-repeat:repeat;/* fond en barre */
 background-attachment:fixed;
 background-position:top;
 background-position:0px 0px;
 background-color: #CCC; 
 
 /*Texte*/
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 color: #fff;
 font-size: 12px;
 line-height: 140%;
}


/* Définition des liens */
a:link, a:visited {
color: #edc877;
text-decoration:none;
}

/* Définition des liens en survol */
a:hover {
color: #edc877;
background: none;
text-decoration:underline;
}

/* Définition des titres des menus */
.titre_page {
font-size:20px;
font-weight:bold;
color:#fff;
}

/*Définition du contenu à gauche */
.bloc_gauche{
float:left;
margin-right:10px;
margin-bottom:10px;
}

/*Définition du contenu à droite */
.bloc_droite{
float:right;
margin-left:10px;
margin-bottom:10px;
}
/*Définition du contenu texte */
.contenu{
margin-left:20px;
margin-right:20px;
margin-top:50px;
margin-bottom:20px;
}

/*Définition du contenu texte */
.anim{
width:800px;
height:305px;
margin:0px;
padding:0px;
}


/*Définition du contenu texte */
.photo{
margin:0px;
padding:0px;
overflow: hidden;
width:800px;
height:310px;
background-image:url(../images/800/residence-piscine-portovecchio.jpg);
background-position: center;
}

.retour{clear:both;}

/*Définition des titres ex : couleur, taille, typo : vu dans style client*/				   
.titrep {display:none;}
.titrep br{display:none;}

/* Pour la modification du menubas*/
.menubas {color: #edc877; text-decoration: none; } 
a.menubas:link{color: #edc877; text-decoration: none;}
a.menubas:visited{color: #edc877; text-decoration: none;}
a.menubas:hover{color: #edc877; text-decoration: underline;}



