	
	/****  DEFILEMENT DES ACTUS ****/
	initActu = function(){
		if($("#au_actus").length){
			config = {};
			config.size = '160px'; // hauteur
			config.timeout = 0; // durée pendant laquelle la news s'arrète
			config.speed = 'medium'; // 'fast', 'medium', 'slow'
			config.direction = 'up'; // 'up', 'down'
			config.onmouseover = 'stop'; // 'stop', 'continue'
			$("#au_actus").scrollNews(config);
		}
	}
	
	var active_galerie = function(){
		$('.au_galerie a').lightBox();
	}
	
	$(initActu);
	$(active_galerie);
	
