/* CSS Document */
body{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#660000}
.titre{
	font-size: 12px;
	font-weight:bold;
}
.entete{font-weight: bold; text-align:right;}
.rouge{text-align:center; color:#FF0000;}
.blanc{color:#FFFFFF; font-weight: bold; font-size:14px; font-style:}
.input { background-color:#CCCCCC; border-style:none; font-family:Verdana; font-size:11px;}

a{
	color: #660000;
	font-weight:bold;
	text-decoration:none;
	font-size: 10px;
}
a:hover{
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	font-size: 10px;
}