function afficherDemNews() {
	$('#overlayMag').html('<div align="center" style="width: 100%"><img src="demNews/couv.jpg"></div>'); 	
	$('#overlayMag').show(); 	
	$('#overlayFull').show(); 
	$("html, body").css("overflow", "hidden"); 
}


function forgotPassword() {
	//$('#overlayMag').html('<div align="center" style="width: 100%"><img src="demNews/couv.jpg"></div>'); 	
	$('#overlayBox').show(); 	
	$('#overlayFull').show(); 
	$("html, body").css("overflow", "hidden"); 
}

function nettoyerLayers() {
	$('#overlayMag').hide(); 	
	$('#overlayFull').hide(); 
	$('#overlayBox').hide(); 
	$("html, body").css("overflow", "auto"); 	
}
