.Style1  { color: white; font-weight: bold; font-size: 11 }
a.Style1  { color: white; text-decoration: underline }
a.Style1:hover  { color: blue; text-decoration: underline }
.a.Style1:Visited   { color: navy; font-weight: bolder }
.Style2   { color: white; font-size: xx-small }
a.Style2  { color: blue; text-decoration: underline }
a.Style2:hover   { color: blue; text-decoration: underline }
.a.Style2:Visited  { color: navy; font-weight: bolder }
.txtrouge {
	font-size: xx-small;
	color: #FF0000;
	font-weight: bold;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td.tdover {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
td.tdover:hover {
	border: 1px solid #666666;
}
.fdgris {
	background-color: #666666;
	padding: 4px;
}
.fdcolor1 {
	background-color: #99CCCC;
	padding: 4px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.imageborder {
	border: 1px solid #666666;
}

