/*********** panier *******************/	
	
	$(function() {
		
		$("#div_ajout_panier").dialog({
			bgiframe: true,
			autoOpen: false,
			height: 250,
			width:600,
			modal: true,
			close: function() {
				}
		});
	});

