 // VARIABLES GLOBALES

	// Largeur de la fenetre
	var winWidth;

	// Largeur des elts du menu
	var chif = 100;
	var accW = chif;
	var preW = chif;
	var parW = chif;
	var eluW = chif;
	var infW = chif;
	var comW = chif;
	var galW = chif;
	var lieW = chif;
	var totalW = accW+preW+parW+eluW+infW+comW+galW+lieW;

	// Position en X des elts du menu
	var accX;
	var preX;
	var parX;
	var eluX;
	var infX;
	var comX;
	var galX;
	var lieX;
		
	// Couleur du fond
	var bgColor = "#EEEEEE";
	
	// Couleur des cases du menu onMouseOn
	var colorMenu = "#777777";
	// Couleur des cases du menu onMouseOut
	var colorMenuOut = "#FFFFFF";
	// Couleur des tableaux
	var colorMenuBorder = "#CCCCCC";

// INITIALISER LA PAGE
function init()
{
		initValues();
		displayMenu();
		initMenu();
}

// INITIALISER LES VALEURS
function initValues()
{
	winWidth = document.body.clientWidth;
			
	// Position en X des elts du menu
	var px = 2
	accX = winWidth/2 - totalW/2 ;
	preX = accX+accW-px;
	parX = preX+preW-px;
	eluX = parX+parW-px;
	infX = eluX+eluW-px;
	comX = infX+infW-px;
	galX = comX+comW-px;
	lieX = galX+galW-px;
}

// INIT MENU : cache les sous menu

function initMenu() 
{                    
  if (navigator.appName=='Microsoft Internet Explorer')
  {
       document.all.ID_MENU11.style.visibility='hidden';
       document.all.ID_MENU21.style.visibility='hidden';
       document.all.ID_MENU31.style.visibility='hidden';
       document.all.ID_MENU41.style.visibility='hidden';
       document.all.ID_MENU51.style.visibility='hidden';
       document.all.ID_MENU61.style.visibility='hidden';
       document.all.ID_MENU71.style.visibility='hidden';
  }
  else
  {
       document.getElementById('ID_MENU11').style.visibility='hidden';
       document.getElementById('ID_MENU21').style.visibility='hidden';
       document.getElementById('ID_MENU31').style.visibility='hidden';
       document.getElementById('ID_MENU41').style.visibility='hidden';
       document.getElementById('ID_MENU51').style.visibility='hidden';
       document.getElementById('ID_MENU61').style.visibility='hidden';
       document.getElementById('ID_MENU71').style.visibility='hidden';
  }
}

