bgcolor='#8095FF';
bgcolor2='#5C7AFF';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
     document.write('#topgauche { position:absolute;  z-index:2; }')
     document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
     document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
     document.write('</style>')
     document.write('<div style="position:relative;height:17"><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[6] = new Array;
zlien[7] = new Array;
zlien[0][0] = '<A HREF="/nouveautessurlesite.html" CLASS=ejsmenu>Nouveautés site</A>';
zlien[0][1] = '<A HREF="/actualitescrdp.html" CLASS=ejsmenu>Actualités du CRDP</A>';
zlien[0][2] = '<A HREF="/daac.html" CLASS=ejsmenu>Page de la DAAC</A>';
zlien[0][3] = '<A HREF="/plan_site.html" CLASS=ejsmenu>Plan du site</A>';
zlien[1][0] = '<A HREF="/rentree_agendaprof.html" CLASS=ejsmenu>Agenda du prof</A>';
zlien[1][1] = '<A HREF="/rentree_calcult.html" CLASS=ejsmenu>Calendrier culturel</A>';
zlien[2][0] = '<A HREF="/res_clg.html" CLASS=ejsmenu>Collège</A>';
zlien[2][1] = '<A HREF="/res_lyc.html" CLASS=ejsmenu>Lycée</A>';
zlien[2][2] = '<A HREF="/lyceepro/index.html" CLASS=ejsmenu>Lycée pro</A>';
zlien[2][3] = '<A HREF="/res_BTS.html" CLASS=ejsmenu>BTS</A>';
zlien[2][4] = '<A HREF="/res_trans.html" CLASS=ejsmenu>Transversal</A>';
zlien[3][0] = '<A HREF="/dossier_ecriture.html" CLASS=ejsmenu>écriture</A>';
zlien[3][1] = '<A HREF="/dossier_theatre.html" CLASS=ejsmenu>théâtre</A>';
zlien[3][2] = '<A HREF="/dossier_poesie.htm" CLASS=ejsmenu>poésie</A>';
zlien[3][3] = '<A HREF="/res_cinema.html" CLASS=ejsmenu>cinéma</A>';
zlien[3][4] = '<A HREF="/res_lang_anc.html" CLASS=ejsmenu>langues anciennes</A>';
zlien[3][5] = '<A HREF="/res_documentation.html" CLASS=ejsmenu>documentation</A>';
zlien[3][6] = '<A HREF="/pagefrancophonie.html" CLASS=ejsmenu>francophonie</A>';
zlien[4][0] = '<A HREF="/tice_b2i.html" CLASS=ejsmenu>B2i</A>';
zlien[4][1] = '<A HREF="/tice_etwinning.html" CLASS=ejsmenu>eTwinning</A>';
zlien[4][2] = '<A HREF="/tice_ressources.html" CLASS=ejsmenu>ressources</A>';
zlien[4][3] = '<A HREF="/tice_tbi.html" CLASS=ejsmenu>TNI</A>';
zlien[5][0] = '<A HREF="/vie_inspection.html" CLASS=ejsmenu>Inspection</A>';
zlien[5][1] = '<A HREF="/vie_bo.html" CLASS=ejsmenu>Textes officiels</A>';
zlien[5][2] = '<A HREF="/tribune.html" CLASS=ejsmenu>Tribune</A>';
zlien[5][3] = '<A HREF="/vie_etablissements.html" CLASS=ejsmenu>Dans les établissements</A>';
zlien[5][4] = '<A HREF="/vie_collegues.html" CLASS=ejsmenu>Nos collègues publient</A>';
zlien[5][5] = '<A HREF="/formation.html" CLASS=ejsmenu>Formations</A>';
zlien[6][0] = '<A HREF="/liens/liens_sites.html" CLASS=ejsmenu>Sites</A>';
zlien[6][1] = '<A HREF="/liens/liens_lieux.html" CLASS=ejsmenu>Lieux</A>';
zlien[6][2] = '<A HREF="/liens/liens_pratique.html" CLASS=ejsmenu>Pratique</A>';
zlien[7][0] = '<A HREF="/quisommes.html" CLASS=ejsmenu>Qui sommes-nous</A>';
zlien[7][1] = '<A HREF="/contact.html" CLASS=ejsmenu>Nous contacter</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 = 20;

function pop(msg,pos)
{
    skn.visibility = "hidden";
    a=true
      skn.left = pos;
    var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FFFFFF WIDTH=89><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
    pass = 0
      while (pass < msg.length)
	{
	    content += "<TR><TD ALIGN=center BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=25><FONT SIZE=1 FACE=\"Arial\">  "+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 BGCOLOR=#FFFFFF WIDTH=720><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
     document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onmouseout="this.style.background=\''+bgcolor+'\'"><A HREF="index.html" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Accueil</FONT></a></TD>')
     document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[1],88)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onmouseover="pop(zlien[1],88)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Agenda</FONT></a></TD>')
     document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[2],176)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onmouseover="pop(zlien[2],176)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Pédagogie</FONT></a></TD>')
     document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[3],264)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onmouseover="pop(zlien[3],264)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Dossiers</FONT></a></TD>')
     document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[4],352)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onmouseover="pop(zlien[4],352)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">TICE</FONT></a></TD>')
     document.write('<TD WIDTH=105 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[5],450)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onmouseover="pop(zlien[5],450)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Vie de la discipline</FONT></a></TD>')
     document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[6],543)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onmouseover="pop(zlien[6],543)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Liens</FONT></a></TD>')
     document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[7],630)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onmouseover="pop(zlien[7],630)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">L\'équipe</FONT></a></TD>')
     document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
     



