
html {
     height:100%; /* force à prendre toute la hauteur disponible */
}

body {
 height:100%; /* force à prendre toute la hauteur disponible */
 text-align:center; /*centre l'interface pour ie 6*/
 background-image:url(../images/interface/fond.jpg);
 background-attachment:fixed;
 background-position:center;
 background-position:top;
 background-color: #c7ebfc; /*couleur fond du site*/
 color: #004888; /*couleur texte#888888#031B7A*/
 font-family: Verdana, Arial, Helvetica, sans-serif; /*type texte*/
 font-size: 12px;
 line-height: 140%; 
 
 margin:0px 0px 0px 0px;
 SCROLLBAR-3D-LIGHT-COLOR: #FCF4E8;
 SCROLLBAR-ARROW-COLOR: #FCF4E8e;
 SCROLLBAR-BASE-COLOR: #FFFEF6;
 SCROLLBAR-DARK-SHADOW-COLOR: #FFFEF6;
 SCROLLBAR-FACE-COLOR: #FFFEF6;
 SCROLLBAR-HIGHLIGHT-COLOR: #FCF4E8;
 SCROLLBAR-SHADOW-COLOR: #FFFEF6
}


/* Définition des liens */
a:link, a:visited {
color: #0086ff;
text-decoration:none;
}

/* Définition des liens en survol */
a:hover {
color: #0086ff;
background: none;
text-decoration:underline;
}



/*Définition des titres : couleur, taille, typo : vu dans style client*/				   
.titrep {display:none;}
.titrep br{display:none;}

/*=================STYLES CLIENT=========================================*/
