.black_overlay1{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
  width: 100%;
	height: 1500px;
	background-color: black;
	z-index:9002;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
.white_content {
	display: none;
	position: absolute;
	top: 200px;
	left: 242px;
	width: 354px;
	height: 200px; //360px;
	//padding: 1px;
	//border: 1px solid orange;
	background-color: white;
	z-index:9002;
	overflow: auto;
}

.title_content {
	display: none;
	position: absolute;
	top: 170px; 
	left: 242px;
	width: 355px;
	height: 33px;
	background:url(/images/bg-popin-title.png) no-repeat; 
	font-size:15px; 
	color:#fff; 
	font-weight:bold; 
	line-height:33px;
	z-index:9010;
}

.title_close {
	position: absolute;
	top: 10px;
	left: 330px;
	width: 15px;
	height: 15px;
	background:url(/images/bg-fermer-popin.gif) no-repeat; 
	background-position:right top;
	z-index:9010;
}

.title_description {
	position: absolute;
	top: -2px;
	left: 130px;


}
