html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.texteBlanc {
	color: #FFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}
.titreNoir {
	color: #000;
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
}
.texte16BoldNoir {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.texteSpectacleBlanc {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}