#contact{
	font-family:"MyArial",'arial';
	padding :0;
	margin : 0;
	width : 100%;
	min-height : 150px;
	color 		: white; /*#8C6239;*/
	font-style  : normal;
	font-weight: lighter;
	font-size 	: 1.4em;
	border		:	0;
	margin-bottom : 4em;
	background : none;
}

contact h1 {color:#da70d6/*#211108*/; font-size : 2em; font-style : bold; /*text-shadow: 2px 2px 5px black;*/ margin-bottom :0.2em;}
contact h2 {	color:#c71585; font-size 	: 1.7em; font-style  : bold; }
contact h3 {	font-size 	: 1.0em; font-style  : lighter; }

#map_canvas { min-height : 400px; width : 100%}
.lamap {width  : 100%; height : 400px;  border : 1px solid black;  }
.message {width : 100%; height : 200px;}
#objet {width : 100%;}
#nom,#prenom,#mail { width : 320px;}

.map {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin : 0; 
	min-height: 220px;
	background: #f19200/*#f7B669#f2a744*/;
	color : #42210b;
	margin-bottom : 5px;
	/*border : 1px solid red;*/
	
}
.map h1 { color : #da70d6; font-weight: normal; }
.map p { padding-left : 20px; }

