@charset "windows-1252";

iframe
{
	border: 0px;
	padding:0px;
}

.frame
{
	width:100%;
	height:25px;
	overflow:hidden;
	border: 0px;
	padding:0px;
	margin:0px;
}

.file
{	
	font-size:10px;
	overflow:hidden;
	margin:5px;
}

.padding
{
	margin: 20px;
}


#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
{
	display:none;
	position:absolute;
	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;
}


img
{
	border: 0;
}
