
div.contact div#form_wrapper {
	width: 440px;
	float: left;
	text-align: center;
}

div.contact p.desc {
	font-style: italic;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	margin: 5px 0px;
}

div.contact p.desc img {
	display: inline-block;
	margin-bottom: -8px;
}

div.contact input, div.contact textarea {
	width: 300px;
	margin: 10px;
	color: #777;
	font: italic normal 14px/25px 'Dosis', sans-serif;
	padding: 5px;
	height: 25px;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: block;
}

div.contact textarea {
	height: 200px;
}

div.contact button {
	width: 200px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: white;
	color: #777;
	font: normal bold 13px/20px 'Dosis', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 20px;
	cursor: pointer;
}

div.contact button:hover {
	border-color: green;
	color: green;
}

div.contact span.error {
	display: block;
	color: red;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
}

div.contact span#success {
	color: limegreen;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font: 20px/70px 'Dosis', sans-serif;
	letter-spacing: 2px;
	word-spacing: 3px;
}

div.contact div#coordonnees_plan {
	float: right;
	width: 450px;
}

div.contact iframe {
	box-shadow: 0px 2px 8px #222;
	margin-top: 20px;
	border: 3px solid white;
}