<!-- fond des cellules au chargement
bgcolor='#339966';
<!-- fond des cellules au passage de la souris
bgcolor2='#ff9900';


document.write('<style type="text/css">');

document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute;  z-index:10; }')


<!--couleur des liens

document.write('A:visited.ejsmenu {color:#eeeeee; font-size: 13px; text-decoration:none;}')
document.write('A.ejsmenu {color:#eeeeee; font-size: 13px; text-decoration:none;}')
document.write('.chapitress {font-size: 13px; text-decoration:none; font-weight:bold; color: #000000; }')

<!-- couleur lien au passage de la souris

document.write('A:hover.ejsmenu {color:#ffffff; font-size: 13px; text-decoration:none;}')

document.write('.activ {color:#dddddd; font-size: 10px; text-decoration:none; cursor:default}')
document.write('.titress {background-color:#339966; color:#ffffff; font-size: 11px; text-decoration:none; cursor:default; }')

document.write('</style>')
document.write('<div style="position:relative;height:10"><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[0][0] = '<A HREF="#" CLASS=ejsmenu></A>';-->
zlien[1][0] = '<A HREF="/fr/module1/production_ecrite/index.htm" class=ejsmenu><b style="color:#ffffff">Production écrite</b><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Félicitations</span><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Présentations portugaises</span><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Présentation d\'une ville</span></a>';
zlien[1][1] = '<A HREF="/fr/module1/reception_ecrite/index.htm" class=ejsmenu><b style="color:#ffffff" >Réception écrite</b><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Recette suédoise</span><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Menu grec</span></A>';
zlien[1][2] = '<A HREF="/fr/module1/interaction_orale/index.htm" class=ejsmenu><b style="color:#ffffff">Interaction orale</b><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Achat de billet de train</span></a>';
zlien[1][3] = '<A HREF="/fr/module1/grammar/index.htm" class=ejsmenu><b style="color:#ffffff">Compétence grammaticale</b><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Structures</span><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Grammaire et traducteurs</span><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Conjugaisons</span></a>';
zlien[1][4] = '<A HREF="/fr/module1/lexique/index.htm" class=ejsmenu><b style="color:#ffffff">Compétence lexicale</b><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Météo portugaise</span><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Vêtements suédois</span></A>';
zlien[1][5] = '<A HREF="/fr/module1/interculturel/index.htm" class=ejsmenu><b style="color:#ffffff">Compétence interculturelle</b><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Télévision</span><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Stéréotypes</span><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Journaux</span></A>';


zlien[2][0] = '<A HREF="/fr/module2/aides/index.htm" CLASS=ejsmenu>Aides</A>';
zlien[2][1] = '<A HREF="/fr/module2/soutien/index.htm" CLASS=ejsmenu>Soutien pédagogique</A>';
zlien[2][2] = '<A HREF="/fr/module2/feedback/index.htm" CLASS=ejsmenu>Feedback</A>';
zlien[2][3] = '<A HREF="/fr/module2/design/index.htm" CLASS=ejsmenu>Design didactique</A>';
zlien[2][4] = '<A HREF="/fr/module2/ergonomie/index.htm" CLASS=ejsmenu>Ergonomie</A>';

zlien[3][0] = '<A HREF="/fr/module3/commtools_pres.htm" CLASS=ejsmenu>Outils</A>';
zlien[3][1] = '<A HREF="/fr/module3/wiki/index.htm" CLASS=ejsmenu>Wiki</A>';
zlien[3][2] = '<A HREF="/fr/module3/weblog/activ_weblog.htm" CLASS=ejsmenu>Weblog</A>';
zlien[3][3] = '<A HREF="/fr/module3/chat/index.htm" CLASS=ejsmenu>Tchat</A>';
zlien[3][4] = '<A HREF="/fr/module3/forum/index.htm" CLASS=ejsmenu>Forum</A>';


zlien[4][0] = '<A HREF="/fr/module4/exercices_interactifs.htm" CLASS=ejsmenu>Découvrez des logiciels</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 = 25;

function ouvrir(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#339966 WIDTH=222><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=15><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&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 effacer()
{
	skn.visibility = "hidden";
}
document.onclick = effacer;
document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=green WIDTH=520><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=80 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';ouvrir(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="ouvrir(zlien[0],0)" href=# CLASS=ejsmenu><FONT  FACE="Verdana"><a href="/fr/index.htm" CLASS=ejsmenu>Accueil</FONT></a></TD>')
document.write('<TD WIDTH=80 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';ouvrir(zlien[1],80)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="ouvrir(zlien[1],60)" href=# CLASS=ejsmenu><FONT  FACE="Verdana"><a href="/fr/module1/index.htm" CLASS=ejsmenu>Module A</a></FONT></a></TD>')
document.write('<TD WIDTH=80 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';ouvrir(zlien[2],160)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="ouvrir(zlien[2],120)" href=# CLASS=ejsmenu><FONT  FACE="Verdana"><a href="/fr/module2/index.htm" CLASS=ejsmenu>Module B</FONT></a></TD>')
document.write('<TD WIDTH=80 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';ouvrir(zlien[3],240)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="ouvrir(zlien[3],180)" href=# CLASS=ejsmenu><FONT FACE="Verdana"><a href="/fr/module3/index.htm" CLASS=ejsmenu>Module C</FONT></a></TD>')
document.write('<TD WIDTH=80 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';ouvrir(zlien[4],320)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="ouvrir(zlien[4],240)" href=# CLASS=ejsmenu><FONT  FACE="Verdana" ><a href="/fr/module4/index.htm" CLASS=ejsmenu>Module D</FONT></a></TD>')
document.write('<TD WIDTH=120 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="" href=# CLASS=ejsmenu><FONT  FACE="Verdana" ><a href="index1.htm" CLASS=ejsmenu><font color="cccccc">Info Projet</font></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')
