// JavaScript Document
bgcolor='#6699CC';
filter:alpha(opacity=100);
-moz-opacity:0.5;
opacity:0.5;
bgcolor2='#6699CC';
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:#CC0000; text-decoration:none;}')
document.write('.ejsmenu {color:#CC0000; 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[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[0][0] = '<A HREF="informatique-windows.htm" CLASS=ejsmenu>WINDOWS - Initiation</A>';
zlien[0][1] = '<A HREF="informatique-outlook.htm" CLASS=ejsmenu>INTERNET - Outlook Express</A>';
zlien[0][2] = '<A HREF="informatique-word-init.htm" CLASS=ejsmenu>WORD - Initiation</A>';
zlien[0][3] = '<A HREF="informatique-word-perf.htm" CLASS=ejsmenu>WORD - Perfectionnement</A>';
zlien[0][4] = '<A HREF="informatique-excel-init.htm" CLASS=ejsmenu>EXCEL - Initiation</A>';
zlien[0][5] = '<A HREF="informatique-excel-perf.htm" CLASS=ejsmenu>EXCEL - Perfectionnement</A>';
zlien[0][6] = '<A HREF="informatique-powerpoint.htm" CLASS=ejsmenu>POWERPOINT</A>';
zlien[1][0] = '<A HREF="management-gerer.htm" CLASS=ejsmenu>Gérer les personnalités difficiles au quotidien</A>';
zlien[1][1] = '<A HREF="management-prendre.htm" CLASS=ejsmenu>Prendre la parole en public avec aisance</A>';
zlien[1][2] = '<A HREF="management-gerer-son-temps.htm" CLASS=ejsmenu>Gérer son temps</A>';
zlien[1][3] = '<A HREF="management-efficacite.htm" CLASS=ejsmenu>Efficacité personnelle : Développer son capital confiance</A>';
zlien[1][4] = '<A HREF="management-reussir.htm" CLASS=ejsmenu>Réussir ses recrutements</A>';
zlien[1][5] = '<A HREF="management-nouveaux-outils.htm" CLASS=ejsmenu>Les nouveaux outils du Manager</A>';
zlien[2][0] = '<A HREF="compta-comprendre.htm" CLASS=ejsmenu>Comprendre son bilan</A>';
zlien[2][1] = '<A HREF="compta-initiation.htm" CLASS=ejsmenu>Initiation à la comptabilité et à la fiscalité</A>';
zlien[3][0] = '<A HREF="document-unique.htm" CLASS=ejsmenu>Le document unique</A>';
zlien[4][0] = '<A HREF="dev-com-strategie.htm" CLASS=ejsmenu>Strategie commerciale, marketing</A>';
zlien[4][1] = '<A HREF="dev-com-forces-de-vente.htm" CLASS=ejsmenu>Techniques et forces de ventes</A>';
zlien[5][0] = '<A HREF="contact.htm" CLASS=ejsmenu>contact</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=#000000 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\">&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=#000000 WIDTH=100 HEIGHT=120><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=120>')
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">• Informatique / Bureautique</FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],20)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">• Management</FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],40)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">• Analyses Comptables et Financières</FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],60)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">• Evaluation des Risques Professionnels</FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],80)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">• Développement Commercial</FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],100)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">• Contact</FONT></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');