<!--
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">

.rien {}
body	{	background-color: #161816; }
.titre	{ font-family: Arial;	font-size: 18px; color: #2F65BC	}
h1	{ font-family: Arial;	font-size: 16px; color: #2F65BC	}
h2	{ font-family: Arial;	font-size: 12px; color: #2F65BC	}
.texte	{	font-family: Arial;	font-size: 12px; color: #FFFFFF	}	
A:link    { text-decoration: none; color: #2F65BC; font-family: Arial; font-size: 12px; }
A:visited {	text-decoration: none; color: #78B3E2; font-family: Arial; font-size: 12px; }
A:active  { text-decoration: none; color: #2F65BC; font-family: Arial; font-size: 12px; }
A:hover   {	text-decoration: none; color: #2F65BC; font-family: Arial; font-size: 12px;	}

table.result {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: separate;
	background-color: white;
}
table.result th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	font-family: Arial; font-size: 14px; color: #000000
	/*background-color: rgb(255, 245, 238); */
	-moz-border-radius: 0px 0px 0px 0px;
}
table.result td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	align: left;
	font-family: Arial; font-size: 12px; color: #000000
	/* background-color: rgb(255, 245, 238); */
	-moz-border-radius: 0px 0px 0px 0px;
}

-->

