
jQuery(document).ready(function() {
								
	/* ici on parametre le deroulement des niouz du header */
	 $('#promoContent').animatedinnerfade({ 
        speed: 500, 
        timeout:  5000, 
		type: 'sequence', 
		containerheight: '50px', 
        containerwidth: '490px', 
        animationSpeed: 0, 
        animationtype: 'fade',
	    bgFrame: 'none',
	    controlBox: 'auto',
	    controlBoxClass: 'promoControlbox',
	    controlButtonsPath: '/Content/Images/innerfade'
		});
	 
	 
	$('#acceuilCommanditesContent').animatedinnerfade({
	  speed: 500,
	  timeout: 7000,
	  type: 'sequence',
	  containerheight: '250px',
	  containerwidth: '298px',
	  animationSpeed: 0,
	  animationtype: 'fade',
	  bgFrame: 'none',
	  controlBox: 'none'
	});
	
	$('#webteleContent').animatedinnerfade({
	  speed: 500,
	  timeout: 5000,
	  type: 'sequence',
	  containerheight: '187px',
	  containerwidth: '300px',
	  animationSpeed: 0,
	  animationtype: 'fade',
	  bgFrame: 'none',
	  controlBox: 'none'
	});
	 
	 
	 
	});
	
