@charset "utf-8";
/* CSS Document */
/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/

body { color:#2c536e; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:12px; }

h1 { color:#4a6a2b; font-size: 13px; font-weight:bold; }
h2 { color:#4a6a2b; font-size: 1.3em; }
h3 { color:#4a6a2b; font-size: 1.17em; }
h4 { color:#4a6a2b; font-size: 1em; }
h5 { color:#4a6a2b; font-size: 0.83em; }
h6 { color:#4a6a2b; font-size: 0.67em; }

p { color:#2c536e; font-size: 1em; }
ul, ol { color:#2c536e; font-size: 1em; }
li {  color:#2c536e; font-size: 1em; }
a { color:#2c536e; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
a:visited { } /* si changement de couleur aprs le clic */
input { border-width:thin; padding:3px; }
textarea { border-width:thin; padding:3px; }
em { }
strong { }


/* lments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft{ float:left; margin-right:1em; }
.imgRight{ float:right; margin-left:1em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }

/* Des classes d'alignement du texte */
.h1index{ position:relative; left:0; top:0; width:100%; padding:0; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

/* Des classes de formatage du texte en ligne */
.bold, .gras { font-weight: bold; }
.italic, .italique { font-style: italic; }
.strike, .barre { text-decoration: line-through; }

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

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

/* Formulaire de contact */
/*#frmEnvoi{ width:470px; }
#frmEnvoi input, textarea{ background-color:transparent; border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }
#frmEnvoi .champ { border:none; border:#000000 inset 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#000000 inset 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#000000;  background-color:#888; color:#fff;}*/
/*======================================================================================>	Formulaire de contact
----------------------------------------------------------*/
#formulaire { width:450px; text-align:center; margin:0 auto; }
fieldset { border:1px solid #000; padding:10px 10px 0; }
legend { font: 700 1em Georgia, "Times New Roman", Times, serif; border-left:3px solid #000; padding:2px 15px 2px 10px; }
.margform { margin-bottom:30px;  }

#civil { text-align:left; margin:7px 0 10px 0; }
#civil select{background-color:#e6ecf9; color:#2c536e; }
.label1, .label2, .label3 { float:left; text-align:right; margin-bottom:5px; }
.label1 { width:74px; }
.label2 { width:90px; }
.label3 { width:207px; padding-left:24px; }
.label_message { width:100%; text-align:center; }

.input1, .input2, .input3 { float:left; background-color:#e6ecf9; color:#2c536e; padding:1px; margin:1px; }
.input1 { width:141px; }
.input2 { width:106px; }
.input3 { width:182px; }

.textarea { width:394px; height:60px; overflow:auto; clear:both; background-color:#e6ecf9; color:#2c536e;}

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

.border, #code, #civil select, #imgcaptcha { border:1px solid #000; color:#2c536e; }
/* Effet de pointiers lors de la selection d'un champ input ou textarea */
.border_hover, #code.border_hover { border:1px dashed #000; color:#000; }

.envoyer { width:150px; height:auto; margin-bottom:20px; background-color:#2e5473; color:#fff; }

#coordonnees { float:right; text-align:center; }
#coordonnees h3 { font:700 1.17em Georgia, "Times New Roman", Times, serif; text-transform:uppercase;}



/*intro*/
#intro{}
#intro p,#intro a{ color:#fff;}

/*yzeo*/
#yzeo p { color:#fff; font-size: 1em; }
#yzeo ul,#yzeo ol { color:#fff; font-size: 1em; }
#yzeo li {  color:#fff; font-size: 1em; }
#yzeo a { color:#fff; text-decoration:underline; }
#yzeo a:hover { text-decoration:none; } /* si changement de couleur au survol */
#yzeo a:visited { } /* si changement de couleur aprs le clic */

/*======================================================================================>/*Header hack*/
/*html>*/
/*body{ padding-right:2px;}*/



/*======================================================================================> Mentions lgales*/
#infoclient {  margin-bottom:1.7em; }
#hebergeur { margin-bottom:1.5em; float:right;}

/*======================================================================================> validator*/
#validator{}
#validator a img { vertical-align:middle; filter:alpha(opacity=50); -moz-opacity:.5; opacity:.5; }
#validator a:hover img { vertical-align:middle; filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }



/*======================================================================================>Encart left & right column*/
.encart{background:url(../images/titre_gauche.jpg) top no-repeat; width:150px; padding:0; margin-bottom:20px;}
.encart h3{padding:10px 20px 0px 20px;  height:37px;}
.encart p{padding:0 20px;}
.encartContent{ height:122px;width:150px; text-align:center;}
.encartContent img{ padding:0; vertical-align:middle;}
/*======================================================================================>Encart recherche*/
#find{ text-align:left;}
#find input{ background-color:#e6ecf9; color:#2c536e; font-size:.8em; }
#find p{padding:8px 5px 0px 5px;}
#find a{text-transform:uppercase;}

/*======================================================================================>Encart produit  l'intrieur de la page*/
.produit{background:url(../images/encart.jpg) top no-repeat; width:203px; height:237px; float:left; }
.produit h3{ padding:10px;}
.produit p{color:#8f2387; display:block;}
.produit a{color:#8f2387; padding:15px 10px;}

/*======================================================================================> Breadcrumbs || Fil d'arianne*/
#arianne{ padding:0 10px 0 10px; float:left; width:617px; position:relative; top:-5px;}


/*======================================================================================> HTML Titles*/
#titre h1{padding:10px; color:#fff; background:url(../images/contenu/titreContenu.jpg) top no-repeat; text-align:center;}
/*======================================================================================> Li Titre*/
.titreListe{ color:#4a6a2b; list-style:none; font-size:1em;}
.titreListe:first-letter{ font-size:1.5em; letter-spacing:-2px; text-transform:uppercase; }
/*======================================================================================> Titre aide centrage txt accueil*/
.homeTitle{ color:#4a6a2b; font-size:2em; padding:40px 0 0 0; text-transform:uppercase;}
/*======================================================================================> Lettrine*/
.Lettrine:first-letter{ font-size:3em; float:left;
color: #999; font-style:italic;
margin: 0 2px;
padding: 5px;
}

/*css : plan du site*/
.body-plan-du-site{margin:0 auto; width:847px;  clear:both; }
#head-plan-du-site{
height:276px;
margin:0 auto; width:847px;
background:url(../images/plan-du-site/head-plan.png) no-repeat;
}
#body-plan-du-site{
	background:url(../images/plan-du-site/body-plan.jpg) no-repeat;
	margin:0 auto; width:847px;
}
#content-plan-du-site{
	padding:25px 70px 20px 70px;
	text-align:justify;
}
#foot-plan-du-site{
background:url(../images/adresse.jpg) no-repeat;
margin:0 auto; width:847px;
height:60px;
}
.yzeo-plan-du-site{ font-size:10px; padding-left:100px; }
/*#plan du site*/
/*googlemaps*/
.plan {
	width:460px;
	height:400px;
	border: 2px solid #557536;
margin:0 auto;
	
}

#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding-bottom:30px;
	text-align:center;
	padding-top:10px;
}
#map .infosbulle p {
	display: block;
	margin: 0;
	padding: 0px 200px 10px 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #557536;
	font-weight: bold;
	margin-bottom: 1em;
	text-align:center;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
	text-align:center;
	!text-align:center;
}
.plan-printer {
	display:block;
	text-align: right;
	padding-bottom:10px;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}
#googlemap a.googlemap-icon { display: block; background:url(../images/goglemap.jpg) no-repeat; width: 70px; height: 60px; }
#googlemap a.googlemap-icon:hover { background: url(../images/goglemap-hover.jpg) no-repeat; }
#googlemap a.googlemap-icon:active { background: url(../images/goglemap.jpg) no-repeat; }
#googlemap a.googlemap-icon span { display:none; }
.alignCenter{
	text-align:-moz-center;
	!text-align:center;
	}
/*end googlemaps*/
.icon{vertical-align:middle; margin-left:20px;}
.contenu-new{width:760px; margin:0 auto;}
.contenu-new2{width:600px; margin:0 auto;}
.span{padding-left:45px;}