body {
background-color: #cdcfec;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: Helvetica, Verdana, Arial, sans-serif;
}

.banniere {
margin-left: auto;
margin-right: auto;
margin-top: 18px;
background-image: url(index/banniere.png);
background-repeat: no-repeat;
width: 800px;
height: 120px;
}

.total {
margin-left: auto;
margin-right: auto;
width: 800px;
height: 100%;
background-color: #FFFFFF;
}

.menu {
width: 200px;
background-image: url(index/menu.jpg);
background-repeat: no-repeat;
font-size: 10px;
float: left;
}

.corps {
background-color: #FFFFFF;
width: 600px;
font-size: 12px;
font-family: Helvetica, Verdana, Arial, sans-serif;
float: right;
}

.fin {
clear: both;
width: 800px;
}

.footer {
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
height: 120px;
width: 800px;
background-image: url(index/footer.png);
background-repeat: no-repeat;
font-size: 12px;
clear: both;
}

a:link {
	color: #4c97eb;
}
a:visited {
	color: #4c97eb;
}
a:hover {
	color: #f29400;
	font-weight: bold;
}

.title{
	font-size: 16px;
}
.title-bleu{
	font-size: 16px;
	color: #4c97eb;
}

.text{
	font-size: 12px;
}

.bleu{
	color: #4c97eb;
}

.bleu-fonce{
	color: #00425b;
}

.mini{
	font-size: 10px;
}
.mini-bleu{
	font-size: 10px;
	color: #4c97eb;
}

.bold{
	font-weight: bold;
}

.bold-bleu{
	font-weight: bold;
	color: #4c97eb;
}

a.rubrique-01 { background-image: url('index/rubrique-01.png'); margin-top:94px; width:91px; float:left; display:block; }
a.rubrique-01:hover { background: url('index/rubrique-01.png') 0 -26px;
}

a.rubrique-02 { background-image: url('index/rubrique-02.png'); margin-top:94px; width:88px; float:left; display:block; }
a.rubrique-02:hover { background: url('index/rubrique-02.png') 0 -26px;
}

a.rubrique-03 { background-image: url('index/rubrique-03.png'); margin-top:94px; width:89px; float:left; display:block; }
a.rubrique-03:hover { background: url('index/rubrique-03.png') 0 -26px;
}

a.rubrique-04 { background-image: url('index/rubrique-04.png'); margin-top:94px; width:76px; float:left; display:block; }
a.rubrique-04:hover { background: url('index/rubrique-04.png') 0 -26px;
}

a.rubrique-05 { background-image: url('index/rubrique-05.png'); margin-top:94px; width:62px; float:left; display:block; }
a.rubrique-05:hover { background: url('index/rubrique-05.png') 0 -26px;
}

#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(lightbox/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(lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}