bgcolor='#FFFFFF';
bgcolor2='#FFFFFF';
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:#000000; text-decoration:none;}')
document.write('.ejsmenu {color:#000000; 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[0][0] = '<A HREF="http://www.animationsgis.com/capricorne1.htm" CLASS=ejsmenu>Capricorne</A>';
zlien[0][1] = '<A HREF="http://www.animationsgis.com/verseau1.htm" CLASS=ejsmenu>Verseau</A>';
zlien[0][2] = '<A HREF="http://www.animationsgis.com/poissonsignezodiaque1.htm" CLASS=ejsmenu>Poisson</A>';
zlien[0][3] = '<A HREF="http://www.animationsgis.com/belier1.htm" CLASS=ejsmenu>Bélier</A>';
zlien[0][4] = '<A HREF="http://www.animationsgis.com/taureau1.htm" CLASS=ejsmenu>Taureau</A>';
zlien[0][5] = '<A HREF="http://www.animationsgis.com/gemeaux1.htm" CLASS=ejsmenu>Gémeaux</A>';
zlien[0][6] = '<A HREF="http://www.animationsgis.com/cancer1.htm" CLASS=ejsmenu>Cancer</A>';
zlien[0][7] = '<A HREF="http://www.animationsgis.com/lion1.htm" CLASS=ejsmenu>Lion</A>';
zlien[0][8] = '<A HREF="http://www.animationsgis.com/vierge1.htm" CLASS=ejsmenu>Vierge</A>';
zlien[0][9] = '<A HREF="http://www.animationsgis.com/balance1.htm" CLASS=ejsmenu>Balance</A>';
zlien[0][10] = '<A HREF="http://www.animationsgis.com/scorpion1.htm" CLASS=ejsmenu>Scorpion</A>';
zlien[0][11] = '<A HREF="http://www.animationsgis.com/sagittaire 1.htm" CLASS=ejsmenu>Sagittaire</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=#ffffff WIDTH=150><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=20><FONT SIZE=1 FACE=\"Verdana\"><B>&nbsp;&nbsp;"+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=100 HEIGHT=40><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=40>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Autres signes du zodiaque</B></FONT></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');
