

/* Import de la CSS d'initialisation

----------------------------------------------------------*/



@import url(structure.css);



/* Construction (Montage)

----------------------------------------------------------*/



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



h1 { color:#203D0F; font-size: 1.4em; }

h2 { color:#203D0F; font-size: 1.3em; font-weight:bold;}

h3 { color:#203D0F; font-size: 1.17em; }

h4 { color:#203D0F; font-size: 1em; }

h5 { color:#203D0F; font-size: 0.83em; }

h6 { color:#203D0F; font-size: 0.67em; }

p { color:#203D0F; font-size: 1em; }

ul, ol { color:#203D0F; font-size: 1em; }

li {  color:#203D0F; font-size: 1em; }

a { color:#203D0F; 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:#203D0F; }

textarea { border-width:thin; padding:3px; color:#203D0F; }

em { }

strong { }



#yzeo p{ color:#9DCE63; }

#yzeo a{ color:#9DCE63; }

#yzeo a:hover{ color:#9DCE63; }





/* É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 */

.h1index{ position:absolute; 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; }



.centrer{

	text-align:center;

}


/*accueil*/

.accueil{background:url(../../images/fond-accueil.png) no-repeat; width:442px; height:650px;}

.padL{padding-left:10px;}
.padL15{padding-left:15px;}
.padT{padding-top:15px;}
.padR{padding-right:10px;}
.padR15{padding-right:15px;}

.texte-accueil{width:405px; padding-left:10px}

#linksLightbox {display:none;}

/* Formulaire de contact */

#frmEnvoi{ width:430px; }

#frmEnvoi input, textarea{ background-color:transparent; border-width:thin; }

#frmEnvoi .field{ text-align:right; margin-top:10px; }

#frmEnvoi .champ { border:none; border:#203D0F inset 1px; padding:5px; background-color:#FFFFFF; }

#frmEnvoi .champ:focus { }

#frmEnvoi #code {  border:none;  border:#203D0F inset 1px; padding:5px; background-color:#FFFFFF; }

#frmEnvoi #code:focus { }

#frmEnvoi #send2 { border-color:#203D0F;  background-color:#203D0F; color:#FFFFFF; }



/*--------------------------------- Plan du site -------------------------------*/

.bordure {

	border: 1px solid #240d07;

}

#PS_page

{

	width:100%;

	text-align:center;

	

}

#PS_text

{

	margin:auto;

	text-align:left;

	width:700px;

	padding-left:40px;	

	padding-right:40px;	

	background-color:#e7e5d0;

}

#PS_lienbas

{

	margin:auto;

	text-align:left;

	width:700px;

}

#lienbas

{

	color:#9DCE63;

	font-size:10px;

}

#lienbas a

{

	color:#9DCE63;

}

/* Styles CSS pour LightBox PopUp */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #1e0701;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 5px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	background: url(../images/prevlabel.gif) left 100% no-repeat;
	left: 0;
	float: left;
}

#nextLink {
	background: url(../images/nextlabel.gif) right 100% no-repeat;
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 100% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 100% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #1e0701;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData {
	padding:0 10px;
	color: #fff;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}





