$(document).ready(function(){
  $("#connexion").hide();
});
function afficherForm(nom_div) {
  $("#" + nom_div).load('../templates/connexion.tpl').fadeIn(1000);
}
function cacherForm(nom_div) {
  $("#" + nom_div).fadeOut(500);
}
try { document.execCommand("BackgroundImageCache", false, true); } catch(err) {}
