body {
background-image: url(index/fond.gif);
background-repeat: repeat-x;
background-color: #dbdbdb;
margin-left: 0;
margin-top: 0;
padding:0;
position:absolute;
width: 100%;
height: 100%;
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:13px;
text-align:center;
}

.total {
margin-top: 3%;
margin-left: auto;
margin-right: auto;
width: 800px;
height: 600px;
}

.banniere {
background-image:url(index/banniere.gif);
background-repeat:no-repeat;
width:200px;
height:600px;
float: left;
}

.corps {
float: right;
background-image:url(index/fond-corps.gif);
background-repeat:no-repeat;
width: 600px;
height: 600px;
font-size:13px;
font-family: Helvetica, Verdana, Arial, sans-serif;
text-align: left;
}

a:link {
	color: #ff8400;
	text-decoration:none;
}
a:visited {
	color: #db7303;
	text-decoration:none;
}
a:hover {
	color: #ff8400;
	font-weight:bold;
}

.synapz{
	font-size:11px;
	color:#ffffff;
}

.title-mega-size-vert{
	font-size:20px;
	color:#ff8400;
	font-weight:bold;
}

.title-size-vert{
	font-size:16px;
	color:#ff8400;
	font-weight:bold;
}

.typo-vert{
	color:#ff8400;
}

.text-size{
	font-size:13px;
}

.mini-text-size{
	font-size:11px;
}

.mini-text-size-vert{
	font-size:11px;
	color:#ff8400;
}

.bold{
	font-weight:bold;
}

a.rubrique0 { background-image: url('index/rubrique0.png'); width:200px; float:right; display:block; }

a.rubrique1 { background-image: url('index/rubrique1.png'); width:200px; float:right; display:block; }
a.rubrique1:hover { background: url('index/rubrique1.png') 0 -44px;
}

a.rubrique2 { background-image: url('index/rubrique2.png'); width:200px; float:right; display:block; }
a.rubrique2:hover { background: url('index/rubrique2.png') 0 -44px;
}

a.rubrique3 { background-image: url('index/rubrique3.png'); width:200px; float:right; display:block; }
a.rubrique3:hover { background: url('index/rubrique3.png') 0 -44px;
}

a.rubrique4 { background-image: url('index/rubrique4.png'); width:200px; float:right; display:block; }
a.rubrique4:hover { background: url('index/rubrique4.png') 0 -44px;
}

a.rubrique5 { background-image: url('index/rubrique5.png'); width:200px; float:right; display:block; }
a.rubrique5:hover { background: url('index/rubrique5.png') 0 -44px;
}

#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;
	}