/* CSS Document */

#vbox_overlay{
	/*display:none;*/
	z-index:40;
	position:fixed;
	left:0;top:0;
	width:100%;
	height:100%;
	background:black;
}

/*----Greybox structure----*/

#vbox_greyBox{
	/*display:none;*/
	z-index:41;
	position:absolute;
	left:-409px;
	top:30px;
	margin:0 0 0 50%;
	width:819px;
}
#vbox_greyBox .content{
	float:left;
	width:819px;
	height:564px;
	/*min-height:320px;*/
	background:url(../medias/promo_plaquettes/ajax-loader.gif) no-repeat center center;
}
























