
body
{

	margin: auto;

	background-color:black;

	font-family:Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size:0.8em;
}



/* L'en-tête */
#conteneur
{
   width: 760px;
   margin: auto;
   background-color:black;
}
#en_tete
{
	height: 50px;
	background-color:#3D3E4E;
		font-family: century Gothic, verdana,Arial, "Arial Black", "Times New Roman", Times, sans-serif;
	font-size: 1.8em;
	color:#CCCCCC;
	text-align:center;
	border-top:3px solid black;
	border-bottom: 3px solid black;
	
}
#menu
{

	height: 140px;
	background-image: url("images/eau.jpg");
	//background-repeat: repeat;
	/*margin-bottom: 2px;*/
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
		font-family: century Gothic, verdana,Arial, "Arial Black", "Times New Roman", Times, sans-serif;
	font-size:1.8em;
    border-bottom: 3px solid black;


	
	color:#CCCCCC;
}
#menu a
{
font-family: century Gothic, verdana,Arial, "Arial Black", "Times New Roman", Times, sans-serif;
text-decoration:none;
color:#CCCCCC;
font-weight:normal;
font-size:1em;
}
#menu p
{

}
#menu p.milieu
{
text-align:center;
}
#menu p.droite
{
text-align:right;
}

#corps
{
	background-color:#3D3E4E;
	/*padding: 5px;*/
	margin-bottom: 2px;
	/*border: 2px solid black;*/
	color: #CBC4DC;
	/*font-size:1.5em;*/
}
a{
font-size:0.9em;
font-weight:bold;
color:black;
}
a img{
border-color:black;
}
p
{
text-align: justify;  
margin-right: 6px; 
font-size:1em;
}

.titre
{
  
  
   margin-bottom: 2px; 
   padding-left: 5px;
   	font-family: century Gothic, verdana,Arial, "Arial Black", "Times New Roman", Times, sans-serif;
   font-size:1.8em;
	text-align: center;   
   color: #B3B3B3;

   		
}
.citation
{
	padding-left:10px;
	color: #CBC4DC;
	font-style:italic;
	text-align:center;
}
.trait
{
	background-color : black;
	height:3px;
}
.trait-court
{
	width:575px;
	float:right;
	background-color : black;
	height:3px;
}
.image
{
	height:250px;
	width: 180px;
	float:left;
	text-align :center;
	font-size:1.2em;
	font-weight:bold;
	color: #B3B3B3;



}

.bouche-trou
{
	height:250px;
	width: 80px;
	float:left;
	text-align :center;
	font-size:1.2em;
	font-weight:bold;
	color: #B3B3B3;
}
.image-poesie
{
	height:250px;
	width: 250px;
	float:left;
	text-align :center;
	font-size:1.2em;
	color: #B3B3B3;
	

}

.align{
vertical-align: top ;
}

span.sous-titre
{
	font-size:0.8em;
}
.texte
{

	float:left;
	padding-right : 20px;
	width: 500px;
	text-align : justify;
	color:#CBC4DC;
	/*clear:none;*/
}
.texte-poesie
{

	height:300px;
	width: 250px;
	float:left;
	text-align :left;
	font-size:0.9em;

}
.representation
{
	width: 500px;
	float:left;
	padding-right : 20px;
	text-align : justify;
	font-size:small;
	color:#CBC4DC;
	clear:none;
}
.spacer
{
clear:both; height:10px; display:block;
}
.etoile
{
/*text-align=center;*/
padding-left: 50px;
}

#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: century gothic,arial,verdana, "Arial Black", "Times New Roman", Times, sans-serif;
   font-size:x-large;
   font-weight:normal;
 
}

#corps h2
{
	height: 30px;
	padding-left: 30px;
	background-image: url("images/titre.png");
	background-repeat: no-repeat;
	text-align: left;
	font-size:x-large;
	font-weight:normal;
	color: #B3B3B3;
}

#corps p
{
	padding-left:10px;
}
#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;
	}
#pied_de_page
{

	border-top: 3px solid black;
	border-bottom: 3px solid black;
	/*clear: both;*/
	background-image: url("images/eau.jpg");
	text-align: center;
	color: #B3B3B3;

}


