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



#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 10%;
	width: 612;
	height: 500;
	padding: 0;
	margin:0;
	border: 0px solid black;
	background-color: black;
	z-index:20;
	overflow: visible;

}


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

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

.texte_intnoir {

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

