* {
    padding: 0;
    margin: 0;
} 

body {
background: url(images/bg.gif) ;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #fff;
text-align:center;
}


img { 
border: none; 
}
a { 
color: #c1c1c1; text-decoration: none; 
}
a:hover { 
text-decoration: underline; 
color : #000; 
}

#menu #link a { 
text-decoration: none; 
color : #c1c1c1; 
}




#website {
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	position:relative;
	width: 860px;
	margin: 0px auto;
	left: 0px;
	top: 20px;
	
}
#logo {
	position:relative; 
	left: 0px; top: 0px;
	height:171px;
	width:860px; 
	border-bottom:1px solid #333;
	background: url(images/logo.jpg);
}

#header {
	
height: 40px;
}

#header h1 {
padding: 0 0 0 20px;
font-size: 20px;
letter-spacing: -2px;
}
#header h1 a {
color: #33BFEB;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
padding-left: 21px;
font-size: 14px;
color: #666;
font-weight: 100;
}

#top {
font-size:9px;
padding: 5px 0px 0px 50px;
text-align:left;
background: url(images/footer.gif);
height:25px;
border-bottom:1px solid #333;
}

#menu {
position:relative;	
width:190px;;
height: 200px;
line-height: 40px;
background: #535353;
font-size: 11px;
border:3px #333;
border-style:double;
padding-left:10px;
left:10px;
}

.adresse {
top:15px;	
position:relative;	
width:190px;;
height: 210px;
line-height: 20px;
background: #535353;
font-size: 10px;
border:3px #333;
border-style:double;
padding-left:10px;
left:10px;

}

.adresse ul {
padding-top: 5px;
list-style-type: none;
text-align:left;
}
#menu ul {
padding-left: 0px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #c1c1c1;
text-decoration: none;
}

#menu ul li a:active {
color: #000;
text-decoration: none;
}


#content {
padding: 10px 00px;
background: #434343 repeat-y;
}
.right {

float: left;
width: 200px;
text-align: justify;
padding: 10px 0px 0px 00px;
}
.right h2 {
color: #32b44a;
font-size: 22px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;

}
.right h2 a {

}
.right h2 a:hover {

}

.left {
	
	text-align:left;
	position:relative;
	font-size:11px;
	float: right;
	width: 600px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	left: -20px;
	top: 0px;
}

.left h2 {
font-size: 18px;
font-family:arial;
color: #c1c1c1;
padding: 0px 0 20px 0px;
letter-spacing:1px;
}
.left ul {
list-style-type: none;
padding: 5px 0 10px 5px;
}
.left ul li {
padding: 2px 20px;

}

.left ul li a {
display: block;
color: #000;
}
.left ul li a:hover {
color: #c1c1c1;
}

#bottom {
background: #fff no-repeat;
padding: 10px 0;
}

#footer {
background: url(images/footer.gif) repeat-x;
height:50px;
border-top:1px solid #333;
text-align:center;
color:#fff;
font-size:10px;
}
#footer  a { color: #666; }




#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: #535353; 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(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 9px Verdana, Helvetica, sans-serif; background-color: #535353; 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
