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


#box 
{
	display: none;
	position: absolute;
	padding: 0px;
	margin:0px;
	border: 0px solid black;
	width:1000px;
	/*height:400px;*/
	background-color: white;
	/*background:#fff url('../_image/fond_popup.png') repeat;*/
	z-index:101;
	overflow: none;
	/*left: 100;*/
	/*top: 100;*/


}

#_boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	/*width:500px;*/
	/*height:400px;*/
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
}

