/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
gauche5=20
haut5=385
target5 = '_self';

color51 = "#E4DCC9";
color52 = "#FFFFFF";
color53 = "#000000";
color54 = "";

menu5titre = new Array;
menu5lien = new Array;

	menu5titre[0]= ''
	menu5lien[0]= '#menu'
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 border=0 cellspacing=0 cellpadding=0 bordercolorlight=0 bordercolordark=0 WIDTH=46><TR></TR>')
for(a=0;a<menu5lien.length;a++)
	{
	document.write('<TR><TD onMouseOut="this.style.background=\''+color54+'\'" onMouseOver="this.style.background=\''+color54+'\'" STYLE="cursor:pointer" onClick="window.open(\''+menu5lien[a]+'\',\''+target5+'\')"><FONT FACE="Verdana, Arial" SIZE=1><A HREF="'+menu5lien[a]+'" TARGET="'+target5+'" STYLE="text-decoration:none"><img border="0" src="http://www.tlmp.net/VISUELS/petits/divers/lien-menu.gif" width="48" height="96" ALT="Retour au menu">'+menu5titre[a]+'</A></B></FONT></TD></TR>');
	}
document.write('</TR></TABLE></SPAN>')