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

@import url(structure.css);

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

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

h1 { color:#565d14; font-size: 12px; padding-bottom:20px; line-height:20px; font-weight:bold; }
h2 { color:#565d14; font-size: 1.3em; }
h3 { color:#565d14; font-size: 1.17em; }
h4 { color:#565d14; font-size: 1em; }
h5 { color:#565d14; font-size: 0.83em; }
h6 { color:#565d14; font-size: 0.67em; }

p { color:#fff; font-size: 1em; }
ul, ol { color:#fff; font-size: 1em; }
li {  color:#fff; font-size: 1em; }
a { color:#fff; 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; color:#fff;}
.h1intro{ color:#fff;}
.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; }
.small { font-style: italic; font-size: 0.9em; }

/* 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; padding:0 20px; 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:#333; color:#FFF; }
.label1, .label2, .label3 { float:left; text-align:right; margin-bottom:5px; }
.label1 { width:74px; }
.label2 { width:90px; }
.label3 { width:231px; }


.label_message { width:100%; text-align:center; }

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

.textarea { width:394px; height:60px; overflow:auto; clear:both; background-color:#333; color:#FFF;}

.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:#fff; }
/* 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:#333; color:#FFF; }

#coordonnees { text-align:center; padding:0 10px; margin:0 auto; }
#coordonnees h3 { font:700 1.17em Georgia, "Times New Roman", Times, serif; }

.titreListe{ color:#c92471; list-style:none; font-size:1em;}

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

/*yzeo*/
#yzeo p { color:#fff; font-size: 1em; }
#yzeo ul,#yzeo ol { color:#565d14; 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:#333; color:#FFF; 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:#F60;padding:0; margin:0;}
.titreListe:first-letter{ font-size:1.5em; letter-spacing:-2px; text-transform:uppercase; }
/*======================================================================================> Titre aide centrage txt accueil*/
.homeTitle{ color:#565d14; font-size:2em; padding:20px 0 20px 0;}
/*======================================================================================> Lettrine*/
.Lettrine:first-letter{ font-size:3em; float:left;
color: #999; font-style:italic;
margin: 0 2px;
padding: 5px;
}
.div-1{
width:310px;
text-align:center;
padding:10px;
border:1px solid #FFFFFF;
}
.text-1{
margin-left:40px;
}
.text-2{
margin-left:60px;
}

/*************google map*******************/
.plan {
	width: 680px;
	height: 500px;
	border: 2px solid #b2d779;
		text-align:-moz-center;
	!text-align:center;
	margin:auto;

}
#map .infosbulle {
	width: 220px;
	border: none;
	margin: 0;
	padding: 0;
		text-align:-moz-center;
	!text-align:center;

}
#map .infosbulle p {
	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;
	text-align:-moz-center;
	!text-align:center;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
	text-align:center;
}
.plan-printer {
	display:block;
	text-align:right;
	padding-bottom:10px;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}
.contact{
	text-align:-moz-center;
	!text-align:center;

}
/*-----------------High light---------------*/
.highslide {
	cursor: url(images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}


.highslide-wrapper {
	background: white;
}
.highslide img { border:none;}

.highslide-image{
	border: 2px solid #b2d779;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 1px solid #b2d779;
	border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: normal;
    text-decoration: none;
	padding: 2px;
	border: 1px solid #b2d779;
    background-color: white;
    
    padding-left: 14px;
    background-image: url(images/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background-image:url(../images/graphics/fullexpand.gif);
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
	/*css : plan du site*/
#page-plan-du-site{
margin:0 auto; width:924px; 
}
#head-plan-du-site{
background:url(../images/plan-du-site/head-plan-du-site.jpg) no-repeat;
height: 279px;
}
#body-plan-du-site{
	background:url(../images/plan-du-site/contenu-plan-du-site.jpg) no-repeat;
}
#content-plan-du-site{
	padding:30px 50px 20px 50px;
	text-align:justify;
}
#foot-plan-du-site{
background:url(../images/plan-du-site/footer-plan-du-site.jpg) no-repeat;
height: 30px;
}
/*#plan du site*/
.fix{
width:100%;
margin:0 auto;
}
.fix1{
width:900px;
margin:0 auto;
}
.fix2{
width:967px;
margin:0 auto;
}

.text-3{
color:#910018;
}
.text-4{
color:#910018;
border:1px dotted #1a3d67;
font-size:15px;
}

.div-table{
width:600px;
margin:0 auto;
color:#ffffff;
}
#table-1{
	border-collapse:collapse;
	width:600px;
	border:1px dotted #1a3d67;
	vertical-align:middle;
	color:#ffffff;
}
#table-1 tr{
}
#table-1 td{
	padding:10px;
}
#table-2{
	border-collapse:collapse;
	width:600px;
	border:1px dotted #1a3d67;
	vertical-align:middle;
	color:#ffffff;
}
#table-2 tr{
}
#table-2 td{
	padding:10px;
}
#table-3{
	border-collapse:collapse;
	width:600px;
	border:1px dotted #1a3d67;
	vertical-align:middle;
	color:#ffffff;
}
#table-3 tr{
}
#table-3 td{
	padding:10px;
}

.td1{
width:27%;
border:1px dotted #1a3d67;
}
.td4{
width:28%;
border:1px dotted #1a3d67;
}

.td2{
width:15%;
border:1px dotted #1a3d67;
text-align:right;
color:#ffffff;
}
.td3{
border:1px dotted #1a3d67;
color:#ffffff;
}
.td5{
width:15%;
border:1px dotted #1a3d67;
text-align:left;
color:#ffffff;
}
.td6{
width:30%;
border:1px dotted #1a3d67;
color:#ffffff;
}
.td6-1{
width:46%;
border:1px dotted #1a3d67;
color:#ffffff;
}

.td7{
width:12%;
border:1px dotted #1a3d67;
color:#ffffff;
text-align:center;
}
.td8{
width:35%;
border:1px dotted #1a3d67;
color:#ffffff;
}
.td9{
width:15%;
border:1px dotted #1a3d67;
color:#ffffff;
}

sup{
vertical-align:super;
font-size:10px;
}
.music{
text-align:center;
margin-left:-40px;
}
.modul{
height:50px;
}
.div-3{
width:300px;
}