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

@import url(structure.css);

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

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

h1 { color:#453211; font-size: 12px; line-height:20px; padding-bottom:15px; font-weight:bold; }
h2 { color:#453211; font-size: 1.3em; font-weight:bold; }
h3 { color:#453211; font-size: 1.17em; font-weight:bold; }
h4 { color:#453211; font-size: 1em; font-weight:bold; }
h5 { color:#453211; font-size: 0.83em; font-weight:bold; }
h6 { color:#453211; font-size: 0.67em; font-weight:bold; }
p { color:#453211; font-size: 1em; }
ul, ol { color:#453211; font-size: 1em; }
li {  color:#453211; font-size: 1em; }
a { color:#453211; 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:#453211; }
textarea { border-width:thin; padding:3px; color:#453211; }
em { }
strong { }

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

.bodyIntro p{ color:#fcf3cb; }
.bodyIntro a{ color:#fcf3cb; }
.bodyIntro a:hover{ color:#fcf3cb; }

.padL{padding-left:10px;}
.padL2{padding-left:60px;}
.padL3{padding-left:110px;}
/* Éléments 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 */
.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:#453211 inset 1px; padding:5px; background-color:#371B06; color:#988952;  }
#frmEnvoi .champ:focus { border:#e5d14c inset 1px; }
#frmEnvoi #code {  border:none;  border:#453211 inset 1px; padding:5px; background-color:#371B06; color:#988952;  }
#frmEnvoi #code:focus { border:#e5d14c inset 1px; }
#frmEnvoi #send2 { border-color:#453211;  background-color:#371B06; color:#988952; }

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* jQuery lightBox plugin - Gallery style */
	.gallery {

	}
	
.gallery img {	border: #7f1e53 solid 3px;}
.gallery2 img {	border: #7f1e53 solid 3px;}
.gallery3 img {	border: #7f1e53 solid 3px;}
.gallery4 img {	border: #7f1e53 solid 3px;}
.gallery5 img {	border: #7f1e53 solid 3px;}

#slideshow ,#slideshow2 {
    position: relative;
	top:10px;
    height:150px;
	width:200px;
	margin-left:20px;
	margin-bottom:20px;
}

#slideshow div, #slideshow2 div {
    position: absolute;
    z-index:8;
    opacity:0.0;
	width:200px;
    height: 150px;
    background-color: #FFF;
}

#slideshow div.active, #slideshow2 div.active {
    z-index:10;
    opacity:1.0;
}

#slideshow div.last-active, #slideshow2 div.last-active {
    z-index:9;
}

#slideshow div img, #slideshow2 div img {
	width:200px;
    height: 150px;
    display: block;
    border: #7f1e53 solid 3px;
}

.glossymenu{
margin: 0px 0;
padding: 0;
width: 800; /*width of menu*/
border: 1px solid #40541c;
border-bottom-width: 1;
}

.glossymenu a.menuitem{
background: transparent url(../images/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px; _right: 10px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background:#cfbbb3;
padding:15px 15px 0;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{

colorz: white;
}
	
.list{ margin-left:20px; }

.bullet{ float:left; margin:3px 10px 10px 0; } 
.bullet2{ float:left; margin:3px 10px 30px 0; } 

fieldset{ border:#453211 solid 1px; border-bottom:#453211 solid 2px; padding:0 10px;}
legend{ color:#453211; font-size:13px; padding:0 5px; font-weight:bold; }

.wid{ width:48%; }
.wid2{ width:50%; }
.wid3{ width:44%; }
.wid4{ width:170px; }

.mar{ margin-right:21px; }
.mar2{ margin-right:21px; margin-left:85px; }

.hei{ height:219px; }

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





.div1-linh{width:125px; margin-left:15px; float:right;}
