body {
	background:url(../img/background.png);
	background-attachment: fixed; 
	margin:0;
	padding:0;
	text-align:center;
	font-size:1em;
	font-family:arial, helvetica, sans-serif;
	color:#fff;
	}

#conteneur {
		background:#fff;		
		width:800px;
		margin:0 auto;
		text-align:left;
		border:1px solid #000;
		position: relative;
		min-height:550px;
	}


#top {
	background-image:url(../img/top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:800px;
	height:160px;
	margin: 0;
	padding:0;
	position: relative;
	}


#lang {
	float: left;
	position: relative;
	margin-top: 10px;
	margin-right: 4px;
	margin-left: 4px;
	}

#menu {
	float: left;
	margin-left: 14px;
	margin-top: 30px;
	width: 80px;
	text-decoration: none;
	position: relative;
	}

#menu a {
	text-decoration: none;
	}

#menu a:hover {
	color: #fff;
        background: #92a3d1;
	text-decoration: none;
	}

UL#menu {
	padding-left: 0.3em;
	font-size: 0.9em;
	list-style-type: none;
	text-decoration: none;
	}


#main {
	text-align:justify;
	padding: 0.2em 1em 0.2em 1em;
	margin-left: 105px;
	border-left: #000 1px solid;
	font-size:0.8em;
	color:#000;
	position: relative;
	}

#footer {
	text-align:center;
	vertical-align:bottom;
	font-size:0.8em;
	color:#000;
	margin-top: 5px;
	}

img{
	border:0;
	}


	A {
	color: #345;
	}

	UL {
	font-size: 0.9em;
	font-family: "Trebuchet MS", verdana, Arial, helvetica, sans-serif;
	list-style-type: square;
	}
	
	UL UL {
	font-size: 0.9em;
	font-family: "Trebuchet MS", verdana, Arial, helvetica, sans-serif;
	list-style-type: circle;
	}
	
	P {
	font-size: 1em;
	font-family: "Trebuchet MS", verdana, Arial, helvetica, sans-serif;
	}

		
		H1 {
		color: #000;
		border-bottom: #ddd 1px solid;
		font-family: "Trebuchet MS", verdana, Arial, helvetica, sans-serif;
		}

		H2 {
		color: #000;
		border-bottom: #ddd 1px solid;
		font-family: "Trebuchet MS", verdana, Arial, helvetica, sans-serif;
		}

		H3 {
		color: #000;
		border-bottom: #ddd 1px solid;
		font-family: "Trebuchet MS", verdana, Arial, helvetica, sans-serif;
		}

		H4 {
		color: #000;
		border-bottom: #ddd 1px solid;
		font-family: "Trebuchet MS", verdana, Arial, helvetica, sans-serif;
		}

		H5 {
		color: #000;
		border-bottom: #ddd 1px solid;
		font-family: "Trebuchet MS", verdana, Arial, helvetica, sans-serif;
		}

		H6 {
		color: #000;
		border-bottom: #ddd 1px solid;
		font-family: "Trebuchet MS", verdana, Arial, helvetica, sans-serif;
		}

/*Lightbox*/

#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: #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: transparent url (../img/lightbox/blank.gif) no-repeat;
	/* 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/lightbox/prev.gif) left 15% no-repeat;
	}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../img/lightbox/next.gif) right 15% no-repeat;
	}

#imageDataContainer {
	font: 9px Arial, 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;
	}
	
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100px; 	background-color: #000;
	}
