body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 10px;
	background-color: #000000;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}
.titre {
	font-weight: bold;
	text-transform: uppercase;
}
.titre_entete {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.petit {
	font-size: 9px;
}

