/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
body {
	background-color:#FFFFFF;
	scrollbar-face-color:Maroon;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: Maroon;
	scrollbar-arrow-color:orange;
}
a:link {
	color: Maroon;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: Maroon;
}
a:hover {
	text-decoration:underline;
	background-color: Maroon;
	color: White;
	font-size:11px;
}
a:active {
	text-decoration: none;
	color: Maroon;
}
.bouton {
	font-size:9px;
	background-color:Maroon;
	color:#FFFFCC;
}
.head {
	color:#FFFFFF;
	background:#02238F;
}
