/************ FOND GRIS ************/
#filter
{
	display: none;
	position: absolute;
	top: -26%;
	left: -35%;
	width: 1550%;
	height: 235%;
	background-color: #ffffff;
	opacity:0.99%;

}

/************ DANS LA BOX ************/
#box 
{
	display: none;
	position: absolute;
	top: 9%;
	left: 6%;
	width: 88%;
	height: 82%;
	padding: 0;
	margin:0;
	border: 1px solid #b3b3b3;
	
}

/************ LE CONTENU, IMG ************/
#boxcontent
{
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:100%;
	height:100%;
}
/************ LE TITRE ************/
#boxtitle
{
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	margin:0;
	text-align:center;
	opacity:0;
}

