body {
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-color: #73BC36;
	margin:10px;
	font-family: "Tahoma";
}

/* Les titres */
h1 { font-size: 1.8em; margin: 0.67em 0; }
h2 { font-size: 1.3em; margin: 0.83em 0; }
h3 { font-size: 1.17em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Tahoma";
	font-weight: bold;
	display: block;
}

.bg {
	background-image: url(images/bg.gif);
}
.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EECC7F;
}

.puce {
float:left;
padding-bottom:5px;

}

.puce1 {
float:left;
padding-bottom:25px;
}

.puce2 {
float:left;
padding-bottom:45px;
}

.txt {
	font-family: Tahoma;
	font-size: 12px;
	color: #3544AC;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.txt2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #3544AC;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.legende {
	font-family: Tahoma;
	font-size: 11px;
	color: #d97510;
	line-height:11px;
}
a:link {color:#3544AC;}
a:visited {color:#3544AC;}
a:hover {color:#d97510;}

.lienbas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3544AC;
}

.Right {
	float:right;
}

.Left {
	float:left;
}

.img{
	border:solid 2px #000000;
}
#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;
	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: #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;
}


/* Les "nettoyeurs" */
.clear, .clearb { clear: both; }
.clearer {
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
}


.center{text-align:center;}

.padL{ padding-left:10px;}
.padR{ padding-right:10px;}

.txt3{
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3544AC;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	}
	
	
	#map {
	width: 640px;
	height: 480px;
}
#map .infosbulle {
	width: 300px;
	height: 100px;
	border: none;
	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;
}