bgcolor='#86415B';
bgcolor2='#4F9B78';
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:#CAEDDC; text-decoration:underline;}')
document.write('.ejsmenu {color:#D5E7F4; text-decoration:none; font-size: 10 pt;}')
document.write('</style>')
document.write('<div style="position:absolute ;height:150"><DIV class=popper id=topdeck></DIV>');
/*
1er bgcolor : couleur fond cellule
2ème bgcolor2 : couleur fond cellule over
1ère couleur : couleur du texte over avec lien
2ème couleur : texte des cellules
*/

/*
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[11] = new Array;
zlien[1][0] = '<A HREF="actus-musique.html" CLASS=ejsmenu>Musique</A>';
zlien[1][1] = '<A HREF="actus-spectacles.html" CLASS=ejsmenu>Spectacles</A>';
zlien[1][2] = '<A HREF="actus-theatre.html" CLASS=ejsmenu>Théâtre</A>';
zlien[1][3] = '<A HREF="actus-foire-salons.html" CLASS=ejsmenu>Foires et salons</A>';
zlien[1][4] = '<A HREF="actus-expos.html" CLASS=ejsmenu>Expositions</A>';
zlien[1][5] = '<A HREF="actus-conference.html" CLASS=ejsmenu>Conférences et débats</A>';
zlien[1][6] = '<A HREF="actus-balades.html" CLASS=ejsmenu>Balades</A>';
zlien[1][7] = '<A HREF="actus-evenements.html" CLASS=ejsmenu>Evènements du mois</A>';
zlien[2][0] = '<A HREF="bons-plans-gratuit.html" CLASS=ejsmenu>Gratuit</A>';
zlien[2][1] = '<A HREF="bons-plans-tr.html" CLASS=ejsmenu>Tarif réduit sous condition</A>';
zlien[2][2] = '<A HREF="bons-plans-permanents.html" CLASS=ejsmenu>Permanents</A>';
zlien[3][0] = '<A HREF="adresse-tourisme.html" CLASS=ejsmenu>Tourisme</A>';
zlien[3][1] = '<A HREF="vie-quotidienne.html" CLASS=ejsmenu>Vie quotidienne</A>';
zlien[3][2] = '<A HREF="adresse-loisirs.html" CLASS=ejsmenu>Loisirs</A>';
zlien[4][0] = '<A HREF="coupdecoeur-musique.html" CLASS=ejsmenu>Musique</A>';
zlien[4][1] = '<A HREF="coupdecoeur-spectacles.html" CLASS=ejsmenu>Spectacles</A>';
zlien[4][2] = '<A HREF="coupdecoeur-theatre.html" CLASS=ejsmenu>Theatre</A>';
zlien[4][3] = '<A HREF="coupdecoeur-balades.html" CLASS=ejsmenu>Balades</A>';
zlien[5][0] = '<A HREF="concours.html" CLASS=ejsmenu>Jouez et gagnez !</A>';
zlien[5][1] = '<A HREF="gagnants-concours.html" CLASS=ejsmenu>Liste des gagnants</A>';
zlien[6][0] = '<A HREF="album-artistes.html" CLASS=ejsmenu>Les artistes</A>';
zlien[6][1] = '<A HREF="album-manifestations.html" CLASS=ejsmenu>Les manifestations</A>';
zlien[6][2] = '<A HREF="album-balades.html" CLASS=ejsmenu>Les balades</A>';
zlien[7][0] = '<A HREF="videos-musique.html" CLASS=ejsmenu>Musique</A>';
zlien[7][1] = '<A HREF="videos-theatre.html" CLASS=ejsmenu>Théâtre</A>';
zlien[7][2] = '<A HREF="videos-spectacles.html" CLASS=ejsmenu>Spectacles extérieurs</A>';
zlien[7][3] = '<A HREF="videos-balades.html" CLASS=ejsmenu>Balades</A>';
zlien[7][4] = '<A HREF="videos-animations.html" CLASS=ejsmenu>Animations diverses</A>';
zlien[8][0] = '<A HREF="partenaires.html" CLASS=ejsmenu>Liste de nos partenaires</A>';
zlien[8][1] = '<A HREF="promos-partenaires.html" CLASS=ejsmenu>Leurs promos</A>';
zlien[9][0] = '<A HREF="newsletter.html" CLASS=ejsmenu>S\'inscrire à notre newsletter</A>';
zlien[9][1] = '<A HREF="archives-newsletter.html" CLASS=ejsmenu>Archives</A>';



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

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#86415B WIDTH=230><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=25><FONT SIZE=2 FACE=\"Arial\">&nbsp;&nbsp;"+msg[pass]+"</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=#86415B WIDTH=143 HEIGHT=100><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=160>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><a HREF="index.html"> <FONT SIZE=2 FACE="Arial">Accueil</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],18)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><FONT color=#C8E0F2 SIZE=2 FACE="Arial">Les Actus</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],36)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><FONT color=#C8E0F2 SIZE=2 FACE="Arial">Les bons plans</FONT> </TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],54)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><FONT color=#C8E0F2 SIZE=2 FACE="Arial">Les bonnes adresses</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],72)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><FONT color=#C8E0F2 SIZE=2 FACE="Arial">Coup de coeur</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],90)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><FONT color=#C8E0F2 SIZE=2 FACE="Arial">Les jeux concours</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],108)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><FONT color=#C8E0F2 SIZE=2 FACE="Arial">Album photos</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[7],126)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><FONT color=#C8E0F2 SIZE=2 FACE="Arial">Vidéos</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[8],144)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><FONT color=#C8E0F2 SIZE=2 FACE="Arial">Partenaires</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[9],162)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><FONT color=#C8E0F2 SIZE=2 FACE="Arial">Newsletter</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[10],180)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><a HREF="mailto:clodelle45@yahoo.fr"> <FONT color=#C8E0F2 SIZE=2 FACE="Arial">Contact</FONT></TD></tr>')


	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');


