body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.txt12Blanc {
	font-size: 12px;
	color: #FFFFFF;
}
.txt14Blanc {
	font-size: 14px;
	color: #FFFFFF;
}
.txt10Orange {
	font-size: 10px;
	color: #FFCC00;
	text-decoration: none;
}
.txt10Orange:hover {
	font-size: 10px;
	color: #FFCC00;
	text-decoration: underline;
}
.txt14Orange {
	font-size: 14px;
	color: #FFCC00;
}
.titre {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #556BA6;
}
.text12Rouge {
	font-size: 12px;
	color: #FF0000;
}

.text12Orange {
	font-size: 12px;
	color: #FFCC00;
}


