#contact{
	padding-bottom: 8px;
	padding-top: 14px;	
	margin-right: 30px;
	background : #b6bfd1 url(../images/fondformulaire.jpg) 30px 100px no-repeat;
}

form{
  margin:0;
  padding:0;
}

#contact label{
float: left;
width: 130px;
height: 14px;
margin-right: 22px;
text-align:right;
}

#contact input{

width: 400px;
height: 18px;
border:1px solid #1e2b4b;
}

#contact textarea{
width: 400px;
height: 200px;
border:1px solid #1e2b4b;
}

#contact input#submit{
margin-left: 250px;
background-color : #1e2b4b;
color: white;
width: 60px;
height: 20px;
margin-top: 12px;
}

