/* CSS Document */

* { margin:0; padding:0; outline:none; }

body { background:#ff974a url('images/fond.jpg') repeat-x; text-align:justify; font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#7a6e6e; }

#intro { text-align:center; color:#7a6e6e; }

#intro a { color:#7a6e6e; }

.titre { height:25px; padding-top:10px; color:#7a6e6e; }

h1 {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#7a6e6e;
}

a { color:#7a6e6e; text-decoration:underline; }

a:hover { text-decoration:none; }

#page { width:951px; margin:0 auto; background:transparent url('images/bg.jpg') repeat-y; }

#header { width:951px; height:172px; background:transparent url('images/head.jpg') no-repeat }

#titre { width:951px; height:87px; clear:both; background:url('images/titre.jpg') no-repeat; }

#contenu { width:851px; min-height:200px; _height:200px; float:left; background: url('images/bg-contenu.jpg') no-repeat top; padding:10px 50px 0 50px; }

#contenu p, ul { padding:0 0 14px 0; }
#contenu h1{ padding:40px 0 14px 0; }


#contenu ul { padding-left:50px; list-style:inside; }

#adresse { width:951px; height:63px; background:transparent url('images/adresse.jpg') no-repeat; clear:both; }

#coordonnees { padding:0px 0 0 100px; text-align:center; float:left; }

#coordonnees p, a { padding:0 0 14px 0; }

#coordonnees a img { border:none; }

#menubas { padding: 10px 30px 10px 0px; text-align:center; color:#fff; font:normal 10px Verdana, Arial, Helvetica, sans-serif; }

#menubas a { color:#fff; }

#menubas img { border:none; padding-top:5px; }

.photo { float:left; margin:0px 20px 0 0; }

.floatleft { 
		float:left;
}

.floatright {
		float:right;
}

.encadretxt {
	width: 400px;
	text-align:justify;
}

.encadre {
	border:2px solid #777;
}



/*---------------- logo Yzeo ---------------------*/

#yzeo { text-align:center; color:#fff; font-size:10px; padding: 10px 8px 0px 8px; }

#yzeo img { padding: 0 5px 2px 5px; border:none; vertical-align:middle; }

#yzeo a { color:#fff; font-size:10px; }

/*---------------- fin logo Yzeo -----------------*/ 
				
/*-------------------------formulaire------------------------*/

	#formulaire { background: transparent; text-align:center; width:400px; padding:0px 0 0 20px; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color:#7a6e6e; float:left; margin-top:20px; } /* carateristique du formulaire */

#formulaire * { margin:0 0 2px 0; padding:0; } /* caracteristique de toutes les balises qui se trouvent dans le formulaire */

.labelform { width: 203px; float: left; text-align: right; margin: 0 5px 0 0; } /* carateristique des label, width minimum 203px; */

.pform { padding: 3px 0px 10px 0px; text-align:left; clear:both; } /* carateristique des p */

.inputform { width:195px; height:13px; float:left; margin: 0 5px 0 2px; } /* carateristique des input */

.textareaform { width:398px; height:100px; overflow: auto; background-color:transparent; } /* carateristique du textarea */

.selectform { height:18px; float:left; margin: 0 5px 0 2px; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color:#7a6e6e; background-color:#fff; } /* carateristique des select */

.labelmessage { width:95px; } /* carateristique du label contenant "Votre message" */

#labelenvoyer { width:125px; } /* carateristique du label avant l'input envoyer, sert a centrer le bouton envoyer */

.inputenvoyer { width:150px; font: normal 10px Verdana, Arial, Helvetica, sans-serif; } /* carateristique de l'input "envoyer mon 			message" */

.divtexte { margin: 5px 0 0 0; text-align:center; clear: both } /* carateristique de la div contenant le texte du captchat*/

#formulaire div { margin: 5px auto; } /* centrer dans le formulaire des div */

#formulaire div a { color:#7a6e6e; } /* couleur du lien dans capchat */

.divimagecaptchat { display:none; } /* carateristique de la div entourant l'image captchat */

.transp, .inputtexte { background: transparent; border: 1px solid #7a6e6e; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color:#7a6e6e; } /* pour rendre les input et textarea transparent avec une bordure */

/*-------------------------fin formulaire------------------------*/

/* 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: #FFFFFF;/*fd image*/
	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: #FFFFFF;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{
	padding:0 10px;
	color: #333333;
}/* texte ss image*/
#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;
	}
/* fin LightBox*/	

.table {
	width: 850px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table td{
	width: 425px;
	vertical-align: top;
	text-align: justify;
}
/*plan*/
.plan {
	width: 640px;
	height: 480px;
	margin: 0 auto;
	border: thin solid #ccc;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0 auto;
	padding: 0;
	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: #FF974A;
	font-weight: bold;
	text-align: center;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
	text-align: center;
}
.plan-printer {
	display:block;
	text-align: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}

.titretxt {
	font-size: 14px;
	color: #7a6e6e;
	font-weight: bold;
	text-align: center;
}
/*Fin plan*/
