
/* CSS Document */

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

body { background:#181E5A url('images/fond.jpg') repeat-x; text-align:justify; }

#index { text-align:center; color:#fff; }

#index a { color:#fff; }

#indexhaut { width:955px; height:225px; margin:0 auto; }

#indexbas { width:655px; height:315px; padding:0 300px 0 0; margin:0 auto; background: transparent url('images/intro-bas.jpg'); }

.h1Intro { font: normal 11px Verdana, Arial, Helvetica, sans-serif; color:#fff; height:60px; padding-top:40px;}
h1 { font: normal 12px Verdana, Arial, Helvetica, sans-serif; color:#fff; font-weight:bold;}

a { font:normal 11px Verdana, Arial, Helvetica, sans-serif; color:#fff; text-decoration:underline; }

a:hover { text-decoration:none; }

.txt { font:normal 11px Verdana, Arial, Helvetica, sans-serif; padding:0 0 14px 0; color:#fff; }

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

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

#titre { width:959px; height:49px; background:url('images/titre.jpg') no-repeat; }

#contenu { width:799px; min-height:100px; _height:200px; float:left; padding:20px 80px 0 80px; }

#contenu p { font:normal 11px Verdana, Arial, Helvetica, sans-serif; padding:0 0 14px 0; color:#fff; }

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

#coordonnees { width:220px; float:left; padding-left:100px; padding-top:50px; text-align:center; }

#coordonnees p { font:normal 11px Verdana, Arial, Helvetica, sans-serif; padding:0 0 14px 0; color:#fff; }

#coordonnees a img { border:none; }

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

#menubas a { color:#fff; }

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

.encadre { border: solid 2px #48667E; }

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

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

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

#yzeo a { color:#fff; font: normal 10px Verdana, Arial, Helvetica, sans-serif; }

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

	#formulaire { background: transparent; text-align:center; width:400px; padding:10px 0 0 50px; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color:#fff; float:left; } /* 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:#fff; background-color:#2E3045; } /* 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:#fff; } /* couleur du lien dans capchat */

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

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

/*-------------------------fin formulaire------------------------*/
/*============================Lightbox=================================================*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #1c4083; }
/******************************highslide***********************************************/
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid #ffffff;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    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: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/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;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/*////////////////////////////////////////////// fait par GrEGoOoO /////////////////////////////////////////////////////////////////*/
.plan {
	width: 565px;
	height: 440px;
	border:#ffffff solid;
	
	margin-left:120px;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
}
#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: #5F0666;
	font-weight: bold;
	margin-bottom: 1em;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}
	
.paddingRight{
	padding-right:25px;
}	
.imgRight{
	float:right;
	padding-left:15px;
}
	/*/////////////////////////////////////////////// fin du formulaire //////