YAHOO.util.Event.addListener(window, 'load', function(){
    if(!document.getElementById('Accueil')){
        window.scrollTo(0,190);
    }
});
