jQuery(document).ready(
function()
{
                jQuery("#slider").wslide({
				width: 503,
				height: 156,
				pos: 1,
				autolink: 'slider-menu',
				horiz: true,
				duration: 500
		});

                $("#visuels").diaporama({
                                animationSpeed: 1000,
                                delay:5
                });
});

// VLS 21/09/2011 - Pour corriger le problème de la transition entre les pages
jQuery(window).load(function () {
  document.body.style.backgroundColor = '#00357e';
});
