#introduction_contact{
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	
}

#contact{
	padding:0px;
	margin-top:15px;
	margin-right:380px;
	margin-bottom: 0px;
}

#img_fond{
	float: right;
}

#contact fieldset{
	padding:0px;
	border: none;
	margin: 0px;
}

#contact fieldset p{
	margin: 0.5em 0px 0px 0px;
	padding: 0px;	
}

#contact fieldset p label{	
	float:left;
	width:100px;
	padding:0px;
	font-weight: bold;
}

#contact fieldset p input{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width:260px;
	color:#c50029;	
}

#contact fieldset p select{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#c50029;
	width:200px;
}

#contact fieldset p textarea{
	width:260px;
	height:50px;
	color:#c50029;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#id_submit{
	margin: 0.5em 0px 0px 0px;
	text-align: center;
}

#id_submit input{
	width: auto;
	font-weight: bold;
	color:#c50029;
}

#erreur{
	color: #FFFF33;
}