
#shadowing
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 50000px;
	background-color: #000000;
	filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
	z-index:10;
}

#box 
{
	display: none;
	position: absolute;
	top: 5%;
	left: 10%; 
	width: 80%;
	height: auto;
	padding: 0;
	margin:0;
	/* border: 1px solid black; */
	/* background-color: white; */
	z-index:11;
}

#boxcontent
{
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	/* overflow: auto; */
	width:100%;
	height:auto;
}

#Box_Panier 
{   
    overflow: auto;
	background-color: #ffffff; 
	color: #000000;	
	-webkit-box-shadow: 0 8px 64px #000000; 
	-moz-box-shadow: 0 0 64px #000000; 
    box-shadow: 0 0 64px #000000;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;	
	border-radius: 6px;
}

#boxtitle
{
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	margin:0;
	color:black;
	text-align:center;
}

#boxadpan
{
	display: none;
	position: absolute;
	top: 5%;
	left: 10%; 
	width: 80%;
	height: auto;
	padding: 0;
	margin:0;
	/* border: 1px solid black; */
	/* background-color: white; */
	z-index:11;
}


#boxcontentadpan
{
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	/* overflow: auto; */
	width:100%;
	height:100%;
}