
/* CSS Document */

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

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

#intro { text-align:center; color:#FADFCA; }

#intro a { color:#FADFCA; }

.titre { color:#FADFCA; padding-top:20px; }

h1 { font: normal 16px/16px Verdana, Arial, Helvetica, sans-serif; color:#FADFCA; }

a { color:#FADFCA; text-decoration:underline; }

a:hover { text-decoration:none; }

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

#menu { width:289px; height:482px; float:left; background:transparent url('images/menu.jpg') no-repeat; }

#header { width:696px; height:176px; float:right; background:transparent url('images/head.jpg') no-repeat; }

#titre { width:696px; height:59px; float:right; background:transparent url('images/titres/titre.jpg') no-repeat; }

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

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

#contenu ul { padding:0 0 14px 50px; }

#adresse { width:985px; height:86px; margin:0 auto; background:transparent url('images/adresse.jpg') no-repeat; }

#coordonnees { width:150px; padding:70px 0 0 30px; text-align:center; float:left; }

#coordonnees p { padding:0 0 10px 0; color:#FADFCA; }

#coordonnees a img { border:none; }

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

#menubas a { color:#FADFCA; }

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

.floatright { float:right; margin:0px 0 0 10px; }

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

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

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

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

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

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

	#formulaire { background: transparent; text-align:center; width:400px; padding:0px 0 0 0px; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#FADFCA; 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/16px Verdana, Arial, Helvetica, sans-serif; color:#FADFCA; background-color:#862A35; } /* 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 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#4B3426; } /* 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:#FADFCA; } /* couleur du lien dans capchat */

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

#code { background-color:transparent; color:#FADFCA; }

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

#textcontentpopup
{
	text-align:center;
	line-height:22px;
}
/*-------------------------fin formulaire------------------------*/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#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;	
}
/**********************show image*************************/
#gallery {
		
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border-color:#fff;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid ;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover {  }
/*-----------------Plan du site-----------------*/
#header-plan {
background-image:url(images/plandusite/header-plan.jpg);
background-repeat:no-repeat;
width:1000px;
height:183px;
margin-left:200px;
}
#content-plan {
background-image:url(images/plandusite/content-plan.jpg);
background-repeat:no-repeat;
width:1000px;
height:297px;
margin-left:200px;
}
#plantextcontent {
	line-height:20px;
	margin-left:330px;
	
}
#footer-plan {
background-image:url(images/plandusite/footer-plan.jpg);
background-repeat:no-repeat;
width:1000px;
height:88px;
margin-left:200px;
}
/*-------------------------Google Map-----------------------------*/
.plan {
	width: 570px;
	height: 460px;
	border-color:#FFF;
	border-style:solid;

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

.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 white;
}
.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;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}