@charset "utf-8";
/* CSS Document */

div.formulaireDeContact label{
	float:left;
	width:185px;
	color:#9a532c;
	text-transform:uppercase;
	text-align:right;
	line-height:24px;
	padding:2px 10px 5px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.formulaireDeContact input[type=text]{
	float:left;
	width:290px;
	padding:5px 5px 4px;
	background:url(../images/bg_input.jpg) no-repeat;
	border:0;
}

div.formulaireDeContact select{
	width:300px;
	background:url(../images/bg_input.jpg) no-repeat #e8e7de;
	padding:4px 5px 3px;
	border:none;
}
div.LigneInput{
	padding:5px 0;
	clear:both;
	
}

div.formulaireDeContact textarea{
	width:290px;
	height:90px;
	background:url(../images/bg_textarea.jpg);
	border:none;
	padding:5px;
}

div.formulaireDeContact input[type=submit]{
	text-transform:uppercase;
	width:100px;
	height:30px;
	background-color:#9a532c;
	border:0;
	color:white;
	font-weight:bold;
	margin-top:20px;
	margin-left:365px;
}
