function addPanier(id, qte){
     window.location.href = "_ajout_panier.php?id="+id+"&qte="+qte+"";
}