// DESSIN DU MENU
function displayMenu()
{

// MENU PRINCIPAL

	var hauteur = 100;
	var taillep = 2;
	// ACCUEIL
	document.write(	"<DIV ID='ID_MENU0' style=\"position: absolute; left:"+accX+"px; top:"+hauteur+"px; width:"+accW+"px; height:17px; border-width:1; background-color='#FFFFFF'\" z-index:1 onmouseover='displayMenu01()' onmouseout='hideMenu01()'>");
	document.write(	"<TABLE  BORDER='0' WIDTH='"+chif+"'  HEIGHT='17' BGCOLOR="+colorMenuBorder+">");
	document.write(	"<TR>");
	document.write(	"<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"javascript:window.location='index.php?num=1&det=0&pho=0'\" BGCOLOR="+colorMenuOut+"><CENTER><font face='Century Gothic' size='"+taillep+"'>Accueil</font></font></CENTER></TD>");
	document.write(	"</TR>");
	document.write(	"</TABLE>");
	document.write(	"</DIV>");
	// LE PRESIDENT
	document.write(	"<DIV ID='ID_MENU1' style=\"position: absolute; left:"+preX+"px; top:"+hauteur+"px; width:"+preW+"px; height:17px;  border-width:1; background-color='#FFFFFF'\" z-index:1 onmouseover='displayMenu11()' onmouseout='hideMenu11()'>");
	document.write(	"<TABLE  BORDER='0' WIDTH='"+chif+"'  HEIGHT='17' BGCOLOR="+colorMenuBorder+">");
	document.write(	"<TR>");
	document.write(	"<TD onmouseover=\"this.bgColor=colorMenuOut\" onmouseout=\"this.bgColor=colorMenuOut\"   BGCOLOR="+colorMenuOut+"><CENTER><font face='Century Gothic' size='"+taillep+"'>Le President</font></CENTER></TD>");
	document.write(	"</TR>");
	document.write(	"</TABLE>");
	document.write(	"</DIV>");
	// LE PARTI
	document.write(	"<DIV ID='ID_MENU1' style=\"position: absolute; left:"+parX+"px; top:"+hauteur+"px; width:"+parW+"px; height:17px;  border-width:1; background-color='#FFFFFF'\" z-index:1 onmouseover='displayMenu21()' onmouseout='hideMenu21()'>");
	document.write(	"<TABLE  BORDER='0' WIDTH='"+chif+"'  HEIGHT='17' BGCOLOR="+colorMenuBorder+">");
	document.write(	"<TR>");
	document.write(	"<TD onmouseover=\"this.bgColor=colorMenuOut\" onmouseout=\"this.bgColor=colorMenuOut\"   BGCOLOR="+colorMenuOut+"><CENTER><font face='Century Gothic' size='"+taillep+"'>Le Parti</font></CENTER></TD>");
	document.write(	"</TR>");
	document.write(	"</TABLE>");
	document.write(	"</DIV>");
	// NOS ELUS
	document.write(	"<DIV ID='ID_MENU1' style=\"position: absolute; left:"+eluX+"px; top:"+hauteur+"px; width:"+eluW+"px; height:17px;  border-width:1; background-color='#FFFFFF'\" z-index:1 onmouseover='displayMenu31()' onmouseout='hideMenu31()'>");
	document.write(	"<TABLE  BORDER='0' WIDTH='"+chif+"'  HEIGHT='17' BGCOLOR="+colorMenuBorder+">");
	document.write(	"<TR>");
	document.write(	"<TD onmouseover=\"this.bgColor=colorMenuOut\" onmouseout=\"this.bgColor=colorMenuOut\"   BGCOLOR="+colorMenuOut+"><CENTER><font face='Century Gothic' size='"+taillep+"'>Nos elus</font></CENTER></TD>");
	document.write(	"</TR>");
	document.write(	"</TABLE>");
	document.write(	"</DIV>");
	// INFORMER
	document.write(	"<DIV ID='ID_MENU1' style=\"position: absolute; left:"+infX+"px; top:"+hauteur+"px; width:"+infW+"px; height:17px;  border-width:1; background-color='#FFFFFF'\" z-index:1 onmouseover='displayMenu41()' onmouseout='hideMenu41()'>");
	document.write(	"<TABLE  BORDER='0' WIDTH='"+chif+"'  HEIGHT='17' BGCOLOR="+colorMenuBorder+">");
	document.write(	"<TR>");
	document.write(	"<TD onmouseover=\"this.bgColor=colorMenuOut\" onmouseout=\"this.bgColor=colorMenuOut\"   BGCOLOR="+colorMenuOut+"><CENTER><font face='Century Gothic' size='"+taillep+"'>Informer</font></CENTER></TD>");
	document.write(	"</TR>");
	document.write(	"</TABLE>");
	document.write(	"</DIV>");
	// NOS COMITES
	document.write(	"<DIV ID='ID_MENU1' style=\"position: absolute; left:"+comX+"px; top:"+hauteur+"px; width:"+comW+"px; height:17px;  border-width:1; background-color='#FFFFFF'\" z-index:1 onmouseover='displayMenu51()' onmouseout='hideMenu51()'>");
	document.write(	"<TABLE  BORDER='0' WIDTH='"+chif+"'  HEIGHT='17' BGCOLOR="+colorMenuBorder+">");
	document.write(	"<TR>");
	document.write(	"<TD onmouseover=\"this.bgColor=colorMenuOut\" onmouseout=\"this.bgColor=colorMenuOut\"   BGCOLOR="+colorMenuOut+"><CENTER><font face='Century Gothic' size='"+taillep+"'>Nos comites</font></CENTER></TD>");
	document.write(	"</TR>");
	document.write(	"</TABLE>");
	document.write(	"</DIV>");
	// LA GALERIE
	document.write(	"<DIV ID='ID_MENU1' style=\"position: absolute; left:"+galX+"px; top:"+hauteur+"px; width:"+galW+"px; height:17px;  border-width:1; background-color='#FFFFFF'\" z-index:1 onmouseover='displayMenu61()' onmouseout='hideMenu61()'>");
	document.write(	"<TABLE  BORDER='0' WIDTH='"+chif+"'  HEIGHT='17' BGCOLOR="+colorMenuBorder+">");
	document.write(	"<TR>");
	document.write(	"<TD onmouseover=\"this.bgColor=colorMenuOut\" onmouseout=\"this.bgColor=colorMenuOut\"   BGCOLOR="+colorMenuOut+"><CENTER><font face='Century Gothic' size='"+taillep+"'>La galerie</font></CENTER></TD>");
	document.write(	"</TR>");
	document.write(	"</TABLE>");
	document.write(	"</DIV>");
	// CONTACTS ET LIENS
	document.write(	"<DIV ID='ID_MENU1' style=\"position: absolute; left:"+lieX+"px; top:"+hauteur+"px; width:"+lieW+"px; height:17px;  border-width:1; background-color='#FFFFFF'\" z-index:1 onmouseover='displayMenu71()' onmouseout='hideMenu71()'>");
	document.write(	"<TABLE  BORDER='0' WIDTH='"+chif+"'  HEIGHT='17' BGCOLOR="+colorMenuBorder+">");
	document.write(	"<TR>");
	document.write(	"<TD onmouseover=\"this.bgColor=colorMenuOut\" onmouseout=\"this.bgColor=colorMenuOut\"   BGCOLOR="+colorMenuOut+"><CENTER><font face='Century Gothic' size='"+taillep+"'>Nos liens</font></CENTER></TD>");
	document.write(	"</TR>");
	document.write(	"</TABLE>");
	document.write(	"</DIV>");


//<!-- SOUS MENU POUR LE PRESIDENT> -->
	document.write(	"<DIV ID='ID_MENU11' style=\"position: absolute; left:"+preX+"px; top:122px; width:100px; height:17px; border-width:1; background-color='#FFFFFF'\" z-index:1 onmouseover='displayMenu11()' onmouseout='hideMenu11()'>");
	document.write(	"<TABLE  BORDER='0' WIDTH='"+chif+"'  HEIGHT='17' BGCOLOR="+colorMenuBorder+">");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=9&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Son mot</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=10&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Son portrait</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=11&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Son parcours</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=12&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Ecrire...</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"</TABLE>");
	document.write(	"</DIV>");

