.contact_conteneur {
	/*extend: .conteneur*/
	position: relative;
	background-color: #fff;
}

.contact_conteneur .texte {
	line-height: 1.1em;
}

.contenu.contact_mail_contenu{
}

.contenu.contact_mail_contenu h1{
	font-size:1.64em;
	line-height:1.64em;
	color:#d7001d;
}

.contenu.contact_mail_contenu label{
	color:#d7001d;
	font-weight:bold;
}

.contact_gauche {
	width: 298px;
	background-color: #fff;
	float: left;
	padding: 9px 19px 0;
}

.contact_droite {
	width:396px;
	float: right;
	background-color: #FFF;
	padding: 9px 20px 9px 18px;
	color:#a0a0a0;
	font-size:1.64em;
	text-align:right;
	line-height:1.18em;
}

/* ************************
 * SOUS-NAVIGATION
 */

.contact_navigation {
	/*extend: .navigation*/
	background:#ecebeb;
	height:396px;
}

.contact_navigation .contact_infos {
	margin: 40px 0 0 20px;
	width: 134px;
	color: #333;
	line-height: 1.1em;
}

.contact_navigation .nous_joindre {
	font-size: 1.63em;
	font-weight: bold;
	color: #666666;
}

.contact_navigation .directions {
	display: block;
	margin: 40px 0 10px;
	font-size: 1.63em;
	font-weight: bold;
	color: #666666;
}

#map {
	width: 784px;
	height: 396px;
}

#directions {
	display: none;
	position: absolute;
	top: 22px;
	right: 7px;
	width: 187px;
	height: 348px;
	background: #fff;
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	border-top: 0;
}
#infobulle {
	display:none;
}
.contact_conteneur #fromAddress,
.contact_conteneur #go {
	width: 84px;
	border:1px solid #999;
	font-size:1em;
	padding:2px;
	margin-top:2px;
	color:#333;
}
.contact_conteneur #go {
	width:auto;
	padding:1px 0 0;
}


/*
	Formulaire Contact Courriel (question)
 */
 
 .formulaire_question input {
	font-size: 1em;
	line-height: 1.2em;
	padding: 2px 5px;
	color: #333;
	border: 1px solid #666;
	margin-top: 3px;
}

input.soumettre {
	border: 1px solid #666;
	background-color: #F6F6F5;
	color: #5A5A5A;
	padding: 3px 2px 1px;
	margin:6px 0 0 0;

	font-size: 1em;
	line-height: 1em;
}
