
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: #D1D1D1; /*couleur fond du site*/
 color: #000066; /*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: #0066CC;
text-decoration:none;
}

/* Définition des liens en survol */
a:hover {
color: #0066CC;
background: none;
text-decoration:underline;
}

/* Définition des titres des menus */
.titre_page {
font-size:20px;
font-weight:bold;
color:#004888;
}


/*Définition des titres ex : couleur, taille, typo : vu dans style client*/				   
.titrep {display:none;}
.titrep br{display:none;}

