posYmenu = 65;
bgcolor='#278C13';
//bgcolor2='#FFCC00';
bgcolor2='#CCFFCC';
needcenter =true;
if(!needcenter)
	posXmenu = 0;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(779/2);
	else
		posXmenu = (window.innerWidth/2)-(779/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('A:hover.ejsmenu {color:#ffffOO; text-decoration:none;}')
document.write('A.ejsmenu {color:#ffffOO; 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[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;

zlien[1][0] = '<A HREF="/SiteConseil-Etat/institution/historique.html" CLASS=ejsmenu>Historique</A>';
zlien[1][1] = '<A HREF="/SiteConseil-Etat/institution/attributions.html" CLASS=ejsmenu>Organisation & Attributions</A>';
zlien[1][2] = '<A HREF="/SiteConseil-Etat/institution/president.html" CLASS=ejsmenu>Le Pr&eacute;sident de la Cour</A>';
zlien[1][3] = '<A HREF="/SiteConseil-Etat/institution/chambres.html" CLASS=ejsmenu>Les diff&eacute;rentes Chambres</A>';
zlien[1][4] = '<A HREF="/SiteConseil-Etat/institution/annuaire.html" CLASS=ejsmenu>Annuaire du Conseil</A>';

zlien[2][0] = '<A HREF="/SiteConseil-Etat/index.jsp" CLASS=ejsmenu>Actualit&eacute;</A>';
zlien[2][1] = '<A HREF="/SiteConseil-Etat/quotidien/agenda.html"  CLASS=ejsmenu>Agenda des activit&eacute;s</A>';
zlien[2][2] = '<A HREF="/SiteConseil-Etat/quotidien/discours.jsp" CLASS=ejsmenu>Discours,conf&eacute;rences de presse, seminaire</A>';
zlien[2][3] = '<A HREF="/SiteConseil-Etat/quotidien/communique.jsp" CLASS=ejsmenu>Communiqu&eacute;s</A>';

zlien[4][0] = '<A HREF="/SiteConseil-Etat/textes/constitution.html" CLASS=ejsmenu>Extrait de la constitution</A>';
zlien[4][1] = '<A HREF="/SiteConseil-Etat/textes/lois-organiques.html" CLASS=ejsmenu>Les Lois Organiques</A>';
zlien[4][2] = '<A HREF="/SiteConseil-Etat/textes/decisions.html" CLASS=ejsmenu>Les D&eacute;cisions</A>';
zlien[4][3] = '<A HREF="/SiteConseil-Etat/textes/csm.html" CLASS=ejsmenu>Conseil Sup&eacute;rieur de la magistrature</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+24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=200><TR><TD><TABLE WIDTH=100% BORDER=1 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>  "+msg[pass]+"</B></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('<table BORDER=0 CELLPADDING=0 CELLSPACING=0 width="90%" align="center"><tr> <td width="100%">') 
document.write('<div align="center"><img src="/system/modules/template/resources/conseil-etat/entete.jpg" width="100%" height="60"></div>')
document.write('</td></tr></table>')

document.write('<DIV ALIGN=center ><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=90% align=center><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')

document.write('<TD WIDTH=15% ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(true)" href=/SiteConseil-Etat/index.jsp CLASS=ejsmenu><B>Accueil</B></a></TD>')
document.write('<TD WIDTH=15% ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[1],55)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[1],55)" href=# CLASS=ejsmenu><B>L\'Institution</B></FONT></TD>')
document.write('<TD WIDTH=25% ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[2],210)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[2],210)" href=# CLASS=ejsmenu><B>Le Conseil au quotidien</B></a></TD>')
document.write('<TD WIDTH=25% ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[4],440)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[4],440)" href=# CLASS=ejsmenu><B>Les Textes fondamentaux</B></a></TD>')
document.write('<TD WIDTH=20% ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(true)" href=mailto:webmaster@conseil-etat.gov.bf CLASS=ejsmenu><B>Ecrivez-nous</B></a></TD>')

document.write('</TR></TABLE></TD></TR></TABLE></DIV>')