BODY {/*style par défaut */
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #BBB487;
	scrollbar-face-color: #E3E4FA;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #E3E4FA;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}

A:ACTIVE, A:HOVER {/*Liens mouseover sur les menus*/
	color: #9C1C20;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.txtmenu{/* texte qu'il y a dans menu et c'est une classe*/
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#txtstd{/*le # est le id */
	font-family:  Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #9C1C20;
	text-align: justify;
}


.link{/* texte qu'il y a dans menu et c'est une classe*/
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #9C1C20;
}
