function testNavigateur() {
  if(navigator.userAgent.indexOf("Firefox") < 0 && navigator.userAgent.indexOf("MSIE 7") < 0) {
    window.open("squelettes/alerte_navigateur.html", "_blank", "");
  }
}

