bgcolor='#e3d6c4';
bgcolor2='#e3d6c4';
bgcolor3='#e9dccc';
bgcolor4='#000000';
bgcolorcell='#DDC899';
bgcolorcell2='#3c68ab';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:30; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#ffffff; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;"><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[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;
zlien[7] = new Array;
zlien[8] = new Array;
zlien[9] = new Array;
zlien[10] = new Array;
zlien[0][0] = '<A HREF="calendar.php" CLASS=ejsmenu>Calendrier</A>';
zlien[1][0] = '<A HREF="historique.html" CLASS=ejsmenu>Historique</A>';
zlien[1][1] = '<A HREF="fonctionnement.html" CLASS=ejsmenu>Fonctionnement</A>';
zlien[2][0] = '<A HREF="provenance.html" CLASS=ejsmenu>Provenance des d&eacute;chets</A>';
zlien[2][1] = '<A HREF="postedepese.html" CLASS=ejsmenu>Poste de pesée</A>';
zlien[2][2] = '<A HREF="lesite.html" CLASS=ejsmenu>Le site</A>';
zlien[2][3] = '<A HREF="a.html" CLASS=ejsmenu>A</A>';
zlien[2][4] = '<A HREF="b.html" CLASS=ejsmenu>B</A>';
zlien[2][5] = '<A HREF="c.html" CLASS=ejsmenu>C</A>';
zlien[2][6] = '<A HREF="d.html" CLASS=ejsmenu>D</A>';
zlien[2][7] = '<A HREF="decharges.html" CLASS=ejsmenu>Décharges illégales</A>';
zlien[3][0] = '<A HREF="programme.html" CLASS=ejsmenu>Programme</A>';
zlien[3][1] = '<A HREF="matiererecyclable.html" CLASS=ejsmenu>Matières recyclables</A>';
zlien[3][2] = '<A HREF="emplacement.html" CLASS=ejsmenu>Emplacements des contenants</A>';
zlien[3][3] = '<A HREF="quedeviennent.html" CLASS=ejsmenu>Que deviennent</A>';
zlien[3][4] = '<A HREF="vpneus.html" CLASS=ejsmenu>Vieux pneus</A>';
zlien[3][5] = '<A HREF="cartouches.html" CLASS=ejsmenu>Cartouche d\'encre et de toner</A>';
zlien[3][6] = '<A HREF="ordi.html" CLASS=ejsmenu>Matériaux d\'ordinateurs usagés</A>';
zlien[3][7] = '<A HREF="3rs.html" CLASS=ejsmenu>3 R</A>';
zlien[4][0] = '<A HREF="compostage.html" CLASS=ejsmenu>Compostage ?</A>';
zlien[4][1] = '<A HREF="composprogramme.html" CLASS=ejsmenu>Programme</A>';
zlien[4][2] = '<A HREF="composcomment.html" CLASS=ejsmenu>Comment ?</A>';
zlien[4][3] = '<A HREF="autresressources.html" CLASS=ejsmenu>Autres ressources</A>';
zlien[4][4] = '<A HREF="vermicompostage.html" CLASS=ejsmenu>Vermicompostage</A>';
zlien[5][0] = '<A HREF="pileprogrammee.html" CLASS=ejsmenu>Programme</A>';
zlien[5][1] = '<A HREF="pilerecyclable.html" CLASS=ejsmenu> Les piles recyclables</A>';
zlien[5][2] = '<A HREF="pilerechargeable.html" CLASS=ejsmenu> Les piles rechargeables</A>';
zlien[5][3] = '<A HREF="pileapporter.html" CLASS=ejsmenu>O&ugrave; les apporter</A>';
zlien[5][4] = '<A HREF="recup.html" CLASS=ejsmenu>Pourquoi?</A>';
zlien[6][0] = '<A HREF="dddprogrammee.html" CLASS=ejsmenu>Programme</A>';
zlien[6][1] = '<A HREF="dddapporter.html" CLASS=ejsmenu>Matières récupérables</A>';
zlien[6][2] = '<A HREF="pna.html" CLASS=ejsmenu>Produits non acceptés</A>';
zlien[7][0] = '<A HREF="ecoleprogramme.html" CLASS=ejsmenu>Programme</A>';
zlien[7][1] = '<A HREF="matieresrecuperables.html" CLASS=ejsmenu>Matières récupérables</A>';
zlien[7][2] = '<A HREF="activites.html" CLASS=ejsmenu>Activités</A>';
zlien[8][0] = '<A HREF="communaute.html" CLASS=ejsmenu>Communauté</A>';
zlien[8][1] = '<A HREF="dons.html" CLASS=ejsmenu>Dons et commandites</A>';
zlien[9][0] = '<A HREF="comissions.html" CLASS=ejsmenu>Autres commissions</A>';
zlien[9][1] = '<A HREF="liens.html" CLASS=ejsmenu>Liens intéressants</A>';
zlien[10][0] = '<A HREF="contact.html" CLASS=ejsmenu>Nous joindre</A>';

var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = 34;


function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 bgcolor=e3d6c4><TR><TD><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 bgcolor=e3d6c4><TR>";
pass = 0
while (pass < msg.length)
	{
	content += "<tr><TD BGCOLOR="+bgcolorcell+" onMouseOver=\"this.style.background='"+bgcolorcell2+"'\" onMouseOut=\"this.style.background='"+bgcolorcell+"'\" HEIGHT=20><FONT color=#ffffff SIZE=-2 FACE=\"Verdana\">&nbsp;<b>"+msg[pass]+"</b>&nbsp;</FONT></TD></tr>";
	pass++;
	}
content += "</TR></TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
}
function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=718><TR><TD valign="top"><TABLE CELLPADING=0 CELLSPACING= BORDER=0 WIDTH=718 HEIGHT=32><TR>')
document.write('<TD WIDTH=50 valign="middle" ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href="./calendrar.php" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Calendrier</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=50 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[1],62)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],60)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>COGERNO</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[2],124)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],120)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Déchets domestiques</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[3],206)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],200)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Recyclage</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[4],272)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],260)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Compostage</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[5],346)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],330)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Récupération des piles</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[6],410)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[6],420)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>DDD</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=98 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[7],484)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[7],400)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Écoles</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[8],541)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[8],550)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Volet communautaire</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=40 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[9],604)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[9],600)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Liens</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=50 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[10],638)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[10],540)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Nous joindre</b></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')