$(document).ready(function(){

// Hack PNG sous IE
	 $.ifixpng('img/pixel.gif');
	 $('h1#logo img').ifixpng(); 
	 $('h1#logo span').ifixpng();
	 
	 
/* News ticker*/

$('.actualites').innerfade({
						animationtype: 'fade',
						speed: 'slow',
						timeout: 8000,					
						containerheight: '250px'
					});





});