/*
  --- 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 = [
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accueil', '../pages/home.php', null],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pr&eacute;sentation', '../pages/asso.php', null,
		['Qui sommes-nous', '../pages/presentation.php', null,
		    ['Pr&eacute;sentation','../pages/presentation.php', null],
		 	['L\'association','../pages/asso.php', null],
			['Les membres','../pages/membres.php', null]
		],
		['Notre d&eacute;marche', '../pages/domaines.php', null,
		],
		['Notre client&egrave;le', '../pages/cibles.php', null],
		['Nos moyens', '../pages/moyens.php', null]
	],
	['Conseil-Formation', '../pages/presentation_conseil.php', null,
		['Le conseil', '../pages/presentation_conseil.php', null,
		 	['Pr&eacute;sentation','../pages/presentation_conseil.php', null],
			['Plus d\'info','info_conseil.php', null]
		 ],
		['Formation en entreprise','../pages/presentation_sursite.php', null,
		 	['Pr&eacute;sentation','../pages/presentation_sursite.php', null],
			['Th&egrave;mes de formation','../pages/cours_sursite.php', null],
			['Plus d\'info','../pages/info_sursite.php', null]
		 ],
		['Formation en centre', '../pages/presentation_encentre.php', null,
		 	['Pr&eacute;sentation','../pages/presentation_encentre.php', null],
			['Th&egrave;mes de formation','../pages/cours_encentre.php', null],
			['Localisation des centres','../pages/localisation_encentre.php', null],
			['Plus d\'info','../pages/info_encentre.php', null]
		 ],
		['Liste des formations', 'index.php', null]
	],
	['&nbsp;&nbsp;Services du net','../pages/intro_membres.php', null,
		['Espace membres','../pages/intro_membres.php', null,
		 	['Pr&eacute;sentation','../pages/intro_membres.php', null],
			['Inscription','../pages/inscription_membres.php', null]
		 ],
		['Espace formateurs', '../pages/intro_formateurs.php', null,
		 ]
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Actualit&eacute;s', '../pages/actualites.php', null,
		['Actu 5i', '../pages/actualites.php', null]
	]
];


