
body {
 background-color: #ffffff; /*couleur fond du site*/
 color:#374D99; /*couleur texte*/
 font-family: Verdana, Geneva, Arial, sans-serif; /*type texte*/
 text-align:left;
 margin:0px 0px 0px 0px;
 SCROLLBAR-3D-LIGHT-COLOR: steelblue;
 SCROLLBAR-ARROW-COLOR: steelblue;
 SCROLLBAR-BASE-COLOR: white;
 SCROLLBAR-DARK-SHADOW-COLOR: white;
 SCROLLBAR-FACE-COLOR: white;
 SCROLLBAR-HIGHLIGHT-COLOR: steelblue;
 SCROLLBAR-SHADOW-COLOR: white
}

/* Taille du texte dans les tables */
table {
 font-size: 12px;
/* font-size: 1em;*/
 line-height: 140%;
}

/* Définition des liens */
a:link, a:visited {
color:navy;
text-decoration:underline;
}

/* Définition des liens en survol */
a:hover {
background: none;
color:chocolate;
text-decoration:none;
}

/*Définition des titres : couleur, taille, typo : vu dans style client*/				   
.titrep { 
 	vertical-align: middle;
	font-size: 14px;
	font-weight:bold;
	}


/*=================STYLES CLIENT=========================================*/

.titre1 { 
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font:bold;
	}