$(document).ready(function(){
	//js/jquery.innerfade.js
	$('#boxEvenements').innerfade({ 
		animationtype: 'slide',
		speed: 'normal',
		timeout: 4000,
		type: 'sequence',
		containerheight: '137px'  }); 
		
});	

