BODY {/*style par défaut */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #04417E;
	background-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #04417E;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #04417E;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #04417E;
}

A:ACTIVE, A:HOVER {/*Liens mouseover sur les menus*/
	color: #304984;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.txtmenu{/* texte qu'il y a dans menu et c'est une classe*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #9C1C20;
}

#txtstd{/*le # est le id */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #5D7C9E;
	text-align: justify;
}



