body{
margin:0;
padding:0;
background-color: #BE002C;

}
#formulaire{
	background:url(../images/bottom_formulaire.jpg) no-repeat bottom left; 
	width: 425px;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
}

#espace{
	height:8px; 
	width:100%; 
	clear:both ;
	font-size:1px;
}

h4{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
h1{
	color:#FFFFFF;
	margin-left: 20px;
	font-size:20px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p{
	color:#FFFFFF;
	margin-left: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:405px;

}
fieldset {
	border: 0;
	width: auto;
}

legend {
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
}

label{
color:white;
font-weight:bold;
}

label.text {
	display: block;
	float: left;
	width: 45%;
	text-align: left; /* n'hsitez pas pas  aligner  gauche, c'est pas mal aussi */
	margin: 0 0.1em 0 0;
	padding: 0.1em;
	font-size: small;
	color:white;
}

fieldset p {
	clear: both;
	margin-bottom: 8px;
	margin-top: 8px;
}

span.error{
	color: #FF0000;
	font-size: 9px;
}

input.submit 
{
	color: #3C7AB7;
	background-color: white;
	font-weight:bold;
	border: 2px solid #3C7AB7;
}
