function naviguerHorizontal(noPage) {
	destination = (noPage - 1) * 391;
	window.top.site.scroll(destination,0);
}