#Popup{
	position: absolute;
	top: 0;
	
}
#Popup #masque{
	position: absolute;
	top:0;
	left:0;
	width:850px;
	height: 1500px;
	background: #000;
	opacity : 0.6;
	filter : alpha(opacity=60);
	z-index: 100;

}
#Popup #window{
	position: absolute;
	top: 250px;
	left: 0px;
	border: 1px solid #9a6736;
	width:600px;
	margin: 0 0 0 120px;
	z-index: 110;
	padding: 10px;
	background: white;
	text-align: center;
	
}
#Popup #window a{
	text-decoration: none;
	color: #c7a978;
	font: 12px Verdana,Arial,Tahoma; 
}
