@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#000; font-size:12px; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1 { color:#000; font-weight:bold; font-size:12px; }
h2 { color:#000; font-weight:700; font-size:1.2em; font-weight:bold;   /*text-transform: uppercase;*/ }
h3 { color:#000; font-weight:bold; font-size:1.3em; /*text-transform: uppercase;*/ }
h4 { color:#000; font-weight:700; font-size:1em; /*text-transform: uppercase;*/ }
h5 { color:#000; font-size:0.83em; }
h6 { color:#000; font-size:0.67em; }
p { color:#000; font-size:1em; }
ul, ol{ color:#000; font-size:1em; }
li { color:#000; font-size:1em; }
a { color:#000; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#000; padding:3px; }
input { color:#000; padding:3px; }


#intro p, #intro a { font-size:.92em; color:#fff; }
#yzeo p, #yzeo a { color:#f2ca5f; }


/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding:0 1em 0 0; }
.imgRight { float:right; padding:0 0 0 1em; }

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

/* Des classes de formatage du texte en ligne */
em, .italic, .italique { font-style:italic; }
strong, .bold, .gras { font-weight:700; }
.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; }

/*	Mise en page
----------------------------------------------------------*/

/* Page d'accueil */
.illustration { float:left;}

/* Page en construction */
.constrution { margin-top:8em; text-align:center; } /* Réajuster la hauteur du margin si besoin */

/*	Mentions Légales */


/*css : plan du site*/
.body-plan-du-site{background: #3A1800 url(../images/fond.jpg) repeat-x top; width:100%; }
#head-plan-du-site{
height:180px;
background:url(../images/plan-du-site/head-plan.jpg) no-repeat;
}
#body-plan-du-site{
	background:url(../images/plan-du-site/body-plan.jpg) no-repeat;
}
#content-plan-du-site{
	padding:25px 70px 20px 70px;
	text-align:justify;
}
#foot-plan-du-site{
background:url(../images/footer.jpg) no-repeat;
height:137px;
}
.yzeo-plan-du-site{ font-size:10px; padding-left:100px; }
/*#plan du site*/


/*googlemaps*/
.plan {
	width:500px;
	height:400px;
	border: 3px solid #a31b1b;
	margin:0 auto;
	
}

#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}
.plan-titre {
	font-size: 14px;
	color: #a31b1b;
	font-weight: bold;
	margin-bottom: 10px;
	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:15px;
}
.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*/
.conteu-module{width:800px; margin:0 auto;}

.img1{margin-right:19px;}

.icon{vertical-align:middle; margin-left:20px;}
.float-icon{float:left; padding-bottom:20px; padding-top:7px;}
.float-icon2{float:left; padding-bottom:30px; padding-top:7px;}

.contenu-meuble {background-color:#F5F5DD; width:801px; border:1px solid #AA1515; padding:0 5px 0 5px; clear:both;}

.meuble { margin:0px; padding:0px; width:100%;}
.meuble li { float:left; list-style:none outside; background-color:#F6D47A;  text-align:center; border-bottom:solid 1px #AA1515; border-left:solid 1px #AA1515; border-right:solid 1px #AA1515; border-top:solid 1px #AA1515; font:bold 1em sans-serif; margin:0px 1px 0px 0px; position:relative; top:1px;}
.meuble li a {text-decoration:none; display:block; color:#000; height:20px; padding: 5px 0; width:404px; font-size:14px;}
.meuble li a:hover {background-color:#D07648;}
.meuble li a.current {color:#fff; background-color:#AA1515;}
.meuble li a.current:hover { background-color:#AA1515; }
