
#box 
{
	display: none;
	position: absolute;
	top:30px;
	right:1px;
	width: 279px;
	height: 362px;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: #ffffff;
	z-index:100;
	filter:alpha(opacity=90)!important;  
	-moz-opacity:0.90!important;
	opacity: 0.90!important;
}

#boxclose
{
	float:right;
	top: 0;
	left:250px;
	background-image: url(gifs/bouton-promo-over.jpg);
	background-repeat:no-repeat;
	background-color:#eeeeee;
	width:29px;
	height:362px;
	z-index:100;
}

#boxcontent
{
	float:left;
	top:23px;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:230px;
	height:340px;
	z-index:100;
}