window.addEvent('domready', function(){
			
			var accordion = new Accordion('div.actuTitre', 'div.actuTxt', {
				alwaysHide: true,
				//Pour commencer tous fermés
				show:1000
			}, $('menuGauche'));
}); 

