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