<!-- 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 {color:#ffffff; font-size: 11px; text-decoration:underline; 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="/engl/module1/production_ecrite/index.htm" class=ejsmenu><b style="color:#ffffff">Written production</b><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Congratulations</span><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Presentations in Portuguese</span><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Presenting a town</span></a>';
zlien[1][1] = '<A HREF="/engl/module1/reception_ecrite/index.htm" class=ejsmenu><b style="color:#ffffff">Written reception</b><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Swedish recipe</span><BR><span CLASS=activ>&nbsp;&nbsp;&nbsp;Greek menu</span></A>';
zlien[1][2] = '<A HREF="/engl/module1/interaction_orale/index.htm" class=ejsmenu><b style="color:#ffffff">Oral interaction</b><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Buying a train ticket</span></A>';
zlien[1][3] = '<A HREF="/engl/module1/grammar/index.htm" class=ejsmenu><b style="color:#ffffff">Grammatical competence</b><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Structures</span><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Grammar and translators</span><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Conjugation</span></A>';
zlien[1][4] = '<A HREF="/engl/module1/lexique/index.htm" class=ejsmenu><b style="color:#ffffff">Lexical competence</b><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Portuguese weather forecast</span><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Swedish clothes</span></a>';
zlien[1][5] = '<A HREF="/engl/module1/interculturel/index.htm" class=ejsmenu><b style="color:#ffffff">Intercultural competence</b><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Television</span><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Stereotypes</span><br><span CLASS=activ>&nbsp;&nbsp;&nbsp;Newspapers</span></a>';

zlien[2][0] = '<A HREF="/engl/module2/aides/index.htm" CLASS=ejsmenu>Help</A>';
zlien[2][1] = '<A HREF="/engl/module2/soutien/index.htm" CLASS=ejsmenu>Pedagogical support</A>';
zlien[2][2] = '<A HREF="/engl/module2/feedback/index.htm" CLASS=ejsmenu>Feedback</A>';
zlien[2][3] = '<A HREF="/engl/module2/design/index.htm" CLASS=ejsmenu>Didactical design</A>';
zlien[2][4] = '<A HREF="/engl/module2/ergonomie/index.htm" CLASS=ejsmenu>Ergonomy</A>';

zlien[3][0] = '<A HREF="/engl/module3/commtools_pres.htm" CLASS=ejsmenu>Tools</A>';
zlien[3][1] = '<A HREF="/engl/module3/wiki/index.htm" CLASS=ejsmenu>Wiki</A>';
zlien[3][2] = '<A HREF="/engl/module3/weblog/activ_weblog.htm" CLASS=ejsmenu>Weblog</A>';
zlien[3][3] = '<A HREF="/engl/module3/chat/index.htm" CLASS=ejsmenu>Chat</A>';
zlien[3][4] = '<A HREF="/engl/module3/forum/index.htm" CLASS=ejsmenu>Forum</A>';

zlien[4][0] = '<A HREF="/engl/module4/exercices_interactifs.htm" CLASS=ejsmenu>Discover some software</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="/engl/index.htm" CLASS=ejsmenu>Home</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="/engl/module1/index.htm" onclick="effacer()" 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="/engl/module2/index.htm" CLASS=ejsmenu>Module B</a></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="/engl/module3/index.htm" CLASS=ejsmenu>Module C</a></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="/engl/module4/index.htm" CLASS=ejsmenu>Module D</a></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">Project Info</font></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')