/* Formulaire */
#conteneur_form {

}

/* Image fond Formulaire */
#form_image {
	float:left;
	display:block;
	background:url(../images/image-forumulaire.png) no-repeat;
	height:624px;
	width:370px;
	margin-top:15px;
	margin-left:28px;
	padding-top:12px;
	padding-left:10px;
	padding-right:15px;
	font-size:0.8em;
}

/* Block Adresse */
#addresse {
	float:left;
	display:block;
	background:url(../images/address.png) no-repeat;
	height:285px;
	width:229px;
	margin-left:10px;
	margin-top:15px;
}

/* Image Adresse */
#addresse_image {
	float:right;
	display:block;
	background:url(../images/address-image.png) no-repeat;
	height:285px;
	width:304px;
	margin-top:15px;
	margin-right:48px;
}

/* Google Maps*/
#google_map {
	float:right;
	display:block;
	background:url(../images/maps.png) no-repeat;
	height:316px;
	width:522px;
	margin-top:15px;
	margin-right:48px;
	padding-top:20px;
	padding-left:18px;
}