body {
	margin : 0 0 0 0;
	background-color:#000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, p, td, input, textarea {
	color: #4168AF;
	font-family: Tahoma;
	font-size: 12px;
}
.rouge{ 
	color:#000066;
}
a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:none;
}
a:active {
	color:#000000;
	text-decoration:none;
}
.tableau{
 border:1px dashed black;
}
a.attest:link, a.attest:visited {
	color:#0607f5;
	text-decoration:none;
}
a.attest:hover {
	color:#000066;
	text-decoration:underline;
}
a.attest:active {
	color:#0607f5;
	text-decoration:none;
}
.fonce{
	border:0;
	background-color:#CAD6EC;
}
.clair{
	border:0;
	border-top:1px solid #E9E9E9;
}
.clair td, .fonce td{
	border-top:1px solid #E9E9E9;
	height:20px;
}
.fonce:hover, .clair:hover{
	background-color:#f1a09c;
	cursor:default;
	color:#CC9900;
}
.clair:hover td, .fonce:hover td{
	color:#000;
}