
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;
 background-position:center;
 background-attachment:fixed;
*/
 background-color: #f7f9fb;
 
 /*Texte*/
 font-family:Georgia, "Times New Roman", Times, serif;
 color: #fff;
 font-size: 12px;
 line-height: 140%;
}


/* Définition des liens */
a:link, a:visited {
color: #CCC;
text-decoration:none;

}

/* Définition des liens en survol */
a:hover {
color: #FFF;
background: none;
text-decoration:underline; 
}

/* Définition des titres des menus */
.titre_page {
font-size:16px;
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:80px;
margin-right:80px;
margin-top:60px;
margin-bottom:20px;
}

/*Définition du contenu texte */
.anim{
width:900px;
height:352px;
position:relative;
left:0px;
top:0px;
margin:0px;
padding:0px;
}



/*Définition du contenu texte */
.photo{
width:900px;
height:352px;
position:relative;
left:0px;
top:0px;
margin:0px;
padding:0px;

overflow: hidden;
background-image:url(../images/900/audia8_03.jpg);
background-position:top;
}

.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: #CCC; text-decoration: none; } 
a.menubas:link{color: #CCC; text-decoration: none;}
a.menubas:visited{color: #CCC; text-decoration: none;}
a.menubas:hover{color: #CCC; text-decoration: underline;}

/* Pour la modification du menubas*/
.aff_metas {color: #999; text-decoration: none; } 

