
/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);

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

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

h1 { color:#3B1900; font-size: 12px; font-weight:bold; padding-bottom:20px; }
h2 { color:#3B1900; font-size: 1.3em; font-weight:bold;}
h3 { color:#3B1900; font-size: 1.17em;font-weight:bold; }
h4 { color:#3B1900; font-size: 1em; }
h5 { color:#3B1900; font-size: 0.83em; }
h6 { color:#3B1900; font-size: 0.67em; }
p { color:#3B1900; font-size: 1em;font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }
ul, ol { }
li {  color:#3B1900; list-style-type:none;}
a { color:#3B1900; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
a:visited { } /* si changement de couleur après le clic */
input { border-width:thin; padding:3px; color:#3B1900; }
textarea { border-width:thin; padding:3px; color:#3B1900; }
em { }
strong { font-size:10px;}

#yzeo p{ color:#F4EECE; }
#yzeo a{ color:#F4EECE; }
#yzeo a:hover{ color:#F4EECE; }


/* Éléments Particuliers
----------------------------------------------------------*/
/*css : plan du site*/
#page-plan-du-site{
 margin:0 auto;
 text-align:center;
 clear:both; 
 margin:0 auto; 
 width:600px; 
 
 
  } 
.body-plan-du-site{background: #3A1800 url(../images/fond.jpg) repeat-x top; width:100%; }
#head-plan-du-site{
height: 266px;
background:url(../images/plan-du-site/head-plan-du-site.gif) no-repeat;
}
#body-plan-du-site{
height:300px;
	background:url(../images/plan-du-site/body-plan-du-site.gif) no-repeat;
}
#content-plan-du-site{
	
	text-align:justify;
}
#foot-plan-du-site{
background:url(../images/plan-du-site/footer-plan-du-site.gif) no-repeat;
height:67px;
}
.yzeo-plan-du-site{ font-size:10px; padding-left:100px; }
/*#plan du site*/
/*googlemaps*/
.plan {
	width: 500px;
	height: 400px;
	border: 5px solid #3a1800;
	
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
}
#map .infosbulle p {
	display: block;
	margin: 0;
	padding: 0px 200px 10px 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

#map2 .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
}
#map2 .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: #5F0666;
	font-weight: bold;
	margin-bottom: 1em;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
	padding-bottom:10px;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}
/*end googlemaps*/


/* 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; }
.strong-center{
	text-align:-moz-center;
	!text-align:center;
}
/* Des classes d'alignement du texte */
.h1index{ position:relative; left:0; top:0; width:100%; padding:2px; color:#DDC48C; background-color:#3B1900; border-bottom:#000000 solid 1px; font-size:12px; text-align:center; }
/*.h1index{ padding:2px; color:#DDC48C;  font-size:12px; width:800px;}*/

.int1{width:950px; margin:0 auto;}
.divh1index{
	position:absolute;
	text-align:-moz-center;
	!text-align:center;
	background-color:#3B1900; 
	border-bottom:#000000 solid 1px;
	width:100%;
	left:0;
	top:0;
}
.txtIntro p{ color:#DDC48C;}
.txtIntro a{ color:#DDC48C;}
.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; }
.h1-fix1{
	
	margin:0 auto;
}

.h1-fix2{
	width:1500px;
	margin:0 auto;
}


/* 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 solid 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#000000 solid 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#000000;  background-color:#3B1900; color:#FFFFFF; }
.bodl{font-weight:bold;}

.h1-fix1{
	width:850px;
	margin:0 auto;
}
.flash-fix{ margin:0 auto; width:950px; padding-bottom:10px;}
.fix-add{ margin:0 auto; width:950px;}


.fix-add a{color:#fceec9;}

/*css : plan du site*/
#page-plan-du-site{
 margin:0 auto;
 text-align:center;
 clear:both; 
 margin:0 auto; 
 width:742px; 
 padding-left:100px; 
 
  } 
.body-plan-du-site{background: #3A1800 url(../images/fond.jpg) repeat-x top; width:742px; margin:0 0 0 33px;}
#head-plan-du-site{
height: 266px;
background:url(../images/plan-du-site/head-plan-du-site.gif) no-repeat;
}
#body-plan-du-site{
	background:url(../images/plan-du-site/body-plan-du-site.gif) no-repeat;
}
#content-plan-du-site{
	padding:15px 70px 15px 70px;
	text-align:justify;
}
#foot-plan-du-site{
background:url(../images/plan-du-site/footer-plan-du-site.gif) no-repeat;
height:67px;
}
.yzeo-plan-du-site{ font-size:10px; padding-left:100px; }
/*#plan du site*/


.image-left-5{
	float:left;
	padding-right:10px;
}
.div-img-left1{
	float:left;
	width:380px;
}


a.lien:link {
color: #DDC48C; text-decoration: underline;
}

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

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


/*hightslide*/
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {

    display: block;
	color: #000000;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid #000000;
    background-color: white;
    
    padding-left: 22px;
    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;
}

/* Styles for the popup */
.highslide {
	cursor: url(images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid #000;
}
.highslide:hover img {

}
.highslide-wrapper {
	background: black;
}
.highslide-image {
	border: 5px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 6px solid black;
    background-color: white;
    
    padding-left: 22px;
    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: url(images/graphics/fullexpand.gif) no-repeat;
	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;
}
/*----------------------*/

.div-image-1{
	float:left; 
	width:189px; 
	padding-right:57px; 
	padding-left:57px; 
	padding-bottom:35px;
}
.div-image-1-fist{
	float:left;
	 width:189px;
	padding-bottom:35px;
}
.div-image-1-last{
	float:left; width:189px;
}
.div-image-2{
	float:left;
	width:193px;
	height:270px;
	padding-left:30px;
	padding-right:30px;
}
.div-image-2-fist{
	float:left;
	width:193px;
	height:270px;
	padding-right:21px;
}
.div-image-2-last{
	float:left;
	width:193px;
	padding-left:20px;
	height:270px;
}


.div-image-2-2-left{
	float:left;
	width:405px;
}
.div-image-2-2-right{
	float:right;
	width:262px;
}
.div-image-2-2{
	float:left;
	width:193px;
	height:230px;
}
.div-image-2-2-center{
	float:left;
	width:193px;
	padding-right:8px;
	padding-left:8px;
	height:230px;
}
/*2-4*/
.div-image-2-4-left{
	float:left;
	width:450px;
}
.div-image-2-4-right{
	float:right;
	width:220px;
}
.div-image-2-4-center{
	float:left;
	width:155px;
	height:230px;
	padding-left:5px;
	padding-right:5px;
}
.div-image-2-4{
	float:left;
	width:140px;
	height:220px;
}
.icon{ padding-right:5px; vertical-align:middle;}
.space{padding-left:10px;}
.style1 {color: #FFFFFF}
.style2 {color: #CCCCCC}


.mar1{margin-left:120px;}

.mar2{margin-right:120px;}

sup{vertical-align:super; font-size:10px;}

.musik{ float:right; padding-right:50px;}


.services{ padding-left:180px; float:left;}

.pad { padding-left:50px;}
.pad-bottom{padding-bottom:40px; padding-top:20px; padding-left:10px;}