body {
	background-color: #7089CC;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
.centre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #373737;
	background-color: #FFFFFF;
	background-image: url(images/centre.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 5px 5px 5px 0px;
	font-weight: bold;
	clip: rect(5px,5px,5px,5px);
}
.centre_accueil {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #373737;
	background-color: #FFFFFF;
	background-image: url(images/titre_accueil.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 5px 5px 5px 0px;
	font-weight: bold;
	clip: rect(5px,5px,5px,5px);
}
.centre_accueil H3 {
font-size: 10px;
}
blockquote {
	margin-left: 20px;
}
.separateur {
background-color: #FFFFFF;
}
.info {
	background-color: #FFFFFF;
	background-image: url(images/info.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
TD.info {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
}
.info span{
	color:#C54D2A;
	text-transform: uppercase;
}
.info_suite TD {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	background-image: url(/images/info_suite_04.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.info_suite div{
	background-image: url(/images/info_suite_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
.info_suite div a:hover img{
	border: 1px solid #FF9900;
}
.info_suite div a img{
	border: 2px solid #FF9900;
}
.info_suite span{
	color:#C54D2A;
	text-transform: uppercase;
}
H1 {
	color: #E75F32;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #FFFFFF;
	margin: 2px;
}
.pied {
	color: #4262B7;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
}
a {
	color: #4262B7;
	text-decoration: underline;
}
a:hover {
	color: #4262B7;
	text-decoration: none;
}

.gris {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/*lightbox*/
#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(http://storage.canalblog.com/45/40/96840/13616764.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( http://orain-modelage.fr/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url( http://orain-modelage.fr/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;
	}

