function supprimer_appel_notes($texte){ $texte = preg_replace(_NOTES_RACCOURCI,"",$texte); return $texte; }