﻿/* CSS réalisé par Le Raton Laveur
---------------------------------------------------------*/
#classboxaplat{
	position:fixed;
	cursor:pointer;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	height:100%;
	background:#000;
}
#classboxconteneur{
	position:absolute;
	z-index:1001;
	width:100%;
	top:75px;
	left:0;
	height:1px;
	overflow:visible;
	text-align:center;
	background:transparent;
}
#classboxcontenu{
	width:50px;
	height:50px;
	margin:0 auto;
	background:#FFF;
	overflow:hidden;
}
#classboxcontenu iframe{
	border:0;
}

#classboxloader{
	position:relative;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-16px;
	text-align:center;
	width:32px;
	height:32px;
	background:url(loader.gif);
}
#classboxinfo{
	position:relative;
	text-align:left;
	margin:0 auto;
	height:22px;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background:#FFF;
	line-height:22px;
	overflow:hidden;
}
#classboxinfo a{
	color:#666666;
}
#classboxinfo a:hover{
	color:#000;
	text-decoration:none;
}
#classboxfermer{
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	width:17px;
	height:22px;
	background:url(fermer.jpg);
}
#classboxerreur{
	width:400px;
	height:300px;
	background:url(erreur.jpg);
}