/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Accueil', null, null,
		['Lycée', 'index.htm'],
		['Intranet', 'intranet/index.htm'],
		['Formation continue', 'formation_continue/index.htm'],
		['Taxe apprentissage', 'taxe-apprentissage/index.htm']
	],
	['Le Lycée', null, null,
		['Infos', 'infos.htm'],
		['Historique', 'historique.htm'],
		['Visite guidée', 'visite_guidee.htm'],
		['Archives', null, null,
				['2009-2010', 'album.htm'],
				['archives', null, null,
						['2008-2009', 'album2008-2009.htm'],
						['2007-2008', 'album2007-2008.htm'],
						['2006-2007', 'album2006-2007.htm'],
						['2005-2006', 'album2005-2006.htm'],
				],
		],
		['Forums', '/forum/index.php'],
		['Anciens élèves', 'ancienseleves.htm']
	],
	['Nos filières', null, null,
		['4° à Projet Professionel', '4pp.htm'],
		['3° à Projet Professionnel', '3pp.htm'],
		['CAPa Services en milieu rural', 'capa.htm'],
		['BEPa Services aux personnes', 'bepa.htm'],
		['BAC Pro SMR', 'bacpro.htm']
	],
	['Nos actions', null, null,
		['Coopération Internationale', 'coop_inter.htm'],
		['Vie Pastorale', 'pastorale.htm'],
		['Projet d\'Etablissement', 'pe.htm'],
	],
	['Vie Scolaire', null, null,
		['Internat- animations/sorties', 'internat.htm'],
		['Actions scolaires', 'actions_scolaires.htm'],
		['Le CDI', 'cdi.htm'],
		['Le Self', 'self.htm'],
		
	],
	['Administration', null, null,
		['Inscription', 'inscriptions.htm'],
		['Calendriers et Agenda', 'agenda.htm'],
		['Liens', 'liens.htm'],
		['Contacts', 'contacts.htm']
	],
	[' ', null],
	[' ', null],
	['Résultats', null, null,
		['Brevet', 'resultsbrevet.htm'],
		['CAPa', 'resultscapa.htm'],
		['BEPa', 'resultsbepa.htm'],
		['BAC Pro', 'resultsbacpro.htm']
	]
];
