.fond_noir_popin {
	position:fixed;
	width:100%;
	height:0px;
	background-color:#000;
	left:0;
	right:0;
	}
	
.fond_noir_popin_ouvert {
	position:fixed;
	width:100%;
	background-color:#000;
	height:100%;
	z-index:100;
	opacity:0.5;
	left:0;
	right:0;
	top:0;
	}