/* CSS Document */

body { color:#000; font-size:80%; font-family: Verdana, Arial, Helvetica, sans-serif; }


p { margin:0; padding:0 0 1em; line-height: 1.4; color: #fff; }

/* Des classes flotante */
.floatleft { float:left; }
.floatright { float:right; }

/* Les "nettoyeurs" */
.clearb { clear:both; }
.clearer { clear:both; width:0; height:0; line-height:0; }


a:link {
color: #FFFFFF; text-decoration: underline;
} 

a:visited {
color: #FFFFFF; text-decoration: underline;
} 

a:hover {
color: #d5dea3; text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	}
	
	
a.lien:link {
color: #FFFFFF; text-decoration: underline;
}


a.lien:visited {
color: #FFFFFF; text-decoration: underline;
} 

a.lien:hover {
color: #FFFFFF; text-decoration: underline;
}

a.lien2:link {
color: #ffffff; text-decoration: underline;
}


a.lien2:visited {
color: #ffffff; text-decoration: underline;
} 

a.lien2:hover {
color: #ffffff; text-decoration: underline;
}

a.lien3:link {
color: #C16FB0; text-decoration: none;
}


a.lien3:visited {
color: #C16FB0; text-decoration: none;
} 

a.lien3:hover {
color: #C16FB0; text-decoration: none;
}


.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.titre{
	font-size: 12px;
	font-weight: bold;
}
.soustitre{
	font-size: 12px;
	font-weight: normal;
	color:#D3E761;
}
	
.texte2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.texte3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

/****************************************************** Liens en bas de page ******************/

#basPage .texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #d5dea3;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

#basPage a.lien:link {
font-size: 9px;
color: #d5dea3;
text-decoration: underline;
}


#basPage a.lien:visited {
font-size: 9px;
color: #d5dea3; 
text-decoration: underline;
} 

#basPage a.lien:hover {
font-size: 9px;
color: #FFFFFF; 
text-decoration: none;
}


/* ************************* Class Plan API GOOGLE ************************* */

.titreplan {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #7F8B3F;
	font-weight: bold;	
}

.txtplan {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.plan {
	border:solid;
	border-color:#565E2D;
	border-width:medium;
	width: 450px;
	height: 450px;
}


/* ************************* Fin Class Plan API GOOGLE ************************* */

#map {
	width: 640px;
	height: 480px;
}
#map .infosbulle {
	width: 210px;
	border: none;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #5F0666;
	font-weight: bold;
	margin-bottom: 1em;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}

/*	Formulaire de contact
----------------------------------------------------------*/
#formulaire { text-align:center; padding:5px 0 15px; margin:0 auto; clear:both; }
fieldset { padding:0 10px;border:1px solid #D2E363; }
legend { padding:2px 15px 2px 10px; font: 700 1em Georgia, "Times New Roman", Times, serif; color:#D2E363; /* couleur de la légende */ /*border-left:3px solid #D2E363; barre verticale */}
.margform { margin-bottom:30px; }
.padding_top_20 { padding-top:20px; }

#civilite { text-align:left; margin:7px 0 10px 0; }

.label1, .label2, .label3 { float:left; text-align:right; margin-bottom:5px; }
.label1 { width:74px; }
.label2 { width:90px; }
.label3 { padding-left:24px; width:207px; }
.label_message { width:100%; text-align:center; }

.input1, .input2, .input3 { float:left; }
.input1 { width:141px; }
.input2 { width:106px; }
.input3 { width:182px; }

.textarea { width:394px; height:60px; overflow:auto; clear:both; }

.image_antispam { display:none; }
#question { font-weight:700; text-align:center; width:100%; }
#code { width:150px; }
.divimagecaptchat { margin:0 auto; }

.border, #code, #civilite select, #imgcaptcha { color:#000; border:1px solid #D2E363; /* couleur des champs */ }
/* Effet de pointiers lors de la selection d'un champ input ou textarea */
.border_hover, #code.border_hover { color:#000; border:1px dashed #D2E363; /* couleur des champs selectionnées */ }

.envoyer { width:150px; height:auto; margin-bottom:20px; }

#coordonnees { margin-bottom:20px; }

