function scrollTo(zone){
	$('html, body').animate({
	scrollTop: $(zone).offset().top
	}, 1000);
}
