$(function() {

	$('#imprimer').click(function () {
		window.print();
		return false;
	});

});
