/*fenetre modale*/
#repere{
	position:absolute;
	z-index:999;
	right:0;
	bottom:0;
	width:1px;
	height:1px;
}

#masque{
	position:absolute;
	display:none;
	background-color:#000;
	z-index:800;
	top:0;
	left:0;
	width:1px;
	height:1px;
	filter:alpha(opacity=50); 
	-moz-opacity:0.50; 
	opacity:0.50;
}

#fenetreModale{
	width:400px;
	height:400px;
	position:fixed;
	z-index:900;
	display:none;
	left:0;
	top:0;
	background:#fff;
}
/*fenetre modale*/
