// Slides Fond d'ecran

	$(function(){
			jQuery('img.slidebg').maxImage({
        	isBackground: true,
	        overflow: 'auto'
			});
	});
