#formu {
	width:500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;
	margin: auto;
	line-height: 2.5em;
}

legend {
	font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
	color: #0B7DAE;
	background-color: white;
	font-weight: bold;
}
 
.img {
	border: 1px solid black;
	width: 125px;
}

label {
	display: block;
	width: 150px;
	float: left;
	color: #2C485C;
	background-color: white;
}

.captcha {
	color: #E34405;
	background-color: white;
}

.info {
	font-family: "Trebuchet MS", Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #008000;
	background-color: white;
	font-style: italic;
}

.info-bis {
	font-family: verdana, Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #008000;
	background-color: white;
	font-style:normal;
}

.asterisque {
	color: red;
	background-color: white;
}

.signature {
	text-align: right; 
	font-family: "Comic Sans MS", Georgia, "Times New Roman", serif;
	color: gray;
	background-color: white;
	font-size: 80%;
	text-decoration:none;
}

