#dPopup{
	position: absolute;

}
#dPopup #masque{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background: #000;
	opacity : 0.6;
	filter : alpha(opacity=60);
	z-index: 100;

}
#dPopup #window{
	position: fixed;
	top: 250px;
	
	border: 1px solid #9a6736;
	width:600px;

	margin: 0 0 0 120px;
	margin: auto;
	z-index: 110;
	padding: 10px;
	background: white;
	text-align: center;
	
}
#dPopup #window a{
	text-decoration: none;
	color: #c7a978;
	font: 12px Verdana,Arial,Tahoma; 
}
