body {
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #D4B024;
}
a:active {
	text-decoration: none;
}
.TextNormal {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.TitreJaune {
	color: #D4B71D; 
	font-weight: bold; 
	font-size: x-small; 
	font-family: Arial; 
}
.Signature {
	font-size: xx-small;
	font-weight: bold;
	color: #D4B71D;
	font-family: Arial;
	font-style: italic;
}
.TitreLien {
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial;
}