jQuery().ready(function(){
	jQuery('#listmenu').Accordion({
		header: 'a.hac',
		active: 'a.hac.on'
	});
	jQuery('#listmenu-bas').Accordion({
		header: 'a.hac-bas',
		active: 'a.hac-bas.on',
      	  alwaysOpen: false, 
      	  animated: false 
	});
	jQuery('.listmenu-bis').Accordion({
		header: 'a.hac-bis',
		active: 'a.hac-bis.on',
      	alwaysOpen: false, 
      	animated: false 
	});
});
