$(document).ready(function() {
	// pour le diporama le home
	$('#visuel').slidy({
		animation: 'normal',
		children: 'div.photo_hp',
		menu: false,
		pause: true,
		speed: 400,
		time: 4000,
		height: 410,
		width: 789 
	});

	var sudoSlider = $("#slider").sudoSlider({
		numeric:true
	});
});
