
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.4;
	filter: alpha(opacity=50);
}



#box 
{
	display: none;
	position: absolute;
	top: 145px;
/*	left: 20%;
*/	width: 640px;
	height: 480px;
	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:100%;
*/}

#boxtitle
{
background-color:#FFF;
width:100%;
height:25px;
background-image:url(images/fermer.gif);
background-repeat:no-repeat;
background-position:550px 5px;
/*
left:0%;
padding:0;
margin:0;
color:black;
text-align:center;
*/
}


#boxcontent img
{
width:640px;
margin:auto;
}
