$(document).ready(function() {
	$("#accueil-g ul").innerfade({
		animationtype: 'fade',
		speed: 800,
		timeout: 4000
	});
});
