/* CSS Document */

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

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

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

#intro a { color:#222; }
img {border:none;}
.titre { color:#222; padding-top:20px; }

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

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

a:hover { text-decoration:none; }

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

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

#header-plandusite { width:935px; height:224px; background:transparent url('images/titres/head-plandusite.jpg') no-repeat; }

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

#titre { width:778px; height:33px; float:left; background:transparent url('images/titre.jpg') no-repeat; }

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

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

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

#adresse { width:935px; height:62px; background:transparent url('images/adresse.jpg') no-repeat; }

#coordonnees { width:200px; padding:50px 0 0 20px; text-align:center; float:left; }

#coordonnees p { padding:0 0 14px 0; color:#222; }

#coordonnees a img { border:none; }

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

#menubas a { color:#222; }

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

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

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

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

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

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

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

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

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

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

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

/*-------------------------fin formulaire------------------------*/
/*galary*/
#dhtmlgoodies_slideshow{
		width:720px;	/* Total width of slideshow */


	}
	
	#previewPane{
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:70px;
		
		
		/* CSS HACK */
		height: 452px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
		
		width:480px;		
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 454px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/438px;	/* Other browsers */
		height: /**/438px;
		
		/* CSS HACK */
		width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/120px;	/* Other browsers */
		width: /**/120px;
				/* Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:375px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#theImages .imageCaption{
		display:none;
	}
/*google map*/
.plan {
	width: 640px;
	height: 480px;
	border: 2px solid #a32c32;
	margin-top: 20px;
	margin-left: -10px;
}
#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;
}
.rouge{color:#FF0000;}
.space{margin:10px;}
.fright{
	float:right;
	margin-left: 10px;
}
.clearvalidator{ clear:both; height:3px;}