body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.texte{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0B5F83;
}

.titre {
	font-family: Helvetica, sans-serif, Arial ;
	font-size: 13px;
	font-weight: normal;
	color: #58585A;
}

.rouge {
	font-family: Helvetica, sans-serif, Arial ;
	font-size: 13px;
	font-weight: bold;
	color: #0E3293;
}

.champs {
	font-family:Helvetica, Arial,  sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width:250px;
	height:20px;
	border: 1px solid #cccccc;
}

.textarea {
	font-family:Helvetica, Arial,  sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width:250px;
	height:50px;
	border: 1px solid #cccccc;
}

.obligatoire {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00B9F1;
}