﻿// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Les étapes de la vie', null, null,
		['Le baptême d&#39enfant', 'http://www.catho58.cef.fr/notrevie/vieq4.html'],
		['Le catéchisme', 'http://www.catho58.cef.fr/notrevie/vieq1.html'],
		['Le baptême d&#39adulte', 'http://www.catho58.cef.fr/notrevie/vieq5.html'],
		['La confirmation d&#39adulte', 'http://www.catho58.cef.fr/notrevie/vieq7.html'],
		['Le mariage', 'http://www.catho58.cef.fr/notrevie/vieq2.html'],
		['Le service aux malades', 'http://www.catho58.cef.fr/notrevie/vieq3.html'],
		['L&#39aumônerie à l&#39hôpital', 'http://www.catho58.cef.fr/notrevie/vieq6.html'],
		['L&#39accompagnement d&#39un deuil', 'http://www.catho58.cef.fr/notrevie/vieq8.html']
	],
	['Les équipes en mouvements', 'http://www.catho58.cef.fr/mouvements-services/dmouvement.html'
	],
	['Les services de l&#39Eglise', 'http://www.catho58.cef.fr/mouvements-services/dservice.html'
	],
	['Etre solidaire', null, null,
		['Le conseil de la solidarité', 'http://www.catho58.cef.fr/solidarite/solidarite.html'],
		['Le CCFD', 'http://www.catho58.cef.fr/solidarite/ccfd.html'],
		['Le Secours catholique', 'http://www.catho58.cef.fr/solidarite/seccatho.html'],
		['L&#39Ordre de Malte', 'http://www.catho58.cef.fr/solidarite/malte.html'],
		['La Pastorale des migrants', 'http://www.catho58.cef.fr/solidarite/migrants.html'],
		['La Coopération Missionnaire', 'http://www.catho58.cef.fr/solidarite/coop.html'],
		['La DCC', 'http://www.catho58.cef.fr/solidarite/dcc.html'],
		['L&#39aumônerie de la prison', 'http://catho58.cef.fr/mouvements-services/arret.html']
	],
	['Espace "jeunes"', null, null,
		['Accueil "jeunes"', 'http://www.catho58.cef.fr/jeunes/jeunes.html'],
		['Espace collégiens', 'http://www.catho58.cef.fr/jeunes/college.html'],
		['Espace lycéens', 'http://www.catho58.cef.fr/jeunes/lycee.html'],
		['Espace 18/30 ans', 'http://www.catho58.cef.fr/jeunes/18-30.html'],
		['Le forum des jeunes', 'http://www.catho58.cef.fr/forumjeunes/forumjeunes.html']
	],
	['Les paroisses', 'http://www.catho58.cef.fr/doyennes/grp.html'	
	],
	['Le diocèse', null, null,
		['Présentation', 'http://www.catho58.cef.fr/diocese/dpresentation.html'],
		['L&#39éveque', 'http://www.catho58.cef.fr/diocese/deveques.html'],
		['Les conseils de l&#39évêque', 'http://www.catho58.cef.fr/diocese/dcp.html'],
		['Les prêtres', 'http://www.catho58.cef.fr/diocese/pretres.html'],
		['Les diacres', 'http://www.catho58.cef.fr/mouvements-services/diaconat.html'],
		['Les religieux et religieuses', 'http://www.catho58.cef.fr/diocese/dreligieux.html'],
		['La suite du synode', 'http://www.catho58.cef.fr/enmarche.html']
	],
	['Les médias', null, null,
		['Le Service de communication', 'http://www.catho58.cef.fr/medias/sdc.html'],
		['La revue diocésaine', 'http://www.catho58.cef.fr/medias/edln.html'],
		['Les journaux paroissiaux', 'http://www.catho58.cef.fr/medias/journaux.html'],
		['La radio', 'http://www.catho58.cef.fr/medias/rcf.html'],
		['La bibliothèque', 'http://www.catho58.cef.fr/medias/bibliotheque.html']	
	],
	['Sainte Bernadette', 'http://www.catho58.cef.fr/bernadette/bernadette.html'
	],
	['Le séminaire', 'http://www.catho58.cef.fr/seminaire/seminaire.html'
	],
	['Art sacré', 'http://www.catho58.cef.fr/artsacre/artsacre.html'
	],
];


