body {
	text-align:			center;
	background-color:	black;
	font-family:		Tahoma;
	font-size:			12px;
}

a, a:visited, a:hover {
	color:				white;
}

#surroundDiv {
	display:			block;
	text-align:			left;
	margin:				auto;
	width:				900px;
	background-image:	url(../images/bgRepeat.jpg);
}
#version {
	display:			block;
	text-align:			right;
	font-family:		Tahoma;
	font-size:			12px;
	color : 			white;
}
#blackBoxContainer {
	display:			block;
	position:			relative;
	width:				820px;
	margin:				auto;
	margin-top:			-25px;
}

#blackBoxTop {
	width:				100%;
	height:				12px;
	background-image:	url(../images/boxTop.png);
	//background-image:	none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../template/1/images/boxTop.png', sizingMethod='scale');
}

#blackBoxBottom {
	width:				100%;
	height:				12px;
	background-image:	url(../images/boxBottom.png);
	//background-image:	none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../template/1/images/boxBottom.png', sizingMethod='scale');
}

#blackBoxCenter {
	width:				100%;
	background-image:	url(../images/boxRepeat.png);
}

#contentZone {
	width:				790px;
	background-image:	url(../images/trophy.png);
	background-repeat:	no-repeat;
	background-position: top;
	padding:			15px;
	min-height:			640px;
	//height:			expression(this.scrollHeight < 641 ? "640px" : "auto");
	color:				#ededed;
}

#banner {
	display:			block;
	margin:				auto;
	border:				none;
	height:				192px;
	width:				900px;
	background-image:	url(../images/top.png);
	//background-image:	none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../template/1/images/top.png', sizingMethod='scale');
}

#footer {
	display:			block;
	height:				30px;
}


.articleBox {
	display:			block;
	height:				130px;
	width:				345px;
	//width:			345px;
	float:				left;
	margin-left:		25px;
	margin-right:		25px;
	//margin-left:		20px;
	//margin-right:		15px;
	margin-bottom:		8px;
	//margin-bottom:	4px;
}

.articleBox img {
	display:			block;
	border:				none;
	float:				left;
	margin-right:		15px;
}

.articleBox .articleBoxTxt {
	display:			block;
	overflow:			hidden;
	height:				113px;
	width:				245px;
	//width:			240px;
	margin-left:		0px;
	line-height:		1.2em;
	margin-left:		16px;
	text-align:			justify;
}

.articleBox .articleBoxTxt .nom {
	display:			block;
	font-weight:		bold;
	color:				#FCC60E;
}

.articleBox .articleBoxTxt .titre {
	color:				white;
}

.articleBox .articleBoxTxt .descr {
	color:				#A8A8A8;
}

.followArrow {
	display:			block;
	height:				17px;
	width:				17px;
	//margin-right:		10px;
	clear:				left;
	float:				right;
	margin-top:			4px;
	text-decoration:	none;
	background-image:	url(../images/followArrow.png);
	//background-image:	none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../template/1/images/followArrow.png', sizingMethod='scale');
}

.articleBoxContainer {
	background-image:	url(../images/centerBg.png);
	background-repeat:	repeat-y;
	background-position: center;
	border-top:			3px solid black;
	padding-top:		5px;
}

.blackHr {
	display:			block;
	height:				3px;
	font-size:			1px;
	width:				100%;
	background-color:	black;
	clear:				both;
	margin-bottom:		5px;
}

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



