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

body {
	background-color: #a8e671;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003333;
	text-align:justify;
}

h1 { font-size:12px; text-align:center; margin-bottom:-14px; z-index:100; position:relative;}

a img { border:1px solid #53a502; filter : alpha(opacity=100); -moz-opacity : 1; opacity : 1; }

a:hover img { border:1px solid #53a502; filter : alpha(opacity=70); -moz-opacity : 0.7; opacity : 0.7; }

a { color:#003333; }

.pdf {
	border:none;
}

.pdf a img {
	border:none;
}

#intro-h1 {
	width:574px;
	height:20px;
	margin:0 auto;
}

#intro-flash {
	width:574px;
	height:595px;
	margin:0 auto;
}

#intro-txt {
	width:574px;
	height:50px;
	margin:0 auto;
	text-align:center;
}

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

#header {
	width:935px;
	height:181px;
}

#gauche {
	width:237px;
	height:354px;
	background:url('images/image_gauche.jpg');
	float:left;
}

#titre {
	width:698px;
	height:74px;
	float:right;
}

#contenu {
	width:648px;
	min-height:280px;
	_height:280px;
	background:url('images/fond-contenu.jpg');
	background-repeat:no-repeat;
	float:right;
	padding-right:50px;
}

#adresse {
	width:935px;
	height:54px;
	background:url('images/barre_adresse.gif');
	clear:both;
}

#liens-bas {
	width:935px;
	font-size:9px;
	margin:0 auto;
	text-align:center;
}

#plan {
	width:935px;
	margin:0 auto;
}

#plan-header {
	background:url('images/plan-site-header.jpg');
	width:935px;
	height:181px;
}

#plan-titre {
	background:url('images/plan-site-titre.jpg');
	height:74px;
}

#plan-contenu {
	background:url('images/plan-site-contenu.jpg');
	height:280px;
	padding-left:240px;
	padding-right:70px;
}

#plan-adresse {
	background:url('images/plan-site-adresse.jpg');
	height:54px;
}

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

/*/////////////////////////////////////////////// formulaire //////////////////////////////////////////////////////////////////*/
	
	#formulaire{
	background: transparent;
	text-align:center;
	width:360px;
	padding:0;
	margin:0 0 0 50px;
	float:left;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#003333;
} /* 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:150px; height:13px;  float:left; margin: 0 5px 0 2px;} /* carateristique des input */
	
	.textareaform { width:350px; height:100px; overflow: auto;} /* carateristique du textarea */
	
	.selectform  { height:18px; float:left; margin: 0 5px 0 2px;font: normal 11px Verdana, Arial, Helvetica, sans-serif; color:#000; } /* 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;  } /* carateristique de la div contenant le texte du captchat*/
	
	#formulaire div { margin: 5px auto; } /* centrer dans le formulaire des div */
	#formulaire div a{ color:#003333;} /* couleur du lien dans capchat */
	.divimagecaptchat { border:1px solid black; padding: 0 0 0 100px; } /* carateristique de la div entourant l'image captchat */
	
	.transp, .inputtexte { background: white; border: 1px solid #000;font: normal 11px Verdana, Arial, Helvetica, sans-serif; color:#000; } /* pour rendre les input et textarea transparent avec une bordure */
	
	/*////////////////////////////////////////////// fait par GrEGoOoO /////////////////////////////////////////////////////////////////*/
	
	/*/////////////////////////////////////////////// fin du formulaire //////////////////////////////////////////////////////////////////*/
	
			
	div#mention {
	text-align:center;
	padding: 50px 0px 0 20px;
	float:left;
}
