// Classe item menu_deroulant
function ItemMenuDeroulant()
{
	this.texte;
	this.lien;
	this.estPageCourante;
	this.sousItems;
}
