function lanceImpression() {
	
	window.print(); 
	document.getElementById('statusZone').style.visibility='visible'; 
	window.close();
	
}



