
body {
 background-color: #CBE1F5; /*couleur fond du site*/
 color:#25286F; /*couleur texte*/
 font-family: Geneva, Arial,Verdana, sans-serif; /*type texte*/
 text-align:left;
 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;
}

/* 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:#176200;
text-decoration:none;
}

/* Définition des liens en survol */
a:hover {
background: none;
color:#176200;
text-decoration:underline;
}

/*Définition des titres : couleur, taille, typo : vu dans style client*/				   
.titrep { 
	vertical-align:middle;
	font-size: 14px;
	font-weight:bold;
	font-family: Verdana, Arial, Geneva,  sans-serif;
	color: #AE159E;
	}


/*=================STYLES CLIENT=========================================*/

.titre1 { 
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font:bold;
	}