bgcolor='#007447';
bgcolor2='#1B9264';
bgcolorbis='#6FC7A5';
bgcolorbis2='#1B9264';

document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:174px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;


zlien[1][0] = '<A HREF="/actus/travaux_voirie.php" style="text-decoration:none;">Travaux de  voirie</A>';
zlien[1][1] = '<A HREF="/actus/travaux_pos.php" style="text-decoration:none;">Consultation du POS (PLU)</A>';
zlien[1][2] = '<A HREF="/actus/travaux_ppri.php" style="text-decoration:none;">Plan de Pr&eacute;vention du Risque d\'Inondation</A>';

if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 174;
	}





function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="";
pass = 0

if (msg.length!=0)
	{
	content +="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 style=\"border: 1px solid "+bgcolor+"\"><TR><TD><TABLE BORDER=0 CELLPADDING=2 CELLSPACING=0 width=150px>";
	//content += "<TR><TD class=\"menu_gauche_niveau2\" BGCOLOR="+bgcolorbis+">&nbsp;</TD></TR>";
	}

while (pass < msg.length)
	{
	content += "<TR><TD class=\"menu_gauche_niveau2\" BGCOLOR="+bgcolorbis+" onMouseOver=\"this.style.background='"+bgcolorbis2+"'\" onMouseOut=\"this.style.background='"+bgcolorbis+"'\">"+msg[pass]+"</TD></TR>";
	pass++;
	}
if (msg.length!=0)
	{
	content += "<TR><TD class=\"menu_gauche_niveau2\" BGCOLOR="+bgcolorbis+">&nbsp;</TD></TR>";
	content += "</TABLE></TD></TR></TABLE>";
	}
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}





function kill()
{
	if(document.getElementById)
		skn.visibility = "hidden";
}


document.onclick = kill;
if(document.getElementById)
	{
	document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=174><TR><TD><TABLE CELLPADDING=8 CELLSPACING=0 BORDER=0 WIDTH=100% class="menu_gauche_niveau1">')
	document.write('<tr><TD BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" style="border-bottom: 1px solid #6FC7A5"><a href="/actus/index.php" style="text-decoration:none;"><FONT color="#FFFFFF"><b>Les &eacute;v&egrave;nements de la semaine</b></FONT></a></TD></tr>')
	document.write('<tr><TD BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],44)" onMouseOut="this.style.background=\''+bgcolor+'\'" style="border-bottom: 1px solid #6FC7A5"><a href="/actus/travaux_voirie.php" style="text-decoration:none;"><FONT color="#FFFFFF"><b>Travaux</b></FONT></a></TD></tr>')
	document.write('<tr><TD BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],61)" onMouseOut="this.style.background=\''+bgcolor+'\'" style="border-bottom: 1px solid #6FC7A5"><a href="/culture/animation_agenda_assoc.php" style="text-decoration:none;"><FONT color="#FFFFFF"><b>Agenda des associations</b></FONT></a></TD></tr>')
	document.write('<tr><TD BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],92)" onMouseOut="this.style.background=\''+bgcolor+'\'" style="border-bottom: 1px solid #6FC7A5"><a href="/actus/conseils_jardinier.php" style="text-decoration:none;"><FONT color="#FFFFFF"><b>Les conseils du jardinier</b></FONT></a></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}

	