/*
  --- 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 = [
	
             ['ACCUEIL','/index.php'],



     ['LOCATION DU CHATEAU', null, null,
	 	    ['Le Chateau', '/le_chateau/chateau_vicomte.php'],
	     	['Le Parc', '/parc_chateau/parc_chateau.php'],
	        ['Salles Reception', '/salle_reception/salle_reception.php'],
			['La Petite Orangerie', '/orangerie/orangerie.php'],
			['Espace Traiteur', '/cuisine_chateau/cuisine_chateau.php'],
			['Chambres', '/chambres_chateau/chambres_chateau.php'],
			],
	

	 
	 	 ['REGION LES ACTIVITES', '/blois_activites/blois_activites.php'],
	



/*
  --- Debut PRESTATAIRES --- 
*/	
		   

     ['DES PRESTATAIRES', '/prestataires/prestataires_vicomte.php' ],
	   
	
/*
  --- Fin PRESTATAIRES --- 
*/	




/*
  --- Debut ACCES --- 
*/
	
     ['ACCES', '/plans_vicomte/plan_vicomte.php' ],

/*
  --- Fin ACCES --- 
*/




/*
  --- Debut CONTACT --- 
*/     ['CONTACT', '/contact.php' ],


/*
  --- Fin CONTACT --- 
*/

];