Event.observe(window, 'load', function(event){
	if ($(id_actu)){
		Effect.ScrollTo(id_actu);
	}
});