function ouvre_light_accueil(){
        document.getElementById('light').style.display="block";
        //if(ie6) supersleight.init();
}

function ferme_light_accueil() {
        document.getElementById('light').style.display="none";
}
