h4 {
border-bottom:1px solid #EEEEEE;
color:#000000;
font-size:11px;
margin-bottom:7px;
padding-bottom:3px;
margin-bottom: 30px;
}

form#contact, #contact {
	font-size: 11px;
	padding: 10px 30px;
	border: 1px solid #ddd;
	border:1px dashed gray;
	background: #f9f9f9;
	margin-bottom: 10px;
	width: 500px;
	margin: 0 auto;
}
#contact fieldset {
	margin-bottom: 1em;
}
#contact .row {
	clear : both;
	margin: 0.15em 0.5em;
	color: #3d4d5b;
}
#contact hr {
	clear : both;
	border: none;
	border-bottom: 1px dashed #eee;
}
#contact label {
	display: inline;
	float: left;
	text-align : right;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	width: 150px;
}
#contact input, #contact select, #contact textarea {
	background: #ddd;
	border: 1px solid #575757;
	width : 250px;
	font-size: 1em;
	margin-left: 35px;
	padding: auto 0.5em;
	color: #575757;
}
#contact input.bouton {
	margin-left: 190px;
	width: auto;
	background:#FFB94F none repeat scroll 0%;
	border:1px dashed #493F61;
	cursor:pointer;
	height:20px;
	margin:5px;
	margin-left: 190px;
	width:auto;
}

