
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.png);
 background-repeat:no-repeat;/* fond en barre */
 background-attachment:fixed;
 background-position:top;
 background-color: #00154e; 
 
 /*Texte*/
 font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
 color: #333333;
 font-size: 12px;
 line-height: 140%;
}


/* Définition des liens */
a:link, a:visited {
color:#004181;
text-decoration:none;
}

/* Définition des liens en survol */
a:hover {
color: #00154e;
background: none;
text-decoration:underline; 
}

/* Définition des titres des menus */
.titre_page {
font-size:20px;
font-weight: normal;
color:#333333;
}


/*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:50px;
margin-right:50px;
margin-top:30px;
margin-bottom:20px;
}

/*Définition du contenu texte */
.anim{
width:800px;
height:336px;
position:relative;
top:41px;
margin-bottom:80px;
left:0px;
padding:0px;
}

/*Définition du contenu texte */
.photo{
width:800px;
height:336px;
position:relative;
top:41px;
margin-bottom:80px;
left:0px;
padding:0px;
overflow: hidden;
background-image:url(../images/800/plage-palombaggia-00.jpg);
background-position:left;
background-position:center;
}

.aff_metas{
color:#FFFFFF;
}

.aff_metas a:link, .aff_metas a:visited, .aff_metas a:hover { color:#FFFFFF}

.retour{clear:both;}

/*Définition des titres ex : couleur, taille, typo : vu dans style client*/				   
.titrep {display:none;}
.titrep br{display:none;}


