/* ----- menu ---------------------------------- */
#c_menu #item07{
	background-color: #00632E;
}
#page #col_a {
	float: left;
	width: 520px;
	padding-top: 20px;
	margin-right: 40px;
}
#page #col_b {
	float: left;
	width: 400px;
	padding-top: 20px;
}

#f_contact {
	width: 350px;
}
.cadre_zone {
	text-align: right;
	width: 350px;
	margin-top: 10px;
}

.cadre_zone_mobile {
	text-align: right;
	width: 450px;
	margin-top: 10px;
	display: none;
}

.zone {
	height: 20px;
	width: 200px;
	border: 1px solid #D4D4D4;
	background-color: #f0f0f0;
}

.zone_message {
	height: 115px;
	width: 350px;
	border: 1px solid #D4D4D4;
	vertical-align: top;
	background-color: #f0f0f0;
}
.obligatoire {
	float: left;
	font-size: 11px;
	font-style: italic;
	
}
#btn_envoyer {
	height: 25px;
	width: 70px;
	cursor: pointer;
	margin-top: 10px;
	background-color: #00632e;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	margin-left: 270px;
}
#container_map {
	height: 200px;
	background-image: url(../images_site/fond_vert_10x10.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
}