//<!-- SOUS MENU POUR LE PARTI> -->
	document.write(	"<DIV ID='ID_MENU21' style=\"position: absolute; left:"+parX+"px; top:122px; width:100px; height:17px; border-width:1; background-color='#FFFFFF'\" z-index:1 onmouseover='displayMenu21()' onmouseout='hideMenu21()'>");
	document.write(	"<TABLE  BORDER='0' WIDTH='"+chif+"'  HEIGHT='17' BGCOLOR="+colorMenuBorder+">");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=13&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Bureau</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=14&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Programme</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=15&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Organigramme</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=16&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Statuts</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=17&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Logos</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=18&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Boutique</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"</TABLE>");
	document.write(	"</DIV>");

//<!-- SOUS MENU POUR NOS ELUS> -->
	document.write(	"<DIV ID='ID_MENU31' style=\"position: absolute; left:"+eluX+"px; top:122px; width:100px; height:17px; border-width:1; background-color='#FFFFFF'\" z-index:1 onmouseover='displayMenu31()' onmouseout='hideMenu31()'>");
	document.write(	"<TABLE  BORDER='0' WIDTH='"+chif+"'  HEIGHT='17' BGCOLOR="+colorMenuBorder+">");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=33&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>En cours...</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"</TABLE>");
	document.write(	"</DIV>");

//<!-- SOUS MENU POUR INFORMER> -->
	document.write(	"<DIV ID='ID_MENU41' style=\"position: absolute; left:"+infX+"px; top:122px; width:100px; height:17px; border-width:1; background-color='#FFFFFF'\" z-index:1 onmouseover='displayMenu41()' onmouseout='hideMenu41()'>");
	document.write(	"<TABLE  BORDER='0' WIDTH='"+chif+"'  HEIGHT='17' BGCOLOR="+colorMenuBorder+">");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=19&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>La presse</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=20&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Nos lecteurs</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=21&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Traveaux</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=22&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Tracts</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=23&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Realisations</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"</TABLE>");
	document.write(	"</DIV>");

//<!-- SOUS MENU POUR NOS COMITES> -->
	document.write(	"<DIV ID='ID_MENU51' style=\"position: absolute; left:"+comX+"px; top:122px; width:100px; height:17px; border-width:1; background-color='#FFFFFF'\" z-index:1 onmouseover='displayMenu51()' onmouseout='hideMenu51()'>");
	document.write(	"<TABLE  BORDER='0' WIDTH='"+chif+"'  HEIGHT='17' BGCOLOR="+colorMenuBorder+">");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=24&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Dauphin bleu</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=25&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Hei vahine</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=26&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Socio prof</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=27&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Soutien</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"</TABLE>");
	document.write(	"</DIV>");

//<!-- SOUS MENU POUR LA GALERIE> -->
	document.write(	"<DIV ID='ID_MENU61' style=\"position: absolute; left:"+galX+"px; top:122px; width:100px; height:17px; border-width:1; background-color='#FFFFFF'\" z-index:1 onmouseover='displayMenu61()' onmouseout='hideMenu61()'>");
	document.write(	"<TABLE  BORDER='0' WIDTH='"+chif+"'  HEIGHT='17' BGCOLOR="+colorMenuBorder+">");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=28&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Photos</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=29&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Son</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=30&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Videos</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"</TABLE>");
	document.write(	"</DIV>");

