/***********************************************************************/
/*********************** FEUILLE DE STYLE YZEO *************************/
/***********************************************************************/


/***************************  Construction *****************************/
* {
	padding:0;
	margin:0;
}

body {
	background-color:#000000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

#intro { 
	width:100%;
	height:100%;
	color:#82073A;
	text-align:center;
	background-color:#000000;
	position:absolute;
	top:0;
	left:0;
}
#intro a{ 
	color:#82073A;
}

#divh1{
	width:100%;
	padding-top:10px;
	height:20px;
	text-align:center;
}

#main{
	display:block;
	text-align:right;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position	:right;
}

#header{
	width:940px;
	height:170px;
}

#centre{
	width:100%;
}
#centreplan{
	width:940px;
	background-image:url(../images/bgplan.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top : 200px;
	text-align:justify;
}
#plansite {
	width:540px;
	padding-left:200px;
	padding-right:200px;
}

#top{
	width:940px;
}
#top img{
	vertical-align:top;
}

#contenu{
	background-image:url(../images/contenu.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
	width:550px;
	padding-left:50px;
	padding-right:200px;
	padding-top:10px;
	float:left;
	 min-height: 260px;
}
#menu{
	width:140;
	height:280;
	float:left;
}
#piedPage{
	text-align:center;
	width:940px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	vertical-align:text-bottom;
	color:#82073A;
}
#piedPage a{
	color:#82073A;
}
#liensBas{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#82073A;
	width:100%;
	clear:both;
	text-align:center;
	font-size:10px;
}

#liensBas img{
	vertical-align:middle;
	border:none;
}

#liensBas a{
	color:#82073A;
}

#validator {
	text-align:right;
	font-size:10px;
}
/************** formulaire de contact *******************/
#frmEnvoi{
	width:470px;
	margin-left:auto;
	margin-right:auto;
}

#frmEnvoi input, textarea{
 	background-color:#E1D7DA;
	border-width:thin;
	color: #9A094E;
}

#frmEnvoi .field{
	text-align:right;
	display:block;
	width:100%;
	margin-top:10px;
	margin-bottom:0px;
}

#frmEnvoi .field label{
	float:left;
}
/************ fin formulaire de contact *****************/

/*************************** Fin de la Construction *****************************/


/*************************** Sytles des balises *********************************/

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9A094E;
	margin:0px;
}

h2{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #9A094E;
	margin-bottom: 1em;
}

h3{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #9A094E;

}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #9A094E;
	padding-bottom:10px;
	text-align:justify;
}

li {
	list-style:inside;
	line-height:18px;
	color: #9A094E;
}

a:link {
	color: #9A094E; 
	text-decoration: underline;
} 

a:visited {
	color: #9A094E; 
	text-decoration: underline;
} 

a:hover {
	color: #9A094E; 
	text-decoration: none;
}

/************************** Fin des sytles des balises ***********************/


/*************************** Classes Element *********************************/
.noBorder{
	border:none;
}
.justifier{
	text-align:justify;
}
.floatLeft{
	float:left;
	margin-right:10px;
}
.floatRight{
	float:right;
	margin-right:10px;
}
.centrer{
	margin-left:auto;
	margin-right:auto;
}
.center {text-align:center;}
.centrerText{
	text-align:center;
}
.clearFloat{
	clear:both;
	float:none;
}
.tableStyle{
	width:100%;
	border:0px;
	vertical-align:text-top;
}
.cadreImg{
	border:medium;
	border-color:#996600;
	border-style:solid;

}

/*************************** Fin des classes Element *************************/


/*************************** Class Plan API GOOGLE ***************************/

.titreplan {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #9A094E;
	font-weight: bold;	
}
.txtplan {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.plan {
	width: 500px;
	height: 450px;
	border:medium;
	border-color:#b5a0af;
	border-style:solid;
}


/*************************** Fin Class Plan API GOOGLE ***************************/


/*************************** Galerie Photo ***************************/

/*-------- Boutons menu */

#menuGal {
	width: 550px;
	margin: 1.5em auto;
}

#menuGal ul li{
	list-style-type:none;
}
#menuGal ul li a{
	display: block;
	float: left;
	padding: 5px;
	margin: 0.5em;
	background-color: #CB95A9;
	color: #9A094E;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}
#menuGal ul li a:hover{
	background-color: #855972;
	color: #E8E3E9;
	text-decoration: none;
}

#menuGal ul li a.gal_active{
	background-color: #855972;
	color: #E8E3E9;
	text-decoration: none;
}

.img{padding:0 10px 10px 10px;}

/*************************** Fin Galerie Photo ***************************/

.padL{padding-left:10px;}
.padL20{padding-left:20px;}
.padL60{padding-left:60px;}

/* 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: #000;
	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: #000;
	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;
}


