body
{	
	background-color: #D4D0C8;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.texteTitre
{
	font: 14px Verdana,Lucida Sans Unicode,Courier,Arial,Helvetica;
	font-family: "Verdana"; 
	font-weight:bold;
}
.texteNom
{
	font: 10px Verdana,Lucida Sans Unicode,Courier,Arial,Helvetica;
	font-family: "Verdana"; 
	font-weight:bold;
}

.texteNormal
{
	font: 8px Verdana,Lucida Sans Unicode,Courier,Arial,Helvetica;
	font-family: "Verdana"; 
}

.obligatoire
{
	font: 12px Verdana,Lucida Sans Unicode,Courier,Arial,Helvetica;
	font-family: "Verdana"; 
	font-weight:bold;
}
.obligatoireAsterix
{
	font: 12px Verdana,Lucida Sans Unicode,Courier,Arial,Helvetica;
	font-family: "Verdana"; 
	font-weight:bold;
	color:red;
}
.couleurErreur
{	
	background-color: red;
	color:white;
}