body{ 
	background-color: #010101;
	margin: 0 auto 0;
	float: middle;
}
table{
	text-align: justify;
}
#page{
	width: 100%;
	margin: auto;
	top: 0;
	position: absolute;
}
#haut{
	width: 100%;
	min-width: 900px;
	height: 220px;
	margin: auto;
    padding: 0;
	background: url('design/haut.png') repeat-x;
}
#logo{
	width: 600px;
	height: 200px;
    margin: auto;
    padding: 0;
	background-image: url('design/logo-mv-haut.png');
	background-repeat: no-repeat;
	float: middle;
}
#contenu{
    padding-top: 0px;
	width: 900px;
	margin: auto;
	top: 0;
	min-height: 550px;
}
#c_haut{
	margin-left: 50px;
	margin-bottom: 0px;
	width: 800px;
	height: 76px;
	float: left;
	background-image: url('design/c-haut.png');
	background-repeat: no-repeat;
}
#c_centre{
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	width: 760px;
	font: 14px times;
	color: #404040;
	float: left;
	background-image: url('design/c-centre.png');
	background-repeat: yes;
}
#c_bas{
	margin-left: 50px;
	margin-top: 0px;
	width: 800px;
	height: 57px;
	float: left;
	background-image: url('design/c-bas.png');
	background-repeat: no-repeat;
}
#bas{
	height: 40px;
	width: 800px;
	font: 11px times;
	text-align: center;
	background-image: url('design/bas.png');
	background-repeat: no-repeat;
	margin: auto;
	float: middle;
	margin-top: 15px;
}
#p_info{
	margin: 20px 5px 25px 5px;
	font: 11px times;
	color: #404040;
	text-align: center;
}
img{
	border: 0px;
}
h1{ 
	text-align : center; 
	font-family : Times;
	font-size : 16px; 
	font-weight : bold; 
	color : #404040; 
	font-variant: small-caps;
} 
h2{ 
	width: 400px;
	text-align : center; 
	font-family : Times;
	font-size : 13px; 
	background-color:#fcfcfc;
	border:1px solid #202020;
	font-weight: 400; 
} 
h3{ 
	width: 600px;
	text-align : left; 
	font-family : Times;
	font-size : 15px; 
	font-weight: 700; 
	color: #ee0000;
	margin-left: 30px;
} 
.liens{
	text-decoration: none; 
	font-weight: bold; 
	color: #404040;
}
.liens:hover{
	text-decoration: none; 
	color: #202020;
}
.liens2{
	text-decoration: none; 
	font-weight: 900; 
	color: #404040;
	font-family : Times;
	font-size : 15px; 
	font-weight : bold; 
	font-variant: small-caps;
}
.liens2:hover{
	text-decoration: none; 
	color: #202020;
	font-variant: small-caps;
}
.liens3{
	text-decoration: none; 
	color: #404040;
	font-size : 9px;
	text-align: center;
}
.liens3:hover{
	text-decoration: none; 
	color: #202020;
}
.copyright{
	text-decoration: none; 
	font-weight: bold; 
	color: #404040;
}
.copyright:hover{
	text-decoration: none; 
	color: #202020;
}
.texte{
	text-decoration: underline; 
	color: #202020;
}
.texte:hover{
	text-decoration: underline; 
	color: #404040;
}
.texte2{
	text-decoration: none; 
	font: 12px times;
	color: #404040;
}
.texte2:hover{
	text-decoration: underline; 
	color: #404040;
}
.menu_drapeau{ vertical-align: middle; margin-left: 1px;}

#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; }
