/* Body : règles générales pour le document, fond de page noir. */
body 
{
	font-family:Times, "Times New Roman", Garamond, FreeSerif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background: #000000 url(skin/img_ciel.png) top repeat-x;
}

/* Règles générales pour le menu --- Ajuster le padding-left pour centrer le menu*/
#menu 
{
	width: 780px;
	height: 50px;
	background: url(skin/img_menu.png) no-repeat;
	padding-top: 14px;
	padding-left: 100px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	
}
#menu li {
	float:left;
}
#menu li a {
	display:block;
	color:black;
	text-decoration:none;
}
#menu li a:hover {
	color: #323264; 
}
#menu ul li ul {
	display:none;
}

#menu ul li:hover ul {
	display:block;
	/*background-color:grey;*/
}

#menu li:hover ul li {
	float:none;
}


/* Règles pour le menu --- modifier les marges et le padding pour centrer l'ensemble en absolute une fois que les rubriques sont définitivement fixées !!! */
#menu a {
	
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
	margin: 10 10px;
	margin-left: 45px;
	margin-top:4px;
	padding: 2px 2px;
}

/* Comportement du menu a au survol du curseur */
#menu a:hover 
{
	color: #323264; 
}

/* Conteneur central, entre les barres métalliques, et sur fond gris ombré */
#main 
{
	width: 780px;
	margin: 0 auto;
	background: url(skin/img_body.png) repeat;
}

/* Partie supérieure, barre métallique horizontale */
#top 
{
	height: 224px;
	background-image: url(skin/img_top.png);
	margin-top: 50px;
}

/* Bande pour placer un choix de langage - hauteur à ajuster */
#langage 
{
	height: 5px;
	background-image: url(skin/img_body.png);
}

/* Contenu du conteneur : titres, textes, etc. */
#corps
{
width: 680px;
margin-left: 50px;
margin-right: 50px;
margin-bottom: 20px;
padding-top: 30px;
background-image: url(skin/img_body.png)repeat;
text-align: justify;
}

/* Partie inférieure du conteneur, barre métallique horizontale */
#bottom 
{
height: 28px;
background-image: url(skin/img_bottom.png);
}

/* Notes bas de page, mentions hors conteneur, etc. */
#credits
{
width: 780px;
text-align: center;
margin: 0 auto;
margin-top: 5px; 
margin-bottom: 5px;
color: #4b4b4b;
font-size: 0.9em;
}

/* Titres très gros en bleu */
h1
{
text-align: left;
font-size: 1.8em;
color: #080677;
}

/* Titres noir en gras */
h2
{
text-align: left;
font-size: 1.4em;
}

/* Texte standard */
p 
{
margin: 0;
}

.titre
{
	border-bottom: 1px solid #c9c9c9;
	font-size: 19px;
	color: #323264;
	text-align: center;
}

.date
{
	font-size: 12px;
	float: right;
}

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

