bgcolor='#FFFF33';
bgcolor2='#FFFF33';
bgcolor3='#99cc66';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:99px ')
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[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;
zlien[7] = new Array;
zlien[8] = new Array;
zlien[0][0] = '<A HREF="acces.htm" CLASS=ejsmenu>présentation géographique</A>';
zlien[0][1] = '<A HREF="historique.htm" CLASS=ejsmenu>Historique et statuts</A>';
zlien[0][2] = '<A HREF="fonctionnement.htm" CLASS=ejsmenu>fonctionnement</A>';
zlien[0][3] = '<A HREF="commissions.htm" CLASS=ejsmenu>commissions et groupes de travail</A>';
zlien[0][4] = '<A HREF="communes.htm" CLASS=ejsmenu>les communes</A>';
zlien[1][0] = '<A HREF="actus.htm" CLASS=ejsmenu>actus et reportages</A>';
zlien[1][1] = '<A HREF="fetes10.htm" CLASS=ejsmenu> festivités et manifestations</A>';
zlien[1][2] = '<A HREF="comptes-rendus.htm" CLASS=ejsmenu>les comptes-rendus du conseil</A>';
zlien[1][3] = '<A HREF="journal.htm" CLASS=ejsmenu>journal en ligne</A>';
zlien[1][4] = '<A HREF="immobilier.htm" CLASS=ejsmenu>annonces immobilières</A>';
zlien[2][0] = '<A HREF="assos.htm" CLASS=ejsmenu>les associations</A>';
zlien[2][1] = '<A HREF="services.htm" CLASS=ejsmenu>services aux personnes</A>';
zlien[2][2] = '<A HREF="biblios.htm" CLASS=ejsmenu>les bibliothèques</A>';
zlien[2][3] = '<A HREF="salles.htm" CLASS=ejsmenu>Reception , mariages ...</A>';
zlien[2][4] = '<A HREF="demarches.htm" CLASS=ejsmenu>démarches administratives</A>';
zlien[2][5] = '<A HREF="contacts.htm" CLASS=ejsmenu>les mairies et partenaires</A>';
zlien[3][0] = '<A HREF="appel.htm" CLASS=ejsmenu>appels d\' offres</A>';
zlien[3][1] = '<A HREF="canton.htm" CLASS=ejsmenu>le canton en chiffres</A>';
zlien[3][3] = '<A HREF="implanter.htm" CLASS=ejsmenu>s\' implanter dans le canton</A>';
zlien[3][2] = '<A HREF="entreprises.htm" CLASS=ejsmenu> entreprises du canton</A>';
zlien[3][4] = '<A HREF="impositions.htm" CLASS=ejsmenu>les taxes des communes</A>';
zlien[4][0] = '<A HREF="actusenfance.htm" CLASS=ejsmenu>actus et reportages</A>';
zlien[4][1] = '<A HREF="petits.htm" CLASS=ejsmenu>le R.A.M et les crèches</A>';
zlien[4][2] = '<A HREF="clsh.htm" CLASS=ejsmenu>les centres de loisirs</A>';
zlien[4][3] = '<A HREF="periscolaire.htm" CLASS=ejsmenu>accueil péri-scolaire</A>';
zlien[4][4] = '<A HREF="pel.htm" CLASS=ejsmenu>projet éducatif local</A>';
zlien[4][5] = '<A HREF="jeunes.htm" CLASS=ejsmenu>les jeunes</A>';
zlien[5][0] = '<A HREF="oti.htm" CLASS=ejsmenu> office de tourisme</A>';
zlien[5][1] = '<A HREF="activitesoti.htm" CLASS=ejsmenu> Activités</A>';
zlien[5][2] = '<A HREF="hebergement.htm" CLASS=ejsmenu>hébergement et restauration</A>';
zlien[5][3] = '<A HREF="boutique.htm" CLASS=ejsmenu>produits du terroir</A>';
zlien[5][4] = '<A HREF="lieux.htm" CLASS=ejsmenu>les lieux incontournables</A>';
zlien[5][5] = '<A HREF="diapos.htm" CLASS=ejsmenu>diaporama des communes</A>';
zlien[6][0] = '<A HREF="triselectif.htm" CLASS=ejsmenu>Le tri sélectif</A>';
zlien[6][1] = '<A HREF="lapin.htm" CLASS=ejsmenu>Trotte-lapin</A>';
zlien[6][2] = '<A HREF="chemins.htm" CLASS=ejsmenu>chemins de randonnées</A>';
zlien[6][3] = '<A HREF="decheterie.htm" CLASS=ejsmenu>La déchetterie</A>';
zlien[7][2] = '<A HREF="intranetenfance.htm" CLASS=ejsmenu> enfance</A>';
zlien[7][1] = '<A HREF="intravoirie.htm" CLASS=ejsmenu> la lettre interne</A>';
zlien[7][0] = '<A HREF="intraadmin.htm" CLASS=ejsmenu>administration</A>';
zlien[7][3] = '<A HREF="intramairies.htm" CLASS=ejsmenu>les mairies</A>';
zlien[8][0] = '<A HREF="telmairies.htm" CLASS=ejsmenu>les mairies</A>';
zlien[8][1] = '<A HREF="telccclb.htm" CLASS=ejsmenu>les services de la ccclb</A>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 99;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=200><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor2+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=30><FONT SIZE=3 COLOR=#FFFFFF FACE=\"Verdana\" ><B>"+msg[pass]+"</B></FONT></TD></TR>";
	pass++;
	}
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=120 HEIGHT=400><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=400>')
document.write('<tr><TD WIDTH=120 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana" ><img src="images/logomin.gif"><B>C.C.C.L.B</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=120 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],50)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana" ><img src="images/logomin.gif"><B>Infos</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=120 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],102)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana" ><img src="images/logomin.gif"><B>Pratique</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=120 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],155)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana" ><img src="images/logomin.gif"><B>Economie</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=120 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],207)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana" ><img src="images/logomin.gif"><B>Enfance</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=120 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],260)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana" ><img src="images/logomin.gif"><B>Tourisme</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=120 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],320)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana" ><img src="images/logomin.gif"><B>Environnement</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=120 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[7],370)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana" ><img src="images/logomin.gif"><B>Intranet</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=120 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[8],430)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana" ><img src="images/logomin.gif"><B>Contacts</B></FONT></TD></tr>')	
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');