body {
	background-color: #000;
}

#Cadre {
	width: 800px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -440px;
	margin-top: -320px;
	z-index: 1;
	/*border: 15px solid #fff;*/
}

/* LightBox */
#LightboxBG {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 2;
	display: none;
}

#LightboxContainer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1026px;
	height: 555px;
	margin-left: -523px;
	margin-top: -277px;
	padding: 10px 10px 0px 10px;
	background-color: #fff;
	border: 2px solid #a6a6a6;
	z-index: 3;
	display: none;
}

#LightboxContent {
	width: 1024px;
	height: 513px;
	border: 1px solid #a6a6a6;
	background-image: url(../images/loader.gif);
	background-position: center;
	background-repeat:no-repeat;
}

#Close {
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 2px;
}

#Close a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

#Close a img {
	border: none;
	outline: none;
}

#Close a:hover{
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
