function formrecherche(id){
    //Affiche le texte reçu comme paramètre
   window.location.replace(
 "formations.php?fiche="+id);
}







