BODY {
			SCROLLBAR-FACE-COLOR: #003366;
			MARGIN: 0px;
			SCROLLBAR-HIGHLIGHT-COLOR: #424242;
			SCROLLBAR-SHADOW-COLOR: #424242;
			SCROLLBAR-3DLIGHT-COLOR: #66ccff;
			SCROLLBAR-ARROW-COLOR: white;
			SCROLLBAR-TRACK-COLOR: #003366;
			SCROLLBAR-DARKSHADOW-COLOR: #66ccff;
			color:#F5EB66
}
TABLE.principale {
			border:4px groove #424242;
			background: #ffffff;
}
TD.texte {
	font-family     : High Tower Text,Lucida calligraphy, felix titling,Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}
TD.titre {
			text-align:center;
			font-family: serif, sans-serif;
			font-size:15pt;
			color:#5A7E99;
			background: #E1E9EB;
			font-weight:bold;
}
.menu{
			font-family: serif, sans-serif;
			font-size:20pt;
			color:#003466;
			background: #F9E300;
			font-weight:bold;
}
A:active{
	text-decoration:none;
	color:#003466;
	font-size : 14.0pt;
	font-family : High Tower Text
}
A:visited{
	text-decoration:none;
	color:#003466;
	font-size : 14.0pt;
	font-family : High Tower Text
}
A:link{
	text-decoration:none;
	color:#003466;
	font-size : 14.0pt;
	font-family : High Tower Text
}
A:hover{
	text-decoration:none;
	color:#003466;
	font-size : 14.0pt;
	font-family : High Tower Text
}

TD.texte {
	text-align:center;
	font-family: serif, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#5A7E99
}
TD.texteleft {
	text-align:left;
	font-family: serif, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#5A7E99
}
hr {
	width:90%;
	color:#5A7E99;
}
#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(../images/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(../images/flechegauche.gif) left 15% no-repeat;
	}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/flechedroite.gif) right 15% no-repeat;
	}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em; 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: #FFF7AC;
	}
