/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
gauche5=0
haut5=125
target5 = '_self';

color51 = "";
color52 = "#FF0000";
color53 = "#FFFFFF";

menu5titre = new Array;
menu5lien = new Array;

	menu5titre[0]= '<img name="Image20" border="0" src="images/fleche_astrolyrhautb.gif" width="17" height="13" alt="Go"> Qui est CATHERINE  LYR ?'
	menu5lien[0]= 'Biographie et portrait de catherine Lyr.html'
	menu5titre[1]= '<img name="Image20" border="0" src="images/fleche_astrolyr.gif" width="17" height="10" alt="Go"> Votre Signe Solaire'
	menu5lien[1]= 'Les Signes Astrologiques par Catherine Lyr.html'
	menu5titre[2]= '<img name="Image20" border="0" src="images/fleche_astrolyr.gif" width="17" height="10" alt="Go"> Tendances Astrales 2010'
	menu5lien[2]= 'Horoscope du mois par Catherine Lyr.html'
	menu5titre[3]= '<img name="Image20" border="0" src="images/fleche_astrolyr.gif" width="17" height="10" alt="Go"> L\'Astrologie, C\'est quoi ?'
	menu5lien[3]= 'Qu est-ce que l astrologie par Catherine Lyr.html'
	menu5titre[4]= '<img name="Image20" border="0" src="images/fleche_astrolyr.gif" width="17" height="10" alt="Go"> Plančtes & Maisons'
	menu5lien[4]= 'planete01.html'
	menu5titre[5]= '<img name="Image20" border="0" src="images/fleche_astrolyrb.gif" width="17" height="10" alt="Go"> CONSULTATIONS & TARIFS'
	menu5lien[5]= 'Consultations astrologiques par Catherine Lyr.html'
	menu5titre[6]= '<img name="Image20" border="0" src="images/fleche_astrolyrb.gif" width="17" height="10" alt="Go"> COURS & STAGES'
	menu5lien[6]= 'Cours et stages astrologie par Catherine Lyr.html'
	menu5titre[7]= '<img name="Image20" border="0" src="images/fleche_astrolyr.gif" width="17" height="10" alt="Go"> Commandes d\'études'
	menu5lien[7]= 'Commande etudes astrologiques diverses par Catherine Lyr.html'
	menu5titre[8]= '<img name="Image20" border="0" src="images/fleche_astrolyr.gif" width="17" height="10" alt="Go"> Astrologie en Entreprise'
	menu5lien[8]= 'Astrologie en entreprise par Catherine Lyr.html'
	menu5titre[9]= '<img name="Image20" border="0" src="images/fleche_astrolyr.gif" width="17" height="10" alt="Go"> Art & Astrologie'
	menu5lien[9]= 'Art et astrologie par Catherine Lyr.html'
	menu5titre[10]= '<img name="Image20" border="0" src="images/fleche_astrolyr.gif" width="17" height="10" alt="Go"> Astrologie & Santé'
	menu5lien[10]= 'Astrologie medicale et votre sante par Catherine Lyr.html'
	menu5titre[11]= '<img name="Image20" border="0" src="images/fleche_astrolyrb.gif" width="17" height="10" alt="Go"> LIMITES DE L\'ASTROLOGIE'
	menu5lien[11]= 'limites-de-l-astrologie.html'	
	menu5titre[12]= '<img name="Image20" border="0" src="images/fleche_astrolyrb.gif" width="17" height="10" alt="Go"> PRESTATIONS DE COACHING<br><img name="Image20" border="0" src="images/fleche_astrolyr_transp.gif" width="17" height="10" alt=""> Technique, outils et tarifs'
	menu5lien[12]= 'prestations_de_coaching.html'
	menu5titre[13]= '<img name="Image20" border="0" src="images/fleche_astrolyrb.gif" width="17" height="10" alt="Go"> ARTICLES DE PRESSE'
	menu5lien[13]= 'articles_de_presse.html'
	menu5titre[14]= '<img name="Image20" border="0" src="images/fleche_astrolyrb.gif" width="17" height="10" alt="Go"> R&eacute;f&eacute;rences MEDIA'
	menu5lien[14]= 'references_media.html'
	menu5titre[15]= '<BR><img name="Image20" border="0" src="images/fleche_bas.gif" width="10" height="10" alt="Go" style="margin-left:76px;"> PAGE D\'ACCUEIL'
	menu5lien[15]= 'index.html'

	
	
document.write('<STYLE TYPE="text/css">#menu5 { position:absolute;top:'+haut5+';left:'+gauche5+'; }</STYLE>');

ie4=document.all
ns6=document.getElementById&&!document.all
ns4=document.layers

function placeMenu5() {
if (ie4) {menu5.style.pixelTop=document.body.scrollTop+haut5}
else if (ns6) {document.getElementById("menu5").style.top=window.pageYOffset+haut5}
else if (ns4) {eval(document.menu5.top=eval(window.pageYOffset+haut5));}
if(ie4 || ns6 || ns4)
	setTimeout("placeMenu5()",1);
}

window.onload = placeMenu5;
document.write('<SPAN ID=menu5><table bgcolor=#000000 border=0 cellspacing=0 cellpadding=0 bordercolorlight=#000000 bordercolor=#FF0000 WIDTH=190 height=220  background="images/fond-menu.gif"><TD ALIGN=TOP>')
for(a=0;a<menu5lien.length;a++)
	{
	document.write('<TR><TD valign=top onMouseOut="this.style.background=\''+color51+'\'" onMouseOver="this.style.background=\''+color52+'\'" STYLE="cursor:pointer" onClick="window.open(\''+menu5lien[a]+'\',\''+target5+'\')"><FONT FACE="Verdana, Arial" SIZE=1><B><A HREF="'+menu5lien[a]+'" TARGET="'+target5+'" STYLE="text-decoration:none;color:'+color53+'">'+menu5titre[a]+'</A></B></FONT></TD></TR>');
	}
document.write('</TR></TABLE></SPAN>')



