function ajout_panier(id)
{
parent.frames['panier'].location = 'ajout.php?id='+id;
}
