/* CSS Document */

body {
background-color: #000000;
}

#conteneur1 {
width: 416px;
height:  280px;
margin: 0 auto;
margin-top:170px;
}

#up {
background-repeat:no-repeat;
background-image:url(img/enter1.jpg);
width: 416px;
height:  182px;
}

#down {
background-repeat:no-repeat;
background-image:url(img/enter2.jpg);
width: 416px;
height:  49px;
}

#text {
background-repeat:no-repeat;
width: 416px;
height: 49px;
text-align:center;
}

#conteneur {
width: 774px;
height:  885px;
margin: 0 auto; 
}

#header {
background-repeat:no-repeat;
background-image:url(img/header.jpg);
width: 774px;
height:  223px;
}


#content {
background-repeat:no-repeat;
background-image:url(img/content.jpg);
width: 774px;
height:  556px;
}


#footer {
background-repeat:no-repeat;
background-image:url(img/footer.jpg);
width: 774px;
height:  106px;
}

#menu {
background-image:url(img/barre_gauche.jpg);
background-repeat:repeat-x;
font-size:0px;
margin-left:92px;
width: 570px;
height:  69px;
}

#form {
margin-top:80px;
margin-left:92px;
width: 570px;
height:  69px;
}

#infos {
margin-left:92px;
width: 550px;
height:480px;
}

#image {
margin-left:300px;
width:300px;
height:10px;
}

#image2 {
margin-left:300px;
padding-top:250px;
width:300px;
height:10px;
}

#pages {
margin-left:340px;
width:80px;
height:19px;
}

#minis{
margin-left:118px;
margin-top:20px;	
width: 550px;
height:400px;
}

#liens{
margin: 100px;
margin-left:auto;
margin-right:auto;	
width: 450px;
height:227px;
}

#petits_liens{
margin: 20px;
margin-left:auto;
margin-right:auto;
width: 191px;
height: 19px;
}


img {
font-size:0px;
}

a img {
border:none;
}

h1{
    font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
  }
  
h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#7b7b7b;
	font-size:10px;
	font-weight:bold;
	padding: 6px 0 0px 15px; 
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#7b7b7b;
	font-size:10px;
	font-weight:bold;
	padding: 6px 0 0px 15px;
	line-height:1;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#7b7b7b;
	font-size:10px;
	font-weight:bold;
	padding: 6px 0 0px 15px;
	line-height:1;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0066;
	font-size:12px;
	margin:0px 0px 0px 0px;	
}

h7 {
	font-family:Arial, Helvetica, sans-serif;
	color:#7b7b7b;
	font-size:10px;
	font-weight:bold;
	margin:0px 0px 0px 0px;	
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	line-height:0,5;
}

.point {
	color:#FF0066;
	font-size:12px;
	padding: 0px 2px 0px 0;
}

a {
color:#FF0066;

}






#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(images/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(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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
