if (navigator.appName == "Microsoft Internet Explorer") {
   document.body.innerHTML
      = '<hr><strong style="color: white; background-color: red; font-size: 2em;">Attention: vous utilisez Microsoft Internet Explorer, ce qui est considéré comme dangereux par <a href="http://www.melani.admin.ch/dienstleistungen/archiv/01095/index.html?lang=fr">Melani</a>. Installez un <a href="http://www.mozilla-europe.org/fr/firefox/">logiciel standard</a> à la place.</strong></hr>' + document.body.innerHTML;
}

