body
{
	margin: 0;
    padding: 0;
	text-align: center;
	font: "Calligraph421 BT", Aharoni, Arial, "Times New Roman";
	background: #213250;
}

#conteneur 
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 1000px;
    height: 600px;
	margin-left: auto;
    margin-right: auto; 
	text-align: left;
	background: #213250;
}

#head
{
    background: url(../accueil/ban/default.gif) no-repeat 0 0;
    width: 1000px;
    height: 120px;
}

ul#menu
{
	float: left;
	width: 150px;
	height: 35px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#menu a
{
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	width: 150px;
	line-height: 35px;
	color: #000;
	font-family: "Calligraph421 BT", Aharoni, Arial;
    font-size: 16pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(../accueil/default.gif) no-repeat 0 0;
}

ul#menu a:hover
{
	background: url(../accueil/default.gif) no-repeat 0 -35px;
}

div#contenu 
{
	float: left;
	width: 845px;
    height: 450px;
	background: #213250;
	padding: 0 0 0 5px;
	margin: 0;
	font-family: "Times New Roman", Arial;
	color: #d4242f;
    overflow: auto;
    font-weight: bold;
}

div#contenu b
{
	color: #ff6600;
}

div#contenu a
{
	color: #ff6600;
}

div#contenu a:hover
{
	color: #00fcff ;
}

div#contenu a:visited
{
	color: #249d2c;
}

div#contenu a:visited:hover
{
	color: #00fcff ;
}

div#contenu h1
{
	text-align: center;
	color: #fcff00;
	text-decoration: underline;
}

div#contenu h2
{
	color: #ffffff;
}

div#contenu h3
{
	text-align: center;
	color: #fcff00;
}

div#contenu h4
{
    text-decoration: underline;
	color: #fcff00;
}

div#contenu td
{
	font-family: "Times New Roman", Arial;
	color: #d4242f;
}

div#monFrame
{
	width: 800px;
	float: right;
	letter-spacing: 0.5px ;
	font-size: 1em ;
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Calligraph421 BT", Aharoni, Arial;
}

div#foot
{
    color: #d4242f;
}

div#foot a
{
	color: #ff6600;
}

div#foot a:hover
{
	color: #00fcff ;
}

div#foot a:visited
{
	color: #249d2c;
}

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

/* Fin Lightbox */