//<!-- SOUS MENU NOS LIENS> -->
	document.write(	"<DIV ID='ID_MENU71' style=\"position: absolute; left:"+lieX+"px; top:122px; width:100px; height:17px; border-width:1; background-color='#FFFFFF'\" z-index:1 onmouseover='displayMenu71()' onmouseout='hideMenu71()'>");
	document.write(	"<TABLE  BORDER='0' WIDTH='"+chif+"'  HEIGHT='17' BGCOLOR="+colorMenuBorder+">");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=1&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Contacts</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"	<TR>");
	document.write(	"	<TD onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='index.php?num=32&det=0&pho=0'\"  BGCOLOR="+colorMenuOut+">");
	document.write(	"	<CENTER><font face='Century Gothic' size='"+taillep+"'>Autres sites</font></CENTER>");
	document.write(	"	</TD>");
	document.write(	"	</TR>");
	document.write(	"</TABLE>");
	document.write(	"</DIV>");

}

// FONCTIONS POUR LE PRESIDENT
function displayMenu11() 
{ if (navigator.appName=='Microsoft Internet Explorer') { document.all.ID_MENU11.style.visibility='visible'; }
  else { document.getElementById('ID_MENU11').style.visibility='visible'; } }		
function hideMenu11() 
{ if (navigator.appName=='Microsoft Internet Explorer') { document.all.ID_MENU11.style.visibility='hidden'; }
  else { document.getElementById('ID_MENU11').style.visibility='hidden'; } }

// FONCTIONS POUR LE PARTI
function displayMenu21() 
{ if (navigator.appName=='Microsoft Internet Explorer') { document.all.ID_MENU21.style.visibility='visible'; }
  else { document.getElementById('ID_MENU21').style.visibility='visible'; } }		
function hideMenu21() 
{ if (navigator.appName=='Microsoft Internet Explorer') { document.all.ID_MENU21.style.visibility='hidden'; }
  else { document.getElementById('ID_MENU21').style.visibility='hidden'; } }

// FONCTIONS POUR NOS ELUS
function displayMenu31() 
{ if (navigator.appName=='Microsoft Internet Explorer') { document.all.ID_MENU31.style.visibility='visible'; }
  else { document.getElementById('ID_MENU31').style.visibility='visible'; } }		
function hideMenu31() 
{ if (navigator.appName=='Microsoft Internet Explorer') { document.all.ID_MENU31.style.visibility='hidden'; }
  else { document.getElementById('ID_MENU31').style.visibility='hidden'; } }

// FONCTIONS POUR INFORMER
function displayMenu41() 
{ if (navigator.appName=='Microsoft Internet Explorer') { document.all.ID_MENU41.style.visibility='visible'; }
  else { document.getElementById('ID_MENU41').style.visibility='visible'; } }		
function hideMenu41() 
{ if (navigator.appName=='Microsoft Internet Explorer') { document.all.ID_MENU41.style.visibility='hidden'; }
  else { document.getElementById('ID_MENU41').style.visibility='hidden'; } }

// FONCTIONS POUR NOS COMITES
function displayMenu51() 
{ if (navigator.appName=='Microsoft Internet Explorer') { document.all.ID_MENU51.style.visibility='visible'; }
  else { document.getElementById('ID_MENU51').style.visibility='visible'; } }		
function hideMenu51() 
{ if (navigator.appName=='Microsoft Internet Explorer') { document.all.ID_MENU51.style.visibility='hidden'; }
  else { document.getElementById('ID_MENU51').style.visibility='hidden'; } }

// FONCTIONS POUR LA GALERIE
function displayMenu61() 
{ if (navigator.appName=='Microsoft Internet Explorer') { document.all.ID_MENU61.style.visibility='visible'; }
  else { document.getElementById('ID_MENU61').style.visibility='visible'; } }		
function hideMenu61() 
{ if (navigator.appName=='Microsoft Internet Explorer') { document.all.ID_MENU61.style.visibility='hidden'; }
  else { document.getElementById('ID_MENU61').style.visibility='hidden'; } }

// FONCTIONS POUR NOS LIEN
function displayMenu71() 
{ if (navigator.appName=='Microsoft Internet Explorer') { document.all.ID_MENU71.style.visibility='visible'; }
  else { document.getElementById('ID_MENU71').style.visibility='visible'; } }		
function hideMenu71() 
{ if (navigator.appName=='Microsoft Internet Explorer') { document.all.ID_MENU71.style.visibility='hidden'; }
  else { document.getElementById('ID_MENU71').style.visibility='hidden'; } }
