#contact_gauche { background:transparent;width:480px; margin-right:12px; float:left;}
  #contact_droite { width:375px; float:left;background:transparent;height:auto;margin-top:10px;  }
   #google_map {width:375px;height:566px;background:transparent;margin-bottom:0px;border:2px solid #EFEFEF;  }

#contact_gauche form {
	width: 480px;
	padding: 0px;
	background: #FFF;
	color: #666;
	border-top:1px solid #C9C9C9;
	border-bottom:0px solid #C9C9C9;
}
#contact_gauche form p {
	margin: 1em 0;
}
#contact_gauche form p.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}
#contact_gauche form p.double label {
	float: left;
	width: 105px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
}
#contact_gauche form p.double label span.info {
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
	color: #444;
}
#contact_gauche form p.double input,
#contact_gauche form p.double textarea {
	width: 240px;
	height: 1.5em;	
	margin-left: 12px;
	border: solid 1px #C9C9C9;
	padding: 2px 4px;
}
#contact_gauche form p.double textarea {
	padding: 2px 0 0 4px;
	width: 330px;
	height: 8em;
}
#contact_gauche form p.simple {
	margin-left: 240px;
}