$(function(){

	$('#inputRechercher').focus(function(){checkRechercher()});

	$('#inputRechercher').blur(function(){checkRechercher()});
	
	$('#bandeau').crossSlide({
	  sleep: 1,
	  fade: 1
	}, [
		{src: '/images/bandeaux/cross/special11.jpg'},	
		{src: '/images/bandeaux/cross/11.jpg'},
		{src: '/images/bandeaux/cross/12.jpg'},
		{src: '/images/bandeaux/cross/special12.jpg'},	
		{src: '/images/bandeaux/cross/13.jpg'},
		{src: '/images/bandeaux/cross/14.jpg'}
	]);
	
/*	$('#bandeau').crossSlide({
	  sleep: 1,
	  fade: 1
	}, [
		{src: '/images/bandeaux/cross/violet1.jpg'},	
		{src: '/images/bandeaux/cross/violet2.jpg'},
		{src: '/images/bandeaux/cross/violet3.jpg'},
		{src: '/images/bandeaux/cross/violet4.jpg'},
		{src: '/images/bandeaux/cross/violet5.jpg'},
		{src: '/images/bandeaux/cross/violet6.jpg'}
	]);
*/	
});
