
function accueil(){
	var myFx = new Fx.Scroll(window).toElement('accueil', {
		wait: false,
		duration: 10000,
		area: 0, 
		velocity: .1,
		transition: Fx.Transitions.linear.easeIn
	});
};

function historique(){
	var myFx = new Fx.Scroll(window).toElement('historique', {
		wait: false,
		duration: 10000,
		area: 0, 
		velocity: .1,
		transition: Fx.Transitions.linear.easeIn
	});
};

function resto(){
	var myFx = new Fx.Scroll(window).toElement('resto', {
		wait: false,
		duration: 10000,
		area: 0, 
		velocity: .1,
		transition: Fx.Transitions.linear.easeIn
	});
};

function chocolaterie(){
	var myFx = new Fx.Scroll(window).toElement('chocolaterie', {
		wait: false,
		duration: 10000,
		area: 0, 
		velocity: .1,
		transition: Fx.Transitions.linear.easeIn
	});
};

function caramel(){
	var myFx = new Fx.Scroll(window).toElement('caramel', {
		wait: false,
		duration: 10000,
		area: 0, 
		velocity: .1,
		transition: Fx.Transitions.linear.easeIn
	});
};

function cadeaux(){
	var myFx = new Fx.Scroll(window).toElement('cadeaux', {
		wait: false,
		duration: 10000,
		area: 0, 
		velocity: .1,
		transition: Fx.Transitions.linear.easeIn
	});
};

function recherche(){
	var myFx = new Fx.Scroll(window).toElement('recherche', {
		wait: false,
		duration: 10000,
		area: 0, 
		velocity: .1,
		transition: Fx.Transitions.linear.easeIn
	});
};

function contact(){
	var myFx = new Fx.Scroll(window).toElement('contact', {
		wait: false,
		duration: 10000,
		area: 0, 
		velocity: .1,
		transition: Fx.Transitions.linear.easeIn
	});
};