@charset "windows-1252";

#frame{
	width:500px;
	height:300px;
}

.galleryframe{
	width:100%;
	height:50px;
}

#file
{
	width:200px;
}

#zone
{
	background:red;
	width:450px;
}

#loading
{
	display: none;
	position:absolute;
	top:250px;
	color:#fff;
	width:100%;
	text-align:center;
	z-index: 12;
}

#displayImage
{
	display: none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 11;
}

#displayImage div
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: #000;
	filter: alpha(opacity:50);
	opacity: 0.5;
	z-index: 12;
}

#displayImage img
{
	position:absolute;
	top: 50px;
	border: 1px solid #fff;
	z-index: 12;
}



#scrollimages
{
	position:absolute;
	display:block;
	top:-10px;
	z-index: 4;
}

#scrollimages .content
{
	position:absolute;
	overflow:visible;
	z-index: 5;
}

#scrollimages a
{
	cursor:pointer;
}

#scrollimages a:hover div
{
	border:1px solid #fff;
	/*background-color:#fff;*/
}

#scrollimages a:hover img
{
	/*filter: alpha(opacity:80);
	opacity: 0.8;*/
}

#infoGalerie
{
	display: none;
	position:absolute;
	top: 100px;
	width:100%;
	z-index: 10;
}

#infoGalerie div
{
	display:block;
	width:800px;
	margin: auto;
}

#infoGalerie h1
{
	font-size:24px;
	background:#000;
	color:#fff;
	padding-bottom:0px;
}

#infoGalerie a
{
	background:#000;
}

#cadre_video{

	margin-left:34px;
	margin-top: 335px; 
	padding-top:162px; 
	background:url(design/cadre.png) no-repeat;
	width: 930px; 
	height: 613px;
	
}

.holo_screen {

	margin-left:184px;
	width: 560px; 
	height: 340px;
	background:url(design/holo_screen.png) no-repeat;
	cursor:pointer;
}

.video {
	display:none;
	

}

img
{
	border: 0;
}