$(document).ready(function(){ 

// rollover sur le menu slideshow
	$("#btn-home li img").hover(function() {
	    $(this).attr("src", $(this).attr("src").split(".").join("-on."));
	  }, function() {
	    $(this).attr("src", $(this).attr("src").split("-on.").join("."));
	});
	
	$("#btn-inscription img").hover(function() {
	    $(this).attr("src", $(this).attr("src").split(".").join("-on."));
	  }, function() {
	    $(this).attr("src", $(this).attr("src").split("-on.").join("."));
	});

// slideshow
	$('#flash').crossSlide({
	  fade: 1,
	  shuffle: true
	}, [
	{
	    src:  '/extension/mef/design/mef/images/flash/images/visuel-01.jpg',
	    href: '',
		from: '100% 50%',
		to:   '30% 50% 1x',
	    time: 4
	  }, {
	    src:  '/extension/mef/design/mef/images/flash/images/visuel-02.jpg',
	    href: '',
		from: '100% 50%',
		to:   '30% 50% 1x',
	    time: 4
	  }, {
	    src:  '/extension/mef/design/mef/images/flash/images/visuel-03.jpg',
	    href: '',
		from: '100% 50%',
		to:   '30% 50% 1x',
	    time: 4
	}, {
	    src:  '/extension/mef/design/mef/images/flash/images/visuel-04.jpg',
	    href: '',
		from: '100% 50%',
		to:   '30% 50% 1x',
	    time: 4
	}, {
	    src:  '/extension/mef/design/mef/images/flash/images/visuel-05.jpg',
	    href: '',
		from: '100% 50%',
		to:   '30% 50% 1x',
	    time: 4
	}, {
	    src:  '/extension/mef/design/mef/images/flash/images/visuel-06.jpg',
	    href: '',
		from: '100% 50%',
		to:   '30% 50% 1x',
	    time: 4
	}, {
	    src:  '/extension/mef/design/mef/images/flash/images/visuel-07.jpg',
	    href: '',
		from: '100% 50%',
		to:   '30% 50% 1x',
	    time: 4
	}, {
	    src:  '/extension/mef/design/mef/images/flash/images/visuel-08.jpg',
	    href: '',
		from: '100% 50%',
		to:   '30% 50% 1x',
	    time: 4
	}, {
	    src:  '/extension/mef/design/mef/images/flash/images/visuel-09.jpg',
	    href: '',
		from: '100% 50%',
		to:   '30% 50% 1x',
	    time: 4
	}, {
	    src:  '/extension/mef/design/mef/images/flash/images/visuel-10.jpg',
	    href: '',
		from: '100% 50%',
		to:   '30% 50% 1x',
	    time: 4
	}, {
	    src:  '/extension/mef/design/mef/images/flash/images/visuel-11.jpg',
	    href: '',
		from: '100% 50%',
		to:   '30% 50% 1x',
	    time: 4
	}, {
	    src:  '/extension/mef/design/mef/images/flash/images/visuel-12.jpg',
	    href: '',
		from: '100% 50%',
		to:   '30% 50% 1x',
	    time: 4
	}, {
	    src:  '/extension/mef/design/mef/images/flash/images/visuel-13.jpg',
	    href: '',
		from: '100% 50%',
		to:   '30% 50% 1x',
	    time: 4
	}, {
	    src:  '/extension/mef/design/mef/images/flash/images/visuel-14.jpg',
	    href: '',
		from: '100% 50%',
		to:   '30% 50% 1x',
	    time: 4
	}, {
	    src:  '/extension/mef/design/mef/images/flash/images/visuel-15.jpg',
	    href: '',
		from: '100% 50%',
		to:   '30% 50% 1x',
	    time: 4
	}
	]);

});
