/*

  --- menu items --- 

  note that this structure has changed its format since previous version.

  additional third parameter is added for item scope settings.

  Now this structure is compatible with Tigra Menu GOLD.

  Format description can be found in product documentation.

*/

var MENU_ITEMS = [

	['Home', 'index.html'

	],

	['Mission', 'mission.html'

	],

	['Services', 'services.html',null,

		['Consultance strat&eacute;gique', 'strategy.html'],
		
		['Affaires publiques et juridiques', 'publicaff.html'],
		
		['D&eacute;veloppement local', 'localdev.html'],
		
		['M&eacute;dia Num&eacute;riques', 'newmed.html'],
	
		['Sport', 'sport.html'],
		
		['Gestion des assocations', 'assocmanag.html'],
			
		['Relations publiques', 'publicrel.html'],
		
		['R&eacute;f&eacute;rences', 'clients.html'],
		
	],

	['Recherche', 'report.html',null, 

		 ['Etudes et contributions', 'pastass.html'],
		 
		 ['Service de veille ', 'newsservice.html'],
		 
		  ['Collaboration', 'collaboration.html'],
	 ],

	['Ev&egrave;nements', 'events.html',null,
	 
	 		['KEA Approche', 'expect.html'],
	
			['Nos Services', 'ourservices.html'],

			['Ev&egrave;nements pass&eacute;s', 'stories.html']

		],

	['Equipe', 'team.html',null,
	
			['Notre &eacute;quipe', 'team.html'],
	
			['Jobs & Internships', 'joinkea.html'],
			
			['Collaboration', 'collaboration.html'],
			
		],

	];




