
posYmenu = 135;
bgcolor='#DE3000';
bgcolor2='#FFFFFF';
bgcolorpop='#FFFB00';
bgcolortab2='#186110';

needcenter =true;
if(!needcenter)
	posXmenu = 330;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(720/2);
	else
		posXmenu = (window.innerWidth/2)-(720/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#006918; text-decoration:none;}')
document.write('a:active.ejsmenu, a:link.ejsmenu, a:visited.ejsmenu { color: #006918; text-decoration: none }')
document.write('A.ejsmenu {color:#006918; text-decoration:none;}')
document.write('</style>')
document.write('<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="/" CLASS=ejsmenu>Accueil</A>';

zlien[1][0] = '<A HREF="/larevue/presentation.asp" CLASS=ejsmenu>Présentation</A>';
zlien[1][1] = '<A HREF="/larevue/medias.asp" CLASS=ejsmenu>Les medias en parlent</A>';
zlien[1][2] = '<A HREF="/larevue/sabonner.asp" CLASS=ejsmenu>S\'abonner</A>';

zlien[2][0] = '<A HREF="/jeux/web.asp" CLASS=ejsmenu>Jeux Web</A>';
zlien[2][1] = '<A HREF="/jeux/jeuxenplus.asp" CLASS=ejsmenu>Jeux "En Plus"</A>';

zlien[3][0] = '<A HREF="/gains/index.asp" CLASS=ejsmenu>Voir les derniers gains</A>';
zlien[3][1] = '<A HREF="/gains/signalez.asp" CLASS=ejsmenu>Signalez votre gain</A>';

zlien[4][0] = '<A HREF="/conseils/index.asp" CLASS=ejsmenu>Découvrir les conseils</A>';

zlien[5][0] = '<A HREF="/bourse/index.asp" CLASS=ejsmenu>Voir les annonces</A>';
zlien[5][1] = '<A HREF="/bourse/passez.asp" CLASS=ejsmenu>Passez votre annonce</A>';

zlien[6][0] = '<A HREF="/boutique/index.asp" CLASS=ejsmenu>Voir tous les articles</A>';

zlien[7][0] = '<A HREF="/bonsplans/facilojeux.asp" CLASS=ejsmenu>Facilojeux</A>';
zlien[7][1] = '<A HREF="/bonsplans/gratuit_bonnes_affaires.asp" CLASS=ejsmenu>Gratuit/Bonnes affaires</A>';
zlien[7][2] = '<A HREF="/bonsplans/parrainage.asp" CLASS=ejsmenu>Parrainez vos amis !</A>';

zlien[8][0] = '<A HREF="/contacts/index.asp" CLASS=ejsmenu>Toutes nos coordonnées</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 = posYmenu+19;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=160><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolorpop+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolorpop+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Arial\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></FONT></TD></TR>";
	pass++;
	}
content += "</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 BGCOLOR=#000000 WIDTH=720><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=1 bordercolor="#FFFB00" WIDTH=100% HEIGHT=20><TR>')
document.write('<TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolortab2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial" color="white"><b>ACCUEIL</b></FONT></a></TD>')
document.write('<TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolortab2+'\';pop(zlien[1],60)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial" color="white"><B>LA REVUE</B></FONT></a></TD>')
document.write('<TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolortab2+'\';pop(zlien[2],120)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial" color="white"><B>JOUER</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolortab2+'\';pop(zlien[3],180)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"color="white"><B>DERNIERS GAINS</B></FONT></a></TD>')
document.write('<TD WIDTH=70 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolortab2+'\';pop(zlien[4],280)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],400)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial" color="white"><B>CONSEILS</B></FONT></a></TD>')
document.write('<TD WIDTH=130 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolortab2+'\';pop(zlien[5],350)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],400)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial" color="white"><B>BOURSE D\'ECHANGE</B></FONT></a></TD>')
document.write('<TD WIDTH=85 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolortab2+'\';pop(zlien[6],480)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],400)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial" color="white"><B>LA BOUTIQUE</B></FONT></a></TD>')
document.write('<TD WIDTH=85 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolortab2+'\';pop(zlien[7],565)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],400)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial" color="white"><B>BONS PLANS</B></FONT></a></TD>')
document.write('<TD WIDTH=70 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolortab2+'\';pop(zlien[8],650)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],400)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial" color="white"><B>CONTACTS</B></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')