body{
	font-family:Tahoma;
	font-size: 12pt;
	color: #CCCCCC;
	margin:10 ;
	background-color:#70708F;
	text-align:center;
}
table{
	font-family:Tahoma;
	font-size: 10pt;
	color: gray;
}
td{
	padding:4px;
}
.entete{
	font-family:Tahoma;
	font-size: 12pt;
	color: white;
}
.label{
	font-family:Tahoma;
	font-size: 10pt;
	font-weight:900;
	color: white;
}
a:link{
	font-family:Tahoma;
	font-size: 10pt;
	color:#555599;
	text-decoration:none;
}
a:visited{
	font-family:Tahoma;
	font-size: 10pt;
	color: gray;
	text-decoration:none;
}
a:active{
	font-family:Tahoma;
	font-size: 10pt;
	color: red;
	text-decoration:none;
}
a:hover{
	font-family:Tahoma;
	font-size: 10pt;
	color: black;
	font-weight:600;
	text-decoration:none;
}