#filter
{
	display: none;
	position: absolute;
	top: 30%;
	left: 33%;
	width: 33%;
	height: 330;
	background-color: #000000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=20);
}



#box 
{
	display: none;
	position: absolute;
	top: 30%;
	left: 33%;
	width: 33%;
	height: 330;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: black;
	z-index:11;
	visibility: visible;
	margin-left: auto
	margin-right: auto
; 												text-align: center;
	vertical-align: middle;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
}


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

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

.texte_intnoir {

	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
}
