* { 
 padding: 0;
 margin: 0;
}
body {
 font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
 font-size: 13px;
 background: #333;
 background-image:url(background.jpg);
 background-attachment:fixed;
 background-position:center top;
 background-repeat:no-repeat;


 
}
a {
 color: #fff;
 text-decoration: none;
 border-bottom: 0px #D0EB6A solid;
}
a:hover {
 color: #fff;
 text-decoration: none;

}
#zone { 
 margin: 0 auto;
 width: 1000px;
}
#haut {
 color: #fff;
 width: 990px;
 float: left;
 padding: 5px;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background-color: #333; filter:alpha(opacity=85);-moz-opacity:0.85;opacity: 0.85;
 border: 1px solid #393939;



}
#menuhaut {
 float: left;
 width: 980px;
 height: 20px;
 color: #fff;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 border: 1px solid #393939;
 text-align: center;
 background-color: #333; filter:alpha(opacity=85);-moz-opacity:0.85;opacity: 0.85;

 }
#menugauche { 
 color: #fff;
 border: 1px solid #393939;
 background-color: #333; filter:alpha(opacity=85);-moz-opacity:0.85;opacity: 0.85;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 150px;
 float: left;
}
#contenu { 
 float: right;
 color: #ccc;
 border: 1px solid #393939;
 background-color: #333; filter:alpha(opacity=85);-moz-opacity:0.85;opacity: 0.85;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 800px;
 display: inline;
 position: relative;
}
#bas {
 float: left;
 width: 980px;
 color: gray;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background-color: #333; filter:alpha(opacity=85);-moz-opacity:0.85;opacity: 0.85;
 border: 1px solid #393939;
 text-align: center;
}
#menu {
 background-color: #333; filter:alpha(opacity=85);-moz-opacity:0.85;opacity: 0.85;
 border-bottom: 0px solid #393939;
 color: #ccc;
 float: left;
 display: block;
 font-size: 11px;
 margin: 0;
 padding: 5px 0px;
 width: 14.5em;
}

#menu li {
 background-color: #333; filter:alpha(opacity=85);-moz-opacity:0.85;opacity: 0.85;
 border-bottom: 0px solid #393939;
 color: #ccc;
 display: block;
 margin: 0; 
 padding: 0;
 text-decoration: none;
}
#menu a {
 background-color: #333; filter:alpha(opacity=85);-moz-opacity:0.85;opacity: 0.85;
 border-bottom: 0px solid #393939;
 color: #ccc;
 display: block;
 margin: 0;
 padding: 0px 10px;
 text-decoration: none;
}
#menu a:hover {
 background: #222 url("") left center no-repeat; /*    #D0EB6A url("") left center no-repeat;    */
 color: #D0EB6A;
 padding-bottom: 0px;
}

/* Je séléctionne mes <li> par les sélecteurs (<li> est contenu par le <ul>), inutile de lui rajouter une class */
ul#menu_haut li { 
display : inline;
color : #ccc;
font-style : bold;
padding :  1em; /* Pour espacer les boutons entre eux */
}
ul#menu_haut {
list-style-type : none; /* Car sinon les puces se placent n'importe où */
font-size: 1.1em;
font-style : bold;
}
#menu_haut a:hover {
 background: #222 url("") left center no-repeat;
 color: #D0EB6A;
 padding: 10px 0px 10px 0px;
}




h1 { 
 font: bold 1.9em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
 color: #D0EB6A; 
 padding: 0; 
 margin: 0;
}
h2 { 
 font: 1.2em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
 padding: 0; 
 margin: 0; 
 color: gray; 
}	
h3{
 font: bold 1.1em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
 padding: 0; 
 margin: 0; 
 color: #ccc; 
}





/*visionneuse*/

table
	{
	border-width: 0;
	border-color: #ccc;
	border-style: solid;
	border-spacing: 0;
	background-color: none;
	}

td
	{
	border-style: none;
	}

img
	{
	border-width: 0;
	}

.tnone
	{
	background-color: transparent;
	}

.tcont
	{
	margin-top: .1em;
	margin-bottom: .1em;
	}
	
.thead , .tcfg:hover
	{
	background-color: #444;
	}

table.img
	{
	margin: auto;
	}

table.img:hover
	{
	background-color: #222;
	}

.legend
	{
	font-size: small;
	color: #888;
	}


.title
	{
	text-decoration: none;
	color: #fff;
	}

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