posYmenu = 62;
bgcolor='#003366';
bgcolor1='#336699';
bgcolor2='#9C659C';
bgcolor3='#B41E5E';
bgcolor4='#6699CC';
bgcolor5='#CE6563';
needcenter =false;
if(!needcenter)
	posXmenu = 375;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(400/2);
	else
		posXmenu = (window.innerWidth/2)-(400/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('.menu {font-family: Arial, Helvetica, sans-serif; color: #cccccc; font-size: 10px; text-decoration: none;}')
document.write('a.menu:link {font-family: Arial, Helvetica, sans-serif; color: #cccccc; font-size: 10px; text-decoration: none;}')
document.write('a.menu:hover {font-family: Arial, Helvetica, sans-serif; color: white; font-size: 10px; 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[0][0] = '<a HREF="presentation.htm" CLASS=menu>Qui sommes nous</a>';
zlien[0][1] = '<a HREF="activites.htm" CLASS=menu>Activités et Services</a>';
zlien[0][2] = '<a HREF="elus.asp" CLASS=menu>Nos Elus</a>';
zlien[0][3] = '<a HREF="partenaire.htm" CLASS=menu>Nos Partenaires</a>';
zlien[0][4] = '<a HREF="membre.htm" CLASS=menu>Devenir Membre</a>';
zlien[1][0] = '<a HREF="actualite.asp" CLASS=menu>Actu Cap Sud Ouest</a>';
zlien[1][1] = '<a HREF="actualitenat.htm" CLASS=menu>Presse nationale</a>';
zlien[1][2] = '<a HREF="apecanpe.htm" CLASS=menu>Relation avec APEC</a>';
zlien[1][3] = '<a HREF="bulletind.asp" CLASS=menu>Bulletins infos</a>';
zlien[2][0] = '<a HREF="rechcv.asp" CLASS=menu>Ressources</a>';
zlien[3][0] = '<a HREF="contact.htm" CLASS=menu>Nous contacter</a>';
zlien[3][1] = '<a HREF="noustrouver.htm" CLASS=menu>Localisation</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+16;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#003366 WIDTH=100><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='"+bgcolor1+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=17><FONT SIZE=1 FACE=\"Arial\">&nbsp;"+msg[pass]+"</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  WIDTH=400><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=16><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor2+' onMouseOver="this.style.background=\''+bgcolor1+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor2+'\'"><a onClick="return(true)" onMouseOver="pop(zlien[0],0)" href="presentation.htm" CLASS=menu><FONT SIZE=1 FACE="Arial" COLOR="WHITE">Présentation</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor1+'\';pop(zlien[1],100)" onMouseOut="this.style.background=\''+bgcolor3+'\'"><a onClick="return(true)" onMouseOver="pop(zlien[1],100)" href="actualite.asp" CLASS=menu><FONT SIZE=1 FACE="Arial" COLOR="WHITE">Actualité</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor4+' onMouseOver="this.style.background=\''+bgcolor1+'\';pop(zlien[2],200)" onMouseOut="this.style.background=\''+bgcolor4+'\'"><a onClick="return(true)" onMouseOver="pop(zlien[2],200)" href="rechcv.asp" CLASS=menu><FONT SIZE=1 FACE="Arial" COLOR="WHITE">Compétences</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor5+' onMouseOver="this.style.background=\''+bgcolor1+'\';pop(zlien[3],300)" onMouseOut="this.style.background=\''+bgcolor5+'\'"><a onClick="return(true)" onMouseOver="pop(zlien[3],300)" href="contact.htm" CLASS=menu><FONT SIZE=1 FACE="Arial" COLOR="WHITE">Contacts</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')
