function asso(id){
    //Affiche le texte reçu comme paramètre
   window.location.replace(
 "television.php?trier=asso&asso="+id);
}
function theme(id){
    //Affiche le texte reçu comme paramètre
   window.location.replace(
 "television.php?trier=theme&theme="+id);
}