html {
	font-size: 12px;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #fff;
}

.fond {
	width: 100%;
	height: 475px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	text-align: center; /* Special IE */
}

.site {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

.header {
	width: 800px;
	height: 125px;
	margin: 0;
	float: left;
}

.menu {
	width: 800px;
	height: 20px;
	background-image: url(img/bg_menu.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0;
	float: left;
}
	.menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.menu li {
		width: auto;
		height: 20px;
		line-height: 20px ;
		text-align: center;
		margin: 0;
		padding: 0;
		float: left;
		list-style-type: none;
		border-right: 1px solid #ffa100;
	}
	.menu a {
		display: block;
		padding: 0 15px 0 15px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		background-image: url(img/bg_menu.png);
		background-repeat: repeat-x;
		background-position: 0 0;
	}
	.menu a:hover {
		color: #fff;
		text-decoration: none;
		background-image: url(img/bg_menu.png);
		background-repeat: repeat-x;
		background-position: 0 -20px;
		
	}

.corps {
	width: 796px;
	height: auto;
	float: left;
	margin: 0;
	border-left: 2px solid #ffa100;
	border-right: 2px solid #ffa100;
	background-color: #fff;
}

.contenu {
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.footer {
	width: 800px;
	height: 20px;
	float: left;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
}

img {
	border: 0;
	vertical-align: middle;
}

h1 {
	font-size: 16px;
	color: #666;
}
h2 {
	font-size: 14px;
	color: #666;
}
h3 {
	height: 20px;
	border-bottom: 2px dotted #ffa100;
	font-size: 13px;
	color: #666;
	text-align: left;
}
h4 {
	font-size: 12px;
	color: #666;
	text-align: left;
	margin: 0;
}

b {
	font-weight: bold;
	color: #666;
}

a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #ffa100;
	text-decoration: none;
}

ul {
	text-align: justify;
}

.common {
	text-align: justify;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}


/* Lightbox JS v2.04 */
#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(img/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(img/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: #000;
}