//tableau conteneur
document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0  WIDTH=100% BGCOLOR=#10581E><TR><TD><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 HEIGHT=36 WIDTH=100%><TR><TD><img src="../images/fondu_rubriques.gif" width="62" height="21"></TD>');

for(i=0;i<xlien.length;i++)

// tableau des rubriques principales onClick="return(false)"
{
	document.write('<TD BGCOLOR=#10591E onMouseOver="javascript:colorIt(this);MajMenu('+i+')" ALIGN=center ID=td'+i+' HEIGHT='+hauteurcadre+'><FONT SIZE=1 FACE="Verdana"><B><A HREF="'+xmenulien[i]+'"  onMouseOver="MajMenu('+i+')" CLASS=menudyn3>&nbsp;'+xmenu[i]+'</A>&nbsp;&nbsp;<span class="greentxt">|</span></B></FONT></TD>');
	}
	
// tableau des sous-rubriques //<img src="../images/fondu_vert_noir.gif" width="62" height="21">
document.write('</TR><TR BGCOLOR=#849009><TD>&nbsp;</TD><TD COLSPAN='+(xlien.length)+' BGCOLOR=#849009 HEIGHT='+hauteurcadre+' VALIGN=middle ><ilayer id="dynamenu31" width=100% height='+hauteurcadre+'><layer id="dynamenu32" width=100% height='+hauteurcadre+'><div id="dynamenu33">&nbsp;</div></layer></ilayer></TD></TR></TABLE></TD></TR></TABLE>');

function colorIt(tditem)
	{
	if(document.all)
		{document.all.td0.style.background='#10591E';
	document.all.td1.style.background='#10591E';
	document.all.td2.style.background='#10591E';
	document.all.td3.style.background='#10591E';
	document.all.td4.style.background='#10591E';
	document.all.td5.style.background='#10591E';
		tditem.style.background='#10591E';
		}
else if(document.getElementById)
	{document.getElementById("td0").style.background='#10591E';
	document.getElementById("td1").style.background='#10591E';
	document.getElementById("td2").style.background='#10591E';
	document.getElementById("td3").style.background='#10591E';
	document.getElementById("td4").style.background='#10591E';
	document.getElementById("td5").style.background='#10591E';
tditem.style.background='#10591E';
	}
}

function MajMenu(menu)
	{
	which = xlien[menu];
if (document.layers){
	document.dynamenu31.document.dynamenu32.document.write('<center><span class="whitetxtbold">'+which+'</span></center>')
	document.dynamenu31.document.dynamenu32.document.close()
	}
else if (document.getElementById)
			{
			document.getElementById("dynamenu33").innerHTML = '<center><span class="whitetxtbold">'+which+'</span></center>';
			}
else 	if (document.all){
	dynamenu33.innerHTML='&nbsp;'
	dynamenu33.innerHTML='<center><span class="whitetxtbold">'+which+'</span></center>';
	}
}
if (document.getElementById)
	colorIt(document.getElementById("td0"));
else if (document.all){
	colorIt(document.all.td0);
	}
//MajMenu(0);
