// ######## CONFIGURER A PARTIR D'ICI ##########
// pour créer un nouveau menu déroulant
// procéder dans cette ordre
// les menu se créer automatiquement en fonction de la longueur de la barre
// il n'ya pas de limite ... 

// exemple
//  créer un nouveau menu
// 	 New_Menu("nom du menu");
	// créer un sous menu
	// Add_Menu("texte"," l'url "," la cible _self _BLANK...",'code optionnelle pas nécéssaire');

New_Menu("Actualité");
 	Add_Menu("La Une","http://www.phonethik.com/","_self"); 
	Add_Menu("Les informations","http://www.phonethik.com/spip.php?page=plusdebreves","_self"); 
	Add_Menu("flux rss","http://www.phonethik.com/spip.php?article344","_self");
	Add_Menu("podcast","http://www.phonethik.com/spip.php?article345","_self");

New_Menu("Opinion");
	Add_Menu("mégaphone","http://www.phonethik.com/spip.php?page=megaphone","_self");
	Add_Menu("figure IT","http://www.phonethik.com/spip.php?page=figureIT","_self"); 

New_Menu("Pratique");
	Add_Menu("annuaire","http://www.phonethik.com/spip.php?article530","_self"); 
	Add_Menu("dossiers","http://www.phonethik.com/spip.php?page=dossier","_self"); 
	Add_Menu("librairie","http://www.phonethik.com/librairie","_blank");  
	Add_Menu("emploi","http://www.phonethik.com/spip.php?page=emploi","_self");

New_Menu("Services");
	Add_Menu("newsletter","http://www.phonethik.com/spip.php?page=sabonner","_self"); 
	Add_Menu("publicité","http://www.phonethik.com/spip.php?article415","_self"); 
	Add_Menu("contact","http://www.phonethik.com/spip.php?article213","_self");  
	Add_Menu("1A2V","http://www.1A2V.info","_blank");

New_Menu("");
New_Menu("");
