 $(document).ready(function() {
 
 //	OUVRIR LE DIALOGUE D'IMPRESSION
	$('a.liens_print').click(function()
	{
		window.print();
	});
});
