/* Feuille de style pour le formulaire de contact -Captcha v.1*/

#formu
{
	width:380px;
	font-family:verdana, sans-serif;
	font-size:10px;
	margin: auto;
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #DB5600;
}
legend /* On met un peu plus en valeur les titres des fieldset */
{
	font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
} 
.img{border:1px solid black;width:125px;}
label
{
	display:block;
	width:100px;
	float:left;
	color: #000000;
	font-size: 11px;
}
.captcha
{
	color:  #333333;
}
.info
{
	font-family: "Trebuchet MS", Arial, Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	color: #000000;
	font-style: italic;
}
.info-bis
{
	font-family: verdana, Arial, Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	color: #000000;
	font-style:normal;
}
.asterisque
{
	color: #DB5600;
}
.signature
{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-decoration:none;
}

