diff --git a/Basilisk/MACAO/macao_12/MosMtr/gen/blanc.htm b/Basilisk/MACAO/macao_12/MosMtr/gen/blanc.htm
index fa73969b751027d98e86d1a770d22cf64095d134..c31e85ce8bfba02840d3192dcb2d4eb8dd2e6a32 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/gen/blanc.htm
+++ b/Basilisk/MACAO/macao_12/MosMtr/gen/blanc.htm
@@ -1,7 +1,7 @@
 <html oncontextmenu="return false">
 <head>
-<title>Lancement</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <title>Lancement</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 </head>
 
 <body>
diff --git a/Basilisk/MACAO/macao_12/MosMtr/gen/blocNotes.htm b/Basilisk/MACAO/macao_12/MosMtr/gen/blocNotes.htm
index 3ba9fb16ddb4fa6d8269251b917707e235ee1d45..3292ffa2c31d92735150cd524cbe22a88d013020 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/gen/blocNotes.htm
+++ b/Basilisk/MACAO/macao_12/MosMtr/gen/blocNotes.htm
@@ -1,25 +1,28 @@
 <html oncontextmenu="return false">
 <head>
-<title>&#160;</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<script type="text/javascript">
-var oPage;
-var oRef;
-function chargeNote(){
-	oRef=window.opener;
-	document.title=oRef.donneLex(64);
-	oPage=oRef.oSco.donnePage(oRef.oSco.numPageCourante);
-	document.formNotes.cNotes.focus();
-	document.formNotes.cNotes.value=oPage.notes;
-}
-function sauveNote(txtN){
-	oPage.notes=txtN;
-}
-</script>
+    <title>&#160;</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript">
+        var oPage;
+        var oRef;
+
+        function chargeNote() {
+            oRef = window.opener;
+            document.title = oRef.donneLex(64);
+            oPage = oRef.oSco.donnePage(oRef.oSco.numPageCourante);
+            document.formNotes.cNotes.focus();
+            document.formNotes.cNotes.value = oPage.notes;
+        }
+
+        function sauveNote(txtN) {
+            oPage.notes = txtN;
+        }
+    </script>
 </head>
 <body onload="chargeNote()" style="margin:20px;background-color:#eeeeee">
 <form name="formNotes" method="post">
-	<textarea style="font:12px Arial;background-color:#FCF2C4;width:258px;height:260px" name="cNotes" onchange="sauveNote(this.value)">
+	<textarea style="font:12px Arial;background-color:#FCF2C4;width:258px;height:260px" name="cNotes"
+              onchange="sauveNote(this.value)">
 	</textarea>
 </form>
 </body>
diff --git a/Basilisk/MACAO/macao_12/MosMtr/gen/envoiMsg.htm b/Basilisk/MACAO/macao_12/MosMtr/gen/envoiMsg.htm
index f88db09a505d28850b7ee3c6d8adaa22236f4585..15998455e355909f867466a2a282837e58e2ce8c 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/gen/envoiMsg.htm
+++ b/Basilisk/MACAO/macao_12/MosMtr/gen/envoiMsg.htm
@@ -1,30 +1,31 @@
 <html>
 <head>
-<title>&#160;</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
-<script type="text/javascript">
-var oFen=window.opener.oSco;
+    <title>&#160;</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+    <script type="text/javascript">
+        var oFen = window.opener.oSco;
 
-function lanceForm(){
-	var adrEnvoi=oFen.evaluation.formEnvoiReponses;
-	document.envRep.action=adrEnvoi;
-	document.envRep.mosFormXML.value=oFen.evaluation.donneFormXML("iso-8859-1");
-	document.envRep.mosFormXML.value=document.envRep.mosFormXML.value.replace(/>/g,'>\r\n');
-	document.envRep.submit();
-	oFen.evaluation.formEnvoiReponses='';
-	if (parent.oSco==null){
-		if (!oFen.evaluation.evalPageResultats){
-			window.opener.allerEtapeSuivante=true;
-			window.opener.SCO_pageSuivante();
-		} else {
-			window.opener.contenu.location = window.opener.RACINE_stage+"contenu/local/resultats."+oFen.version;
-		}
-		window.close();
-	}
-}
-</script>
+        function lanceForm() {
+            var adrEnvoi = oFen.evaluation.formEnvoiReponses;
+            document.envRep.action = adrEnvoi;
+            document.envRep.mosFormXML.value = oFen.evaluation.donneFormXML("iso-8859-1");
+            document.envRep.mosFormXML.value = document.envRep.mosFormXML.value.replace(/>/g, '>\r\n');
+            document.envRep.submit();
+            oFen.evaluation.formEnvoiReponses = '';
+            if (parent.oSco == null) {
+                if (!oFen.evaluation.evalPageResultats) {
+                    window.opener.allerEtapeSuivante = true;
+                    window.opener.SCO_pageSuivante();
+                } else {
+                    window.opener.contenu.location = window.opener.RACINE_stage + "contenu/local/resultats." + oFen.version;
+                }
+                window.close();
+            }
+        }
+    </script>
 </head>
 <body onload="lanceForm()">
-<form name="envRep" acceptCharset="iso-8859-1" target="_self" method="post" enctype="text/plain" charset="iso-8859-1"><input type="hidden" name="mosFormXML"/></form>
+<form name="envRep" acceptCharset="iso-8859-1" target="_self" method="post" enctype="text/plain" charset="iso-8859-1">
+    <input type="hidden" name="mosFormXML"/></form>
 </body>
 </html>
diff --git a/Basilisk/MACAO/macao_12/MosMtr/gen/envoiReponses.htm b/Basilisk/MACAO/macao_12/MosMtr/gen/envoiReponses.htm
index 74ec49a1c644be0ba0f0a17735dbc624831a8836..07ce5467045319ca4b03c306fd2de8f9b2d5553e 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/gen/envoiReponses.htm
+++ b/Basilisk/MACAO/macao_12/MosMtr/gen/envoiReponses.htm
@@ -1,29 +1,31 @@
 <html>
 <head>
-<title>&#160;</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-<script type="text/javascript">
-var oFen=parent.oSco;
-	
-function lanceForm(){
-	var adrEnvoi=oFen.evaluation.formEnvoiReponses;
-	if (adrEnvoi.indexOf("../")==0){adrEnvoi="../"+adrEnvoi;}
-	document.envRep.action=adrEnvoi;
-	document.envRep.mosFormXML.value=oFen.evaluation.donneFormXML("utf-8");
-	document.envRep.mosFormXML.value=document.envRep.mosFormXML.value.replace(/>/g,'>\r\n');
-	document.envRep.submit();
-	oFen.evaluation.formEnvoiReponses='';
-	if (parent.oSco==null){
-		if (!oFen.evaluation.evalPageResultats){
-			window.opener.allerEtapeSuivante=true;
-			window.opener.SCO_pageSuivante();
-		} else {
-			window.opener.contenu.location = window.opener.RACINE_stage+"contenu/local/resultats."+oFen.version;
-		}
-		window.close();
-	}
-}
-</script>
+    <title>&#160;</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+    <script type="text/javascript">
+        var oFen = parent.oSco;
+
+        function lanceForm() {
+            var adrEnvoi = oFen.evaluation.formEnvoiReponses;
+            if (adrEnvoi.indexOf("../") == 0) {
+                adrEnvoi = "../" + adrEnvoi;
+            }
+            document.envRep.action = adrEnvoi;
+            document.envRep.mosFormXML.value = oFen.evaluation.donneFormXML("utf-8");
+            document.envRep.mosFormXML.value = document.envRep.mosFormXML.value.replace(/>/g, '>\r\n');
+            document.envRep.submit();
+            oFen.evaluation.formEnvoiReponses = '';
+            if (parent.oSco == null) {
+                if (!oFen.evaluation.evalPageResultats) {
+                    window.opener.allerEtapeSuivante = true;
+                    window.opener.SCO_pageSuivante();
+                } else {
+                    window.opener.contenu.location = window.opener.RACINE_stage + "contenu/local/resultats." + oFen.version;
+                }
+                window.close();
+            }
+        }
+    </script>
 </head>
 <body onload="lanceForm()">
 <form name="envRep" acceptCharset="utf-8" target="_self" method="post"><input type="hidden" name="mosFormXML"/></form>
diff --git a/Basilisk/MACAO/macao_12/MosMtr/gen/synchroMosSrv.htm b/Basilisk/MACAO/macao_12/MosMtr/gen/synchroMosSrv.htm
index 18be78cc7260385ffa44cd7e0267bdb819dfa686..0998babb1516e3517e07d65d95e0cf3f67fe8a15 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/gen/synchroMosSrv.htm
+++ b/Basilisk/MACAO/macao_12/MosMtr/gen/synchroMosSrv.htm
@@ -1,28 +1,28 @@
 <html oncontextmenu="return false">
 <head>
-<title>&#160;</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<script type="text/javascript">
-function lanceSync(){
-	var oRef=window.opener;
-	document.formSync.codeStage.value=oRef.serveur.codeStageParcours;
-	document.formSync.idUtil.value=oRef.serveur.id;
-	document.formSync.codeGroupe.value=oRef.serveur.codeGroupe;
-	document.formSync.parcXML.value=oRef.planLMS.PLAN_donnerParcoursXML();
-	document.formSync.action=oRef.serveur.adresseMosManager+"/"+oRef.serveur.typeMosManager+"/UTIL_synchroLocal."+oRef.serveur.typeMosManager;
+    <title>&#160;</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript">
+        function lanceSync() {
+            var oRef = window.opener;
+            document.formSync.codeStage.value = oRef.serveur.codeStageParcours;
+            document.formSync.idUtil.value = oRef.serveur.id;
+            document.formSync.codeGroupe.value = oRef.serveur.codeGroupe;
+            document.formSync.parcXML.value = oRef.planLMS.PLAN_donnerParcoursXML();
+            document.formSync.action = oRef.serveur.adresseMosManager + "/" + oRef.serveur.typeMosManager + "/UTIL_synchroLocal." + oRef.serveur.typeMosManager;
 
-	document.formSync.lang.value=oRef.serveur.langueMng;
-	document.formSync.submit();
-}
-</script>
+            document.formSync.lang.value = oRef.serveur.langueMng;
+            document.formSync.submit();
+        }
+    </script>
 </head>
 <body onload="lanceSync()">
 <form name="formSync" method="post">
-	<input type="hidden" name="parcXML"/>
-	<input type="hidden" name="idUtil"/>
-	<input type="hidden" name="codeStage"/>
-	<input type="hidden" name="lang"/>
-	<input type="hidden" name="codeGroupe"/>
+    <input type="hidden" name="parcXML"/>
+    <input type="hidden" name="idUtil"/>
+    <input type="hidden" name="codeStage"/>
+    <input type="hidden" name="lang"/>
+    <input type="hidden" name="codeGroupe"/>
 </form>
 </body>
 </html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/COURS2.css b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/COURS2.css
index 1d01a81e033c51d57f53c6c784ffeaef1b185542..d55e6145122498485e26b6c4b6b2ffde625671ec 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/COURS2.css
+++ b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/COURS2.css
@@ -1,4 +1,15 @@
-.STY_lienBulle1{color:#8c9b60;}
-.STY_fond{background-image:url(../media/fondbl5.jpg);}
-a{color:#8c9b60;}
-.STY_titrePage{font-size:11px;}
+.STY_lienBulle1 {
+    color: #8c9b60;
+}
+
+.STY_fond {
+    background-image: url(../media/fondbl5.jpg);
+}
+
+a {
+    color: #8c9b60;
+}
+
+.STY_titrePage {
+    font-size: 11px;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/diplome.css b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/diplome.css
index ca091d711a695436a443dac466cf98efdff4bdf7..bb7bd3bf6accdbdf2f7a65417e131cf40e8bb592 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/diplome.css
+++ b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/diplome.css
@@ -1,14 +1,79 @@
-.STY_fondDiplome{font-size:13px;font-family:Verdana;background-color:#ffffff;padding-left:30px;padding-right:30px;padding-bottom:30px;padding-top:30px;}
-.STY_titreDIPL{display:inline;font-weight:bold;font-size:18px;padding-left:8px;color:#000000;}
-.STY_libelleDIPL{display:block;height:200px;margin-top:45px;line-height:28px;text-align:center;}
-.STY_nomUtilDIPL{display:inline;font-weight:bold;}
-.STY_nomEtapeDIPL{display:inline;font-style:italic;font-weight:bold;}
-.STY_titreFormationDIPL{display:inline;font-style:italic;}
-.STY_dateCouranteDIPL{display:inline;}
-.STY_scoreAtteintDIPL{display:inline;}
-.STY_scoreTotalDIPL{display:inline;}
-.STY_pourcentAtteintDIPL{display:inline;}
-.STY_idUtilDIPL{display:inline;}
-.STY_zoneNonImprimDIPL{font-size:11px;position:absolute;left:60%;width:38%;top:5px;height:10px;text-align:right;}
-a:hover{text-decoration:none;}
-a{color:#8c9b60;}
+.STY_fondDiplome {
+    font-size: 13px;
+    font-family: Verdana;
+    background-color: #ffffff;
+    padding-left: 30px;
+    padding-right: 30px;
+    padding-bottom: 30px;
+    padding-top: 30px;
+}
+
+.STY_titreDIPL {
+    display: inline;
+    font-weight: bold;
+    font-size: 18px;
+    padding-left: 8px;
+    color: #000000;
+}
+
+.STY_libelleDIPL {
+    display: block;
+    height: 200px;
+    margin-top: 45px;
+    line-height: 28px;
+    text-align: center;
+}
+
+.STY_nomUtilDIPL {
+    display: inline;
+    font-weight: bold;
+}
+
+.STY_nomEtapeDIPL {
+    display: inline;
+    font-style: italic;
+    font-weight: bold;
+}
+
+.STY_titreFormationDIPL {
+    display: inline;
+    font-style: italic;
+}
+
+.STY_dateCouranteDIPL {
+    display: inline;
+}
+
+.STY_scoreAtteintDIPL {
+    display: inline;
+}
+
+.STY_scoreTotalDIPL {
+    display: inline;
+}
+
+.STY_pourcentAtteintDIPL {
+    display: inline;
+}
+
+.STY_idUtilDIPL {
+    display: inline;
+}
+
+.STY_zoneNonImprimDIPL {
+    font-size: 11px;
+    position: absolute;
+    left: 60%;
+    width: 38%;
+    top: 5px;
+    height: 10px;
+    text-align: right;
+}
+
+a:hover {
+    text-decoration: none;
+}
+
+a {
+    color: #8c9b60;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/document.css b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/document.css
index 1352413b6fbecad141a6e50184b46ba31dc8736d..0aebe86e565f3ff0a110fcacbc4d459aa28e6424 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/document.css
+++ b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/document.css
@@ -1,10 +1,77 @@
-.STY_fondDocument{font-family:Verdana;font-size:13px;color:#000000;background-color:#ecf0d7;margin-left:0px;margin-right:0px;margin-bottom:0px;margin-top:0px;}
-.STY_zoneTitreDoc{margin-left:25px;margin-right:30px;margin-top:20px;margin-bottom:20px;color:#a60a69;}
-.STY_titreDoc{display:inline;padding-left:4px;font-size:11px;font-family:Verdana;color:#a60a69;font-weight:bold;text-align:left;vertical-align:middle;}
-.STY_texteDoc{margin-right:30px;margin-top:10px;font-family:Verdana;margin-left:25px;height:229px;font-size:10px;color:#000000;font-weight:normal;text-align:left;}
-.STY_sousTitreDoc{margin-top:6px;font-family:Verdana;color:#000000;font-size:11px;font-weight:normal;text-align:left;vertical-align:middle;}
-.STY_zoneImprimerDoc{height:10px;background-position-x:right;font-size:11px;text-align:right;padding-top:1px;padding-right:5px;color:#a60a69;}
-a:hover{text-decoration:none;}
-a{color:#8c9b60;}
-.STY_titreFormationDoc{color:#a60a69;}
-.STY_nomModuleDoc{color:#a60a69;}
+.STY_fondDocument {
+    font-family: Verdana;
+    font-size: 13px;
+    color: #000000;
+    background-color: #ecf0d7;
+    margin-left: 0px;
+    margin-right: 0px;
+    margin-bottom: 0px;
+    margin-top: 0px;
+}
+
+.STY_zoneTitreDoc {
+    margin-left: 25px;
+    margin-right: 30px;
+    margin-top: 20px;
+    margin-bottom: 20px;
+    color: #a60a69;
+}
+
+.STY_titreDoc {
+    display: inline;
+    padding-left: 4px;
+    font-size: 11px;
+    font-family: Verdana;
+    color: #a60a69;
+    font-weight: bold;
+    text-align: left;
+    vertical-align: middle;
+}
+
+.STY_texteDoc {
+    margin-right: 30px;
+    margin-top: 10px;
+    font-family: Verdana;
+    margin-left: 25px;
+    height: 229px;
+    font-size: 10px;
+    color: #000000;
+    font-weight: normal;
+    text-align: left;
+}
+
+.STY_sousTitreDoc {
+    margin-top: 6px;
+    font-family: Verdana;
+    color: #000000;
+    font-size: 11px;
+    font-weight: normal;
+    text-align: left;
+    vertical-align: middle;
+}
+
+.STY_zoneImprimerDoc {
+    height: 10px;
+    background-position-x: right;
+    font-size: 11px;
+    text-align: right;
+    padding-top: 1px;
+    padding-right: 5px;
+    color: #a60a69;
+}
+
+a:hover {
+    text-decoration: none;
+}
+
+a {
+    color: #8c9b60;
+}
+
+.STY_titreFormationDoc {
+    color: #a60a69;
+}
+
+.STY_nomModuleDoc {
+    color: #a60a69;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/exercice.css b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/exercice.css
index 33fe0aae084e96f1df70e25658879cc526d25ac7..ff52d24eb424fcd1680faf0c7e79a054dec02003 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/exercice.css
+++ b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/exercice.css
@@ -1,49 +1,533 @@
-.STY_zoneExercice{position:absolute;left:15px;z-index:5;width:520px;top:35px;overflow:auto;height:445px;}
-.STY_question{font-weight:normal;color:#A60A69;font-size:10px;left:1px;top:1px;width:500px;position:relative;overflow:auto;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#f6efef;scrollbar-face-color:#c0c0c0;font-family:Verdana;text-align:left;height:100px;}
-.STY_texteQC{font-weight:normal;color:#000000;font-family:Verdana;font-size:10px;left:1px;width:510px;position:relative;overflow:auto;z-index:5;scrollbar-face-color:#c0c0c0;scrollbar-base-color:#f6efef;scrollbar-arrow-color:#3366ff;text-align:left;top:1px;height:320px;}
-.STY_bordureQC{font-weight:normal;font-size:10px;padding-left:5px;padding-right:5px;padding-bottom:5px;padding-top:5px;}
-.STY_bordureQCDessus{border-left-width:2px;border-left-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-top-color:#ffffff;border-right-width:2px;border-bottom-width:2px;border-top-width:2px;border-style:solid;font-weight:bold;padding-left:3px;padding-right:3px;padding-bottom:3px;padding-top:3px;}
-.STY_reponseQCSel{color:#A60A69;padding-left:2px;}
-.STY_listeQC{margin-left:50px;margin-top:10px;line-height:27px;}
-.STY_reponseQCDessus{color:#F99061;cursor:pointer;padding-left:2px;}
-.STY_texteQM{color:#000000;font-family:Verdana;font-size:10px;font-weight:normal;left:1px;position:relative;top:1px;width:510px;overflow:auto;height:320px;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#f6efef;scrollbar-face-color:#c0c0c0;text-align:left;z-index:5;}
-.STY_tableauQM{font-size:10px;margin-left:3px;margin-right:3px;margin-top:3px;margin-bottom:5px;}
-.STY_coloneQM{font-size:11px;font-weight:bold;position:relative;height:20px;text-align:center;width:50px;padding-left:2px;padding-right:2px;}
-.STY_reponseQM{padding-bottom:2px;position:relative;padding-top:9px;height:40px;padding-left:3px;padding-right:3px;}
-.STY_champTAT{font-family:Verdana;vertical-align:middle;color:#000000;font-size:11px;}
-.STY_selectTAT{font-family:Verdana;vertical-align:middle;color:#000000;font-size:11px;}
-.STY_texteSEQ{margin-bottom:20px;background-position-x:center;background-position-y:bottom;padding-bottom:15px;padding-left:15px;text-align:center;margin-top:12px;font-weight:normal;padding-right:15px;padding-top:13px;font-family:Verdana;font-size:10px;color:#000000;}
-.STY_reponseSEQ{background-position-x:center;background-position-y:bottom;padding-bottom:15px;padding-left:15px;padding-right:15px;text-align:center;margin-top:40px;font-weight:normal;padding-top:13px;font-family:Verdana;font-size:10px;color:#000000;}
-.STY_objetSeq{padding-left:2px;padding-right:2px;padding-bottom:4px;padding-top:4px;}
-.STY_objetSeqDessus{padding-left:2px;padding-right:2px;padding-bottom:4px;padding-top:4px;cursor:pointer;color:#ffff40;}
-.STY_cible1{border-left-width:2px;border-right-width:2px;border-bottom-width:2px;border-top-width:2px;font-weight:bold;text-align:center;padding-left:5px;padding-right:5px;padding-bottom:5px;padding-top:5px;background-color:#404040;width:150px;height:100px;background-image:url(../media/fongd.jpg);color:#c0c0c0;border-style:inset;}
-.STY_mobile3{padding-left:2px;padding-right:2px;padding-bottom:2px;padding-top:2px;text-align:center;font-weight:bold;background-color:#ffffff;color:#A60A69;font-size:11px;border-left-width:1px;border-style:solid;border-left-color:#000080;border-right-color:#000080;border-bottom-color:#000080;border-top-color:#000080;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;}
-.STY_mobile1{color:#c00000;background-color:#d3d6dd;font-style:italic;font-family:'Comic Sans MS';font-size:15px;font-weight:bold;padding-right:2px;padding-bottom:2px;padding-top:2px;padding-left:3px;}
-.STY_borneMin0{border-left-width:2px;border-left-color:#202020;border-right-width:0px;border-top-width:0px;border-bottom-width:0px;height:16px;margin-top:7px;border-style:solid;}
-.STY_borneMax0{border-left-width:2px;border-left-color:#202020;border-right-width:0px;border-top-width:0px;border-bottom-width:0px;height:16px;margin-top:7px;border-style:solid;}
-.STY_legendeCURS_g{font-size:11px;position:absolute;top:28px;left:-10px;width:160px;}
-.STY_legendeCURS_d{font-size:11px;position:absolute;top:28px;left:82%;width:160px;}
-.STY_compteurCURS_0{font-family:'Courier New', Courier;text-align:center;position:absolute;left:40%;top:30px;color:#d3d6dd;font-size:11px;}
-.STY_compteurCURS_1{font-family:'Courier New', Courier;text-align:center;position:absolute;color:#d3d6dd;top:40%;left:40px;background-color:#000080;padding-left:1px;padding-right:1px;padding-bottom:1px;padding-top:1px;border-left-width:1px;border-left-color:#000000;border-right-color:#000000;border-bottom-color:#000000;border-top-color:#000000;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;border-style:solid;width:50px;font-size:11px;}
-.STY_legendeCURS_h{font-size:11px;position:absolute;left:35px;top:-6px;width:200px;}
-.STY_legendeCURS_b{font-size:11px;position:absolute;left:35px;width:200px;top:94%;}
-.STY_reponseQCSelDessus{cursor:pointer;padding-left:2px;}
-.STY_reponseQC{color:#000000;padding-left:2px;}
+.STY_zoneExercice {
+    position: absolute;
+    left: 15px;
+    z-index: 5;
+    width: 520px;
+    top: 35px;
+    overflow: auto;
+    height: 445px;
+}
+
+.STY_question {
+    font-weight: normal;
+    color: #A60A69;
+    font-size: 10px;
+    left: 1px;
+    top: 1px;
+    width: 500px;
+    position: relative;
+    overflow: auto;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #f6efef;
+    scrollbar-face-color: #c0c0c0;
+    font-family: Verdana;
+    text-align: left;
+    height: 100px;
+}
+
+.STY_texteQC {
+    font-weight: normal;
+    color: #000000;
+    font-family: Verdana;
+    font-size: 10px;
+    left: 1px;
+    width: 510px;
+    position: relative;
+    overflow: auto;
+    z-index: 5;
+    scrollbar-face-color: #c0c0c0;
+    scrollbar-base-color: #f6efef;
+    scrollbar-arrow-color: #3366ff;
+    text-align: left;
+    top: 1px;
+    height: 320px;
+}
+
+.STY_bordureQC {
+    font-weight: normal;
+    font-size: 10px;
+    padding-left: 5px;
+    padding-right: 5px;
+    padding-bottom: 5px;
+    padding-top: 5px;
+}
+
+.STY_bordureQCDessus {
+    border-left-width: 2px;
+    border-left-color: #ffffff;
+    border-right-color: #ffffff;
+    border-bottom-color: #ffffff;
+    border-top-color: #ffffff;
+    border-right-width: 2px;
+    border-bottom-width: 2px;
+    border-top-width: 2px;
+    border-style: solid;
+    font-weight: bold;
+    padding-left: 3px;
+    padding-right: 3px;
+    padding-bottom: 3px;
+    padding-top: 3px;
+}
+
+.STY_reponseQCSel {
+    color: #A60A69;
+    padding-left: 2px;
+}
+
+.STY_listeQC {
+    margin-left: 50px;
+    margin-top: 10px;
+    line-height: 27px;
+}
+
+.STY_reponseQCDessus {
+    color: #F99061;
+    cursor: pointer;
+    padding-left: 2px;
+}
+
+.STY_texteQM {
+    color: #000000;
+    font-family: Verdana;
+    font-size: 10px;
+    font-weight: normal;
+    left: 1px;
+    position: relative;
+    top: 1px;
+    width: 510px;
+    overflow: auto;
+    height: 320px;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #f6efef;
+    scrollbar-face-color: #c0c0c0;
+    text-align: left;
+    z-index: 5;
+}
+
+.STY_tableauQM {
+    font-size: 10px;
+    margin-left: 3px;
+    margin-right: 3px;
+    margin-top: 3px;
+    margin-bottom: 5px;
+}
+
+.STY_coloneQM {
+    font-size: 11px;
+    font-weight: bold;
+    position: relative;
+    height: 20px;
+    text-align: center;
+    width: 50px;
+    padding-left: 2px;
+    padding-right: 2px;
+}
+
+.STY_reponseQM {
+    padding-bottom: 2px;
+    position: relative;
+    padding-top: 9px;
+    height: 40px;
+    padding-left: 3px;
+    padding-right: 3px;
+}
+
+.STY_champTAT {
+    font-family: Verdana;
+    vertical-align: middle;
+    color: #000000;
+    font-size: 11px;
+}
+
+.STY_selectTAT {
+    font-family: Verdana;
+    vertical-align: middle;
+    color: #000000;
+    font-size: 11px;
+}
+
+.STY_texteSEQ {
+    margin-bottom: 20px;
+    background-position-x: center;
+    background-position-y: bottom;
+    padding-bottom: 15px;
+    padding-left: 15px;
+    text-align: center;
+    margin-top: 12px;
+    font-weight: normal;
+    padding-right: 15px;
+    padding-top: 13px;
+    font-family: Verdana;
+    font-size: 10px;
+    color: #000000;
+}
+
+.STY_reponseSEQ {
+    background-position-x: center;
+    background-position-y: bottom;
+    padding-bottom: 15px;
+    padding-left: 15px;
+    padding-right: 15px;
+    text-align: center;
+    margin-top: 40px;
+    font-weight: normal;
+    padding-top: 13px;
+    font-family: Verdana;
+    font-size: 10px;
+    color: #000000;
+}
+
+.STY_objetSeq {
+    padding-left: 2px;
+    padding-right: 2px;
+    padding-bottom: 4px;
+    padding-top: 4px;
+}
+
+.STY_objetSeqDessus {
+    padding-left: 2px;
+    padding-right: 2px;
+    padding-bottom: 4px;
+    padding-top: 4px;
+    cursor: pointer;
+    color: #ffff40;
+}
+
+.STY_cible1 {
+    border-left-width: 2px;
+    border-right-width: 2px;
+    border-bottom-width: 2px;
+    border-top-width: 2px;
+    font-weight: bold;
+    text-align: center;
+    padding-left: 5px;
+    padding-right: 5px;
+    padding-bottom: 5px;
+    padding-top: 5px;
+    background-color: #404040;
+    width: 150px;
+    height: 100px;
+    background-image: url(../media/fongd.jpg);
+    color: #c0c0c0;
+    border-style: inset;
+}
+
+.STY_mobile3 {
+    padding-left: 2px;
+    padding-right: 2px;
+    padding-bottom: 2px;
+    padding-top: 2px;
+    text-align: center;
+    font-weight: bold;
+    background-color: #ffffff;
+    color: #A60A69;
+    font-size: 11px;
+    border-left-width: 1px;
+    border-style: solid;
+    border-left-color: #000080;
+    border-right-color: #000080;
+    border-bottom-color: #000080;
+    border-top-color: #000080;
+    border-right-width: 1px;
+    border-bottom-width: 1px;
+    border-top-width: 1px;
+}
+
+.STY_mobile1 {
+    color: #c00000;
+    background-color: #d3d6dd;
+    font-style: italic;
+    font-family: 'Comic Sans MS';
+    font-size: 15px;
+    font-weight: bold;
+    padding-right: 2px;
+    padding-bottom: 2px;
+    padding-top: 2px;
+    padding-left: 3px;
+}
+
+.STY_borneMin0 {
+    border-left-width: 2px;
+    border-left-color: #202020;
+    border-right-width: 0px;
+    border-top-width: 0px;
+    border-bottom-width: 0px;
+    height: 16px;
+    margin-top: 7px;
+    border-style: solid;
+}
+
+.STY_borneMax0 {
+    border-left-width: 2px;
+    border-left-color: #202020;
+    border-right-width: 0px;
+    border-top-width: 0px;
+    border-bottom-width: 0px;
+    height: 16px;
+    margin-top: 7px;
+    border-style: solid;
+}
+
+.STY_legendeCURS_g {
+    font-size: 11px;
+    position: absolute;
+    top: 28px;
+    left: -10px;
+    width: 160px;
+}
+
+.STY_legendeCURS_d {
+    font-size: 11px;
+    position: absolute;
+    top: 28px;
+    left: 82%;
+    width: 160px;
+}
+
+.STY_compteurCURS_0 {
+    font-family: 'Courier New', Courier;
+    text-align: center;
+    position: absolute;
+    left: 40%;
+    top: 30px;
+    color: #d3d6dd;
+    font-size: 11px;
+}
+
+.STY_compteurCURS_1 {
+    font-family: 'Courier New', Courier;
+    text-align: center;
+    position: absolute;
+    color: #d3d6dd;
+    top: 40%;
+    left: 40px;
+    background-color: #000080;
+    padding-left: 1px;
+    padding-right: 1px;
+    padding-bottom: 1px;
+    padding-top: 1px;
+    border-left-width: 1px;
+    border-left-color: #000000;
+    border-right-color: #000000;
+    border-bottom-color: #000000;
+    border-top-color: #000000;
+    border-right-width: 1px;
+    border-bottom-width: 1px;
+    border-top-width: 1px;
+    border-style: solid;
+    width: 50px;
+    font-size: 11px;
+}
+
+.STY_legendeCURS_h {
+    font-size: 11px;
+    position: absolute;
+    left: 35px;
+    top: -6px;
+    width: 200px;
+}
+
+.STY_legendeCURS_b {
+    font-size: 11px;
+    position: absolute;
+    left: 35px;
+    width: 200px;
+    top: 94%;
+}
+
+.STY_reponseQCSelDessus {
+    cursor: pointer;
+    padding-left: 2px;
+}
+
+.STY_reponseQC {
+    color: #000000;
+    padding-left: 2px;
+}
+
 /*.STY_zoneSuccesExo{position:absolute;width:11%;height:19%;left:85%;top:16%;}
 .STY_zoneEchecExo{position:absolute;width:11%;height:19%;left:85%;top:16%;font-size:10px;}*/
-.STY_zoneVoirSolutions{position:relative;font-size:10px;top:60px;left:545px;font-family:Verdana;text-align:left;font-weight:bold;width:200px;height:350px;overflow:auto;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#f6efef;scrollbar-face-color:#c0c0c0;}
-.STY_zoneVoirMesReponses{position:absolute;font-size:13px;top:8%;padding-top:9px;left:80%;visibility:hidden;}
-.STY_texteTAT{font-size:10px;position:relative;font-family:Verdana;color:#000000;font-weight:normal;left:1px;top:1px;width:510px;height:320px;overflow:auto;scrollbar-face-color:#c0c0c0;scrollbar-base-color:#f6efef;scrollbar-arrow-color:#3366ff;text-align:left;z-index:5;}
-.STY_texteEXP{position:relative;height:320px;width:510px;top:1px;left:1px;overflow:auto;font-family:Verdana;font-size:10px;font-weight:normal;color:#000000;text-align:left;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#f6efef;scrollbar-face-color:#c0c0c0;}
-.STY_zoneSEQH{font-family:Verdana;font-size:10px;font-weight:normal;color:#000000;text-align:left;left:1px;position:relative;width:500px;overflow:auto;}
-.STY_zoneSEQV{left:1px;position:relative;top:1px;width:500px;overflow:auto;font-family:Verdana;font-size:10px;font-weight:normal;color:#000000;text-align:left;}
-.STY_texteSEQV{text-align:left;padding-right:12px;font-weight:normal;font-family:Verdana;font-size:10px;color:#000000;width:200px;}
-.STY_reponseSEQV{font-weight:normal;font-family:Verdana;color:#000000;font-size:10px;text-align:left;width:200px;}
-.STY_zoneTitre{font-size:11px;}
-.STY_contenuCommentaire{width:200px;left:1px;top:1px;height:400px;position:relative;overflow:auto;font-family:Verdana;color:#000000;font-size:10px;font-weight:normal;text-align:left;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#f6efef;scrollbar-face-color:#c0c0c0;}
-.STY_zoneCommentaire{left:545px;position:absolute;top:35px;width:230px;overflow:auto;height:430px;font-size:10px;color:#000000;font-family:Verdana;font-weight:normal;text-align:left;}
-.STY_texteGD{font-family:Verdana;font-size:10px;font-weight:normal;color:#000000;text-align:left;left:1px;position:relative;top:1px;width:510px;overflow:auto;height:320px;scrollbar-face-color:#c0c0c0;scrollbar-base-color:#f6efef;scrollbar-arrow-color:#3366ff;}
-.STY_texteCURS{font-family:Verdana;font-size:10px;font-weight:normal;color:#000000;text-align:left;left:1px;position:relative;top:1px;width:510px;height:320px;overflow:auto;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#f6efef;scrollbar-face-color:#c0c0c0;}
-.STY_fond{background-image:url(../media/fondbl5.jpg);}
-a{color:#8c9b60;}
-.STY_titrePage{font-size:11px;}
+.STY_zoneVoirSolutions {
+    position: relative;
+    font-size: 10px;
+    top: 60px;
+    left: 545px;
+    font-family: Verdana;
+    text-align: left;
+    font-weight: bold;
+    width: 200px;
+    height: 350px;
+    overflow: auto;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #f6efef;
+    scrollbar-face-color: #c0c0c0;
+}
+
+.STY_zoneVoirMesReponses {
+    position: absolute;
+    font-size: 13px;
+    top: 8%;
+    padding-top: 9px;
+    left: 80%;
+    visibility: hidden;
+}
+
+.STY_texteTAT {
+    font-size: 10px;
+    position: relative;
+    font-family: Verdana;
+    color: #000000;
+    font-weight: normal;
+    left: 1px;
+    top: 1px;
+    width: 510px;
+    height: 320px;
+    overflow: auto;
+    scrollbar-face-color: #c0c0c0;
+    scrollbar-base-color: #f6efef;
+    scrollbar-arrow-color: #3366ff;
+    text-align: left;
+    z-index: 5;
+}
+
+.STY_texteEXP {
+    position: relative;
+    height: 320px;
+    width: 510px;
+    top: 1px;
+    left: 1px;
+    overflow: auto;
+    font-family: Verdana;
+    font-size: 10px;
+    font-weight: normal;
+    color: #000000;
+    text-align: left;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #f6efef;
+    scrollbar-face-color: #c0c0c0;
+}
+
+.STY_zoneSEQH {
+    font-family: Verdana;
+    font-size: 10px;
+    font-weight: normal;
+    color: #000000;
+    text-align: left;
+    left: 1px;
+    position: relative;
+    width: 500px;
+    overflow: auto;
+}
+
+.STY_zoneSEQV {
+    left: 1px;
+    position: relative;
+    top: 1px;
+    width: 500px;
+    overflow: auto;
+    font-family: Verdana;
+    font-size: 10px;
+    font-weight: normal;
+    color: #000000;
+    text-align: left;
+}
+
+.STY_texteSEQV {
+    text-align: left;
+    padding-right: 12px;
+    font-weight: normal;
+    font-family: Verdana;
+    font-size: 10px;
+    color: #000000;
+    width: 200px;
+}
+
+.STY_reponseSEQV {
+    font-weight: normal;
+    font-family: Verdana;
+    color: #000000;
+    font-size: 10px;
+    text-align: left;
+    width: 200px;
+}
+
+.STY_zoneTitre {
+    font-size: 11px;
+}
+
+.STY_contenuCommentaire {
+    width: 200px;
+    left: 1px;
+    top: 1px;
+    height: 400px;
+    position: relative;
+    overflow: auto;
+    font-family: Verdana;
+    color: #000000;
+    font-size: 10px;
+    font-weight: normal;
+    text-align: left;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #f6efef;
+    scrollbar-face-color: #c0c0c0;
+}
+
+.STY_zoneCommentaire {
+    left: 545px;
+    position: absolute;
+    top: 35px;
+    width: 230px;
+    overflow: auto;
+    height: 430px;
+    font-size: 10px;
+    color: #000000;
+    font-family: Verdana;
+    font-weight: normal;
+    text-align: left;
+}
+
+.STY_texteGD {
+    font-family: Verdana;
+    font-size: 10px;
+    font-weight: normal;
+    color: #000000;
+    text-align: left;
+    left: 1px;
+    position: relative;
+    top: 1px;
+    width: 510px;
+    overflow: auto;
+    height: 320px;
+    scrollbar-face-color: #c0c0c0;
+    scrollbar-base-color: #f6efef;
+    scrollbar-arrow-color: #3366ff;
+}
+
+.STY_texteCURS {
+    font-family: Verdana;
+    font-size: 10px;
+    font-weight: normal;
+    color: #000000;
+    text-align: left;
+    left: 1px;
+    position: relative;
+    top: 1px;
+    width: 510px;
+    height: 320px;
+    overflow: auto;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #f6efef;
+    scrollbar-face-color: #c0c0c0;
+}
+
+.STY_fond {
+    background-image: url(../media/fondbl5.jpg);
+}
+
+a {
+    color: #8c9b60;
+}
+
+.STY_titrePage {
+    font-size: 11px;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/general.css b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/general.css
index 75fc8f29ba8df2d7e3b14d6b663bcff90603d669..507d164e3e786e08f2f75ba4c4a0192545b68a94 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/general.css
+++ b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/general.css
@@ -1,49 +1,454 @@
-.STY_fond{background-repeat:no-repeat;font-family:Verdana;cursor:default;background-image:url(../media/fondbl5.jpg);color:#000000;font-size:10px;border-left-width:1px;border-left-color:#000000;border-right-width:0px;border-bottom-width:0px;border-style:solid;border-top-width:0px;background-color:#E8F0D8;width:100%;}
-.STY_fondEditGTR{font-family:Verdana;font-size:10px;background-color:#FFFFFF;color:#000000;}
-.STY_zoneCours{width:520px;height:445px;top:35px;left:15px;z-index:5;font-size:10px;font-family:Verdana;color:#000000;font-weight:normal;position:absolute;display:inline-block;}
-.STY_texteCours{color:#a60a69;font-family:Verdana;font-size:10px;padding-left:2px;padding-right:2px;padding-bottom:2px;padding-top:2px;font-weight:normal;left:1px;top:1px;width:515px;scrollbar-face-color:#c0c0c0;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#F6EFEF;overflow:auto;position:absolute;display:inline-block;z-index:20;height:440px;text-align:left;}
-.STY_titrePage{font-family:Verdana;font-size:11px;display:inline;font-weight:bold;text-decoration:none;text-align:right;vertical-align:top;color:#A60A69;}
-.STY_menuPages{position:absolute;font-size:10px;padding-right:2px;padding-top:2px;padding-bottom:2px;border-style:outset;border-left-width:2px;height:47px;display:none;left:545px;width:220px;background-color:#E5E1DF;padding-left:5px;z-index:51;top:30px;border-right-width:2px;border-bottom-width:2px;border-top-width:2px;color:#a60a69;opacite:90;moz-opacity:0.90;font-family:Verdana;font-style:normal;text-align:left;}
-.STY_itemMenuPagesCourant{color:#a60a69;padding-left:2px;padding-right:2px;padding-top:2px;padding-bottom:2px;}
-.STY_itemMenuPagesDessus{cursor:pointer;padding-right:1px;padding-bottom:1px;padding-top:1px;padding-left:2px;border-left-width:1px;background-color:#CDC8C6;border-style:solid;border-left-color:#CDC8C6;border-right-color:#CDC8C6;border-bottom-color:#CDC8C6;border-top-color:#CDC8C6;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;}
-a:hover{text-decoration:none;}
-.STY_zoneExploreDessus{font-size:11px;border-style:solid;border-right-color:#000080;border-bottom-color:#000080;border-top-color:#8080ff;border-left-color:#8080ff;border-right-width:2px;border-bottom-width:2px;border-left-width:1px;border-top-width:1px;overflow:hidden;}
-.STY_zoneCommentaire{position:absolute;z-index:5;color:#ffffff;padding-left:6px;height:430px;left:545px;width:215px;padding-right:6px;padding-bottom:6px;padding-top:6px;top:35px;overflow:auto;display:inline-block;border-style:none;}
-.STY_titreCommentaire{font-weight:bold;margin-bottom:2px;color:#3366ff;display:none;font-size:10px;font-family:Verdana;text-align:left;}
-.STY_paraBasculeTitre{background-image:url(../media/bascf.jpg);font-size:11px;border-left-width:0px;border-right-width:0px;border-bottom-width:0px;border-top-width:0px;padding-left:3px;padding-top:3px;text-decoration:none;font-weight:bold;color:#000000;display:block;height:22px;}
-.STY_paraBasculeCorps{position:relative;margin-bottom:5px;margin-left:25px;margin-top:8px;}
-a.STY_paraBasculeTitre:visited{text-decoration:none;color:#000000;}
-a.STY_paraBasculeTitre:hover{color:#DBF99A;}
-.STY_contenuCommentaire{color:#000000;font-family:Verdana;font-size:10px;font-weight:normal;left:1px;top:1px;width:210px;height:420px;overflow:auto;position:absolute;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#f6efef;scrollbar-face-color:#c0c0c0;text-align:left;}
-.STY_barreProgres{position:absolute;border-left-width:0px;border-right-width:0px;border-bottom-width:0px;border-top-width:0px;font-size:2px;z-index:20;height:2px;padding-left:2px;padding-top:1px;left:0px;top:35px;width:125px;}
-.STY_barreProgresJauge{background-repeat:repeat-x;border-left-width:0px;border-bottom-width:0px;border-top-width:0px;border-right-width:1px;border-style:solid;height:5px;border-right-color:#c0c0c0;background-image:url(../media/jaugea.jpg);color:#008080;}
-.STY_tableau{font-size:10px;color:#000000;}
-a:visited{color:#8c9b60;}
-a{color:#8c9b60;}
-.STY_boutonSuivant{position:absolute;top:3px;left:100px;}
-.STY_boutonValider{position:absolute;top:3px;left:68px;}
-.STY_boutonInit{position:absolute;top:3px;left:35px;}
-.STY_boutonPrecedent{top:3px;position:absolute;left:3px;}
-.STY_nomEtape{font-family:Verdana;color:#a60a69;font-size:11px;font-weight:normal;width:350px;display:inline-block;position:absolute;left:1px;top:3px;height:10px;text-align:left;}
-.STY_nomModule{display:inline;}
-.STY_itemMenuPages{display:block;padding-right:1px;padding-bottom:1px;padding-top:1px;padding-left:2px;border-left-width:1px;border-left-color:#d3d6dd;border-right-color:#d3d6dd;border-bottom-color:#d3d6dd;border-top-color:#d3d6dd;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;border-style:solid;width:99%;color:#a60a69;}
-.STY_fondComtGTR{background-color:#15304d;font-family:Verdana;color:#ffffff;font-size:11px}
-.STY_tableauComt{font-size:10px;}
-.STY_numeroPage{display:inline-block;font-family:Verdana;color:#a60a69;font-size:11px;font-weight:normal;left:360px;position:absolute;top:3px;width:10px;height:10px;text-align:left;}
-.STY_bulleCours1{background-image:url(../media/fmenup.jpg);color:#000000;background-color:#d3d6dd;padding-left:20px;padding-right:2px;padding-top:2px;padding-bottom:2px;background-repeat:repeat-y;font-size:11px;border-left-width:2px;border-right-width:2px;border-bottom-width:2px;border-top-width:2px;border-style:outset;}
-.STY_zoneExplore{font-size:11px;overflow:hidden;}
-a.STY_lienGlossaire:hover{color:#8c9b60;background-color:#ffff40;}
-a.STY_lienBulle1:visited{color:#8c9b60;}
-a.STY_lienBulle1:hover{color:#8c9b60;}
-li{margin-bottom:0.8em;}
-.STY_lienBulle1{color:#8c9b60;}
-.STY_bulleCours2{background-color:#ffff40;padding-left:2px;padding-right:2px;padding-bottom:2px;padding-top:2px;opacite:75;-moz-opacity:0.75;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);color:#000000;}
-.STY_fondDefautStg{background-repeat:no-repeat;font-family:Verdana;cursor:default;background-image:url(../media/fondbl5.jpg);color:#a60a69;font-size:11px;border-left-width:1px;border-left-color:#000000;border-right-width:0px;border-bottom-width:0px;border-style:solid;border-top-width:0px;background-color:#FFFFFF;width:100%;}
-.STY_zoneTitre{left:15px;position:absolute;top:1px;width:300px;height:10px;}
-.STY_imgApercuDefStg{background-color:#ffffff;}
-.STY_zoneLMSouLMSLocal{background-color:#ffffff;}.STY_titreFormJS{color:#a60a69;}
-.STY_lienComt{color:#8c9b60;}
-
-.STY_lienDansZoneComt{color:#8c9b60;}
-.STY_lienGlossaire{color:#8c9b60;}
-.STY_lienBulle2{color:#8c9b60;}
+.STY_fond {
+    background-repeat: no-repeat;
+    font-family: Verdana;
+    cursor: default;
+    background-image: url(../media/fondbl5.jpg);
+    color: #000000;
+    font-size: 10px;
+    border-left-width: 1px;
+    border-left-color: #000000;
+    border-right-width: 0px;
+    border-bottom-width: 0px;
+    border-style: solid;
+    border-top-width: 0px;
+    background-color: #E8F0D8;
+    width: 100%;
+}
+
+.STY_fondEditGTR {
+    font-family: Verdana;
+    font-size: 10px;
+    background-color: #FFFFFF;
+    color: #000000;
+}
+
+.STY_zoneCours {
+    width: 520px;
+    height: 445px;
+    top: 35px;
+    left: 15px;
+    z-index: 5;
+    font-size: 10px;
+    font-family: Verdana;
+    color: #000000;
+    font-weight: normal;
+    position: absolute;
+    display: inline-block;
+}
+
+.STY_texteCours {
+    color: #a60a69;
+    font-family: Verdana;
+    font-size: 10px;
+    padding-left: 2px;
+    padding-right: 2px;
+    padding-bottom: 2px;
+    padding-top: 2px;
+    font-weight: normal;
+    left: 1px;
+    top: 1px;
+    width: 515px;
+    scrollbar-face-color: #c0c0c0;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #F6EFEF;
+    overflow: auto;
+    position: absolute;
+    display: inline-block;
+    z-index: 20;
+    height: 440px;
+    text-align: left;
+}
+
+.STY_titrePage {
+    font-family: Verdana;
+    font-size: 11px;
+    display: inline;
+    font-weight: bold;
+    text-decoration: none;
+    text-align: right;
+    vertical-align: top;
+    color: #A60A69;
+}
+
+.STY_menuPages {
+    position: absolute;
+    font-size: 10px;
+    padding-right: 2px;
+    padding-top: 2px;
+    padding-bottom: 2px;
+    border-style: outset;
+    border-left-width: 2px;
+    height: 47px;
+    display: none;
+    left: 545px;
+    width: 220px;
+    background-color: #E5E1DF;
+    padding-left: 5px;
+    z-index: 51;
+    top: 30px;
+    border-right-width: 2px;
+    border-bottom-width: 2px;
+    border-top-width: 2px;
+    color: #a60a69;
+    opacite: 90;
+    moz-opacity: 0.90;
+    font-family: Verdana;
+    font-style: normal;
+    text-align: left;
+}
+
+.STY_itemMenuPagesCourant {
+    color: #a60a69;
+    padding-left: 2px;
+    padding-right: 2px;
+    padding-top: 2px;
+    padding-bottom: 2px;
+}
+
+.STY_itemMenuPagesDessus {
+    cursor: pointer;
+    padding-right: 1px;
+    padding-bottom: 1px;
+    padding-top: 1px;
+    padding-left: 2px;
+    border-left-width: 1px;
+    background-color: #CDC8C6;
+    border-style: solid;
+    border-left-color: #CDC8C6;
+    border-right-color: #CDC8C6;
+    border-bottom-color: #CDC8C6;
+    border-top-color: #CDC8C6;
+    border-right-width: 1px;
+    border-bottom-width: 1px;
+    border-top-width: 1px;
+}
+
+a:hover {
+    text-decoration: none;
+}
+
+.STY_zoneExploreDessus {
+    font-size: 11px;
+    border-style: solid;
+    border-right-color: #000080;
+    border-bottom-color: #000080;
+    border-top-color: #8080ff;
+    border-left-color: #8080ff;
+    border-right-width: 2px;
+    border-bottom-width: 2px;
+    border-left-width: 1px;
+    border-top-width: 1px;
+    overflow: hidden;
+}
+
+.STY_zoneCommentaire {
+    position: absolute;
+    z-index: 5;
+    color: #ffffff;
+    padding-left: 6px;
+    height: 430px;
+    left: 545px;
+    width: 215px;
+    padding-right: 6px;
+    padding-bottom: 6px;
+    padding-top: 6px;
+    top: 35px;
+    overflow: auto;
+    display: inline-block;
+    border-style: none;
+}
+
+.STY_titreCommentaire {
+    font-weight: bold;
+    margin-bottom: 2px;
+    color: #3366ff;
+    display: none;
+    font-size: 10px;
+    font-family: Verdana;
+    text-align: left;
+}
+
+.STY_paraBasculeTitre {
+    background-image: url(../media/bascf.jpg);
+    font-size: 11px;
+    border-left-width: 0px;
+    border-right-width: 0px;
+    border-bottom-width: 0px;
+    border-top-width: 0px;
+    padding-left: 3px;
+    padding-top: 3px;
+    text-decoration: none;
+    font-weight: bold;
+    color: #000000;
+    display: block;
+    height: 22px;
+}
+
+.STY_paraBasculeCorps {
+    position: relative;
+    margin-bottom: 5px;
+    margin-left: 25px;
+    margin-top: 8px;
+}
+
+a.STY_paraBasculeTitre:visited {
+    text-decoration: none;
+    color: #000000;
+}
+
+a.STY_paraBasculeTitre:hover {
+    color: #DBF99A;
+}
+
+.STY_contenuCommentaire {
+    color: #000000;
+    font-family: Verdana;
+    font-size: 10px;
+    font-weight: normal;
+    left: 1px;
+    top: 1px;
+    width: 210px;
+    height: 420px;
+    overflow: auto;
+    position: absolute;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #f6efef;
+    scrollbar-face-color: #c0c0c0;
+    text-align: left;
+}
+
+.STY_barreProgres {
+    position: absolute;
+    border-left-width: 0px;
+    border-right-width: 0px;
+    border-bottom-width: 0px;
+    border-top-width: 0px;
+    font-size: 2px;
+    z-index: 20;
+    height: 2px;
+    padding-left: 2px;
+    padding-top: 1px;
+    left: 0px;
+    top: 35px;
+    width: 125px;
+}
+
+.STY_barreProgresJauge {
+    background-repeat: repeat-x;
+    border-left-width: 0px;
+    border-bottom-width: 0px;
+    border-top-width: 0px;
+    border-right-width: 1px;
+    border-style: solid;
+    height: 5px;
+    border-right-color: #c0c0c0;
+    background-image: url(../media/jaugea.jpg);
+    color: #008080;
+}
+
+.STY_tableau {
+    font-size: 10px;
+    color: #000000;
+}
+
+a:visited {
+    color: #8c9b60;
+}
+
+a {
+    color: #8c9b60;
+}
+
+.STY_boutonSuivant {
+    position: absolute;
+    top: 3px;
+    left: 100px;
+}
+
+.STY_boutonValider {
+    position: absolute;
+    top: 3px;
+    left: 68px;
+}
+
+.STY_boutonInit {
+    position: absolute;
+    top: 3px;
+    left: 35px;
+}
+
+.STY_boutonPrecedent {
+    top: 3px;
+    position: absolute;
+    left: 3px;
+}
+
+.STY_nomEtape {
+    font-family: Verdana;
+    color: #a60a69;
+    font-size: 11px;
+    font-weight: normal;
+    width: 350px;
+    display: inline-block;
+    position: absolute;
+    left: 1px;
+    top: 3px;
+    height: 10px;
+    text-align: left;
+}
+
+.STY_nomModule {
+    display: inline;
+}
+
+.STY_itemMenuPages {
+    display: block;
+    padding-right: 1px;
+    padding-bottom: 1px;
+    padding-top: 1px;
+    padding-left: 2px;
+    border-left-width: 1px;
+    border-left-color: #d3d6dd;
+    border-right-color: #d3d6dd;
+    border-bottom-color: #d3d6dd;
+    border-top-color: #d3d6dd;
+    border-right-width: 1px;
+    border-bottom-width: 1px;
+    border-top-width: 1px;
+    border-style: solid;
+    width: 99%;
+    color: #a60a69;
+}
+
+.STY_fondComtGTR {
+    background-color: #15304d;
+    font-family: Verdana;
+    color: #ffffff;
+    font-size: 11px
+}
+
+.STY_tableauComt {
+    font-size: 10px;
+}
+
+.STY_numeroPage {
+    display: inline-block;
+    font-family: Verdana;
+    color: #a60a69;
+    font-size: 11px;
+    font-weight: normal;
+    left: 360px;
+    position: absolute;
+    top: 3px;
+    width: 10px;
+    height: 10px;
+    text-align: left;
+}
+
+.STY_bulleCours1 {
+    background-image: url(../media/fmenup.jpg);
+    color: #000000;
+    background-color: #d3d6dd;
+    padding-left: 20px;
+    padding-right: 2px;
+    padding-top: 2px;
+    padding-bottom: 2px;
+    background-repeat: repeat-y;
+    font-size: 11px;
+    border-left-width: 2px;
+    border-right-width: 2px;
+    border-bottom-width: 2px;
+    border-top-width: 2px;
+    border-style: outset;
+}
+
+.STY_zoneExplore {
+    font-size: 11px;
+    overflow: hidden;
+}
+
+a.STY_lienGlossaire:hover {
+    color: #8c9b60;
+    background-color: #ffff40;
+}
+
+a.STY_lienBulle1:visited {
+    color: #8c9b60;
+}
+
+a.STY_lienBulle1:hover {
+    color: #8c9b60;
+}
+
+li {
+    margin-bottom: 0.8em;
+}
+
+.STY_lienBulle1 {
+    color: #8c9b60;
+}
+
+.STY_bulleCours2 {
+    background-color: #ffff40;
+    padding-left: 2px;
+    padding-right: 2px;
+    padding-bottom: 2px;
+    padding-top: 2px;
+    opacite: 75;
+    -moz-opacity: 0.75;
+    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
+    color: #000000;
+}
+
+.STY_fondDefautStg {
+    background-repeat: no-repeat;
+    font-family: Verdana;
+    cursor: default;
+    background-image: url(../media/fondbl5.jpg);
+    color: #a60a69;
+    font-size: 11px;
+    border-left-width: 1px;
+    border-left-color: #000000;
+    border-right-width: 0px;
+    border-bottom-width: 0px;
+    border-style: solid;
+    border-top-width: 0px;
+    background-color: #FFFFFF;
+    width: 100%;
+}
+
+.STY_zoneTitre {
+    left: 15px;
+    position: absolute;
+    top: 1px;
+    width: 300px;
+    height: 10px;
+}
+
+.STY_imgApercuDefStg {
+    background-color: #ffffff;
+}
+
+.STY_zoneLMSouLMSLocal {
+    background-color: #ffffff;
+}
+
+.STY_titreFormJS {
+    color: #a60a69;
+}
+
+.STY_lienComt {
+    color: #8c9b60;
+}
+
+.STY_lienDansZoneComt {
+    color: #8c9b60;
+}
+
+.STY_lienGlossaire {
+    color: #8c9b60;
+}
+
+.STY_lienBulle2 {
+    color: #8c9b60;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireContenu.css b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireContenu.css
index 14677be6631718d715c6461882770fd0b8ab2075..a83a8c5f36cf0cd5169af7add3edf6dcb3e8eed5 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireContenu.css
+++ b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireContenu.css
@@ -1,9 +1,55 @@
-.STY_fondContenuGLO{font-family:Verdana;font-size:13px;background-color:#d3d6dd;padding-left:30px;padding-right:30px;padding-top:20px;}
-.STY_titreEntreeComplet{font-weight:bold;color:#a60a69;font-size:18px;}
-.STY_defEntreeComplet{margin-top:20px;}
-.STY_fondAccueilGLO{font-family:Verdana;font-size:11px;background-color:#d3d6dd;}
-.STY_zoneAussiComplet{height:30px;border-left-width:0px;border-right-width:0px;border-bottom-width:0px;border-top-width:1px;border-style:solid;padding-top:5px;border-top-color:#808080;margin-top:30px;}
-.STY_voirAussiComplet{display:inline;font-weight:bold;}
-a:hover{text-decoration:none;}
-.STY_titreFormationGLOAcc{font-weight:bold;font-size:17px;color:#a60a69;}
-a{color:#8c9b60;}
+.STY_fondContenuGLO {
+    font-family: Verdana;
+    font-size: 13px;
+    background-color: #d3d6dd;
+    padding-left: 30px;
+    padding-right: 30px;
+    padding-top: 20px;
+}
+
+.STY_titreEntreeComplet {
+    font-weight: bold;
+    color: #a60a69;
+    font-size: 18px;
+}
+
+.STY_defEntreeComplet {
+    margin-top: 20px;
+}
+
+.STY_fondAccueilGLO {
+    font-family: Verdana;
+    font-size: 11px;
+    background-color: #d3d6dd;
+}
+
+.STY_zoneAussiComplet {
+    height: 30px;
+    border-left-width: 0px;
+    border-right-width: 0px;
+    border-bottom-width: 0px;
+    border-top-width: 1px;
+    border-style: solid;
+    padding-top: 5px;
+    border-top-color: #808080;
+    margin-top: 30px;
+}
+
+.STY_voirAussiComplet {
+    display: inline;
+    font-weight: bold;
+}
+
+a:hover {
+    text-decoration: none;
+}
+
+.STY_titreFormationGLOAcc {
+    font-weight: bold;
+    font-size: 17px;
+    color: #a60a69;
+}
+
+a {
+    color: #8c9b60;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireDetail.css b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireDetail.css
index 4e0cf3ccf1f60193a83f2194c644d20933570a56..840562a7cc0a16488b97e78f24b52f6ab250c227 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireDetail.css
+++ b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireDetail.css
@@ -1,6 +1,42 @@
-.STY_fondDetailGLO{background-image:url(../media/fonglo.jpg);background-repeat:no-repeat;font-family:Verdana;font-size:13px;color:#ffffff;padding-left:20px;padding-right:20px;padding-bottom:20px;padding-top:20px;background-color:#000080;}
-.STY_titreEntreeDetail{color:#ffff40;font-weight:bold;font-size:18px;border-style:solid;border-left-width:0px;border-right-width:0px;border-bottom-width:2px;border-top-width:0px;padding-bottom:1px;}
-a:visited{color:#ffff40;}
-a{color:#8c9b60;text-decoration:underline;}
-a:hover{text-decoration:none;}
-.STY_defEntreeDetail{margin-top:20px;overflow:auto;}
+.STY_fondDetailGLO {
+    background-image: url(../media/fonglo.jpg);
+    background-repeat: no-repeat;
+    font-family: Verdana;
+    font-size: 13px;
+    color: #ffffff;
+    padding-left: 20px;
+    padding-right: 20px;
+    padding-bottom: 20px;
+    padding-top: 20px;
+    background-color: #000080;
+}
+
+.STY_titreEntreeDetail {
+    color: #ffff40;
+    font-weight: bold;
+    font-size: 18px;
+    border-style: solid;
+    border-left-width: 0px;
+    border-right-width: 0px;
+    border-bottom-width: 2px;
+    border-top-width: 0px;
+    padding-bottom: 1px;
+}
+
+a:visited {
+    color: #ffff40;
+}
+
+a {
+    color: #8c9b60;
+    text-decoration: underline;
+}
+
+a:hover {
+    text-decoration: none;
+}
+
+.STY_defEntreeDetail {
+    margin-top: 20px;
+    overflow: auto;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireListe.css b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireListe.css
index 199413b8e4607e60e6722dc3737df58906424cea..dba9a009b99199225ef83ac3ed230c7c5aa39884 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireListe.css
+++ b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireListe.css
@@ -1,8 +1,49 @@
-.STY_fondListeGLO{background-color:#ffffff;font-family:Verdana;font-size:11px;padding-top:20px;padding-left:5px;border-left-width:0px;border-bottom-width:0px;border-top-width:0px;border-right-width:1px;border-style:solid;}
-a:visited{color:#000000;}
-a{color:#000000;text-decoration:none;padding-left:2px;}
-a:hover{text-decoration:underline;}
-.STY_arboDivDossier{margin-top:2px;line-height:17px;margin-left:22px;margin-bottom:12px;}
-.STY_arboNomDossier{font-weight:bold;padding-top:4px;padding-bottom:3px;}
-.STY_arboEntreeSel{background-color:#ffff40;text-decoration:underline;}
-.STY_arboDivDossierTitre{margin-bottom:2px;margin-top:5px;}
+.STY_fondListeGLO {
+    background-color: #ffffff;
+    font-family: Verdana;
+    font-size: 11px;
+    padding-top: 20px;
+    padding-left: 5px;
+    border-left-width: 0px;
+    border-bottom-width: 0px;
+    border-top-width: 0px;
+    border-right-width: 1px;
+    border-style: solid;
+}
+
+a:visited {
+    color: #000000;
+}
+
+a {
+    color: #000000;
+    text-decoration: none;
+    padding-left: 2px;
+}
+
+a:hover {
+    text-decoration: underline;
+}
+
+.STY_arboDivDossier {
+    margin-top: 2px;
+    line-height: 17px;
+    margin-left: 22px;
+    margin-bottom: 12px;
+}
+
+.STY_arboNomDossier {
+    font-weight: bold;
+    padding-top: 4px;
+    padding-bottom: 3px;
+}
+
+.STY_arboEntreeSel {
+    background-color: #ffff40;
+    text-decoration: underline;
+}
+
+.STY_arboDivDossierTitre {
+    margin-bottom: 2px;
+    margin-top: 5px;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireMenu.css b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireMenu.css
index 5a2aa6a3a425fca21aa591e95cfea9b4d393b493..a1bd6d9be1a1f9b736f101d60336de407c909420 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireMenu.css
+++ b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/glossaireMenu.css
@@ -1 +1,3 @@
-a{color:#8c9b60;}
+a {
+    color: #8c9b60;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/menuLMS.css b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/menuLMS.css
index 25476e123a8d9fcb8c23e30e88776953c475294a..93c1ed0f7fd92f3a9c5412544a1da8931ef315ff 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/menuLMS.css
+++ b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/menuLMS.css
@@ -1,8 +1,33 @@
-.STY_fondMenuLMS{width:100%;height:20%;background-color:#E8F0D8;}
-.STY_zoneLMS{height:10px;display:block;}
-.STY_zoneRechercheLMS{position:absolute;top:2px;width:50px;left:81px;}
-.STY_lienNiveau1{color:#a60a69;}
-
-a{color:#a60a69;}
-.STY_lienNiveau2{color:#a60a69;}
-.STY_lienNiveau2Sel{color:#a60a69;}
+.STY_fondMenuLMS {
+    width: 100%;
+    height: 20%;
+    background-color: #E8F0D8;
+}
+
+.STY_zoneLMS {
+    height: 10px;
+    display: block;
+}
+
+.STY_zoneRechercheLMS {
+    position: absolute;
+    top: 2px;
+    width: 50px;
+    left: 81px;
+}
+
+.STY_lienNiveau1 {
+    color: #a60a69;
+}
+
+a {
+    color: #a60a69;
+}
+
+.STY_lienNiveau2 {
+    color: #a60a69;
+}
+
+.STY_lienNiveau2Sel {
+    color: #a60a69;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/planLMS.css b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/planLMS.css
index c8b88ba6b567cff211cbe32f82b708283a16505d..92037f13659c7963829cf95665f652c9604cfbaa 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/planLMS.css
+++ b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/planLMS.css
@@ -1,40 +1,209 @@
-.STY_fondPlanLMS{background-color:#E8F0D8;font-family:Verdana;font-size:11px;border-left-width:0px;border-style:none;border-right-width:0px;border-bottom-width:0px;border-top-width:0px;}
-a:visited{color:#000000;}
-a{color:#000000;text-decoration:none;}
-a:hover{text-decoration:underline;}
-.STY_planTitreModule{font-weight:bold;font-size:11px;}
-.STY_planEtapes{margin-left:32px;margin-bottom:12px;margin-top:4px;font-family:Verdana;font-size:11px;}
-.STY_planPages{margin-bottom:10px;margin-top:2px;margin-left:20px;}
-.STY_planTitrePage{font-size:11px;}
-.STY_planLienTitrePageSel{text-decoration:underline;padding-left:1px;padding-right:1px;background-color:#CEED87;}
-.STY_planLienTitreModule{padding-left:2px;color:#202020;font-family:Verdana;font-size:11px;}
-.STY_planLienTitreModuleIncomplete{padding-left:2px;}
-.STY_planLienTitreEtapeIncomplete{padding-left:2px;}
-.STY_planLienTitreModuleComplete{padding-left:2px;color:#4976b7;}
-a.STY_planLienTitreModuleComplete:visited{color:#4976b7;}
-a.STY_planLienTitreEtapeComplete:visited{color:#4976b7;}
-.STY_planLienTitreEtapeComplete{color:#a60a69;padding-left:2px;}
-a.STY_planLienTitrePageComplete:visited{color:#4976b7;}
-a.STY_planLienTitrePageComplete:hover{color:#4976b7;}
-.STY_planTitreEtape{font-weight:bold;margin-bottom:3px;margin-top:3px;margin-left:-17px;font-size:11px;}
-a.STY_planLienTitreModule:visited{color:#202020;}
-a.STY_planLienTitreModuleIncomplete:visited{color:#202020;}
-a.STY_planLienTitreModuleIncomplete:hover{color:#404040;}
-.STY_planItemsGrp{font-size:11px;margin-top:5px;margin-left:18px;line-height:11px;}
-.STY_planTitreItemGrp{padding-top:2px;padding-bottom:2px;}
-.STY_planLienItemGrp{padding-left:4px;}
-.STY_planLienTitreGroupe{font-weight:bold;padding-left:2px;color:#404040;}
-.STY_planLienTitreGroupeSel{background-color:#ffff40;text-decoration:underline;padding-left:4px;}
-.STY_planLienItemGrpSel{background-color:#ffff40;text-decoration:underline;padding-left:4px;padding-right:2px;}
-a.STY_planLienTitreGroupe:visited{color:#404040;}
-.STY_groupesMGR{border-left-width:0px;border-right-width:0px;border-bottom-width:0px;border-top-width:1px;border-top-color:#c0c0c0;border-style:solid;padding-top:22px;margin-top:22px;}
-.STY_planArborescence{margin-top:2px;position:relative;}
-.STY_planLienTitrePageComplete{color:#a60a69;}
-.STY_planLienTitrePageDesactive{color:#c0c0c0;}
-a.STY_planLienTitrePageDesactive:visited{color:#808080;}
-a.STY_planLienTitreEtapeDesactive:visited{color:#808080;}
-.STY_planLienTitreEtapeDesactive{color:#808080;}
-.STY_tdImgPlanModule{font-family:Verdana;font-size:11px;}
-.STY_planLienTitreModuleOuvert{font-family:Verdana;font-size:11px;}
-.STY_planLienTitreEtape{font-family:Verdana;font-size:11px;}
-.STY_planLienTitreEtapeOuvert{font-family:Verdana;font-size:11px;}
+.STY_fondPlanLMS {
+    background-color: #E8F0D8;
+    font-family: Verdana;
+    font-size: 11px;
+    border-left-width: 0px;
+    border-style: none;
+    border-right-width: 0px;
+    border-bottom-width: 0px;
+    border-top-width: 0px;
+}
+
+a:visited {
+    color: #000000;
+}
+
+a {
+    color: #000000;
+    text-decoration: none;
+}
+
+a:hover {
+    text-decoration: underline;
+}
+
+.STY_planTitreModule {
+    font-weight: bold;
+    font-size: 11px;
+}
+
+.STY_planEtapes {
+    margin-left: 32px;
+    margin-bottom: 12px;
+    margin-top: 4px;
+    font-family: Verdana;
+    font-size: 11px;
+}
+
+.STY_planPages {
+    margin-bottom: 10px;
+    margin-top: 2px;
+    margin-left: 20px;
+}
+
+.STY_planTitrePage {
+    font-size: 11px;
+}
+
+.STY_planLienTitrePageSel {
+    text-decoration: underline;
+    padding-left: 1px;
+    padding-right: 1px;
+    background-color: #CEED87;
+}
+
+.STY_planLienTitreModule {
+    padding-left: 2px;
+    color: #202020;
+    font-family: Verdana;
+    font-size: 11px;
+}
+
+.STY_planLienTitreModuleIncomplete {
+    padding-left: 2px;
+}
+
+.STY_planLienTitreEtapeIncomplete {
+    padding-left: 2px;
+}
+
+.STY_planLienTitreModuleComplete {
+    padding-left: 2px;
+    color: #4976b7;
+}
+
+a.STY_planLienTitreModuleComplete:visited {
+    color: #4976b7;
+}
+
+a.STY_planLienTitreEtapeComplete:visited {
+    color: #4976b7;
+}
+
+.STY_planLienTitreEtapeComplete {
+    color: #a60a69;
+    padding-left: 2px;
+}
+
+a.STY_planLienTitrePageComplete:visited {
+    color: #4976b7;
+}
+
+a.STY_planLienTitrePageComplete:hover {
+    color: #4976b7;
+}
+
+.STY_planTitreEtape {
+    font-weight: bold;
+    margin-bottom: 3px;
+    margin-top: 3px;
+    margin-left: -17px;
+    font-size: 11px;
+}
+
+a.STY_planLienTitreModule:visited {
+    color: #202020;
+}
+
+a.STY_planLienTitreModuleIncomplete:visited {
+    color: #202020;
+}
+
+a.STY_planLienTitreModuleIncomplete:hover {
+    color: #404040;
+}
+
+.STY_planItemsGrp {
+    font-size: 11px;
+    margin-top: 5px;
+    margin-left: 18px;
+    line-height: 11px;
+}
+
+.STY_planTitreItemGrp {
+    padding-top: 2px;
+    padding-bottom: 2px;
+}
+
+.STY_planLienItemGrp {
+    padding-left: 4px;
+}
+
+.STY_planLienTitreGroupe {
+    font-weight: bold;
+    padding-left: 2px;
+    color: #404040;
+}
+
+.STY_planLienTitreGroupeSel {
+    background-color: #ffff40;
+    text-decoration: underline;
+    padding-left: 4px;
+}
+
+.STY_planLienItemGrpSel {
+    background-color: #ffff40;
+    text-decoration: underline;
+    padding-left: 4px;
+    padding-right: 2px;
+}
+
+a.STY_planLienTitreGroupe:visited {
+    color: #404040;
+}
+
+.STY_groupesMGR {
+    border-left-width: 0px;
+    border-right-width: 0px;
+    border-bottom-width: 0px;
+    border-top-width: 1px;
+    border-top-color: #c0c0c0;
+    border-style: solid;
+    padding-top: 22px;
+    margin-top: 22px;
+}
+
+.STY_planArborescence {
+    margin-top: 2px;
+    position: relative;
+}
+
+.STY_planLienTitrePageComplete {
+    color: #a60a69;
+}
+
+.STY_planLienTitrePageDesactive {
+    color: #c0c0c0;
+}
+
+a.STY_planLienTitrePageDesactive:visited {
+    color: #808080;
+}
+
+a.STY_planLienTitreEtapeDesactive:visited {
+    color: #808080;
+}
+
+.STY_planLienTitreEtapeDesactive {
+    color: #808080;
+}
+
+.STY_tdImgPlanModule {
+    font-family: Verdana;
+    font-size: 11px;
+}
+
+.STY_planLienTitreModuleOuvert {
+    font-family: Verdana;
+    font-size: 11px;
+}
+
+.STY_planLienTitreEtape {
+    font-family: Verdana;
+    font-size: 11px;
+}
+
+.STY_planLienTitreEtapeOuvert {
+    font-family: Verdana;
+    font-size: 11px;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/resultats.css b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/resultats.css
index ec6cd4cc776371a03da3aee9fdda87ab4a2ea481..0edffdaaa803680aa69b90a8ac6a4d76f220a9bf 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/resultats.css
+++ b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/resultats.css
@@ -1,10 +1,71 @@
-.STY_commentaireRes{font-weight:bold;color:#ebb261;margin-top:20px;}
-.STY_pourcentAtteint{display:inline;color:#ffff40;font-weight:bold;}
-.STY_pourcentRequis{display:inline;font-weight:bold;}
-.STY_zoneLienDiplome{height:30px;color:#ebb261;margin-top:10px;position:relative;margin-bottom:10px;}
-.STY_detailsRes{position:relative;margin-top:20px;border-style:solid;border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;padding-left:3px;padding-right:3px;padding-bottom:3px;padding-top:3px;}
-.STY_tableauRes{font-size:11px;}
-.STY_tableauResEntete{padding-bottom:5px;padding-top:5px;font-weight:bold;padding-left:4px;padding-right:4px;text-align:center;}
-.STY_tableauResCellule{padding-bottom:3px;padding-right:12px;padding-left:11px;}
-.STY_zoneSuccesEval{height:10px;text-align:center;}
-.STY_zoneEchecEval{height:10px;text-align:center;}.STY_fond{background-image:url(../media/fondbl5.jpg);}
+.STY_commentaireRes {
+    font-weight: bold;
+    color: #ebb261;
+    margin-top: 20px;
+}
+
+.STY_pourcentAtteint {
+    display: inline;
+    color: #ffff40;
+    font-weight: bold;
+}
+
+.STY_pourcentRequis {
+    display: inline;
+    font-weight: bold;
+}
+
+.STY_zoneLienDiplome {
+    height: 30px;
+    color: #ebb261;
+    margin-top: 10px;
+    position: relative;
+    margin-bottom: 10px;
+}
+
+.STY_detailsRes {
+    position: relative;
+    margin-top: 20px;
+    border-style: solid;
+    border-left-width: 1px;
+    border-right-width: 1px;
+    border-bottom-width: 1px;
+    border-top-width: 1px;
+    padding-left: 3px;
+    padding-right: 3px;
+    padding-bottom: 3px;
+    padding-top: 3px;
+}
+
+.STY_tableauRes {
+    font-size: 11px;
+}
+
+.STY_tableauResEntete {
+    padding-bottom: 5px;
+    padding-top: 5px;
+    font-weight: bold;
+    padding-left: 4px;
+    padding-right: 4px;
+    text-align: center;
+}
+
+.STY_tableauResCellule {
+    padding-bottom: 3px;
+    padding-right: 12px;
+    padding-left: 11px;
+}
+
+.STY_zoneSuccesEval {
+    height: 10px;
+    text-align: center;
+}
+
+.STY_zoneEchecEval {
+    height: 10px;
+    text-align: center;
+}
+
+.STY_fond {
+    background-image: url(../media/fondbl5.jpg);
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/styles.css b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/styles.css
index dd250db3c5b3191643362b78d36991a2fed6de53..c182abf3c66640b61cc21dcbaf24d17059011c70 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/styles.css
+++ b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/css/styles.css
@@ -1,6 +1,56 @@
-.STY_exemple{height:5px;color:#ffffff;font-weight:bold;font-size:11px;margin-bottom:15px;margin-left:10%;margin-top:25px;padding-left:5px;padding-top:5px;font-family:Verdana;left:5px;top:5px;background-color:#a60a69;}
-.STY_important{font-weight:bold;color:#a60a69;}
-.STY_remarque{font-weight:bold;padding-bottom:6px;margin-top:8px;margin-bottom:10px;height:40px;left:15%;width:75%;font-size:11px;color:#808080;text-align:left;margin-left:5%;padding-left:25px;padding-top:2px;background-color:#DBF99A;}
-.STY_technique{font-family:Verdana;color:#a60a69;font-size:11px;}
-.STY_code{font-family:Verdana;font-size:11px;color:#a60a69;}
-.STY_titrePage{font-size:11px;color:#a60a69;font-family:Verdana;font-weight:bold;}
+.STY_exemple {
+    height: 5px;
+    color: #ffffff;
+    font-weight: bold;
+    font-size: 11px;
+    margin-bottom: 15px;
+    margin-left: 10%;
+    margin-top: 25px;
+    padding-left: 5px;
+    padding-top: 5px;
+    font-family: Verdana;
+    left: 5px;
+    top: 5px;
+    background-color: #a60a69;
+}
+
+.STY_important {
+    font-weight: bold;
+    color: #a60a69;
+}
+
+.STY_remarque {
+    font-weight: bold;
+    padding-bottom: 6px;
+    margin-top: 8px;
+    margin-bottom: 10px;
+    height: 40px;
+    left: 15%;
+    width: 75%;
+    font-size: 11px;
+    color: #808080;
+    text-align: left;
+    margin-left: 5%;
+    padding-left: 25px;
+    padding-top: 2px;
+    background-color: #DBF99A;
+}
+
+.STY_technique {
+    font-family: Verdana;
+    color: #a60a69;
+    font-size: 11px;
+}
+
+.STY_code {
+    font-family: Verdana;
+    font-size: 11px;
+    color: #a60a69;
+}
+
+.STY_titrePage {
+    font-size: 11px;
+    color: #a60a69;
+    font-family: Verdana;
+    font-weight: bold;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/glossaire.htm b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/glossaire.htm
index ed35ceaa835203be6910f650404830c9e7cb51e2..859b5c6146527bf7aabe31df0b05bbd9ee4640fa 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/ressources/style/glossaire.htm
+++ b/Basilisk/MACAO/macao_12/MosMtr/ressources/style/glossaire.htm
@@ -1 +1,56 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MOS Generator - www.mindonsite.com"><script type="text/javascript">var sFEN_L='690';var sFEN_H='500';var sFEN_X='150';var sFEN_Y='90';var FEN_L,FEN_H,FEN_X,FEN_Y;if (sFEN_L!=''){FEN_L=Number(sFEN_L);}if (sFEN_H!=''){ FEN_H=Number(sFEN_H);}if (sFEN_X!=''){ FEN_X=Number(sFEN_X);}if (sFEN_Y!=''){ FEN_Y=Number(sFEN_Y);}if ((!isNaN(FEN_X))&&(!isNaN(FEN_Y))){window.moveTo(FEN_X,FEN_Y);}if ((!isNaN(FEN_L))&&(!isNaN(FEN_H))&&(FEN_L>0)&&(FEN_H>0)){window.resizeTo(FEN_L,FEN_H);}var version="xml";function lancerGlo(){var param = top.location.search;var codeStage='';if (param.indexOf('%26')>0){param=param.replace(/%26/,'&');}if (param!=''){var indexF = param.indexOf("ver=");versionTmp=param.substring(indexF+4,param.length);if ((versionTmp=='xml')||(versionTmp=='html')){version=versionTmp;}}var src="../../../contenu/glossaire/glossaire."+version;top.liste.location=src;}</script><title> </title></head><frameset onload="lancerGlo()" cols="*" frameborder="no" border="0" framespacing="0" rows="0,*"><frame name="menu" scrolling="no" noresize="true" src="../../gen/blanc.htm" frameborder="no"><frameset frameborder="no" border="0" framespacing="0" rows="*" cols="200,*"><frame name="liste" scrolling="no" src="../../gen/blanc.htm" frameborder="no"><frame name="contenu" scrolling="no" src="../../gen/blanc.htm" frameborder="no"></frameset></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MOS Generator - www.mindonsite.com">
+    <script type="text/javascript">var sFEN_L = '690';
+    var sFEN_H = '500';
+    var sFEN_X = '150';
+    var sFEN_Y = '90';
+    var FEN_L, FEN_H, FEN_X, FEN_Y;
+    if (sFEN_L != '') {
+        FEN_L = Number(sFEN_L);
+    }
+    if (sFEN_H != '') {
+        FEN_H = Number(sFEN_H);
+    }
+    if (sFEN_X != '') {
+        FEN_X = Number(sFEN_X);
+    }
+    if (sFEN_Y != '') {
+        FEN_Y = Number(sFEN_Y);
+    }
+    if ((!isNaN(FEN_X)) && (!isNaN(FEN_Y))) {
+        window.moveTo(FEN_X, FEN_Y);
+    }
+    if ((!isNaN(FEN_L)) && (!isNaN(FEN_H)) && (FEN_L > 0) && (FEN_H > 0)) {
+        window.resizeTo(FEN_L, FEN_H);
+    }
+    var version = "xml";
+
+    function lancerGlo() {
+        var param = top.location.search;
+        var codeStage = '';
+        if (param.indexOf('%26') > 0) {
+            param = param.replace(/%26/, '&');
+        }
+        if (param != '') {
+            var indexF = param.indexOf("ver=");
+            versionTmp = param.substring(indexF + 4, param.length);
+            if ((versionTmp == 'xml') || (versionTmp == 'html')) {
+                version = versionTmp;
+            }
+        }
+        var src = "../../../contenu/glossaire/glossaire." + version;
+        top.liste.location = src;
+    }</script>
+    <title> </title></head>
+<frameset onload="lancerGlo()" cols="*" frameborder="no" border="0" framespacing="0" rows="0,*">
+    <frame name="menu" scrolling="no" noresize="true" src="../../gen/blanc.htm" frameborder="no">
+    <frameset frameborder="no" border="0" framespacing="0" rows="*" cols="200,*">
+        <frame name="liste" scrolling="no" src="../../gen/blanc.htm" frameborder="no">
+        <frame name="contenu" scrolling="no" src="../../gen/blanc.htm" frameborder="no">
+    </frameset>
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/ICglobal.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/ICglobal.js
index f51deb14f5c511c544a05e4f7eab7e49aa17e95e..a397035bda5d9f557a060d3fad003deeff3597c4 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/ICglobal.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/ICglobal.js
@@ -1 +1,409 @@
-/*Integral Coaching Tous droits reserves */function donneLex(num){return parent.lexique.lexs[num];}function donneTitreStage(){ return (parent.oSco.titreStage);}function donneLangue(){ return (parent.oSco.langue);}function donneNomModuleCourant(){ return (parent.oSco.nomModuleCourant);} function donneNomUtilisateur(){var res='';var nom=parent.doLMSGetValue("cmi.core.student_name");var indexVirg=nom.indexOf(',');if (indexVirg>0){res=nom.substring(indexVirg+1)+' '+nom.substring(0,indexVirg);} else {res=nom;} return res;}function donneDateCourante(){ return (parent.oSco.donneDate(parent.oSco.dateCourante));}function donneCodeUtilisateur(){ return (parent.doLMSGetValue("cmi.core.student_id"));}function donneDroits(){ return (parent.oSco.nomEntreprise);}function donneVersion(){ return (parent.oSco.version);}function donneNomEtapeCourante(){ return parent.oSco.titre;}function GLOBAL_ouvrirGlossaire(){var largeur = 10;var hauteur = 10;var position="left="+largeur+",top="+hauteur+",screenX="+largeur+",screenY="+hauteur+",";var src="MosMtr/ressources/style/glossaire.htm?ver="+parent.oSco.version;var locGFlo=parent.RACINE_stage;if (parent.oSco.refGlo!=''){locGFlo=parent.RACINE_stage+"../"+parent.oSco.refGlo+"/";}var taille="width=800,height=560";if (screen.width>1000){taille="width=960,height=680";}var fen=window.open(locGFlo+src,'Glossaire','toolbar=no,status=no,menubar=no,'+taille+','+position+'scrollbars=no,resizable=yes');fen.focus();}function GLOBAL_allerPage(refLien){var indexB=refLien.indexOf('/');var numPg=-1;if (indexB>0){var enFenetre=false;var indB=refLien.indexOf('[_blank]');var laRef="";if (indB>0){enFenetre=true;laRef=refLien.substring(indB+8);refLien=refLien.substring(0,indB);if (laRef!=''){if (laRef.indexOf('http://')!=0){laRef=parent.RACINE_stage+laRef;}}}var refPage=refLien.substring(indexB+1,refLien.length); var codeEtape=refLien.substring(0,indexB);var param='';if (refPage!=''){param='?idPg='+refPage;}if (enFenetre){if (laRef==""){laRef=parent.RACINE_stage+"sco/"+codeEtape+".html"+param;}var oEnFen=window.open(laRef,"blk"+codeEtape,"toolbar=no,resizable=yes,menubar=no,location=no,status=no,"+parent.oSco.posFenLocale);oEnFen.focus();} else {if ((codeEtape==parent.oSco.identifiant)&&(refPage!='')){var numPg=parent.oSco.numeroPage(refPage);var passeB=true;if (parent.oSco.etatEvaluation){var oPg=parent.oSco.donnePage(numPg);while ((oPg!=null)&&(oPg.prerequis!='SKIP')&&(!parent.evalVerifPrerequis(oPg.prerequis))){numPg++;oPg=parent.oSco.donnePage(numPg);}if (oPg==null){passeB=false;}}if (passeB){parent.SCO_enrHistorique();if (parent.oSco.etatEvaluation){parent.modePrecedent="historique";}parent.SCO_allerPage(numPg);}} else {if (parent.surMosLMS){parent.parent.haut.NAVIG_afficheLien('item'+codeEtape,param);}}}}}function GEN_placerZonesLien(){if (existeMosMap){for (var i=0;i<tabZonesLien.length;i++){tabZonesLien[i].placer();}}if (lsDivPNG!=''){arrierePlanPNG();}}function GLOBAL_initBarreBouton(type){parent.SCO_enrHistorique(false);if (GEN_precedentPossible(type)){activerBoutonPrecedent();}if ((parent.surMosLMS)&&(parent.parent.baseASP==null)){PF_afficherDiv('STY_zoneLocale');if (parent.parent.LMS_synchroActive()){PF_afficherDiv('STY_zoneSynchronisation');}}if (!parent.agirSurLMS){PF_masquerDiv('STY_zoneLMSouLMSLocal');PF_afficherDiv('STY_zoneSansLMS');}}function changeImgBtn(oImg,source){if (oImg!=null){if ((format_btn=="png")&&(navigator.appName.indexOf('Microsoft')>=0)){oImg.width=oImg.offsetWidth;oImg.height=oImg.offsetHeight;oImg.src="../../MosMtr/gen/blanc.gif";oImg.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+source+"',sizingMethod='image')";} else {oImg.src=source;}}}function activerBoutonInit(){GEN_activeBouton("Init",11,STG_initialiser);}function GEN_activeBouton(demiNom,lex,fonction){var oImg=document.images["imgBouton"+demiNom];if ((oImg!=null)&&(oImg.src.indexOf("gen/bouton"+demiNom+"_of.")<0)){if (parent.oSco.config_navigateur=="IE"){oImg.detachEvent("onclick", fonction);oImg.detachEvent("onmouseover", boutonSourisDessus);oImg.detachEvent("onmouseout", boutonSourisDehors);oImg.attachEvent("onclick", fonction);oImg.attachEvent("onmouseover", boutonSourisDessus);oImg.attachEvent("onmouseout", boutonSourisDehors);} else {oImg.removeEventListener("click", fonction,false);oImg.removeEventListener("mouseover", boutonSourisDessus,false);oImg.removeEventListener("mouseout", boutonSourisDehors,false);oImg.addEventListener("click", fonction,false);oImg.addEventListener("mouseover", boutonSourisDessus,false);oImg.addEventListener("mouseout", boutonSourisDehors,false);}try{oImg.style.cursor="pointer";}catch(e){}oImg.title=donneLex(lex);changeImgBtn(oImg,chemin_img+'gen/bouton'+demiNom+'_of.'+format_btn);}}function GEN_desactiveBouton(demiNom,fonction){var oImg=document.images["imgBouton"+demiNom];if (oImg!=null){if (parent.oSco.config_navigateur=="IE"){oImg.detachEvent("onclick", fonction);oImg.detachEvent("onmouseover", boutonSourisDessus);oImg.detachEvent("onmouseout", boutonSourisDehors);} else {oImg.removeEventListener("click", fonction,false);oImg.removeEventListener("mouseover", boutonSourisDessus,false);oImg.removeEventListener("mouseout", boutonSourisDehors,false);}try{oImg.style.cursor="default";}catch(e){}changeImgBtn(oImg,chemin_img+'gen/bouton'+demiNom+'.'+format_btn);}}function chopeEtStpEvt(evt){var declenc;try {if (parent.oSco.config_navigateur=="IE"){evt=window.event;evt.cancelBubble=true;declenc=evt.srcElement;}else {declenc=evt.target;evt.stopPropagation();}}catch(e){}return declenc;}function boutonSourisDessus(evt){var oImg=chopeEtStpEvt(evt);if (oImg.nodeName.toLowerCase()=="img"){changeImgBtn(oImg,chemin_img+'gen/b'+oImg.name.substring(4)+'_on.'+format_btn);}}function boutonSourisDehors(evt){var oImg=chopeEtStpEvt(evt);if (oImg.nodeName.toLowerCase()=="img"){changeImgBtn(oImg,chemin_img+'gen/b'+oImg.name.substring(4)+'_of.'+format_btn);}}function desactiverBoutonInit(){GEN_desactiveBouton("Init",STG_initialiser);}function activerBoutonSuivant(){GEN_activeBouton("Suivant",6,STG_allerSuivant);etatSuivant=true;}function desactiverBoutonSuivant(){etatSuivant=false;GEN_desactiveBouton("Suivant",STG_allerSuivant);}function activerBoutonPrecedent(){GEN_activeBouton("Precedent",7,STG_allerPrecedent);}function desactiverBoutonValider(){GEN_desactiveBouton("Valider",EXO_valider);}var passeZone=0;function GLOBAL_cliqueLienZone(idZone){if (passeZone==0){ var zone=PF_donneObjet(idZone);var liens=zone.getElementsByTagName('a');if (liens.length>0){var lien=liens.item(0); if (parent.oSco.config_navigateur=="Netscape"){var txtlien=lien.href;eval(txtlien);} else {passeZone=1;lien.click();}}} else {passeZone=0;}}function GEN_lireMediaZone(nomZone,arret){var oDiv=PF_donneObjet(nomZone);if (oDiv!=null){var tabWM=oDiv.getElementsByTagName('object');if (!arret){var lesimgs=oDiv.getElementsByTagName("img");if ((lesimgs.length>0)&&(tabWM.length==0)){for (var n=0;n<lesimgs.length;n++){if (lesimgs.item(n).src.indexOf('.gif')>0){var garde=lesimgs.item(n).src;lesimgs.item(n).src="../rien";lesimgs.item(n).src=garde;}}if (existeMosMap){GEN_placerZonesLien();} }}for (var i=0;i<tabWM.length;i++){var objet=tabWM[i];var actionMedia=false;var objetPlug=objet;if (parent.oSco.config_navigateur=="Netscape"){objetPlug=objetPlugMozz(objet);if (objetPlug.height=="100%"){objetPlug.height=objetPlug.parentNode.parentNode.offsetHeight;}}var lid=objet.id;if (lid==null){lid='';}if ((objet.className.indexOf('_true')>0)||(lid.indexOf('clipSTY')==0)){if (arret){try {objetPlug.Stop();actionMedia=true;}catch(e){}try {objetPlug.controls.Stop();actionMedia=true;}catch(e){}try {objetPlug.StopPlay();actionMedia=true;}catch(e){}} else {try {objetPlug.Rewind();}catch(e){}try {objetPlug.Play();actionMedia=true;}catch(e){}if (!actionMedia){ try {objetPlug.controls.currentPosition=0;objetPlug.controls.Play();actionMedia=true;}catch(e){}}if (!actionMedia){ try {objetPlug.DoPlay();actionMedia=true;}catch(e){}}}if (!actionMedia){var lhtml=objet.innerHTML;if (arret){var gard=oDiv.innerHTML;oDiv.innerHTML="";oDiv.innerHTML=gard;} else {lhtml=lhtml.replace(/ play="false"/gi,' play="true"');lhtml=lhtml.replace(/ autostart="false"/gi,' autostart="true"');lhtml=lhtml.replace(/ autoplay="false"/gi,' autoplay="true"');try {objet.innerHTML=lhtml;} catch(e1) {try {objet.outerHTML=lhtml;} catch(e2) {}}}}}}}}function objetPlugMozz(obj){var retO=document.embeds[obj.id];return retO;}function localeNb(nbr){var res=new String(nbr);var clang=parent.oSco.langue.substring(0,2);if (clang=='fr'){res=res.replace(/%/,' %');}if (parent.oSco.langue.indexOf('-CH')<0){if ((clang=='fr')||(clang=='de')||(clang=='it')){res=res.replace(/\./,",");}}return res;}
+/*Integral Coaching Tous droits reserves */
+function donneLex(num) {
+    return parent.lexique.lexs[num];
+}
+
+function donneTitreStage() {
+    return (parent.oSco.titreStage);
+}
+
+function donneLangue() {
+    return (parent.oSco.langue);
+}
+
+function donneNomModuleCourant() {
+    return (parent.oSco.nomModuleCourant);
+}
+
+function donneNomUtilisateur() {
+    var res = '';
+    var nom = parent.doLMSGetValue("cmi.core.student_name");
+    var indexVirg = nom.indexOf(',');
+    if (indexVirg > 0) {
+        res = nom.substring(indexVirg + 1) + ' ' + nom.substring(0, indexVirg);
+    } else {
+        res = nom;
+    }
+    return res;
+}
+
+function donneDateCourante() {
+    return (parent.oSco.donneDate(parent.oSco.dateCourante));
+}
+
+function donneCodeUtilisateur() {
+    return (parent.doLMSGetValue("cmi.core.student_id"));
+}
+
+function donneDroits() {
+    return (parent.oSco.nomEntreprise);
+}
+
+function donneVersion() {
+    return (parent.oSco.version);
+}
+
+function donneNomEtapeCourante() {
+    return parent.oSco.titre;
+}
+
+function GLOBAL_ouvrirGlossaire() {
+    var largeur = 10;
+    var hauteur = 10;
+    var position = "left=" + largeur + ",top=" + hauteur + ",screenX=" + largeur + ",screenY=" + hauteur + ",";
+    var src = "MosMtr/ressources/style/glossaire.htm?ver=" + parent.oSco.version;
+    var locGFlo = parent.RACINE_stage;
+    if (parent.oSco.refGlo != '') {
+        locGFlo = parent.RACINE_stage + "../" + parent.oSco.refGlo + "/";
+    }
+    var taille = "width=800,height=560";
+    if (screen.width > 1000) {
+        taille = "width=960,height=680";
+    }
+    var fen = window.open(locGFlo + src, 'Glossaire', 'toolbar=no,status=no,menubar=no,' + taille + ',' + position + 'scrollbars=no,resizable=yes');
+    fen.focus();
+}
+
+function GLOBAL_allerPage(refLien) {
+    var indexB = refLien.indexOf('/');
+    var numPg = -1;
+    if (indexB > 0) {
+        var enFenetre = false;
+        var indB = refLien.indexOf('[_blank]');
+        var laRef = "";
+        if (indB > 0) {
+            enFenetre = true;
+            laRef = refLien.substring(indB + 8);
+            refLien = refLien.substring(0, indB);
+            if (laRef != '') {
+                if (laRef.indexOf('http://') != 0) {
+                    laRef = parent.RACINE_stage + laRef;
+                }
+            }
+        }
+        var refPage = refLien.substring(indexB + 1, refLien.length);
+        var codeEtape = refLien.substring(0, indexB);
+        var param = '';
+        if (refPage != '') {
+            param = '?idPg=' + refPage;
+        }
+        if (enFenetre) {
+            if (laRef == "") {
+                laRef = parent.RACINE_stage + "sco/" + codeEtape + ".html" + param;
+            }
+            var oEnFen = window.open(laRef, "blk" + codeEtape, "toolbar=no,resizable=yes,menubar=no,location=no,status=no," + parent.oSco.posFenLocale);
+            oEnFen.focus();
+        } else {
+            if ((codeEtape == parent.oSco.identifiant) && (refPage != '')) {
+                var numPg = parent.oSco.numeroPage(refPage);
+                var passeB = true;
+                if (parent.oSco.etatEvaluation) {
+                    var oPg = parent.oSco.donnePage(numPg);
+                    while ((oPg != null) && (oPg.prerequis != 'SKIP') && (!parent.evalVerifPrerequis(oPg.prerequis))) {
+                        numPg++;
+                        oPg = parent.oSco.donnePage(numPg);
+                    }
+                    if (oPg == null) {
+                        passeB = false;
+                    }
+                }
+                if (passeB) {
+                    parent.SCO_enrHistorique();
+                    if (parent.oSco.etatEvaluation) {
+                        parent.modePrecedent = "historique";
+                    }
+                    parent.SCO_allerPage(numPg);
+                }
+            } else {
+                if (parent.surMosLMS) {
+                    parent.parent.haut.NAVIG_afficheLien('item' + codeEtape, param);
+                }
+            }
+        }
+    }
+}
+
+function GEN_placerZonesLien() {
+    if (existeMosMap) {
+        for (var i = 0; i < tabZonesLien.length; i++) {
+            tabZonesLien[i].placer();
+        }
+    }
+    if (lsDivPNG != '') {
+        arrierePlanPNG();
+    }
+}
+
+function GLOBAL_initBarreBouton(type) {
+    parent.SCO_enrHistorique(false);
+    if (GEN_precedentPossible(type)) {
+        activerBoutonPrecedent();
+    }
+    if ((parent.surMosLMS) && (parent.parent.baseASP == null)) {
+        PF_afficherDiv('STY_zoneLocale');
+        if (parent.parent.LMS_synchroActive()) {
+            PF_afficherDiv('STY_zoneSynchronisation');
+        }
+    }
+    if (!parent.agirSurLMS) {
+        PF_masquerDiv('STY_zoneLMSouLMSLocal');
+        PF_afficherDiv('STY_zoneSansLMS');
+    }
+}
+
+function changeImgBtn(oImg, source) {
+    if (oImg != null) {
+        if ((format_btn == "png") && (navigator.appName.indexOf('Microsoft') >= 0)) {
+            oImg.width = oImg.offsetWidth;
+            oImg.height = oImg.offsetHeight;
+            oImg.src = "../../MosMtr/gen/blanc.gif";
+            oImg.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + source + "',sizingMethod='image')";
+        } else {
+            oImg.src = source;
+        }
+    }
+}
+
+function activerBoutonInit() {
+    GEN_activeBouton("Init", 11, STG_initialiser);
+}
+
+function GEN_activeBouton(demiNom, lex, fonction) {
+    var oImg = document.images["imgBouton" + demiNom];
+    if ((oImg != null) && (oImg.src.indexOf("gen/bouton" + demiNom + "_of.") < 0)) {
+        if (parent.oSco.config_navigateur == "IE") {
+            oImg.detachEvent("onclick", fonction);
+            oImg.detachEvent("onmouseover", boutonSourisDessus);
+            oImg.detachEvent("onmouseout", boutonSourisDehors);
+            oImg.attachEvent("onclick", fonction);
+            oImg.attachEvent("onmouseover", boutonSourisDessus);
+            oImg.attachEvent("onmouseout", boutonSourisDehors);
+        } else {
+            oImg.removeEventListener("click", fonction, false);
+            oImg.removeEventListener("mouseover", boutonSourisDessus, false);
+            oImg.removeEventListener("mouseout", boutonSourisDehors, false);
+            oImg.addEventListener("click", fonction, false);
+            oImg.addEventListener("mouseover", boutonSourisDessus, false);
+            oImg.addEventListener("mouseout", boutonSourisDehors, false);
+        }
+        try {
+            oImg.style.cursor = "pointer";
+        } catch (e) {
+        }
+        oImg.title = donneLex(lex);
+        changeImgBtn(oImg, chemin_img + 'gen/bouton' + demiNom + '_of.' + format_btn);
+    }
+}
+
+function GEN_desactiveBouton(demiNom, fonction) {
+    var oImg = document.images["imgBouton" + demiNom];
+    if (oImg != null) {
+        if (parent.oSco.config_navigateur == "IE") {
+            oImg.detachEvent("onclick", fonction);
+            oImg.detachEvent("onmouseover", boutonSourisDessus);
+            oImg.detachEvent("onmouseout", boutonSourisDehors);
+        } else {
+            oImg.removeEventListener("click", fonction, false);
+            oImg.removeEventListener("mouseover", boutonSourisDessus, false);
+            oImg.removeEventListener("mouseout", boutonSourisDehors, false);
+        }
+        try {
+            oImg.style.cursor = "default";
+        } catch (e) {
+        }
+        changeImgBtn(oImg, chemin_img + 'gen/bouton' + demiNom + '.' + format_btn);
+    }
+}
+
+function chopeEtStpEvt(evt) {
+    var declenc;
+    try {
+        if (parent.oSco.config_navigateur == "IE") {
+            evt = window.event;
+            evt.cancelBubble = true;
+            declenc = evt.srcElement;
+        } else {
+            declenc = evt.target;
+            evt.stopPropagation();
+        }
+    } catch (e) {
+    }
+    return declenc;
+}
+
+function boutonSourisDessus(evt) {
+    var oImg = chopeEtStpEvt(evt);
+    if (oImg.nodeName.toLowerCase() == "img") {
+        changeImgBtn(oImg, chemin_img + 'gen/b' + oImg.name.substring(4) + '_on.' + format_btn);
+    }
+}
+
+function boutonSourisDehors(evt) {
+    var oImg = chopeEtStpEvt(evt);
+    if (oImg.nodeName.toLowerCase() == "img") {
+        changeImgBtn(oImg, chemin_img + 'gen/b' + oImg.name.substring(4) + '_of.' + format_btn);
+    }
+}
+
+function desactiverBoutonInit() {
+    GEN_desactiveBouton("Init", STG_initialiser);
+}
+
+function activerBoutonSuivant() {
+    GEN_activeBouton("Suivant", 6, STG_allerSuivant);
+    etatSuivant = true;
+}
+
+function desactiverBoutonSuivant() {
+    etatSuivant = false;
+    GEN_desactiveBouton("Suivant", STG_allerSuivant);
+}
+
+function activerBoutonPrecedent() {
+    GEN_activeBouton("Precedent", 7, STG_allerPrecedent);
+}
+
+function desactiverBoutonValider() {
+    GEN_desactiveBouton("Valider", EXO_valider);
+}
+
+var passeZone = 0;
+
+function GLOBAL_cliqueLienZone(idZone) {
+    if (passeZone == 0) {
+        var zone = PF_donneObjet(idZone);
+        var liens = zone.getElementsByTagName('a');
+        if (liens.length > 0) {
+            var lien = liens.item(0);
+            if (parent.oSco.config_navigateur == "Netscape") {
+                var txtlien = lien.href;
+                eval(txtlien);
+            } else {
+                passeZone = 1;
+                lien.click();
+            }
+        }
+    } else {
+        passeZone = 0;
+    }
+}
+
+function GEN_lireMediaZone(nomZone, arret) {
+    var oDiv = PF_donneObjet(nomZone);
+    if (oDiv != null) {
+        var tabWM = oDiv.getElementsByTagName('object');
+        if (!arret) {
+            var lesimgs = oDiv.getElementsByTagName("img");
+            if ((lesimgs.length > 0) && (tabWM.length == 0)) {
+                for (var n = 0; n < lesimgs.length; n++) {
+                    if (lesimgs.item(n).src.indexOf('.gif') > 0) {
+                        var garde = lesimgs.item(n).src;
+                        lesimgs.item(n).src = "../rien";
+                        lesimgs.item(n).src = garde;
+                    }
+                }
+                if (existeMosMap) {
+                    GEN_placerZonesLien();
+                }
+            }
+        }
+        for (var i = 0; i < tabWM.length; i++) {
+            var objet = tabWM[i];
+            var actionMedia = false;
+            var objetPlug = objet;
+            if (parent.oSco.config_navigateur == "Netscape") {
+                objetPlug = objetPlugMozz(objet);
+                if (objetPlug.height == "100%") {
+                    objetPlug.height = objetPlug.parentNode.parentNode.offsetHeight;
+                }
+            }
+            var lid = objet.id;
+            if (lid == null) {
+                lid = '';
+            }
+            if ((objet.className.indexOf('_true') > 0) || (lid.indexOf('clipSTY') == 0)) {
+                if (arret) {
+                    try {
+                        objetPlug.Stop();
+                        actionMedia = true;
+                    } catch (e) {
+                    }
+                    try {
+                        objetPlug.controls.Stop();
+                        actionMedia = true;
+                    } catch (e) {
+                    }
+                    try {
+                        objetPlug.StopPlay();
+                        actionMedia = true;
+                    } catch (e) {
+                    }
+                } else {
+                    try {
+                        objetPlug.Rewind();
+                    } catch (e) {
+                    }
+                    try {
+                        objetPlug.Play();
+                        actionMedia = true;
+                    } catch (e) {
+                    }
+                    if (!actionMedia) {
+                        try {
+                            objetPlug.controls.currentPosition = 0;
+                            objetPlug.controls.Play();
+                            actionMedia = true;
+                        } catch (e) {
+                        }
+                    }
+                    if (!actionMedia) {
+                        try {
+                            objetPlug.DoPlay();
+                            actionMedia = true;
+                        } catch (e) {
+                        }
+                    }
+                }
+                if (!actionMedia) {
+                    var lhtml = objet.innerHTML;
+                    if (arret) {
+                        var gard = oDiv.innerHTML;
+                        oDiv.innerHTML = "";
+                        oDiv.innerHTML = gard;
+                    } else {
+                        lhtml = lhtml.replace(/ play="false"/gi, ' play="true"');
+                        lhtml = lhtml.replace(/ autostart="false"/gi, ' autostart="true"');
+                        lhtml = lhtml.replace(/ autoplay="false"/gi, ' autoplay="true"');
+                        try {
+                            objet.innerHTML = lhtml;
+                        } catch (e1) {
+                            try {
+                                objet.outerHTML = lhtml;
+                            } catch (e2) {
+                            }
+                        }
+                    }
+                }
+            }
+        }
+    }
+}
+
+function objetPlugMozz(obj) {
+    var retO = document.embeds[obj.id];
+    return retO;
+}
+
+function localeNb(nbr) {
+    var res = new String(nbr);
+    var clang = parent.oSco.langue.substring(0, 2);
+    if (clang == 'fr') {
+        res = res.replace(/%/, ' %');
+    }
+    if (parent.oSco.langue.indexOf('-CH') < 0) {
+        if ((clang == 'fr') || (clang == 'de') || (clang == 'it')) {
+            res = res.replace(/\./, ",");
+        }
+    }
+    return res;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/actionsGen.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/actionsGen.js
index 8e4f944e11e947707d027b11a3e21dc00510cbb8..ef81243b6f5bf18171d3bd099d59c7cbdfcf97b7 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/actionsGen.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/actionsGen.js
@@ -1 +1,876 @@
-var lsDivPNG='';var CACHE_LIENS=true;function PF_changeTexteCouche(nomObj,nouveauTexte) { var idObj = PF_donneObjet(nomObj); if (idObj!= null){ idObj.innerHTML = nouveauTexte; }}function PF_donneTexteCouche(objName,x) { var res='';var idObj = PF_donneObjet(nomObj); if (idObj!= null){ res=idObj.innerHTML; }return res;}function PF_changeImage(nom,nouvelleSrc){if (window.document.images[nom]!=null){window.document.images[nom].src=nouvelleSrc;}}function PF_donneObjet(idObj){return document.getElementById(idObj);}function PF_changeClasse(nomLien,nomClasse){var lien = PF_donneObjet(nomLien);if (lien!=null){lien.className=nomClasse;}}function PF_afficherDiv(nomDiv){var objDiv=PF_donneObjet(nomDiv);if (objDiv!=null){objDiv.style.display="block";}}function PF_masquerDiv(nomDiv){var objDiv=PF_donneObjet(nomDiv);if (objDiv!=null){objDiv.style.display="none";}}function PF_basculerDiv(nomDiv){var objDiv=PF_donneObjet(nomDiv);if (objDiv!=null){if (objDiv.style.display=="none"){objDiv.style.display="block";} else {objDiv.style.display="none";}}}function PF_basculeImage(img,src) {var oImg=PF_donneObjet(img); if (oImg!=null){oImg.src=src;}}function PF_survol(img,num){var oImg=PF_donneObjet(img);if (oImg!=null){var estPngIE=false;var nSrc=oImg.src;if ((nSrc.indexOf('blanc.gif')>0)&&(oImg.style.filter)&&(oImg.style.filter!='')){estPngIE=true;}if (num==0){nSrc=nSrc.replace(/_survl0/,'_survl1');if (estPngIE){oImg.style.filter=oImg.style.filter.replace(/_survl0/,'_survl1');}} else {nSrc=nSrc.replace(/_survl1/,'_survl0');if (estPngIE){oImg.style.filter=oImg.style.filter.replace(/_survl1/,'_survl0');}} oImg.src=nSrc;}}function PF_affecterAlt(){var estIE=(navigator.appName.indexOf('Microsoft')>=0);var lesdivs=document.getElementsByTagName("div");var maxdiv=350;for (var i=0;i<lesdivs.length && i<maxdiv;i++){var oDiv=lesdivs.item(i);maxdiv++;if (oDiv.id.indexOf('div_effet_')!=0){var verifArrond="0%";var verifOmbre="0%";if ((!estIE)&&document.defaultView){if (valCSS(oDiv,"","background-image",true).indexOf(".png")>0){oDiv.style.visibility="";}if ((oDiv.style.display!="inline")&&(oDiv.className.indexOf("STY_")==0)){var haut=valCSS(oDiv,"","height",true);if ((haut!='')&&(haut!='auto')&&(oDiv.style.height!='auto')){var debor=valCSS(oDiv,"","overflow",true);if ((debor=='')||(debor=='visible')){oDiv.style.minHeight=haut;oDiv.style.height="auto";}}}if (valCSS(oDiv,"","backgroundColor",true)!='transparent'){var lesd=oDiv.style.backgroundPosition;if (lesd==''){var lClasse=oDiv.className;if (lClasse!=''){var reg=donneRegleCSSMoz("."+lClasse);if (reg!=null){lesd=reg.style.backgroundPosition;}}}if (lesd!=""){lesd=lesd.split(' ');verifArrond=lesd[0];if (lesd.length>1){verifOmbre=lesd[1];}}}} else if (estIE){PF_transparencePNG(oDiv);verifArrond=oDiv.currentStyle["backgroundPositionX"];verifOmbre=oDiv.currentStyle["backgroundPositionY"];}if ((oDiv.style.display!="none")&&(oDiv.style.backgroundColor!='transparent')){if ((verifArrond!="0%")&&(verifArrond.indexOf(".")>0)){PF_arrondir(oDiv,verifArrond,!estIE);}if ((verifOmbre!="0%")&&(verifOmbre.indexOf(".")>0)){PF_ombre(oDiv,verifOmbre,!estIE);}}}}var lesimgs=document.getElementsByTagName("img");for (var n=0;n<lesimgs.length;n++){var oImg=lesimgs.item(n);if (oImg.title.indexOf("LEX_")==0){oImg.title=donneLex(Number(oImg.title.substring(4)));} else if (oImg.alt.indexOf("LEX_")==0){oImg.title=donneLex(Number(oImg.alt.substring(4)));}var source=oImg.src;if ((source.indexOf(".png")>0)&&(oImg.border==0)){if (estIE){var methode="scale";if ((oImg.width!=0)&&(oImg.width!='')){if (oImg.style.width==''){oImg.style.width=oImg.width+'px';}if (oImg.style.height==''){oImg.style.height=oImg.height+'px';}} else {var lesatrr=oImg.outerHTML.toLowerCase();var indD=lesatrr.indexOf('height=');if (indD>0){var vald=lesatrr.substring(indD+7);oImg.style.height=vald.substring(0,vald.indexOf(' '))+'px';}indD=lesatrr.indexOf('width=');if (indD>0){var vald=lesatrr.substring(indD+6);oImg.style.width=vald.substring(0,vald.indexOf(' '))+'px';} else {methode="image";}}var rac="../../";if (window.location.href.indexOf("/imsmanifest.")>0){rac="";}oImg.src=rac+"MosMtr/gen/blanc.gif";oImg.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+source+"',sizingMethod='"+methode+"')";}oImg.style.visibility="";}}if (CACHE_LIENS){var lesa=document.getElementsByTagName("a");for (var n=0;n<lesa.length;n++){if (estIE){lesa.item(n).hideFocus=true;}else {try {lesa.item(n).style.MozOutline="none";}catch(e){}}}} }function PF_transparencePNG(oDiv){if ((oDiv!=null)&&(oDiv.currentStyle)&&(oDiv.id!=null)&&(oDiv.id!=='')&&(oDiv.style.display!="inline")&&(oDiv.offsetWidth>1)){var fond=oDiv.currentStyle["backgroundImage"];if ((fond.indexOf(".png")>0)&&(oDiv.currentStyle["backgroundPositionX"]=='0%')&&(oDiv.currentStyle["backgroundPositionY"]=='0%')){var methode="scale";if (oDiv.currentStyle["backgroundRepeat"]=='no-repeat'){methode="image";}fond=fond.substring(fond.lastIndexOf('/')+1,fond.length-2);oDiv.style.backgroundImage="url(none)";oDiv.style.backgroundColor="transparent";var oCible=oDiv;if (oDiv.style.position=="absolute"){var clone=oDiv.cloneNode(false);clone.innerHTML="";var lid=oDiv.id;if (lid==""){lid="divpng"+Math.round(Math.random*10000);oDiv.id=lid;}clone.id=lid+"_AP_PNG";lsDivPNG+=lid+",";oDiv.style.borderStyle="none";oDiv.parentElement.insertBefore(clone,oDiv);clone.style.padding="0px";oCible=clone;} else {if (methode=="scale"){if (oDiv.currentStyle["width"]=="auto"){oDiv.style.width="100%";}if (oDiv.currentStyle["height"]=="auto"){oDiv.style.height="100%";}}}oDiv.style.visibility="";oCible.style.visibility="";oCible.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../MosMtr/ressources/style/media/"+fond+"',sizingMethod='"+methode+"')";}}}var tabDocW=new Array();function ajDocW(val){if (navigator.appName.indexOf('Microsoft')!=-1){document.write(val);} else {if (window.location.href.indexOf('.xml')>0){tabDocW[tabDocW.length]=val;} else {document.write(val);}}}function PF_ecritDocW(){if (tabDocW.length>0){var lesscripts=document.getElementsByTagName("script");var numT=0;for (var n=0;n<lesscripts.length;n++){var oScr=lesscripts.item(n);if (oScr.innerHTML.indexOf("ajDocW(")>=0){var txx=new String(tabDocW[numT]);if (txx.indexOf('&#160;')==0){txx=txx.replace(/&#160;/g,' ');}var nTxt;if (txx.indexOf('<object')==0){nTxt=document.createElement('span');nTxt.innerHTML=txx;nTxt=nTxt.firstChild;} else {nTxt=document.createTextNode(txx);}numT++;oScr.parentNode.insertBefore(nTxt,oScr);oScr.nodeValue='';}}}}function PF_clipAV(lid,src,largeur,hauteur,demarreAuto,lecteur,boucle,align,autresParams,dansCmt){if ((largeur==29)&&(hauteur==29)){largeur=0;hauteur=0;}var clsid='clsid:';var classe="obj"+lecteur;if (dansCmt=='cmt' || (demarreAuto=="true" && (window.location.href.indexOf("style/glossaire.htm")>0 || window.location.href.indexOf("/glossaire/glossaire.")>0))){classe+="_"+demarreAuto;demarreAuto='false';}var source='../media/'+src;if (lid.indexOf('clipSTY')==0){source='../../MosMtr/ressources/style/media/'+src;}var type="";if (boucle==''){boucle='false';}if (demarreAuto==''){demarreAuto='false';}var lesparams='';var rcnstg=parent.RACINE_stage;if (rcnstg==null){rcnstg=top.opener.parent.RACINE_stage;}if (lecteur=='WM'){ source=rcnstg+'contenu/media/'+src;if (lid.indexOf('clipSTY')==0){source=rcnstg+'MosMtr/ressources/style/media/'+src;}source=unescape(source);var ajBoucle="";if (boucle=="true"){ajBoucle=";playCount:999";}clsid+='6BF52A52-394A-11d3-B153-00C04F79FAA6';type="application/x-mplayer2";lesparams="URL:x;autoStart:"+demarreAuto+";Loop:"+boucle+ajBoucle;} else if (lecteur=='Flash'){ clsid+='D27CDB6E-AE6D-11cf-96B8-444553540000';type="application/x-shockwave-flash";lesparams="movie:x;play:"+demarreAuto+";loop:"+boucle+";swLiveConnect:true";} else if (lecteur=='Real'){ clsid+='CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA';type="audio/x-pn-realaudio-plugin";lesparams="SRC:x;AUTOSTART:"+demarreAuto+";LOOP:"+boucle;} else if (lecteur=='QT'){ clsid+='02BF25D5-8C17-4B23-BC80-D3488ABDDC6B';type="video/quicktime";lesparams="src:x;AutoPlay:"+demarreAuto+";Loop:"+boucle+";EnableJavaSript:true";} else {clsid+=lecteur;}lesparams+=";"+autresParams;var ajAlign="";if (align!=''){ajAlign=' align="'+align+'"';}var ajTaille=' width="'+largeur+'" height="'+hauteur+'"';var res='<object classid="'+clsid+'" id="'+lid+'" class="'+classe+'"'+ajTaille+ajAlign+'>';var tabPrm=lesparams.split(';');var listeAttrEmbed='src="'+source+'"';for (var i=0;i<tabPrm.length;i++){if (tabPrm[i].indexOf(':')>0){var paireP=tabPrm[i].split(':');if (i==0){res+='<param name="'+paireP[0]+'" value="'+source+'"/>';} else {res+='<param name="'+paireP[0]+'" value="'+paireP[1]+'"/>';listeAttrEmbed+=' '+paireP[0]+'="'+paireP[1]+'"';}}}res+='<embed name="'+lid+'" class="'+classe+'" type="'+type+'"'+ajTaille+ajAlign+listeAttrEmbed+'></embed>';res+='</object>';return res;}function PF_arrondir(oDiv,params,estMoz){if (params.length<5){params="";}if (params.indexOf(".")<0){params="";}if (params!=''){var tabP=params.split(".");if (tabP[0].length<3){tabP[0]="0"+tabP[0];}if (tabP[0].length<3){tabP[0]="0"+tabP[0];}params=tabP[0]+tabP[1];var optCoins=params.substring(0,4);var ardHG=true;var ardHD=true;var ardBG=true;var ardBD=true;var vItalique=valCSS(oDiv,"fontStyle","font-style",estMoz);if (vItalique=="italic"){oDiv.style.fontStyle="normal";}if (optCoins.substring(0,1)=="0"){ardHG=false;}if (optCoins.substring(1,2)=="0"){ardHD=false;}if (optCoins.substring(2,3)=="0"){ardBG=false;}if (optCoins.substring(3)=="0"){ardBD=false;}var ajusteL=0;var ajusteH=0;var ajusteX=0;var ajusteY=0;var diamPuce=20;var numTaille=params.substring(4,5);if (numTaille==6){diamPuce=100;ajusteX=1;ajusteL=-3;ajusteY=1;ajusteH=-1;}else if (numTaille==5){diamPuce=80;ajusteX=2;ajusteL=-2;ajusteY=2;ajusteH=-2;if (estMoz){ajusteY=1;ajusteX=0;ajusteH=-1;ajusteL=-1;}}else if (numTaille==4){diamPuce=60;ajusteX=0;ajusteL=-1;ajusteY=-1;ajusteH=-1;if (estMoz){ajusteY=0;}}else if (numTaille==3){diamPuce=40;ajusteL=-1;if (estMoz){ajusteL=-1;}}else if (numTaille==2){ajusteY=-1;if (estMoz){ajusteY=0;}}else if (numTaille==1){diamPuce=14;ajusteY=-1;if (estMoz){ajusteY=0;}}var nonStrict=false;if(!estMoz && (document.compatMode!='CSS1Compat')){nonStrict=true;}if (oDiv.id==""){oDiv.id="div_effet_"+Math.round(Math.random()*1000);}var coulF=valCSS(oDiv,"backgroundColor","background-color",estMoz);if (coulF=="transparent"){return 0;}var largeur=oDiv.offsetWidth;var hauteur=oDiv.offsetHeight;var rempliGauche=valCSS(oDiv,"paddingLeft","padding-left",estMoz);var rempliDroit=valCSS(oDiv,"paddingRight","padding-right",estMoz);var rempliHaut=valCSS(oDiv,"paddingTop","padding-top",estMoz);var rempliBas=valCSS(oDiv,"paddingBottom","padding-bottom",estMoz);if (!nonStrict){}if ((largeur<diamPuce)||(hauteur<diamPuce)){oDiv.style.visibility="visible";return 0;}var posCss=valCSS(oDiv,"position","position",estMoz);if ((posCss!="relative")&&(posCss!="absolute")){oDiv.style.position="relative";oDiv.style.left=valCSS(oDiv,"marginLeft","margin-left",estMoz);oDiv.style.marginLeft="0px";oDiv.style.top=valCSS(oDiv,"marginTop","margin-top",estMoz);oDiv.style.marginTop="0px";oDiv.style.marginRight="0px";}var contenuHTML=oDiv.innerHTML;var oFondContenu=document.createElement("div");while (oDiv.childNodes.length>0){oFondContenu.appendChild(oDiv.firstChild);}var bordureHaut=valCSS(oDiv,"borderTopWidth","border-top-width",estMoz);var coulBordureHaut=valCSS(oDiv,"borderTopColor","border-top-color",estMoz);var styleBordure=valCSS(oDiv,"borderTopStyle","border-top-style",estMoz);if ((styleBordure!='none')&&(bordureHaut.indexOf('px')>0)){bordureHaut=parseInt(bordureHaut.substring(0,bordureHaut.length-2));oDiv.style.borderWidth="0px";} else {bordureHaut=0;}largeur=largeur-bordureHaut;hauteur=hauteur-bordureHaut;var rayon=Math.round(diamPuce/2);var pos;var hauteurRempli=hauteur+ajusteH;if (nonStrict){hauteurRempli+= bordureHaut*2;}var largeurRempli=largeur+ajusteL;if (nonStrict){largeurRempli+= bordureHaut*2;}var coinHG;if (ardHG){coinHG=creeCoin(coulF,diamPuce);if (bordureHaut>0){var bcoin=creeCoin(coulBordureHaut,diamPuce);bcoin.style.left=coinHG.style.left;bcoin.style.top=coinHG.style.top;positionBCoin(coinHG,bordureHaut);oDiv.appendChild(bcoin);}} else {coinHG=boucheCoin(coulF,rayon);coinHG.style.top=ajusteY+"px";coinHG.style.left=ajusteX+"px";if (bordureHaut>0){coinHG.style.borderTopColor=coulBordureHaut;coinHG.style.borderTopStyle=styleBordure;coinHG.style.borderTopWidth=bordureHaut+"px";coinHG.style.borderLeftColor=coulBordureHaut;coinHG.style.borderLeftStyle=styleBordure;coinHG.style.borderLeftWidth=bordureHaut+"px";}}oDiv.appendChild(coinHG);var coinHD;if (ardHD){coinHD=creeCoin(coulF,diamPuce);pos=largeur-diamPuce;coinHD.style.left=pos+"px";if (bordureHaut>0){var bcoin=creeCoin(coulBordureHaut,diamPuce);bcoin.style.top=coinHD.style.top;positionBCoin(coinHD,bordureHaut);pos=largeur-diamPuce+bordureHaut*2;bcoin.style.left=pos+"px";oDiv.appendChild(bcoin);}} else {coinHD=boucheCoin(coulF,rayon);coinHD.style.top=ajusteY+"px";pos=largeurRempli-rayon+ajusteX-4;coinHD.style.left=pos+"px";if (bordureHaut>0){pos=largeur-rayon+ajusteX+ajusteL+bordureHaut-4;coinHD.style.left=pos+"px";coinHD.style.borderTopColor=coulBordureHaut;coinHD.style.borderTopStyle=styleBordure;coinHD.style.borderTopWidth=bordureHaut+"px";coinHD.style.borderRightColor=coulBordureHaut;coinHD.style.borderRightStyle=styleBordure;coinHD.style.borderRightWidth=bordureHaut+"px";}}oDiv.appendChild(coinHD);var coinBG;if (ardBG){coinBG=creeCoin(coulF,diamPuce);pos=hauteur-diamPuce;coinBG.style.top=pos+"px";if (bordureHaut>0){var bcoin=creeCoin(coulBordureHaut,diamPuce);bcoin.style.left=coinBG.style.left;positionBCoin(coinBG,bordureHaut);pos=hauteur-diamPuce+bordureHaut*2;bcoin.style.top=pos+"px";oDiv.appendChild(bcoin);}} else {coinBG=boucheCoin(coulF,rayon);pos=hauteurRempli-rayon+ajusteY-4;coinBG.style.top=pos+"px";coinBG.style.left=ajusteX+"px";if (bordureHaut>0){pos=pos+bordureHaut;coinBG.style.top=pos+"px";coinBG.style.borderBottomColor=coulBordureHaut;coinBG.style.borderBottomStyle=styleBordure;coinBG.style.borderBottomWidth=bordureHaut+"px";coinBG.style.borderLeftColor=coulBordureHaut;coinBG.style.borderLeftStyle=styleBordure;coinBG.style.borderLeftWidth=bordureHaut+"px";}}oDiv.appendChild(coinBG);var coinBD;if (ardBD){coinBD=creeCoin(coulF,diamPuce);pos=largeur-diamPuce;coinBD.style.left=pos+"px";pos=hauteur-diamPuce;coinBD.style.top=pos+"px";if (bordureHaut>0){positionBCoin(coinBD,bordureHaut);var bcoin=creeCoin(coulBordureHaut,diamPuce);pos=pos+bordureHaut*2;bcoin.style.top=pos+"px";pos=largeur-diamPuce+bordureHaut*2;bcoin.style.left=pos+"px";oDiv.appendChild(bcoin);}} else {coinBD=boucheCoin(coulF,rayon);pos=largeurRempli-rayon+ajusteX-4;coinBD.style.left=pos+"px";pos=hauteurRempli-rayon+ajusteY-4;coinBD.style.top=pos+"px";if (bordureHaut>0){pos=pos+bordureHaut;coinBD.style.top=pos+"px";pos=largeur-rayon+ajusteX+ajusteL+bordureHaut-4;coinBD.style.left=pos+"px";coinBD.style.borderBottomColor=coulBordureHaut;coinBD.style.borderBottomStyle=styleBordure;coinBD.style.borderBottomWidth=bordureHaut+"px";coinBD.style.borderRightColor=coulBordureHaut;coinBD.style.borderRightStyle=styleBordure;coinBD.style.borderRightWidth=bordureHaut+"px";}}oDiv.appendChild(coinBD);var rempli1=document.createElement("div");rempli1.style.backgroundColor=coulF;rempli1.style.position="absolute";rempli1.style.overflow="hidden";rempli1.style.top=ajusteY+"px";rempli1.style.left=rayon+"px";pos=largeur-diamPuce;rempli1.style.width=pos+"px";rempli1.style.height=hauteurRempli+"px";if (bordureHaut>0){rempli1.style.borderTopColor=coulBordureHaut;rempli1.style.borderTopStyle=styleBordure;rempli1.style.borderTopWidth=bordureHaut+"px";rempli1.style.borderBottomColor=coulBordureHaut;rempli1.style.borderBottomStyle=styleBordure;rempli1.style.borderBottomWidth=bordureHaut+"px";}oDiv.appendChild(rempli1);var rempli2=document.createElement("div");rempli2.style.backgroundColor=coulF;rempli2.style.position="absolute";rempli2.style.overflow="hidden";rempli2.style.left=ajusteX+"px";rempli2.style.top=rayon+"px";rempli2.style.width=largeurRempli+"px";pos=hauteur-diamPuce;if (pos>0){rempli2.style.height=pos+"px";}if (bordureHaut>0){rempli2.style.borderLeftStyle=styleBordure;rempli2.style.borderLeftWidth=bordureHaut+"px";rempli2.style.borderRightStyle=styleBordure;rempli2.style.borderRightWidth=bordureHaut+"px";rempli2.style.borderLeftColor=coulBordureHaut;rempli2.style.borderRightColor=coulBordureHaut;}oDiv.appendChild(rempli2);oDiv.style.borderStyle="none";oDiv.style.borderWidth="0px";oFondContenu.style.position="absolute";if (vItalique=="italic"){oFondContenu.style.fontStyle="italic";}oFondContenu.style.backgroundColor="transparent";oFondContenu.style.top=bordureHaut+"px";oFondContenu.style.left=bordureHaut+"px";oDiv.style.backgroundColor="transparent";oFondContenu.style.paddingLeft=rempliGauche;if (!nonStrict){largeur=largeur-parseInt(rempliGauche)-parseInt(rempliDroit);hauteur=hauteur-parseInt(rempliHaut)-parseInt(rempliBas);}oFondContenu.style.width=largeur;var lpad=rempliDroit;if (estMoz){lpad=parseInt(lpad)+3;lpad=lpad+"px";}oFondContenu.style.paddingRight=lpad;oFondContenu.style.paddingTop=rempliHaut;oFondContenu.style.paddingBottom=rempliBas;oFondContenu.id=oDiv.id+"fondContenu";oDiv.appendChild(oFondContenu);pos=largeur+bordureHaut;oDiv.style.width=pos+"px";pos=hauteur+bordureHaut;oDiv.style.height=pos+"px";}oDiv.style.visibility="visible";}function valCSS(oDiv,nomIE,nomMoz,estMoz){if (estMoz){return document.defaultView.getComputedStyle(oDiv, "").getPropertyValue(nomMoz);} else {return oDiv.currentStyle[nomIE];}}function PF_ombre(oDiv,paramOmbre,estMoz){if (paramOmbre.indexOf(".")<0){paramOmbre="";}if (paramOmbre.indexOf("%")<0){paramOmbre="";}if (paramOmbre!=''){oDiv.style.filter="";var oExiste=PF_donneObjet(oDiv.id+"fondContenu");if (oExiste==null){return 0;}var tabParam=paramOmbre.split(".");var ombre=document.createElement("div");ombre.id=oDiv.id+"fondOmbre";for (var i=0;i<oDiv.childNodes.length;i++){if (oDiv.childNodes.item(i).id!=oDiv.id+'fondContenu'){ombre.appendChild(oDiv.childNodes.item(i).cloneNode(true));}}var decalOmbre=0;var multiY=1;var tOpac=tabParam[1];if (tOpac.indexOf('0')==0){multiY=-1;tOpac=tOpac.substring(1);}var opaciteO=tOpac.substring(0,tOpac.length-1);if (opaciteO.length==1){opaciteO=opaciteO+"0";}opaciteO=parseInt(opaciteO);if (opaciteO==99){opaciteO=100;}opaciteO=opaciteO/100;if (estMoz){opaciteO-=0.2;decalOmbre+=2;if (opaciteO<0.1){opaciteO=0.1;}} else {decalOmbre-=2;}var lesdecals=tabParam[0];var multiX=1;if (lesdecals.indexOf("-")==0){lesdecals=lesdecals.substring(1);multiX=-1;}if (lesdecals.length==1){lesdecals="000"+lesdecals;}if (lesdecals.length==2){lesdecals="00"+lesdecals;}if (lesdecals.length==3){lesdecals="0"+lesdecals;}var decalx=parseInt(lesdecals.substring(0,2));var leRadu="4";if (Math.abs(decalx)<4){leRadu="3";}if (Math.abs(decalx)<2){leRadu="2";}pos=decalOmbre+multiX*decalx;ombre.style.left=pos+"px";pos=decalOmbre+parseInt(multiY*lesdecals.substring(2));ombre.style.top=pos+"px";var lesdivsombre=ombre.getElementsByTagName("div");for (var i=0;i<lesdivsombre.length;i++){var odvom=lesdivsombre.item(i);if (odvom.style.backgroundColor!=''){odvom.style.backgroundColor="#000000";odvom.style.borderColor="#000000";} else {odvom.style.color="#000000";}}ombre.style.position="absolute";var lar=oDiv.offsetWidth;var hau=oDiv.offsetHeight;if (oExiste!=null){if (oExiste.offsetWidth>lar){lar=oExiste.offsetWidth;}if (oExiste.offsetHeight>hau){hau=oExiste.offsetHeight;}}ombre.style.width=lar+"px";ombre.style.height=hau+"px";if (estMoz){ombre.style.opacity=opaciteO;}oDiv.insertBefore(ombre,oDiv.firstChild);ombre.style.filter="progid:DXImageTransform.Microsoft.blur(pixelradius="+leRadu+".0, makeshadow='true', ShadowOpacity="+opaciteO+")";}}function creeCoin(coulF,diametre){var coin=document.createElement("div");coin.style.position="absolute";coin.style.fontFamily="Arial";coin.style.fontWeight="Normal";coin.style.top="0px";coin.style.left="0px";var marge=Math.round(diametre/2.1);coin.style.marginTop="-"+marge+"px";marge=Math.round(diametre/4.6);coin.style.marginLeft="-"+marge+"px";diametre=diametre*2;coin.style.lineHeight=diametre+"px";diametre=diametre*2;coin.style.fontSize=diametre+"px";coin.style.color=coulF;coin.innerHTML="&#8226;";return coin;}function boucheCoin(coulF,rayon){var coin=document.createElement("div");coin.style.position="absolute";var tray=rayon+4;coin.style.width=tray+"px";coin.style.height=tray+"px";coin.style.borderWidth="0px";coin.style.overflow="hidden";coin.style.backgroundColor=coulF;return coin;}function positionBCoin(oBord,largb){var pos=parseInt(oBord.style.left.substring(0,oBord.style.left.length-2));pos=pos+largb;oBord.style.left=pos+"px";pos=parseInt(oBord.style.top.substring(0,oBord.style.top.length-2));pos=pos+largb;oBord.style.top=pos+"px";}function donneRegleCSSMoz(nomClasse){var res=null;for (var m=0;m<document.styleSheets.length;m++){var ofCSS=document.styleSheets.item(m);var tabRule=ofCSS.cssRules;for (var j=0;j<tabRule.length;j++){if (tabRule.item(j).selectorText==nomClasse){res= tabRule.item(j);}}}return res;}
+var lsDivPNG = '';
+var CACHE_LIENS = true;
+
+function PF_changeTexteCouche(nomObj, nouveauTexte) {
+    var idObj = PF_donneObjet(nomObj);
+    if (idObj != null) {
+        idObj.innerHTML = nouveauTexte;
+    }
+}
+
+function PF_donneTexteCouche(objName, x) {
+    var res = '';
+    var idObj = PF_donneObjet(nomObj);
+    if (idObj != null) {
+        res = idObj.innerHTML;
+    }
+    return res;
+}
+
+function PF_changeImage(nom, nouvelleSrc) {
+    if (window.document.images[nom] != null) {
+        window.document.images[nom].src = nouvelleSrc;
+    }
+}
+
+function PF_donneObjet(idObj) {
+    return document.getElementById(idObj);
+}
+
+function PF_changeClasse(nomLien, nomClasse) {
+    var lien = PF_donneObjet(nomLien);
+    if (lien != null) {
+        lien.className = nomClasse;
+    }
+}
+
+function PF_afficherDiv(nomDiv) {
+    var objDiv = PF_donneObjet(nomDiv);
+    if (objDiv != null) {
+        objDiv.style.display = "block";
+    }
+}
+
+function PF_masquerDiv(nomDiv) {
+    var objDiv = PF_donneObjet(nomDiv);
+    if (objDiv != null) {
+        objDiv.style.display = "none";
+    }
+}
+
+function PF_basculerDiv(nomDiv) {
+    var objDiv = PF_donneObjet(nomDiv);
+    if (objDiv != null) {
+        if (objDiv.style.display == "none") {
+            objDiv.style.display = "block";
+        } else {
+            objDiv.style.display = "none";
+        }
+    }
+}
+
+function PF_basculeImage(img, src) {
+    var oImg = PF_donneObjet(img);
+    if (oImg != null) {
+        oImg.src = src;
+    }
+}
+
+function PF_survol(img, num) {
+    var oImg = PF_donneObjet(img);
+    if (oImg != null) {
+        var estPngIE = false;
+        var nSrc = oImg.src;
+        if ((nSrc.indexOf('blanc.gif') > 0) && (oImg.style.filter) && (oImg.style.filter != '')) {
+            estPngIE = true;
+        }
+        if (num == 0) {
+            nSrc = nSrc.replace(/_survl0/, '_survl1');
+            if (estPngIE) {
+                oImg.style.filter = oImg.style.filter.replace(/_survl0/, '_survl1');
+            }
+        } else {
+            nSrc = nSrc.replace(/_survl1/, '_survl0');
+            if (estPngIE) {
+                oImg.style.filter = oImg.style.filter.replace(/_survl1/, '_survl0');
+            }
+        }
+        oImg.src = nSrc;
+    }
+}
+
+function PF_affecterAlt() {
+    var estIE = (navigator.appName.indexOf('Microsoft') >= 0);
+    var lesdivs = document.getElementsByTagName("div");
+    var maxdiv = 350;
+    for (var i = 0; i < lesdivs.length && i < maxdiv; i++) {
+        var oDiv = lesdivs.item(i);
+        maxdiv++;
+        if (oDiv.id.indexOf('div_effet_') != 0) {
+            var verifArrond = "0%";
+            var verifOmbre = "0%";
+            if ((!estIE) && document.defaultView) {
+                if (valCSS(oDiv, "", "background-image", true).indexOf(".png") > 0) {
+                    oDiv.style.visibility = "";
+                }
+                if ((oDiv.style.display != "inline") && (oDiv.className.indexOf("STY_") == 0)) {
+                    var haut = valCSS(oDiv, "", "height", true);
+                    if ((haut != '') && (haut != 'auto') && (oDiv.style.height != 'auto')) {
+                        var debor = valCSS(oDiv, "", "overflow", true);
+                        if ((debor == '') || (debor == 'visible')) {
+                            oDiv.style.minHeight = haut;
+                            oDiv.style.height = "auto";
+                        }
+                    }
+                }
+                if (valCSS(oDiv, "", "backgroundColor", true) != 'transparent') {
+                    var lesd = oDiv.style.backgroundPosition;
+                    if (lesd == '') {
+                        var lClasse = oDiv.className;
+                        if (lClasse != '') {
+                            var reg = donneRegleCSSMoz("." + lClasse);
+                            if (reg != null) {
+                                lesd = reg.style.backgroundPosition;
+                            }
+                        }
+                    }
+                    if (lesd != "") {
+                        lesd = lesd.split(' ');
+                        verifArrond = lesd[0];
+                        if (lesd.length > 1) {
+                            verifOmbre = lesd[1];
+                        }
+                    }
+                }
+            } else if (estIE) {
+                PF_transparencePNG(oDiv);
+                verifArrond = oDiv.currentStyle["backgroundPositionX"];
+                verifOmbre = oDiv.currentStyle["backgroundPositionY"];
+            }
+            if ((oDiv.style.display != "none") && (oDiv.style.backgroundColor != 'transparent')) {
+                if ((verifArrond != "0%") && (verifArrond.indexOf(".") > 0)) {
+                    PF_arrondir(oDiv, verifArrond, !estIE);
+                }
+                if ((verifOmbre != "0%") && (verifOmbre.indexOf(".") > 0)) {
+                    PF_ombre(oDiv, verifOmbre, !estIE);
+                }
+            }
+        }
+    }
+    var lesimgs = document.getElementsByTagName("img");
+    for (var n = 0; n < lesimgs.length; n++) {
+        var oImg = lesimgs.item(n);
+        if (oImg.title.indexOf("LEX_") == 0) {
+            oImg.title = donneLex(Number(oImg.title.substring(4)));
+        } else if (oImg.alt.indexOf("LEX_") == 0) {
+            oImg.title = donneLex(Number(oImg.alt.substring(4)));
+        }
+        var source = oImg.src;
+        if ((source.indexOf(".png") > 0) && (oImg.border == 0)) {
+            if (estIE) {
+                var methode = "scale";
+                if ((oImg.width != 0) && (oImg.width != '')) {
+                    if (oImg.style.width == '') {
+                        oImg.style.width = oImg.width + 'px';
+                    }
+                    if (oImg.style.height == '') {
+                        oImg.style.height = oImg.height + 'px';
+                    }
+                } else {
+                    var lesatrr = oImg.outerHTML.toLowerCase();
+                    var indD = lesatrr.indexOf('height=');
+                    if (indD > 0) {
+                        var vald = lesatrr.substring(indD + 7);
+                        oImg.style.height = vald.substring(0, vald.indexOf(' ')) + 'px';
+                    }
+                    indD = lesatrr.indexOf('width=');
+                    if (indD > 0) {
+                        var vald = lesatrr.substring(indD + 6);
+                        oImg.style.width = vald.substring(0, vald.indexOf(' ')) + 'px';
+                    } else {
+                        methode = "image";
+                    }
+                }
+                var rac = "../../";
+                if (window.location.href.indexOf("/imsmanifest.") > 0) {
+                    rac = "";
+                }
+                oImg.src = rac + "MosMtr/gen/blanc.gif";
+                oImg.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + source + "',sizingMethod='" + methode + "')";
+            }
+            oImg.style.visibility = "";
+        }
+    }
+    if (CACHE_LIENS) {
+        var lesa = document.getElementsByTagName("a");
+        for (var n = 0; n < lesa.length; n++) {
+            if (estIE) {
+                lesa.item(n).hideFocus = true;
+            } else {
+                try {
+                    lesa.item(n).style.MozOutline = "none";
+                } catch (e) {
+                }
+            }
+        }
+    }
+}
+
+function PF_transparencePNG(oDiv) {
+    if ((oDiv != null) && (oDiv.currentStyle) && (oDiv.id != null) && (oDiv.id !== '') && (oDiv.style.display != "inline") && (oDiv.offsetWidth > 1)) {
+        var fond = oDiv.currentStyle["backgroundImage"];
+        if ((fond.indexOf(".png") > 0) && (oDiv.currentStyle["backgroundPositionX"] == '0%') && (oDiv.currentStyle["backgroundPositionY"] == '0%')) {
+            var methode = "scale";
+            if (oDiv.currentStyle["backgroundRepeat"] == 'no-repeat') {
+                methode = "image";
+            }
+            fond = fond.substring(fond.lastIndexOf('/') + 1, fond.length - 2);
+            oDiv.style.backgroundImage = "url(none)";
+            oDiv.style.backgroundColor = "transparent";
+            var oCible = oDiv;
+            if (oDiv.style.position == "absolute") {
+                var clone = oDiv.cloneNode(false);
+                clone.innerHTML = "";
+                var lid = oDiv.id;
+                if (lid == "") {
+                    lid = "divpng" + Math.round(Math.random * 10000);
+                    oDiv.id = lid;
+                }
+                clone.id = lid + "_AP_PNG";
+                lsDivPNG += lid + ",";
+                oDiv.style.borderStyle = "none";
+                oDiv.parentElement.insertBefore(clone, oDiv);
+                clone.style.padding = "0px";
+                oCible = clone;
+            } else {
+                if (methode == "scale") {
+                    if (oDiv.currentStyle["width"] == "auto") {
+                        oDiv.style.width = "100%";
+                    }
+                    if (oDiv.currentStyle["height"] == "auto") {
+                        oDiv.style.height = "100%";
+                    }
+                }
+            }
+            oDiv.style.visibility = "";
+            oCible.style.visibility = "";
+            oCible.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../MosMtr/ressources/style/media/" + fond + "',sizingMethod='" + methode + "')";
+        }
+    }
+}
+
+var tabDocW = new Array();
+
+function ajDocW(val) {
+    if (navigator.appName.indexOf('Microsoft') != -1) {
+        document.write(val);
+    } else {
+        if (window.location.href.indexOf('.xml') > 0) {
+            tabDocW[tabDocW.length] = val;
+        } else {
+            document.write(val);
+        }
+    }
+}
+
+function PF_ecritDocW() {
+    if (tabDocW.length > 0) {
+        var lesscripts = document.getElementsByTagName("script");
+        var numT = 0;
+        for (var n = 0; n < lesscripts.length; n++) {
+            var oScr = lesscripts.item(n);
+            if (oScr.innerHTML.indexOf("ajDocW(") >= 0) {
+                var txx = new String(tabDocW[numT]);
+                if (txx.indexOf('&#160;') == 0) {
+                    txx = txx.replace(/&#160;/g, ' ');
+                }
+                var nTxt;
+                if (txx.indexOf('<object') == 0) {
+                    nTxt = document.createElement('span');
+                    nTxt.innerHTML = txx;
+                    nTxt = nTxt.firstChild;
+                } else {
+                    nTxt = document.createTextNode(txx);
+                }
+                numT++;
+                oScr.parentNode.insertBefore(nTxt, oScr);
+                oScr.nodeValue = '';
+            }
+        }
+    }
+}
+
+function PF_clipAV(lid, src, largeur, hauteur, demarreAuto, lecteur, boucle, align, autresParams, dansCmt) {
+    if ((largeur == 29) && (hauteur == 29)) {
+        largeur = 0;
+        hauteur = 0;
+    }
+    var clsid = 'clsid:';
+    var classe = "obj" + lecteur;
+    if (dansCmt == 'cmt' || (demarreAuto == "true" && (window.location.href.indexOf("style/glossaire.htm") > 0 || window.location.href.indexOf("/glossaire/glossaire.") > 0))) {
+        classe += "_" + demarreAuto;
+        demarreAuto = 'false';
+    }
+    var source = '../media/' + src;
+    if (lid.indexOf('clipSTY') == 0) {
+        source = '../../MosMtr/ressources/style/media/' + src;
+    }
+    var type = "";
+    if (boucle == '') {
+        boucle = 'false';
+    }
+    if (demarreAuto == '') {
+        demarreAuto = 'false';
+    }
+    var lesparams = '';
+    var rcnstg = parent.RACINE_stage;
+    if (rcnstg == null) {
+        rcnstg = top.opener.parent.RACINE_stage;
+    }
+    if (lecteur == 'WM') {
+        source = rcnstg + 'contenu/media/' + src;
+        if (lid.indexOf('clipSTY') == 0) {
+            source = rcnstg + 'MosMtr/ressources/style/media/' + src;
+        }
+        source = unescape(source);
+        var ajBoucle = "";
+        if (boucle == "true") {
+            ajBoucle = ";playCount:999";
+        }
+        clsid += '6BF52A52-394A-11d3-B153-00C04F79FAA6';
+        type = "application/x-mplayer2";
+        lesparams = "URL:x;autoStart:" + demarreAuto + ";Loop:" + boucle + ajBoucle;
+    } else if (lecteur == 'Flash') {
+        clsid += 'D27CDB6E-AE6D-11cf-96B8-444553540000';
+        type = "application/x-shockwave-flash";
+        lesparams = "movie:x;play:" + demarreAuto + ";loop:" + boucle + ";swLiveConnect:true";
+    } else if (lecteur == 'Real') {
+        clsid += 'CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA';
+        type = "audio/x-pn-realaudio-plugin";
+        lesparams = "SRC:x;AUTOSTART:" + demarreAuto + ";LOOP:" + boucle;
+    } else if (lecteur == 'QT') {
+        clsid += '02BF25D5-8C17-4B23-BC80-D3488ABDDC6B';
+        type = "video/quicktime";
+        lesparams = "src:x;AutoPlay:" + demarreAuto + ";Loop:" + boucle + ";EnableJavaSript:true";
+    } else {
+        clsid += lecteur;
+    }
+    lesparams += ";" + autresParams;
+    var ajAlign = "";
+    if (align != '') {
+        ajAlign = ' align="' + align + '"';
+    }
+    var ajTaille = ' width="' + largeur + '" height="' + hauteur + '"';
+    var res = '<object classid="' + clsid + '" id="' + lid + '" class="' + classe + '"' + ajTaille + ajAlign + '>';
+    var tabPrm = lesparams.split(';');
+    var listeAttrEmbed = 'src="' + source + '"';
+    for (var i = 0; i < tabPrm.length; i++) {
+        if (tabPrm[i].indexOf(':') > 0) {
+            var paireP = tabPrm[i].split(':');
+            if (i == 0) {
+                res += '<param name="' + paireP[0] + '" value="' + source + '"/>';
+            } else {
+                res += '<param name="' + paireP[0] + '" value="' + paireP[1] + '"/>';
+                listeAttrEmbed += ' ' + paireP[0] + '="' + paireP[1] + '"';
+            }
+        }
+    }
+    res += '<embed name="' + lid + '" class="' + classe + '" type="' + type + '"' + ajTaille + ajAlign + listeAttrEmbed + '></embed>';
+    res += '</object>';
+    return res;
+}
+
+function PF_arrondir(oDiv, params, estMoz) {
+    if (params.length < 5) {
+        params = "";
+    }
+    if (params.indexOf(".") < 0) {
+        params = "";
+    }
+    if (params != '') {
+        var tabP = params.split(".");
+        if (tabP[0].length < 3) {
+            tabP[0] = "0" + tabP[0];
+        }
+        if (tabP[0].length < 3) {
+            tabP[0] = "0" + tabP[0];
+        }
+        params = tabP[0] + tabP[1];
+        var optCoins = params.substring(0, 4);
+        var ardHG = true;
+        var ardHD = true;
+        var ardBG = true;
+        var ardBD = true;
+        var vItalique = valCSS(oDiv, "fontStyle", "font-style", estMoz);
+        if (vItalique == "italic") {
+            oDiv.style.fontStyle = "normal";
+        }
+        if (optCoins.substring(0, 1) == "0") {
+            ardHG = false;
+        }
+        if (optCoins.substring(1, 2) == "0") {
+            ardHD = false;
+        }
+        if (optCoins.substring(2, 3) == "0") {
+            ardBG = false;
+        }
+        if (optCoins.substring(3) == "0") {
+            ardBD = false;
+        }
+        var ajusteL = 0;
+        var ajusteH = 0;
+        var ajusteX = 0;
+        var ajusteY = 0;
+        var diamPuce = 20;
+        var numTaille = params.substring(4, 5);
+        if (numTaille == 6) {
+            diamPuce = 100;
+            ajusteX = 1;
+            ajusteL = -3;
+            ajusteY = 1;
+            ajusteH = -1;
+        } else if (numTaille == 5) {
+            diamPuce = 80;
+            ajusteX = 2;
+            ajusteL = -2;
+            ajusteY = 2;
+            ajusteH = -2;
+            if (estMoz) {
+                ajusteY = 1;
+                ajusteX = 0;
+                ajusteH = -1;
+                ajusteL = -1;
+            }
+        } else if (numTaille == 4) {
+            diamPuce = 60;
+            ajusteX = 0;
+            ajusteL = -1;
+            ajusteY = -1;
+            ajusteH = -1;
+            if (estMoz) {
+                ajusteY = 0;
+            }
+        } else if (numTaille == 3) {
+            diamPuce = 40;
+            ajusteL = -1;
+            if (estMoz) {
+                ajusteL = -1;
+            }
+        } else if (numTaille == 2) {
+            ajusteY = -1;
+            if (estMoz) {
+                ajusteY = 0;
+            }
+        } else if (numTaille == 1) {
+            diamPuce = 14;
+            ajusteY = -1;
+            if (estMoz) {
+                ajusteY = 0;
+            }
+        }
+        var nonStrict = false;
+        if (!estMoz && (document.compatMode != 'CSS1Compat')) {
+            nonStrict = true;
+        }
+        if (oDiv.id == "") {
+            oDiv.id = "div_effet_" + Math.round(Math.random() * 1000);
+        }
+        var coulF = valCSS(oDiv, "backgroundColor", "background-color", estMoz);
+        if (coulF == "transparent") {
+            return 0;
+        }
+        var largeur = oDiv.offsetWidth;
+        var hauteur = oDiv.offsetHeight;
+        var rempliGauche = valCSS(oDiv, "paddingLeft", "padding-left", estMoz);
+        var rempliDroit = valCSS(oDiv, "paddingRight", "padding-right", estMoz);
+        var rempliHaut = valCSS(oDiv, "paddingTop", "padding-top", estMoz);
+        var rempliBas = valCSS(oDiv, "paddingBottom", "padding-bottom", estMoz);
+        if (!nonStrict) {
+        }
+        if ((largeur < diamPuce) || (hauteur < diamPuce)) {
+            oDiv.style.visibility = "visible";
+            return 0;
+        }
+        var posCss = valCSS(oDiv, "position", "position", estMoz);
+        if ((posCss != "relative") && (posCss != "absolute")) {
+            oDiv.style.position = "relative";
+            oDiv.style.left = valCSS(oDiv, "marginLeft", "margin-left", estMoz);
+            oDiv.style.marginLeft = "0px";
+            oDiv.style.top = valCSS(oDiv, "marginTop", "margin-top", estMoz);
+            oDiv.style.marginTop = "0px";
+            oDiv.style.marginRight = "0px";
+        }
+        var contenuHTML = oDiv.innerHTML;
+        var oFondContenu = document.createElement("div");
+        while (oDiv.childNodes.length > 0) {
+            oFondContenu.appendChild(oDiv.firstChild);
+        }
+        var bordureHaut = valCSS(oDiv, "borderTopWidth", "border-top-width", estMoz);
+        var coulBordureHaut = valCSS(oDiv, "borderTopColor", "border-top-color", estMoz);
+        var styleBordure = valCSS(oDiv, "borderTopStyle", "border-top-style", estMoz);
+        if ((styleBordure != 'none') && (bordureHaut.indexOf('px') > 0)) {
+            bordureHaut = parseInt(bordureHaut.substring(0, bordureHaut.length - 2));
+            oDiv.style.borderWidth = "0px";
+        } else {
+            bordureHaut = 0;
+        }
+        largeur = largeur - bordureHaut;
+        hauteur = hauteur - bordureHaut;
+        var rayon = Math.round(diamPuce / 2);
+        var pos;
+        var hauteurRempli = hauteur + ajusteH;
+        if (nonStrict) {
+            hauteurRempli += bordureHaut * 2;
+        }
+        var largeurRempli = largeur + ajusteL;
+        if (nonStrict) {
+            largeurRempli += bordureHaut * 2;
+        }
+        var coinHG;
+        if (ardHG) {
+            coinHG = creeCoin(coulF, diamPuce);
+            if (bordureHaut > 0) {
+                var bcoin = creeCoin(coulBordureHaut, diamPuce);
+                bcoin.style.left = coinHG.style.left;
+                bcoin.style.top = coinHG.style.top;
+                positionBCoin(coinHG, bordureHaut);
+                oDiv.appendChild(bcoin);
+            }
+        } else {
+            coinHG = boucheCoin(coulF, rayon);
+            coinHG.style.top = ajusteY + "px";
+            coinHG.style.left = ajusteX + "px";
+            if (bordureHaut > 0) {
+                coinHG.style.borderTopColor = coulBordureHaut;
+                coinHG.style.borderTopStyle = styleBordure;
+                coinHG.style.borderTopWidth = bordureHaut + "px";
+                coinHG.style.borderLeftColor = coulBordureHaut;
+                coinHG.style.borderLeftStyle = styleBordure;
+                coinHG.style.borderLeftWidth = bordureHaut + "px";
+            }
+        }
+        oDiv.appendChild(coinHG);
+        var coinHD;
+        if (ardHD) {
+            coinHD = creeCoin(coulF, diamPuce);
+            pos = largeur - diamPuce;
+            coinHD.style.left = pos + "px";
+            if (bordureHaut > 0) {
+                var bcoin = creeCoin(coulBordureHaut, diamPuce);
+                bcoin.style.top = coinHD.style.top;
+                positionBCoin(coinHD, bordureHaut);
+                pos = largeur - diamPuce + bordureHaut * 2;
+                bcoin.style.left = pos + "px";
+                oDiv.appendChild(bcoin);
+            }
+        } else {
+            coinHD = boucheCoin(coulF, rayon);
+            coinHD.style.top = ajusteY + "px";
+            pos = largeurRempli - rayon + ajusteX - 4;
+            coinHD.style.left = pos + "px";
+            if (bordureHaut > 0) {
+                pos = largeur - rayon + ajusteX + ajusteL + bordureHaut - 4;
+                coinHD.style.left = pos + "px";
+                coinHD.style.borderTopColor = coulBordureHaut;
+                coinHD.style.borderTopStyle = styleBordure;
+                coinHD.style.borderTopWidth = bordureHaut + "px";
+                coinHD.style.borderRightColor = coulBordureHaut;
+                coinHD.style.borderRightStyle = styleBordure;
+                coinHD.style.borderRightWidth = bordureHaut + "px";
+            }
+        }
+        oDiv.appendChild(coinHD);
+        var coinBG;
+        if (ardBG) {
+            coinBG = creeCoin(coulF, diamPuce);
+            pos = hauteur - diamPuce;
+            coinBG.style.top = pos + "px";
+            if (bordureHaut > 0) {
+                var bcoin = creeCoin(coulBordureHaut, diamPuce);
+                bcoin.style.left = coinBG.style.left;
+                positionBCoin(coinBG, bordureHaut);
+                pos = hauteur - diamPuce + bordureHaut * 2;
+                bcoin.style.top = pos + "px";
+                oDiv.appendChild(bcoin);
+            }
+        } else {
+            coinBG = boucheCoin(coulF, rayon);
+            pos = hauteurRempli - rayon + ajusteY - 4;
+            coinBG.style.top = pos + "px";
+            coinBG.style.left = ajusteX + "px";
+            if (bordureHaut > 0) {
+                pos = pos + bordureHaut;
+                coinBG.style.top = pos + "px";
+                coinBG.style.borderBottomColor = coulBordureHaut;
+                coinBG.style.borderBottomStyle = styleBordure;
+                coinBG.style.borderBottomWidth = bordureHaut + "px";
+                coinBG.style.borderLeftColor = coulBordureHaut;
+                coinBG.style.borderLeftStyle = styleBordure;
+                coinBG.style.borderLeftWidth = bordureHaut + "px";
+            }
+        }
+        oDiv.appendChild(coinBG);
+        var coinBD;
+        if (ardBD) {
+            coinBD = creeCoin(coulF, diamPuce);
+            pos = largeur - diamPuce;
+            coinBD.style.left = pos + "px";
+            pos = hauteur - diamPuce;
+            coinBD.style.top = pos + "px";
+            if (bordureHaut > 0) {
+                positionBCoin(coinBD, bordureHaut);
+                var bcoin = creeCoin(coulBordureHaut, diamPuce);
+                pos = pos + bordureHaut * 2;
+                bcoin.style.top = pos + "px";
+                pos = largeur - diamPuce + bordureHaut * 2;
+                bcoin.style.left = pos + "px";
+                oDiv.appendChild(bcoin);
+            }
+        } else {
+            coinBD = boucheCoin(coulF, rayon);
+            pos = largeurRempli - rayon + ajusteX - 4;
+            coinBD.style.left = pos + "px";
+            pos = hauteurRempli - rayon + ajusteY - 4;
+            coinBD.style.top = pos + "px";
+            if (bordureHaut > 0) {
+                pos = pos + bordureHaut;
+                coinBD.style.top = pos + "px";
+                pos = largeur - rayon + ajusteX + ajusteL + bordureHaut - 4;
+                coinBD.style.left = pos + "px";
+                coinBD.style.borderBottomColor = coulBordureHaut;
+                coinBD.style.borderBottomStyle = styleBordure;
+                coinBD.style.borderBottomWidth = bordureHaut + "px";
+                coinBD.style.borderRightColor = coulBordureHaut;
+                coinBD.style.borderRightStyle = styleBordure;
+                coinBD.style.borderRightWidth = bordureHaut + "px";
+            }
+        }
+        oDiv.appendChild(coinBD);
+        var rempli1 = document.createElement("div");
+        rempli1.style.backgroundColor = coulF;
+        rempli1.style.position = "absolute";
+        rempli1.style.overflow = "hidden";
+        rempli1.style.top = ajusteY + "px";
+        rempli1.style.left = rayon + "px";
+        pos = largeur - diamPuce;
+        rempli1.style.width = pos + "px";
+        rempli1.style.height = hauteurRempli + "px";
+        if (bordureHaut > 0) {
+            rempli1.style.borderTopColor = coulBordureHaut;
+            rempli1.style.borderTopStyle = styleBordure;
+            rempli1.style.borderTopWidth = bordureHaut + "px";
+            rempli1.style.borderBottomColor = coulBordureHaut;
+            rempli1.style.borderBottomStyle = styleBordure;
+            rempli1.style.borderBottomWidth = bordureHaut + "px";
+        }
+        oDiv.appendChild(rempli1);
+        var rempli2 = document.createElement("div");
+        rempli2.style.backgroundColor = coulF;
+        rempli2.style.position = "absolute";
+        rempli2.style.overflow = "hidden";
+        rempli2.style.left = ajusteX + "px";
+        rempli2.style.top = rayon + "px";
+        rempli2.style.width = largeurRempli + "px";
+        pos = hauteur - diamPuce;
+        if (pos > 0) {
+            rempli2.style.height = pos + "px";
+        }
+        if (bordureHaut > 0) {
+            rempli2.style.borderLeftStyle = styleBordure;
+            rempli2.style.borderLeftWidth = bordureHaut + "px";
+            rempli2.style.borderRightStyle = styleBordure;
+            rempli2.style.borderRightWidth = bordureHaut + "px";
+            rempli2.style.borderLeftColor = coulBordureHaut;
+            rempli2.style.borderRightColor = coulBordureHaut;
+        }
+        oDiv.appendChild(rempli2);
+        oDiv.style.borderStyle = "none";
+        oDiv.style.borderWidth = "0px";
+        oFondContenu.style.position = "absolute";
+        if (vItalique == "italic") {
+            oFondContenu.style.fontStyle = "italic";
+        }
+        oFondContenu.style.backgroundColor = "transparent";
+        oFondContenu.style.top = bordureHaut + "px";
+        oFondContenu.style.left = bordureHaut + "px";
+        oDiv.style.backgroundColor = "transparent";
+        oFondContenu.style.paddingLeft = rempliGauche;
+        if (!nonStrict) {
+            largeur = largeur - parseInt(rempliGauche) - parseInt(rempliDroit);
+            hauteur = hauteur - parseInt(rempliHaut) - parseInt(rempliBas);
+        }
+        oFondContenu.style.width = largeur;
+        var lpad = rempliDroit;
+        if (estMoz) {
+            lpad = parseInt(lpad) + 3;
+            lpad = lpad + "px";
+        }
+        oFondContenu.style.paddingRight = lpad;
+        oFondContenu.style.paddingTop = rempliHaut;
+        oFondContenu.style.paddingBottom = rempliBas;
+        oFondContenu.id = oDiv.id + "fondContenu";
+        oDiv.appendChild(oFondContenu);
+        pos = largeur + bordureHaut;
+        oDiv.style.width = pos + "px";
+        pos = hauteur + bordureHaut;
+        oDiv.style.height = pos + "px";
+    }
+    oDiv.style.visibility = "visible";
+}
+
+function valCSS(oDiv, nomIE, nomMoz, estMoz) {
+    if (estMoz) {
+        return document.defaultView.getComputedStyle(oDiv, "").getPropertyValue(nomMoz);
+    } else {
+        return oDiv.currentStyle[nomIE];
+    }
+}
+
+function PF_ombre(oDiv, paramOmbre, estMoz) {
+    if (paramOmbre.indexOf(".") < 0) {
+        paramOmbre = "";
+    }
+    if (paramOmbre.indexOf("%") < 0) {
+        paramOmbre = "";
+    }
+    if (paramOmbre != '') {
+        oDiv.style.filter = "";
+        var oExiste = PF_donneObjet(oDiv.id + "fondContenu");
+        if (oExiste == null) {
+            return 0;
+        }
+        var tabParam = paramOmbre.split(".");
+        var ombre = document.createElement("div");
+        ombre.id = oDiv.id + "fondOmbre";
+        for (var i = 0; i < oDiv.childNodes.length; i++) {
+            if (oDiv.childNodes.item(i).id != oDiv.id + 'fondContenu') {
+                ombre.appendChild(oDiv.childNodes.item(i).cloneNode(true));
+            }
+        }
+        var decalOmbre = 0;
+        var multiY = 1;
+        var tOpac = tabParam[1];
+        if (tOpac.indexOf('0') == 0) {
+            multiY = -1;
+            tOpac = tOpac.substring(1);
+        }
+        var opaciteO = tOpac.substring(0, tOpac.length - 1);
+        if (opaciteO.length == 1) {
+            opaciteO = opaciteO + "0";
+        }
+        opaciteO = parseInt(opaciteO);
+        if (opaciteO == 99) {
+            opaciteO = 100;
+        }
+        opaciteO = opaciteO / 100;
+        if (estMoz) {
+            opaciteO -= 0.2;
+            decalOmbre += 2;
+            if (opaciteO < 0.1) {
+                opaciteO = 0.1;
+            }
+        } else {
+            decalOmbre -= 2;
+        }
+        var lesdecals = tabParam[0];
+        var multiX = 1;
+        if (lesdecals.indexOf("-") == 0) {
+            lesdecals = lesdecals.substring(1);
+            multiX = -1;
+        }
+        if (lesdecals.length == 1) {
+            lesdecals = "000" + lesdecals;
+        }
+        if (lesdecals.length == 2) {
+            lesdecals = "00" + lesdecals;
+        }
+        if (lesdecals.length == 3) {
+            lesdecals = "0" + lesdecals;
+        }
+        var decalx = parseInt(lesdecals.substring(0, 2));
+        var leRadu = "4";
+        if (Math.abs(decalx) < 4) {
+            leRadu = "3";
+        }
+        if (Math.abs(decalx) < 2) {
+            leRadu = "2";
+        }
+        pos = decalOmbre + multiX * decalx;
+        ombre.style.left = pos + "px";
+        pos = decalOmbre + parseInt(multiY * lesdecals.substring(2));
+        ombre.style.top = pos + "px";
+        var lesdivsombre = ombre.getElementsByTagName("div");
+        for (var i = 0; i < lesdivsombre.length; i++) {
+            var odvom = lesdivsombre.item(i);
+            if (odvom.style.backgroundColor != '') {
+                odvom.style.backgroundColor = "#000000";
+                odvom.style.borderColor = "#000000";
+            } else {
+                odvom.style.color = "#000000";
+            }
+        }
+        ombre.style.position = "absolute";
+        var lar = oDiv.offsetWidth;
+        var hau = oDiv.offsetHeight;
+        if (oExiste != null) {
+            if (oExiste.offsetWidth > lar) {
+                lar = oExiste.offsetWidth;
+            }
+            if (oExiste.offsetHeight > hau) {
+                hau = oExiste.offsetHeight;
+            }
+        }
+        ombre.style.width = lar + "px";
+        ombre.style.height = hau + "px";
+        if (estMoz) {
+            ombre.style.opacity = opaciteO;
+        }
+        oDiv.insertBefore(ombre, oDiv.firstChild);
+        ombre.style.filter = "progid:DXImageTransform.Microsoft.blur(pixelradius=" + leRadu + ".0, makeshadow='true', ShadowOpacity=" + opaciteO + ")";
+    }
+}
+
+function creeCoin(coulF, diametre) {
+    var coin = document.createElement("div");
+    coin.style.position = "absolute";
+    coin.style.fontFamily = "Arial";
+    coin.style.fontWeight = "Normal";
+    coin.style.top = "0px";
+    coin.style.left = "0px";
+    var marge = Math.round(diametre / 2.1);
+    coin.style.marginTop = "-" + marge + "px";
+    marge = Math.round(diametre / 4.6);
+    coin.style.marginLeft = "-" + marge + "px";
+    diametre = diametre * 2;
+    coin.style.lineHeight = diametre + "px";
+    diametre = diametre * 2;
+    coin.style.fontSize = diametre + "px";
+    coin.style.color = coulF;
+    coin.innerHTML = "&#8226;";
+    return coin;
+}
+
+function boucheCoin(coulF, rayon) {
+    var coin = document.createElement("div");
+    coin.style.position = "absolute";
+    var tray = rayon + 4;
+    coin.style.width = tray + "px";
+    coin.style.height = tray + "px";
+    coin.style.borderWidth = "0px";
+    coin.style.overflow = "hidden";
+    coin.style.backgroundColor = coulF;
+    return coin;
+}
+
+function positionBCoin(oBord, largb) {
+    var pos = parseInt(oBord.style.left.substring(0, oBord.style.left.length - 2));
+    pos = pos + largb;
+    oBord.style.left = pos + "px";
+    pos = parseInt(oBord.style.top.substring(0, oBord.style.top.length - 2));
+    pos = pos + largb;
+    oBord.style.top = pos + "px";
+}
+
+function donneRegleCSSMoz(nomClasse) {
+    var res = null;
+    for (var m = 0; m < document.styleSheets.length; m++) {
+        var ofCSS = document.styleSheets.item(m);
+        var tabRule = ofCSS.cssRules;
+        for (var j = 0; j < tabRule.length; j++) {
+            if (tabRule.item(j).selectorText == nomClasse) {
+                res = tabRule.item(j);
+            }
+        }
+    }
+    return res;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseChampTrou.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseChampTrou.js
index 24d990e3c382baa0f52dad9b056a69f6b4193b0c..63a9bd119fa99c7561f2f10f4235ae2d61236688 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseChampTrou.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseChampTrou.js
@@ -1 +1,5 @@
-function ChampTrou(ref,texte,correction) { this.texte=texte; this.correction=correction; this.reference=ref;}
+function ChampTrou(ref, texte, correction) {
+    this.texte = texte;
+    this.correction = correction;
+    this.reference = ref;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseCommentaire.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseCommentaire.js
index 2774c2b008cc1c612a56c453c03bc866c984f774..a9a19ce77559894a6899d6250a4734c0e07f86ec 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseCommentaire.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseCommentaire.js
@@ -1 +1,227 @@
-function Commentaire(id,titre,posX,posY,posL,posH,duree,delai,orign) { this.id=id; this.titre=titre; this.posX=posX; this.posY=posY; this.posL=posL; this.posH=posH;this.duree=duree;this.delai=delai; this.styleBulle="";this.estAffiche=false;this.estBulle=false;this.branche='';this.ref='';this.orign=orign; this.afficher=cmt_afficher;this.init=cmt_init;this.masquerBulle=cmt_masquerBulle;}function cmt_init(styleBulle){if ((this.posX!='')||(this.posY!='')){this.estBulle=true;}if (styleBulle!=''){this.styleBulle=styleBulle;}if (this.id.indexOf("divSugg")==0){this.ref=this.delai;this.delai="";}if ((this.delai!="")&&(this.delai!="0")&&(this.delai!="-1")){setTimeout("SPE_delaiCmt('"+this.id+"')",this.delai*1000);}}function cmt_afficher(){var oDiv=PF_donneObjet(this.id);if (oDiv==null){return false;}if (this.estBulle){var laisse=laisseBulleAffiche;laisseBulleAffiche=false;GEN_masqueBulle(false);laisseBulleAffiche=laisse;if (this.posX!=''){var vald=valPosBulle(this.posX);if (this.orign=='clic'){vald=posClicX;if (this.posX.indexOf('%')<0){vald+=parseInt(this.posX);}vald=vald+"px";}oDiv.style.left=vald;}if (this.posY!=''){var vald=valPosBulle(this.posY);if (this.orign=='clic'){vald=posClicY;if (this.posY.indexOf('%')<0){vald+=parseInt(this.posY);}vald=vald+"px";}oDiv.style.top=vald;}oDiv.style.width="";oDiv.style.height="";if (this.posL!=''){oDiv.style.width=valPosBulle(this.posL);} if (this.posH!=''){oDiv.style.height=valPosBulle(this.posH);} oDiv.className="STY_bulleCours"+this.styleBulle;var oPere=oDiv.parentNode;if ((oPere.tagName.toLowerCase()=='div')&&(oPere.getAttribute("id")=="zoneInvisible")){var oBody=document.getElementsByTagName("body").item(0);oBody.appendChild(oDiv);oDiv.style.position="absolute";}oDiv.style.display="block";oDiv.style.zIndex="901";var oTrans=PF_donneObjet(this.id+"_AP_PNG");if (oTrans!=null){oTrans.style.left=oDiv.style.left;oTrans.style.top=oDiv.style.top;oTrans.style.display="block";} else {PF_transparencePNG(oDiv);}effetArrondi(this.id,true);this.estAffiche=true;GEN_lireMediaZone(this.id,false);} else {GEN_masqueCommentaireClassique();var contenuHTML=oDiv.innerHTML;if (contenuHTML!=''){oDiv.innerHTML="";GEN_changerTitreDetail(this.titre);GEN_changerContenuDetail(contenuHTML);}effetArrondi("STY_zoneCommentaire",false);this.estAffiche=true;GEN_lireMediaZone("STY_contenuCommentaire",false);}arrierePlanPNG();if (this.branche!=''){desactiverBoutonInit();desactiverBoutonValider();if (this.duree==""){activerBoutonSuivant();}}if (this.duree!=""){setTimeout("SPE_dureeCmt('"+this.id+"')",this.duree*1000);} }function valPosBulle(valP){if ((valP.indexOf('%')<0)&&(valP.indexOf('px')<0)){valP+='px';}return valP;}function cmt_masquerBulle(){GEN_lireMediaZone(this.id,true);var oDiv=PF_donneObjet(this.id);oDiv.style.display="none";oDiv=PF_donneObjet(this.id+"_AP_PNG");if (oDiv!=null){oDiv.style.display="none";}this.estAffiche=false;}function effetArrondi(lid,estBulle){var oCorps=document.getElementsByTagName("body").item(0);if (oCorps.offsetWidth<300){return false;}var oDiv=PF_donneObjet(lid);if (oDiv==null){return 0;}var verifArrond="";var verifOmbre="";if (parent.oSco.config_navigateur=="IE"){verifArrond=oDiv.currentStyle["backgroundPositionX"];verifOmbre=oDiv.currentStyle["backgroundPositionY"];} else {var lesd=oDiv.style.backgroundPosition;if (lesd==''){var lClasse=oDiv.className;if (lClasse!=''){var reg=donneRegleCSSMoz("."+lClasse);if (reg!=null){lesd=reg.style.backgroundPosition;}}}if (lesd!=""){lesd=lesd.split(' ');verifArrond=lesd[0];if (lesd.length>1){verifOmbre=lesd[1];}}}if (verifArrond!="0%"){enleverArrondi(oDiv,estBulle);PF_arrondir(oDiv,verifArrond,document.defaultView);}if (verifOmbre!="0%"){var oExiste=PF_donneObjet(oDiv.id+"fondOmbre");if (oExiste!=null){oDiv.removeChild(oExiste);}PF_ombre(oDiv,verifOmbre,document.defaultView);}}function enleverArrondi(oDiv,estBulle){var lid=oDiv.id;var oExiste=PF_donneObjet(lid+"fondContenu");if (oExiste!=null){var resHtml="";var lesfils=oDiv.childNodes;oDiv.style.backgroundColor="";if (!estBulle){oDiv.style.height="";oDiv.style.width="";}var prendBord=true;while (oDiv.childNodes.length>0){var oFils=oDiv.firstChild;if (oFils.id==lid+"fondContenu"){resHtml=oFils.innerHTML;oDiv.style.paddingLeft=oFils.style.paddingLeft;oDiv.style.paddingRight=oFils.style.paddingRight;oDiv.style.paddingTop=oFils.style.paddingTop;oDiv.style.paddingBottom=oFils.style.paddingBottom;}if (prendBord && (oFils.childNodes.length==0)){var hbord=oFils.style.borderTopWidth;var cbord=oFils.style.borderTopColor;var cstyle=oFils.style.borderTopStyle;if (hbord==""){hbord=oFils.style.borderLeftWidth;cbord=oFils.style.borderLeftColor;cstyle=oFils.style.borderLeftStyle;}if (hbord!=""){prendBord=false;oDiv.style.borderWidth=hbord;oDiv.style.borderColor=cbord;oDiv.style.borderStyle=cstyle;}}oDiv.removeChild(oFils);}oDiv.innerHTML=resHtml;}}
+function Commentaire(id, titre, posX, posY, posL, posH, duree, delai, orign) {
+    this.id = id;
+    this.titre = titre;
+    this.posX = posX;
+    this.posY = posY;
+    this.posL = posL;
+    this.posH = posH;
+    this.duree = duree;
+    this.delai = delai;
+    this.styleBulle = "";
+    this.estAffiche = false;
+    this.estBulle = false;
+    this.branche = '';
+    this.ref = '';
+    this.orign = orign;
+    this.afficher = cmt_afficher;
+    this.init = cmt_init;
+    this.masquerBulle = cmt_masquerBulle;
+}
+
+function cmt_init(styleBulle) {
+    if ((this.posX != '') || (this.posY != '')) {
+        this.estBulle = true;
+    }
+    if (styleBulle != '') {
+        this.styleBulle = styleBulle;
+    }
+    if (this.id.indexOf("divSugg") == 0) {
+        this.ref = this.delai;
+        this.delai = "";
+    }
+    if ((this.delai != "") && (this.delai != "0") && (this.delai != "-1")) {
+        setTimeout("SPE_delaiCmt('" + this.id + "')", this.delai * 1000);
+    }
+}
+
+function cmt_afficher() {
+    var oDiv = PF_donneObjet(this.id);
+    if (oDiv == null) {
+        return false;
+    }
+    if (this.estBulle) {
+        var laisse = laisseBulleAffiche;
+        laisseBulleAffiche = false;
+        GEN_masqueBulle(false);
+        laisseBulleAffiche = laisse;
+        if (this.posX != '') {
+            var vald = valPosBulle(this.posX);
+            if (this.orign == 'clic') {
+                vald = posClicX;
+                if (this.posX.indexOf('%') < 0) {
+                    vald += parseInt(this.posX);
+                }
+                vald = vald + "px";
+            }
+            oDiv.style.left = vald;
+        }
+        if (this.posY != '') {
+            var vald = valPosBulle(this.posY);
+            if (this.orign == 'clic') {
+                vald = posClicY;
+                if (this.posY.indexOf('%') < 0) {
+                    vald += parseInt(this.posY);
+                }
+                vald = vald + "px";
+            }
+            oDiv.style.top = vald;
+        }
+        oDiv.style.width = "";
+        oDiv.style.height = "";
+        if (this.posL != '') {
+            oDiv.style.width = valPosBulle(this.posL);
+        }
+        if (this.posH != '') {
+            oDiv.style.height = valPosBulle(this.posH);
+        }
+        oDiv.className = "STY_bulleCours" + this.styleBulle;
+        var oPere = oDiv.parentNode;
+        if ((oPere.tagName.toLowerCase() == 'div') && (oPere.getAttribute("id") == "zoneInvisible")) {
+            var oBody = document.getElementsByTagName("body").item(0);
+            oBody.appendChild(oDiv);
+            oDiv.style.position = "absolute";
+        }
+        oDiv.style.display = "block";
+        oDiv.style.zIndex = "901";
+        var oTrans = PF_donneObjet(this.id + "_AP_PNG");
+        if (oTrans != null) {
+            oTrans.style.left = oDiv.style.left;
+            oTrans.style.top = oDiv.style.top;
+            oTrans.style.display = "block";
+        } else {
+            PF_transparencePNG(oDiv);
+        }
+        effetArrondi(this.id, true);
+        this.estAffiche = true;
+        GEN_lireMediaZone(this.id, false);
+    } else {
+        GEN_masqueCommentaireClassique();
+        var contenuHTML = oDiv.innerHTML;
+        if (contenuHTML != '') {
+            oDiv.innerHTML = "";
+            GEN_changerTitreDetail(this.titre);
+            GEN_changerContenuDetail(contenuHTML);
+        }
+        effetArrondi("STY_zoneCommentaire", false);
+        this.estAffiche = true;
+        GEN_lireMediaZone("STY_contenuCommentaire", false);
+    }
+    arrierePlanPNG();
+    if (this.branche != '') {
+        desactiverBoutonInit();
+        desactiverBoutonValider();
+        if (this.duree == "") {
+            activerBoutonSuivant();
+        }
+    }
+    if (this.duree != "") {
+        setTimeout("SPE_dureeCmt('" + this.id + "')", this.duree * 1000);
+    }
+}
+
+function valPosBulle(valP) {
+    if ((valP.indexOf('%') < 0) && (valP.indexOf('px') < 0)) {
+        valP += 'px';
+    }
+    return valP;
+}
+
+function cmt_masquerBulle() {
+    GEN_lireMediaZone(this.id, true);
+    var oDiv = PF_donneObjet(this.id);
+    oDiv.style.display = "none";
+    oDiv = PF_donneObjet(this.id + "_AP_PNG");
+    if (oDiv != null) {
+        oDiv.style.display = "none";
+    }
+    this.estAffiche = false;
+}
+
+function effetArrondi(lid, estBulle) {
+    var oCorps = document.getElementsByTagName("body").item(0);
+    if (oCorps.offsetWidth < 300) {
+        return false;
+    }
+    var oDiv = PF_donneObjet(lid);
+    if (oDiv == null) {
+        return 0;
+    }
+    var verifArrond = "";
+    var verifOmbre = "";
+    if (parent.oSco.config_navigateur == "IE") {
+        verifArrond = oDiv.currentStyle["backgroundPositionX"];
+        verifOmbre = oDiv.currentStyle["backgroundPositionY"];
+    } else {
+        var lesd = oDiv.style.backgroundPosition;
+        if (lesd == '') {
+            var lClasse = oDiv.className;
+            if (lClasse != '') {
+                var reg = donneRegleCSSMoz("." + lClasse);
+                if (reg != null) {
+                    lesd = reg.style.backgroundPosition;
+                }
+            }
+        }
+        if (lesd != "") {
+            lesd = lesd.split(' ');
+            verifArrond = lesd[0];
+            if (lesd.length > 1) {
+                verifOmbre = lesd[1];
+            }
+        }
+    }
+    if (verifArrond != "0%") {
+        enleverArrondi(oDiv, estBulle);
+        PF_arrondir(oDiv, verifArrond, document.defaultView);
+    }
+    if (verifOmbre != "0%") {
+        var oExiste = PF_donneObjet(oDiv.id + "fondOmbre");
+        if (oExiste != null) {
+            oDiv.removeChild(oExiste);
+        }
+        PF_ombre(oDiv, verifOmbre, document.defaultView);
+    }
+}
+
+function enleverArrondi(oDiv, estBulle) {
+    var lid = oDiv.id;
+    var oExiste = PF_donneObjet(lid + "fondContenu");
+    if (oExiste != null) {
+        var resHtml = "";
+        var lesfils = oDiv.childNodes;
+        oDiv.style.backgroundColor = "";
+        if (!estBulle) {
+            oDiv.style.height = "";
+            oDiv.style.width = "";
+        }
+        var prendBord = true;
+        while (oDiv.childNodes.length > 0) {
+            var oFils = oDiv.firstChild;
+            if (oFils.id == lid + "fondContenu") {
+                resHtml = oFils.innerHTML;
+                oDiv.style.paddingLeft = oFils.style.paddingLeft;
+                oDiv.style.paddingRight = oFils.style.paddingRight;
+                oDiv.style.paddingTop = oFils.style.paddingTop;
+                oDiv.style.paddingBottom = oFils.style.paddingBottom;
+            }
+            if (prendBord && (oFils.childNodes.length == 0)) {
+                var hbord = oFils.style.borderTopWidth;
+                var cbord = oFils.style.borderTopColor;
+                var cstyle = oFils.style.borderTopStyle;
+                if (hbord == "") {
+                    hbord = oFils.style.borderLeftWidth;
+                    cbord = oFils.style.borderLeftColor;
+                    cstyle = oFils.style.borderLeftStyle;
+                }
+                if (hbord != "") {
+                    prendBord = false;
+                    oDiv.style.borderWidth = hbord;
+                    oDiv.style.borderColor = cbord;
+                    oDiv.style.borderStyle = cstyle;
+                }
+            }
+            oDiv.removeChild(oFils);
+        }
+        oDiv.innerHTML = resHtml;
+    }
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseCours.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseCours.js
index 01d35160528cb34756cc1ce8f4d02746225a563b..625ecf54b6429f424b1fcdf444239bbd8c7d23b0 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseCours.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseCours.js
@@ -1 +1,29 @@
-function Cours() { this.commentaires; this.partieDetail; this.desactiveSuivant=false; this.init=cours_init;this.ajouterCommentaire=cours_ajouterCommentaire;this.donneCommentaire=cours_donneCommentaire;}function cours_init(partieDetail){ this.commentaires= new Array(); this.partieDetail=partieDetail;}function cours_ajouterCommentaire(idDiv,titre,posX,posY,posL,posH,duree,delai,styBulle,orign){var oCmt=new Commentaire(idDiv,titre,posX,posY,posL,posH,duree,delai,orign);oCmt.init(styBulle);this.commentaires[this.commentaires.length]=oCmt;}function cours_donneCommentaire(idC){var oRes=null;for (var i=0;i<this.commentaires.length;i++){if (this.commentaires[i].id==idC){oRes=this.commentaires[i];}}return oRes;}
+function Cours() {
+    this.commentaires;
+    this.partieDetail;
+    this.desactiveSuivant = false;
+    this.init = cours_init;
+    this.ajouterCommentaire = cours_ajouterCommentaire;
+    this.donneCommentaire = cours_donneCommentaire;
+}
+
+function cours_init(partieDetail) {
+    this.commentaires = new Array();
+    this.partieDetail = partieDetail;
+}
+
+function cours_ajouterCommentaire(idDiv, titre, posX, posY, posL, posH, duree, delai, styBulle, orign) {
+    var oCmt = new Commentaire(idDiv, titre, posX, posY, posL, posH, duree, delai, orign);
+    oCmt.init(styBulle);
+    this.commentaires[this.commentaires.length] = oCmt;
+}
+
+function cours_donneCommentaire(idC) {
+    var oRes = null;
+    for (var i = 0; i < this.commentaires.length; i++) {
+        if (this.commentaires[i].id == idC) {
+            oRes = this.commentaires[i];
+        }
+    }
+    return oRes;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseCurseur.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseCurseur.js
index 5ae18cc77e9b435d8bcebea144f0a685e0110703..27a31f288969c96637e9c0aabd672e2dc5b8a6a2 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseCurseur.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseCurseur.js
@@ -1 +1,119 @@
-function Curseur(id,valMin,valMax,vertical,valInit,nbDecimales,unite,titre) {this.id=id; this.valMin=valMin; this.valMax=valMax; this.valInit=valInit; this.vertical=vertical; this.nbDecimales=nbDecimales; this.unite=unite; this.tabDomaines;this.correction;this.longueurEchelle;this.valeurActuelle; this.titre=titre;this.tailleEchelle=0;this.tailleCurseur;this.oCompteur;this.juger=CURS_juger;this.init=CURS_init;this.valeurRelle=CURS_valeurRelle;this.pourcentage=CURS_pourcentage;this.valInitiale=CURS_valInitiale;this.deplaceCurseur=CUSR_deplaceCurseur;}function CURS_juger(actionU){var resJuge=CODE_F;var surUnDomaine=false;for (var nd=0;nd<this.tabDomaines.length;nd++){var domTmp=this.tabDomaines[nd];if (domTmp.estInclus(this.valeurActuelle)){resJuge=domTmp.correction;if (resJuge==CODE_V){surUnDomaine=true;}}}if (this.tabDomaines.length==0){resJuge=CODE_V;}this.correction=resJuge;if (actionU){if ((!etatEval)&&(exo.retourIncorrect)&&(!surUnDomaine)){this.valInitiale();}if ((exo.tabCurseurs.length==1)&&(!exo.retourIncorrect||(this.correction==CODE_V))){EXO_validerAuto();}}}function CURS_init(){this.tabDomaines=new Array();this.longueurEchelle=this.valMax-this.valMin;}function CURS_valInitiale(){this.deplaceCurseur(this.valInit);this.valeurActuelle=this.valInit;oCompteurC=PF_donneObjet('divCompteur'+this.id);uniteC=this.unite;changeCompteur(this.valInit);}function CUSR_deplaceCurseur(valCurs){if (this.tailleEchelle==0){var echelleCourante=PF_donneObjet('imgEchelle'+this.id);var imgCurseur=PF_donneObjet('imgCurseur'+this.id);var tailleEchelle,tailleCurseur;if (this.vertical){this.tailleCurseur=imgCurseur.height/2;this.tailleEchelle=echelleCourante.height;} else {this.tailleCurseur=imgCurseur.width/2;this.tailleEchelle=echelleCourante.width;}}if ((valCurs>=this.valMin)&&(valCurs<=this.valMax)){var initPourcent;var divCurseur=PF_donneObjet('divCurseur'+this.id);if (this.vertical){initPourcent=this.pourcentage(valCurs);var tailleEchelle0=Math.round(this.tailleEchelle*initPourcent);var rest=Number(this.tailleEchelle-tailleEchelle0-this.tailleCurseur);if (rest<0){rest=0;}divCurseur.style.top=rest+'px';} else {initPourcent=this.pourcentage(valCurs);var tailleEchelle0=Math.round(this.tailleEchelle*initPourcent);var rest=Number(tailleEchelle0-this.tailleCurseur);if (rest<0){rest=0;}divCurseur.style.left=rest+'px';}}}function CURS_valeurRelle(pourcentage){var val0=this.valMin+(this.longueurEchelle*pourcentage);var iR=0;var nbTmp=1;while (iR<this.nbDecimales){nbTmp=nbTmp+'0';iR++;}nbTmp=Number(nbTmp);val0=Math.round((val0*nbTmp))/nbTmp;return (val0);}function CURS_pourcentage(valeurRelle){var val0=0;var valR=valeurRelle-this.valMin;var valFin=this.valMax-this.valMin;val0=valR/valFin;return val0;}
+function Curseur(id, valMin, valMax, vertical, valInit, nbDecimales, unite, titre) {
+    this.id = id;
+    this.valMin = valMin;
+    this.valMax = valMax;
+    this.valInit = valInit;
+    this.vertical = vertical;
+    this.nbDecimales = nbDecimales;
+    this.unite = unite;
+    this.tabDomaines;
+    this.correction;
+    this.longueurEchelle;
+    this.valeurActuelle;
+    this.titre = titre;
+    this.tailleEchelle = 0;
+    this.tailleCurseur;
+    this.oCompteur;
+    this.juger = CURS_juger;
+    this.init = CURS_init;
+    this.valeurRelle = CURS_valeurRelle;
+    this.pourcentage = CURS_pourcentage;
+    this.valInitiale = CURS_valInitiale;
+    this.deplaceCurseur = CUSR_deplaceCurseur;
+}
+
+function CURS_juger(actionU) {
+    var resJuge = CODE_F;
+    var surUnDomaine = false;
+    for (var nd = 0; nd < this.tabDomaines.length; nd++) {
+        var domTmp = this.tabDomaines[nd];
+        if (domTmp.estInclus(this.valeurActuelle)) {
+            resJuge = domTmp.correction;
+            if (resJuge == CODE_V) {
+                surUnDomaine = true;
+            }
+        }
+    }
+    if (this.tabDomaines.length == 0) {
+        resJuge = CODE_V;
+    }
+    this.correction = resJuge;
+    if (actionU) {
+        if ((!etatEval) && (exo.retourIncorrect) && (!surUnDomaine)) {
+            this.valInitiale();
+        }
+        if ((exo.tabCurseurs.length == 1) && (!exo.retourIncorrect || (this.correction == CODE_V))) {
+            EXO_validerAuto();
+        }
+    }
+}
+
+function CURS_init() {
+    this.tabDomaines = new Array();
+    this.longueurEchelle = this.valMax - this.valMin;
+}
+
+function CURS_valInitiale() {
+    this.deplaceCurseur(this.valInit);
+    this.valeurActuelle = this.valInit;
+    oCompteurC = PF_donneObjet('divCompteur' + this.id);
+    uniteC = this.unite;
+    changeCompteur(this.valInit);
+}
+
+function CUSR_deplaceCurseur(valCurs) {
+    if (this.tailleEchelle == 0) {
+        var echelleCourante = PF_donneObjet('imgEchelle' + this.id);
+        var imgCurseur = PF_donneObjet('imgCurseur' + this.id);
+        var tailleEchelle, tailleCurseur;
+        if (this.vertical) {
+            this.tailleCurseur = imgCurseur.height / 2;
+            this.tailleEchelle = echelleCourante.height;
+        } else {
+            this.tailleCurseur = imgCurseur.width / 2;
+            this.tailleEchelle = echelleCourante.width;
+        }
+    }
+    if ((valCurs >= this.valMin) && (valCurs <= this.valMax)) {
+        var initPourcent;
+        var divCurseur = PF_donneObjet('divCurseur' + this.id);
+        if (this.vertical) {
+            initPourcent = this.pourcentage(valCurs);
+            var tailleEchelle0 = Math.round(this.tailleEchelle * initPourcent);
+            var rest = Number(this.tailleEchelle - tailleEchelle0 - this.tailleCurseur);
+            if (rest < 0) {
+                rest = 0;
+            }
+            divCurseur.style.top = rest + 'px';
+        } else {
+            initPourcent = this.pourcentage(valCurs);
+            var tailleEchelle0 = Math.round(this.tailleEchelle * initPourcent);
+            var rest = Number(tailleEchelle0 - this.tailleCurseur);
+            if (rest < 0) {
+                rest = 0;
+            }
+            divCurseur.style.left = rest + 'px';
+        }
+    }
+}
+
+function CURS_valeurRelle(pourcentage) {
+    var val0 = this.valMin + (this.longueurEchelle * pourcentage);
+    var iR = 0;
+    var nbTmp = 1;
+    while (iR < this.nbDecimales) {
+        nbTmp = nbTmp + '0';
+        iR++;
+    }
+    nbTmp = Number(nbTmp);
+    val0 = Math.round((val0 * nbTmp)) / nbTmp;
+    return (val0);
+}
+
+function CURS_pourcentage(valeurRelle) {
+    var val0 = 0;
+    var valR = valeurRelle - this.valMin;
+    var valFin = this.valMax - this.valMin;
+    val0 = valR / valFin;
+    return val0;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseDomaineCurseur.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseDomaineCurseur.js
index 8d3a052a655fa2d1b9a25bb9d14843f092929ec7..75e03b019393da3fc8c4753c2b32b3faaacc1af0 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseDomaineCurseur.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseDomaineCurseur.js
@@ -1 +1,18 @@
-/*Integral Coaching Tous droits reserves Auteur : Pierre Date MAJ : 22/01/01 12:47 Description : un objet domaine sur un curseur (range) et score */function DomaineCurseur(min,max,correction) { this.min=min; this.max=max; this.correction=correction; this.estInclus=DCURS_estInclus;this.curseurDedans=false;}function DCURS_estInclus(valeurCourante){var res=false;this.curseurDedans=false;if ((this.min<=valeurCourante)&&(valeurCourante<=this.max)){res=true; this.curseurDedans=true;}return res; }
+/*Integral Coaching Tous droits reserves Auteur : Pierre Date MAJ : 22/01/01 12:47 Description : un objet domaine sur un curseur (range) et score */
+function DomaineCurseur(min, max, correction) {
+    this.min = min;
+    this.max = max;
+    this.correction = correction;
+    this.estInclus = DCURS_estInclus;
+    this.curseurDedans = false;
+}
+
+function DCURS_estInclus(valeurCourante) {
+    var res = false;
+    this.curseurDedans = false;
+    if ((this.min <= valeurCourante) && (valeurCourante <= this.max)) {
+        res = true;
+        this.curseurDedans = true;
+    }
+    return res;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceCURS.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceCURS.js
index 56571c4d39bb1eec4c4e89c97edd29e9cc4cb963..d4aa04b5c2bd72182295aa4a79cf7d4f5939144b 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceCURS.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceCURS.js
@@ -1 +1,246 @@
-function ExerciceCURS() { this.indications; this.commentaireSucces=null; this.consigne=null; this.tabCurseurs; this.nombreCurseurs=0; this.scoreCourant=0; this.scoreTotal=0; this.scoreV; this.scoreF; this.valide=false; this.titre=''; this.retourIncorrect;this.actif=true;this.type="CURS";this.init=exo_init;this.initEchelleScore=exo_initEchelleScore;this.ajouterReponse=exo_ajouterReponse;this.compterTotal=exo_compterTotal;this.valider=exo_valider; this.initialiser=exo_initialiser; this.solutions=exo_solutions;this.donneObjCurs=exo_donneObjCurs;this.donneSuggestion=exo_donneSuggestion;this.desactiver=exo_desactiver; this.donneTabReponses=exo_donneTabReponses;this.afficherMesReponses=exo_afficherMesReponses;}function exo_init(){this.titre=document.title; this.indications= new Array(); this.tabCurseurs=new Array();}function exo_initEchelleScore(){PF_afficherDiv("STY_zoneExercice");this.scores= new Array(); var sc0 = this.scoreTotal; var n; this.scoreV=sc0/this.nombreCurseurs; this.scoreF=0; for (var i=0;i<this.tabCurseurs.length;i++){this.tabCurseurs[i].correction=CODE_F;this.tabCurseurs[i].valInitiale();this.tabCurseurs[i].juger(false);}}function exo_ajouterReponse(num,debut,fin,correction){var domaine = new DomaineCurseur(debut,fin,correction);var obj=this.donneObjCurs(num);obj.tabDomaines[obj.tabDomaines.length]=domaine;}function exo_compterTotal(){var resTotal=0;for (var k=0;k<this.tabCurseurs.length;k++){if (this.tabCurseurs[k]!=null){var resTmp=this.scoreF;if (this.tabCurseurs[k].correction==CODE_V){resTmp=this.scoreV;}resTotal=resTotal+resTmp;}}return Math.round(resTotal*10)/10;}function exo_valider(){this.scoreCourant=this.compterTotal();if ((this.scoreCourant+0.1)>=this.scoreTotal){this.valide=true;}}function exo_initialiser(){for (var i=0;i<this.tabCurseurs.length;i++){this.tabCurseurs[i].correction=CODE_F;this.tabCurseurs[i].valInitiale();this.tabCurseurs[i].juger(false);}var zone=PF_donneObjet('STY_texteCURS');if (zone!=null){var lesdivs=zone.getElementsByTagName('div');for (var p=0;p<lesdivs.length;p++){var oDiv=lesdivs[p];if (oDiv.className.indexOf('STY_borne')==0){oDiv.style.display='none';}}}this.actif=true;this.scoreCourant=0;this.valide=false;}function exo_desactiver(){var i;this.actif=false;}function exo_solutions(){for (var n=0;n<this.tabCurseurs.length;n++){var oCurs=this.tabCurseurs[n];for (var k=oCurs.tabDomaines.length-1;k>=0;k--){var domaineTmp=oCurs.tabDomaines[k];if (domaineTmp.correction==CODE_V){var initPourcent;var pos='';var oZone=PF_donneObjet('divEchelle'+oCurs.id);if (oCurs.vertical){initPourcent=oCurs.pourcentage(domaineTmp.min);pos=Math.round((oCurs.tailleCurseur/2)+oCurs.tailleEchelle-(oCurs.tailleEchelle*initPourcent))+'px';var oNouv=document.createElement("div");oZone.appendChild(oNouv);oNouv.className="STY_borneMin1";oNouv.style.left="0px";oNouv.style.top=pos;oNouv.style.position="absolute";initPourcent=oCurs.pourcentage(domaineTmp.max);pos=Math.round((oCurs.tailleCurseur/2)+oCurs.tailleEchelle-(oCurs.tailleEchelle*initPourcent))+'px';oNouv=document.createElement("div");oZone.appendChild(oNouv);oNouv.className="STY_borneMax1";oNouv.style.left="0px";oNouv.style.top=pos;oNouv.style.position="absolute";} else {initPourcent=oCurs.pourcentage(domaineTmp.min);pos=Math.round((oCurs.tailleCurseur/2)+oCurs.tailleEchelle*initPourcent)+'px';var oNouv=document.createElement("div");oZone.appendChild(oNouv);oNouv.className="STY_borneMin0";oNouv.style.top="0px";oNouv.style.left=pos;oNouv.style.position="absolute";initPourcent=oCurs.pourcentage(domaineTmp.max);pos=Math.round((oCurs.tailleCurseur/2)+oCurs.tailleEchelle*initPourcent)+'px';oNouv=document.createElement("div");oZone.appendChild(oNouv);oNouv.className="STY_borneMax0";oNouv.style.top="0px";oNouv.style.left=pos;oNouv.style.position="absolute";}var moy=(domaineTmp.max-domaineTmp.min)/2+domaineTmp.min;oCurs.deplaceCurseur(moy);oCompteurC=PF_donneObjet('divCompteur'+oCurs.id);uniteC=oCurs.unite;changeCompteur(moy);oCurs.correction=CODE_V;}}}}function exo_donneObjCurs(num){var res=null;for (var i=0;i<this.tabCurseurs.length;i++){if (num==this.tabCurseurs[i].id){res=this.tabCurseurs[i];}}return res;}function exo_donneSuggestion(){var res=null;var i=0;while (i<exo.indications.length){if (exo.indications[i].id.indexOf('divSugg')==0){var ref=exo.indications[i].ref;if ((ref!='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){var tabParams=ref.split(':');var idCurs=tabParams[0];var numRep=Number(tabParams[1]);for (var n=0;n<this.tabCurseurs.length;n++){if (this.tabCurseurs[n].id==idCurs){if (ref.indexOf('<>')>0){if (this.tabCurseurs[n].correction!=CODE_V){res=exo.indications[i];i=exo.indications.length;}} else {var oDom=this.tabCurseurs[n].tabDomaines[numRep-1];if ((oDom==null)||(oDom.curseurDedans)){res=exo.indications[i];i=exo.indications.length;}}}}}}i++;}if (res==null){i=0;while (i<exo.indications.length){if ((exo.indications[i].id.indexOf('divSugg')==0)&&(exo.indications[i].ref=='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}i++;}}return res;}function exo_donneTabReponses(){var tabRep=new Array();for (var k=0;k<this.tabCurseurs.length;k++){var oCurs=this.tabCurseurs[k];if (oCurs!=null){var validd=false;if (oCurs.correction==CODE_V){validd=true;}var tabInteraction=new Array();tabInteraction[0]=validd;tabInteraction[1]=oCurs.valeurActuelle;/*var tabReponsesCorrectes=new Array();for (var i=0;i<oCurs.tabDomaines.length;i++){var oDomaine=oCurs.tabDomaines[i];if (oDomaine.correction==CODE_V){tabReponsesCorrectes[tabReponsesCorrectes.length]=oDomaine.min+":"+oDomaine.max;}}tabInteraction[2]=tabReponsesCorrectes;*/tabInteraction[2]=oCurs.id;tabRep[k]=tabInteraction;}}return tabRep;}function exo_afficherMesReponses(tabRep){for (var i=0;i<tabRep.length;i++){var oInteraction=tabRep[i];var idCurs=oInteraction.id;idCurs=idCurs.substring(idCurs.indexOf("_")+1);for (var j=0;j<this.tabCurseurs.length;j++){var oCurs=this.tabCurseurs[j];if (oCurs.id==idCurs){var num=Number(oInteraction.student_response);oCurs.deplaceCurseur(num);oCurs.valeurActuelle=num;oCurs.juger();changeCompteur(num);}}}}
+function ExerciceCURS() {
+    this.indications;
+    this.commentaireSucces = null;
+    this.consigne = null;
+    this.tabCurseurs;
+    this.nombreCurseurs = 0;
+    this.scoreCourant = 0;
+    this.scoreTotal = 0;
+    this.scoreV;
+    this.scoreF;
+    this.valide = false;
+    this.titre = '';
+    this.retourIncorrect;
+    this.actif = true;
+    this.type = "CURS";
+    this.init = exo_init;
+    this.initEchelleScore = exo_initEchelleScore;
+    this.ajouterReponse = exo_ajouterReponse;
+    this.compterTotal = exo_compterTotal;
+    this.valider = exo_valider;
+    this.initialiser = exo_initialiser;
+    this.solutions = exo_solutions;
+    this.donneObjCurs = exo_donneObjCurs;
+    this.donneSuggestion = exo_donneSuggestion;
+    this.desactiver = exo_desactiver;
+    this.donneTabReponses = exo_donneTabReponses;
+    this.afficherMesReponses = exo_afficherMesReponses;
+}
+
+function exo_init() {
+    this.titre = document.title;
+    this.indications = new Array();
+    this.tabCurseurs = new Array();
+}
+
+function exo_initEchelleScore() {
+    PF_afficherDiv("STY_zoneExercice");
+    this.scores = new Array();
+    var sc0 = this.scoreTotal;
+    var n;
+    this.scoreV = sc0 / this.nombreCurseurs;
+    this.scoreF = 0;
+    for (var i = 0; i < this.tabCurseurs.length; i++) {
+        this.tabCurseurs[i].correction = CODE_F;
+        this.tabCurseurs[i].valInitiale();
+        this.tabCurseurs[i].juger(false);
+    }
+}
+
+function exo_ajouterReponse(num, debut, fin, correction) {
+    var domaine = new DomaineCurseur(debut, fin, correction);
+    var obj = this.donneObjCurs(num);
+    obj.tabDomaines[obj.tabDomaines.length] = domaine;
+}
+
+function exo_compterTotal() {
+    var resTotal = 0;
+    for (var k = 0; k < this.tabCurseurs.length; k++) {
+        if (this.tabCurseurs[k] != null) {
+            var resTmp = this.scoreF;
+            if (this.tabCurseurs[k].correction == CODE_V) {
+                resTmp = this.scoreV;
+            }
+            resTotal = resTotal + resTmp;
+        }
+    }
+    return Math.round(resTotal * 10) / 10;
+}
+
+function exo_valider() {
+    this.scoreCourant = this.compterTotal();
+    if ((this.scoreCourant + 0.1) >= this.scoreTotal) {
+        this.valide = true;
+    }
+}
+
+function exo_initialiser() {
+    for (var i = 0; i < this.tabCurseurs.length; i++) {
+        this.tabCurseurs[i].correction = CODE_F;
+        this.tabCurseurs[i].valInitiale();
+        this.tabCurseurs[i].juger(false);
+    }
+    var zone = PF_donneObjet('STY_texteCURS');
+    if (zone != null) {
+        var lesdivs = zone.getElementsByTagName('div');
+        for (var p = 0; p < lesdivs.length; p++) {
+            var oDiv = lesdivs[p];
+            if (oDiv.className.indexOf('STY_borne') == 0) {
+                oDiv.style.display = 'none';
+            }
+        }
+    }
+    this.actif = true;
+    this.scoreCourant = 0;
+    this.valide = false;
+}
+
+function exo_desactiver() {
+    var i;
+    this.actif = false;
+}
+
+function exo_solutions() {
+    for (var n = 0; n < this.tabCurseurs.length; n++) {
+        var oCurs = this.tabCurseurs[n];
+        for (var k = oCurs.tabDomaines.length - 1; k >= 0; k--) {
+            var domaineTmp = oCurs.tabDomaines[k];
+            if (domaineTmp.correction == CODE_V) {
+                var initPourcent;
+                var pos = '';
+                var oZone = PF_donneObjet('divEchelle' + oCurs.id);
+                if (oCurs.vertical) {
+                    initPourcent = oCurs.pourcentage(domaineTmp.min);
+                    pos = Math.round((oCurs.tailleCurseur / 2) + oCurs.tailleEchelle - (oCurs.tailleEchelle * initPourcent)) + 'px';
+                    var oNouv = document.createElement("div");
+                    oZone.appendChild(oNouv);
+                    oNouv.className = "STY_borneMin1";
+                    oNouv.style.left = "0px";
+                    oNouv.style.top = pos;
+                    oNouv.style.position = "absolute";
+                    initPourcent = oCurs.pourcentage(domaineTmp.max);
+                    pos = Math.round((oCurs.tailleCurseur / 2) + oCurs.tailleEchelle - (oCurs.tailleEchelle * initPourcent)) + 'px';
+                    oNouv = document.createElement("div");
+                    oZone.appendChild(oNouv);
+                    oNouv.className = "STY_borneMax1";
+                    oNouv.style.left = "0px";
+                    oNouv.style.top = pos;
+                    oNouv.style.position = "absolute";
+                } else {
+                    initPourcent = oCurs.pourcentage(domaineTmp.min);
+                    pos = Math.round((oCurs.tailleCurseur / 2) + oCurs.tailleEchelle * initPourcent) + 'px';
+                    var oNouv = document.createElement("div");
+                    oZone.appendChild(oNouv);
+                    oNouv.className = "STY_borneMin0";
+                    oNouv.style.top = "0px";
+                    oNouv.style.left = pos;
+                    oNouv.style.position = "absolute";
+                    initPourcent = oCurs.pourcentage(domaineTmp.max);
+                    pos = Math.round((oCurs.tailleCurseur / 2) + oCurs.tailleEchelle * initPourcent) + 'px';
+                    oNouv = document.createElement("div");
+                    oZone.appendChild(oNouv);
+                    oNouv.className = "STY_borneMax0";
+                    oNouv.style.top = "0px";
+                    oNouv.style.left = pos;
+                    oNouv.style.position = "absolute";
+                }
+                var moy = (domaineTmp.max - domaineTmp.min) / 2 + domaineTmp.min;
+                oCurs.deplaceCurseur(moy);
+                oCompteurC = PF_donneObjet('divCompteur' + oCurs.id);
+                uniteC = oCurs.unite;
+                changeCompteur(moy);
+                oCurs.correction = CODE_V;
+            }
+        }
+    }
+}
+
+function exo_donneObjCurs(num) {
+    var res = null;
+    for (var i = 0; i < this.tabCurseurs.length; i++) {
+        if (num == this.tabCurseurs[i].id) {
+            res = this.tabCurseurs[i];
+        }
+    }
+    return res;
+}
+
+function exo_donneSuggestion() {
+    var res = null;
+    var i = 0;
+    while (i < exo.indications.length) {
+        if (exo.indications[i].id.indexOf('divSugg') == 0) {
+            var ref = exo.indications[i].ref;
+            if ((ref != '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                var tabParams = ref.split(':');
+                var idCurs = tabParams[0];
+                var numRep = Number(tabParams[1]);
+                for (var n = 0; n < this.tabCurseurs.length; n++) {
+                    if (this.tabCurseurs[n].id == idCurs) {
+                        if (ref.indexOf('<>') > 0) {
+                            if (this.tabCurseurs[n].correction != CODE_V) {
+                                res = exo.indications[i];
+                                i = exo.indications.length;
+                            }
+                        } else {
+                            var oDom = this.tabCurseurs[n].tabDomaines[numRep - 1];
+                            if ((oDom == null) || (oDom.curseurDedans)) {
+                                res = exo.indications[i];
+                                i = exo.indications.length;
+                            }
+                        }
+                    }
+                }
+            }
+        }
+        i++;
+    }
+    if (res == null) {
+        i = 0;
+        while (i < exo.indications.length) {
+            if ((exo.indications[i].id.indexOf('divSugg') == 0) && (exo.indications[i].ref == '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+            i++;
+        }
+    }
+    return res;
+}
+
+function exo_donneTabReponses() {
+    var tabRep = new Array();
+    for (var k = 0; k < this.tabCurseurs.length; k++) {
+        var oCurs = this.tabCurseurs[k];
+        if (oCurs != null) {
+            var validd = false;
+            if (oCurs.correction == CODE_V) {
+                validd = true;
+            }
+            var tabInteraction = new Array();
+            tabInteraction[0] = validd;
+            tabInteraction[1] = oCurs.valeurActuelle;/*var tabReponsesCorrectes=new Array();for (var i=0;i<oCurs.tabDomaines.length;i++){var oDomaine=oCurs.tabDomaines[i];if (oDomaine.correction==CODE_V){tabReponsesCorrectes[tabReponsesCorrectes.length]=oDomaine.min+":"+oDomaine.max;}}tabInteraction[2]=tabReponsesCorrectes;*/
+            tabInteraction[2] = oCurs.id;
+            tabRep[k] = tabInteraction;
+        }
+    }
+    return tabRep;
+}
+
+function exo_afficherMesReponses(tabRep) {
+    for (var i = 0; i < tabRep.length; i++) {
+        var oInteraction = tabRep[i];
+        var idCurs = oInteraction.id;
+        idCurs = idCurs.substring(idCurs.indexOf("_") + 1);
+        for (var j = 0; j < this.tabCurseurs.length; j++) {
+            var oCurs = this.tabCurseurs[j];
+            if (oCurs.id == idCurs) {
+                var num = Number(oInteraction.student_response);
+                oCurs.deplaceCurseur(num);
+                oCurs.valeurActuelle = num;
+                oCurs.juger();
+                changeCompteur(num);
+            }
+        }
+    }
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceEXP.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceEXP.js
index 87a80a8ed663a5d67eadfe2b3b9d2148a438e318..43127b58f6f748b10a0cda144d8008a4c3bfe553 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceEXP.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceEXP.js
@@ -1 +1,245 @@
-function ExerciceEXP(multi,voirZones) { this.indications; this.commentaireSucces=null; this.consigne=null; this.tabStylesR; this.tabSelections; this.tabIdZones; this.scoreCourant=0; this.scoreTotal; this.scoreV; this.scoreF; this.valide=false; this.titre=''; this.actif=true; this.multi=multi; this.voirZones=voirZones; this.type="EXP"; this.numPrem=0; this.init=exo_init;this.initEchelleScore=exo_initEchelleScore;this.valider=exo_valider;this.action=exo_action;this.entreeSouris=exo_entreeSouris; this.sortieSouris=exo_sortieSouris; this.initialiser=exo_initialiser; this.desactiver=exo_desactiver; this.compterMultiple=exo_compterMultiple;this.solutions=exo_solutions;this.donneSuggestion=exo_donneSuggestion;this.donneTabReponses=exo_donneTabReponses;this.afficherMesReponses=exo_afficherMesReponses;}function exo_init(){ this.titre=document.title;this.tabStylesR=new Array();this.tabSelections=new Array(); this.tabIdZones=new Array(); this.indications= new Array(); if (!this.voirZones){var oCtn=PF_donneObjet("STY_texteEXP");if (oCtn!=null){oCtn.onclick=detecteExp;}}} function exo_initEchelleScore(){ this.scores= new Array(); var sc0 = this.scoreTotal; var n; var nbReponses=this.tabStylesR.length-this.numPrem; this.scoreV=sc0/nbReponses; this.scoreF=-this.scoreV;}function exo_valider(){if (!exerciceFlash){this.scoreCourant=this.compterMultiple();}if ((this.scoreCourant+0.1)>=this.scoreTotal){this.valide=true;} else if (!this.multi){this.scoreCourant=0;}}function exo_action(idRep){if (this.actif){if ((!this.multi)&& this.tabSelections[idRep] && parent.oSco.forcerReponse){return false;}if ((!this.multi)&&(!this.tabSelections[idRep])){this.initialiser(); }if (this.tabSelections[idRep]==false){this.tabSelections[idRep]=true;if (this.voirZones){ PF_changeClasse(this.tabIdZones[idRep],"STY_zoneExploreDessus"); }} else {this.tabSelections[idRep]=false;if (this.voirZones){ PF_changeClasse(this.tabIdZones[idRep],"STY_zoneExplore"); }}if (!this.multi){EXO_validerAuto();}actionDetecte();}}function exo_sortieSouris(idRep){if ((this.tabSelections[idRep]==false)&&(this.actif)){ PF_changeClasse(this.tabIdZones[idRep],"STY_zoneExplore");}}function exo_entreeSouris(idRep){if (this.actif){ PF_changeClasse(this.tabIdZones[idRep],"STY_zoneExploreDessus");}}function exo_initialiser(){this.actif=true;for (var i=this.numPrem;i<this.tabSelections.length;i++) {var idRep=i;this.tabSelections[idRep]=false;this.sortieSouris(idRep);}this.scoreCourant=0;this.valide=false;}function exo_desactiver(){this.actif=false;}function exo_compterMultiple() {var score0=0;var idRep;for (idRep=this.numPrem;idRep<this.tabSelections.length;idRep++){var correct=this.tabStylesR[idRep];var selectionne=this.tabSelections[idRep];if (correct==CODE_V){ if (selectionne){score0=score0+this.scoreV;}else {score0=score0+(this.scoreF/2);}} else if (correct==CODE_F){if (selectionne){score0=score0+this.scoreF;} else {score0=score0+this.scoreV;}}}score0=Math.round(score0*10)/10;return score0;}function exo_solutions(){this.actif=true;this.voirZones=true;for (var i=this.numPrem;i<this.tabStylesR.length;i++){if (CODE_V==this.tabStylesR[i]){this.action(i);}}}function exo_donneSuggestion(){var res=null;var i=0;while (i<exo.indications.length){if (exo.indications[i].id.indexOf('divSugg')==0){var ref=exo.indications[i].ref;if ((exo.indications[i].ref!='')&&(this.tabSelections[ref]==true)&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}}i++;}if (res==null){i=0;while (i<exo.indications.length){if ((exo.indications[i].id.indexOf('divSugg')==0)&&(exo.indications[i].ref=='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}i++;}}return res;}function exo_donneTabReponses(){var tabRep=new Array();var tabInteraction=new Array();tabInteraction[0]=this.valide;var chReps="";for (var idRep=this.numPrem;idRep<this.tabSelections.length;idRep++){if (this.tabSelections[idRep]){if (chReps!=''){chReps+=",";}chReps+=new String(idRep);}}if (exerciceFlash){chReps="Flash"+":"+this.scoreCourant;}tabInteraction[1]=chReps;tabInteraction[2]="exp";tabRep[0]=tabInteraction;return tabRep;}function exo_afficherMesReponses(tabRep){this.actif=true;for (var i=0;i<tabRep.length;i++){var oInteraction=tabRep[i];var laRep=oInteraction.student_response;if (laRep.indexOf("Flash")==0){this.scoreCourant=Number(laRep.substring(6));} else {var lesreps=laRep.split(",");for (var j=0;j<lesreps.length;j++){var num=Number(lesreps[j]);if (!isNaN(num)){this.action(num);}}}}}function detecteExp(){if (exo.actif){actionDetecte();}}/* FLASH CALLS */function setScore(num){exo.scoreCourant=num;}function enableSubmitButton(val){if (val){activerBoutonValider();} else {desactiverBoutonValider();}}function submitExercise(){EXO_valider();}function resetExercise(){initialiser();}
+function ExerciceEXP(multi, voirZones) {
+    this.indications;
+    this.commentaireSucces = null;
+    this.consigne = null;
+    this.tabStylesR;
+    this.tabSelections;
+    this.tabIdZones;
+    this.scoreCourant = 0;
+    this.scoreTotal;
+    this.scoreV;
+    this.scoreF;
+    this.valide = false;
+    this.titre = '';
+    this.actif = true;
+    this.multi = multi;
+    this.voirZones = voirZones;
+    this.type = "EXP";
+    this.numPrem = 0;
+    this.init = exo_init;
+    this.initEchelleScore = exo_initEchelleScore;
+    this.valider = exo_valider;
+    this.action = exo_action;
+    this.entreeSouris = exo_entreeSouris;
+    this.sortieSouris = exo_sortieSouris;
+    this.initialiser = exo_initialiser;
+    this.desactiver = exo_desactiver;
+    this.compterMultiple = exo_compterMultiple;
+    this.solutions = exo_solutions;
+    this.donneSuggestion = exo_donneSuggestion;
+    this.donneTabReponses = exo_donneTabReponses;
+    this.afficherMesReponses = exo_afficherMesReponses;
+}
+
+function exo_init() {
+    this.titre = document.title;
+    this.tabStylesR = new Array();
+    this.tabSelections = new Array();
+    this.tabIdZones = new Array();
+    this.indications = new Array();
+    if (!this.voirZones) {
+        var oCtn = PF_donneObjet("STY_texteEXP");
+        if (oCtn != null) {
+            oCtn.onclick = detecteExp;
+        }
+    }
+}
+
+function exo_initEchelleScore() {
+    this.scores = new Array();
+    var sc0 = this.scoreTotal;
+    var n;
+    var nbReponses = this.tabStylesR.length - this.numPrem;
+    this.scoreV = sc0 / nbReponses;
+    this.scoreF = -this.scoreV;
+}
+
+function exo_valider() {
+    if (!exerciceFlash) {
+        this.scoreCourant = this.compterMultiple();
+    }
+    if ((this.scoreCourant + 0.1) >= this.scoreTotal) {
+        this.valide = true;
+    } else if (!this.multi) {
+        this.scoreCourant = 0;
+    }
+}
+
+function exo_action(idRep) {
+    if (this.actif) {
+        if ((!this.multi) && this.tabSelections[idRep] && parent.oSco.forcerReponse) {
+            return false;
+        }
+        if ((!this.multi) && (!this.tabSelections[idRep])) {
+            this.initialiser();
+        }
+        if (this.tabSelections[idRep] == false) {
+            this.tabSelections[idRep] = true;
+            if (this.voirZones) {
+                PF_changeClasse(this.tabIdZones[idRep], "STY_zoneExploreDessus");
+            }
+        } else {
+            this.tabSelections[idRep] = false;
+            if (this.voirZones) {
+                PF_changeClasse(this.tabIdZones[idRep], "STY_zoneExplore");
+            }
+        }
+        if (!this.multi) {
+            EXO_validerAuto();
+        }
+        actionDetecte();
+    }
+}
+
+function exo_sortieSouris(idRep) {
+    if ((this.tabSelections[idRep] == false) && (this.actif)) {
+        PF_changeClasse(this.tabIdZones[idRep], "STY_zoneExplore");
+    }
+}
+
+function exo_entreeSouris(idRep) {
+    if (this.actif) {
+        PF_changeClasse(this.tabIdZones[idRep], "STY_zoneExploreDessus");
+    }
+}
+
+function exo_initialiser() {
+    this.actif = true;
+    for (var i = this.numPrem; i < this.tabSelections.length; i++) {
+        var idRep = i;
+        this.tabSelections[idRep] = false;
+        this.sortieSouris(idRep);
+    }
+    this.scoreCourant = 0;
+    this.valide = false;
+}
+
+function exo_desactiver() {
+    this.actif = false;
+}
+
+function exo_compterMultiple() {
+    var score0 = 0;
+    var idRep;
+    for (idRep = this.numPrem; idRep < this.tabSelections.length; idRep++) {
+        var correct = this.tabStylesR[idRep];
+        var selectionne = this.tabSelections[idRep];
+        if (correct == CODE_V) {
+            if (selectionne) {
+                score0 = score0 + this.scoreV;
+            } else {
+                score0 = score0 + (this.scoreF / 2);
+            }
+        } else if (correct == CODE_F) {
+            if (selectionne) {
+                score0 = score0 + this.scoreF;
+            } else {
+                score0 = score0 + this.scoreV;
+            }
+        }
+    }
+    score0 = Math.round(score0 * 10) / 10;
+    return score0;
+}
+
+function exo_solutions() {
+    this.actif = true;
+    this.voirZones = true;
+    for (var i = this.numPrem; i < this.tabStylesR.length; i++) {
+        if (CODE_V == this.tabStylesR[i]) {
+            this.action(i);
+        }
+    }
+}
+
+function exo_donneSuggestion() {
+    var res = null;
+    var i = 0;
+    while (i < exo.indications.length) {
+        if (exo.indications[i].id.indexOf('divSugg') == 0) {
+            var ref = exo.indications[i].ref;
+            if ((exo.indications[i].ref != '') && (this.tabSelections[ref] == true) && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+        }
+        i++;
+    }
+    if (res == null) {
+        i = 0;
+        while (i < exo.indications.length) {
+            if ((exo.indications[i].id.indexOf('divSugg') == 0) && (exo.indications[i].ref == '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+            i++;
+        }
+    }
+    return res;
+}
+
+function exo_donneTabReponses() {
+    var tabRep = new Array();
+    var tabInteraction = new Array();
+    tabInteraction[0] = this.valide;
+    var chReps = "";
+    for (var idRep = this.numPrem; idRep < this.tabSelections.length; idRep++) {
+        if (this.tabSelections[idRep]) {
+            if (chReps != '') {
+                chReps += ",";
+            }
+            chReps += new String(idRep);
+        }
+    }
+    if (exerciceFlash) {
+        chReps = "Flash" + ":" + this.scoreCourant;
+    }
+    tabInteraction[1] = chReps;
+    tabInteraction[2] = "exp";
+    tabRep[0] = tabInteraction;
+    return tabRep;
+}
+
+function exo_afficherMesReponses(tabRep) {
+    this.actif = true;
+    for (var i = 0; i < tabRep.length; i++) {
+        var oInteraction = tabRep[i];
+        var laRep = oInteraction.student_response;
+        if (laRep.indexOf("Flash") == 0) {
+            this.scoreCourant = Number(laRep.substring(6));
+        } else {
+            var lesreps = laRep.split(",");
+            for (var j = 0; j < lesreps.length; j++) {
+                var num = Number(lesreps[j]);
+                if (!isNaN(num)) {
+                    this.action(num);
+                }
+            }
+        }
+    }
+}
+
+function detecteExp() {
+    if (exo.actif) {
+        actionDetecte();
+    }
+}/* FLASH CALLS */
+function setScore(num) {
+    exo.scoreCourant = num;
+}
+
+function enableSubmitButton(val) {
+    if (val) {
+        activerBoutonValider();
+    } else {
+        desactiverBoutonValider();
+    }
+}
+
+function submitExercise() {
+    EXO_valider();
+}
+
+function resetExercise() {
+    initialiser();
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceGD.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceGD.js
index 71fab6c7770e2f2bcf7728c6098617cd90166890..5af813616c627f29e20855f6965237b3973ad7d3 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceGD.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceGD.js
@@ -1 +1,305 @@
- function ExerciceGD() { this.indications; this.commentaireSucces=null; this.consigne=null; this.tabCibles; this.tabDeplaces; this.tabTitreCibles; this.tabTitreDeplaces; this.scoreCourant=0; this.scoreTotal; this.scoreV; this.scoreF; this.valide=false; this.titre=''; this.tabPaires; this.retourManque; this.retourIncorrect; this.tabDeplacesX; this.tabDeplacesY; this.decalageX; this.decalageY;this.type="GD"; this.actif=true; this.init=exo_init;this.initEchelleScore=exo_initEchelleScore;this.valider=exo_valider; this.initialiser=exo_initialiser; this.desactiver=exo_desactiver; this.creerPairesFausses=exo_creerPairesFausses;this.donneSuggestion=exo_donneSuggestion;this.solutions=exo_solutions;this.donneTabReponses=exo_donneTabReponses;this.titreObj=exo_titreObj;this.afficherMesReponses=exo_afficherMesReponses;this.formerPaire=exo_formerPaire;this.mobileJuste=exo_mobileJuste;this.mobileSurPaire=exo_mobileSurPaire;}function exo_init(){this.titre=document.title; this.tabCibles=new Array(); this.tabDeplaces=new Array(); this.tabPaires=new Array(); this.indications= new Array(); this.tabDeplacesX= new Array(); this.tabDeplacesY= new Array(); this.tabTitreCibles= new Array(); this.tabTitreDeplaces= new Array();}function exo_initEchelleScore(){var sc0 = this.scoreTotal;var nbMobiles=this.tabDeplaces.length;if (nbMobiles==0){nbMobiles=1;}this.scoreV=sc0/nbMobiles;this.scoreF=-this.scoreV;for (var i=0; i!=this.tabDeplaces.length ; i++){var oDiv=PF_donneObjet("exoGD"+this.tabDeplaces[i]);try {oDiv.style.cursor="move";}catch(e){}}}function exo_valider(){this.scoreCourant=0;for (var i=0; i<this.tabDeplaces.length ; i++){ if (this.mobileJuste(this.tabDeplaces[i])){this.scoreCourant=this.scoreCourant+this.scoreV;} else {if (this.mobileSurPaire(this.tabDeplaces[i])){this.scoreCourant=this.scoreCourant+this.scoreF;} else {}} } this.scoreCourant=Math.round(this.scoreCourant*10)/10;if ((this.scoreCourant+0.1)>=this.scoreTotal){this.valide=true;}}function exo_initialiser(){for (var i=0; i!=this.tabDeplaces.length ; i++){var oDiv=PF_donneObjet("exoGD"+this.tabDeplaces[i]);oDiv.style.left=this.tabDeplacesX[i];oDiv.style.top=this.tabDeplacesY[i];try {oDiv.style.cursor="move";}catch(e){}var oPNG=PF_donneObjet('exoGD'+this.tabDeplaces[i]+"_AP_PNG");if (oPNG!=null){oPNG.style.left=oDiv.style.left;oPNG.style.top=oDiv.style.top;}}for (var j=0; j!=this.tabPaires.length ; j++){this.tabPaires[j].paireForme=false;}this.actif=true;this.scoreCourant=0;this.valide=false;}function exo_desactiver(){deplacement=false;this.actif=false;for (var i=0; i!=this.tabDeplaces.length ; i++){var oDiv=PF_donneObjet("exoGD"+this.tabDeplaces[i]);try {oDiv.style.cursor="default";}catch(e){}}}function exo_creerPairesFausses(){var i,j,k; for (i=0; i!=exo.tabDeplaces.length ; i++){ for (j=0; j!=exo.tabCibles.length ;j++){ var existeP=false; for (k=0; k!=exo.tabPaires.length ; k++){ if ((exo.tabPaires[k].idDeplace==exo.tabDeplaces[i])&&(exo.tabPaires[k].idCible==exo.tabCibles[j])){ existeP=true; } } if (!existeP){ exo.tabPaires[exo.tabPaires.length]=new PaireGD(exo.tabDeplaces[i],exo.tabCibles[j],'ng','','',''); } } }}function exo_solutions(){for (var i=0; i<exo.tabDeplaces.length ; i++){ var idMobile=exo.tabDeplaces[i]; for (var j=0;j<this.tabPaires.length;j++){ var oPaire=this.tabPaires[j]; if ((oPaire.idDeplace==idMobile)&&(oPaire.correction==CODE_V)){ this.formerPaire(oPaire); } }}}function exo_formerPaire(oPaire){var oCible=PF_donneObjet('exoGD'+oPaire.idCible);var oPNG=PF_donneObjet('exoGD'+oPaire.idCible+'_AP_PNG');var oMobile=PF_donneObjet('exoGD'+oPaire.idDeplace);var decalX=oPaire.decalageX;if (decalX==''){decalX=this.decalageX;}var decalY=oPaire.decalageY;if (decalY==''){decalY=this.decalageY;}if (decalX!=''){oMobile.style.left=parseInt(oCible.style.left)+Number(decalX);}if (decalY!=''){oMobile.style.top=parseInt(oCible.style.top)+Number(decalY);}if (oPNG!=null){oPNG.style.left=oMobile.style.left;oPNG.style.top=oMobile.style.top;}oPaire.paireForme=true;}function exo_donneSuggestion(){var res=null;var i=0;while (i<exo.indications.length){if (exo.indications[i].id.indexOf('divSugg')==0){var ref=exo.indications[i].ref;if ((ref!='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){var tabParams=ref.split(':');if (ref.indexOf('<>')>0){if(!this.mobileJuste(tabParams[0])){res=exo.indications[i];i=exo.indications.length;}} else {for (var n=0;n<this.tabPaires.length;n++){var oPa=this.tabPaires[n];if (oPa.paireForme&&(tabParams[0]==oPa.idDeplace)&&(tabParams[1]==oPa.idCible)){res=exo.indications[i];i=exo.indications.length;}}}}}i++;}if (res==null){i=0;while (i<exo.indications.length){if ((exo.indications[i].id.indexOf('divSugg')==0)&&(exo.indications[i].ref=='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}i++;}}return res;}function exo_donneTabReponses(){var tabRep=new Array();for (var i=0; i<this.tabDeplaces.length ; i++){var tabInteraction=new Array();var idMobile=this.tabDeplaces[i];tabInteraction[0]=this.mobileJuste(idMobile);tabInteraction[2]=idMobile;var chRep="";for (var j=0;j<this.tabPaires.length;j++){var oPar=this.tabPaires[j];if ((oPar.idDeplace==idMobile)&&(oPar.paireForme)){chRep=idMobile+"-"+oPar.idCible;j=this.tabPaires.length;}}tabInteraction[1]=chRep;tabRep[i]=tabInteraction; }return tabRep;}function exo_afficherMesReponses(tabRep){for (var i=0;i<tabRep.length;i++){var oInteraction=tabRep[i];var idMobile=oInteraction.student_response;if (idMobile!=''){idMobile=idMobile.substring(idMobile.indexOf("-")+1);var idDeplace=oInteraction.id;idDeplace=idDeplace.substring(idDeplace.indexOf("_")+1);for (var j=0;j<this.tabPaires.length;j++){var oPar=this.tabPaires[j];if ((oPar.idDeplace==idDeplace)&&(oPar.idCible==idMobile)){this.formerPaire(oPar);}}}}}function exo_titreObj(code,type){var res=code;var tabC;var tabT;if (type=="cible"){tabC=this.tabCibles;tabT=this.tabTitreCibles;}else {tabC=this.tabDeplaces;tabT=this.tabTitreDeplaces;}for (var i=0;i<tabC.length;i++){if (tabC[i]==code){res=tabT[i];}}return res;}function exo_mobileJuste(idMobile){var existePaireJuste=false;var surPaireJuste=false;var surPaire=false;for (var j=0;j<this.tabPaires.length;j++){var oPaire=this.tabPaires[j];if (oPaire.idDeplace==idMobile){if (oPaire.correction==CODE_V){existePaireJuste=true;}if (oPaire.paireForme){surPaire=true;if (oPaire.correction==CODE_V){surPaireJuste=true;}}}}return (surPaireJuste || ((!existePaireJuste)&&(!surPaire)));}function exo_mobileSurPaire(idMobile){var surPaire=false;for (var j=0;j<this.tabPaires.length;j++){var oPaire=this.tabPaires[j];if (oPaire.idDeplace==idMobile){if (oPaire.paireForme){surPaire=true;}}}return surPaire;}
+function ExerciceGD() {
+    this.indications;
+    this.commentaireSucces = null;
+    this.consigne = null;
+    this.tabCibles;
+    this.tabDeplaces;
+    this.tabTitreCibles;
+    this.tabTitreDeplaces;
+    this.scoreCourant = 0;
+    this.scoreTotal;
+    this.scoreV;
+    this.scoreF;
+    this.valide = false;
+    this.titre = '';
+    this.tabPaires;
+    this.retourManque;
+    this.retourIncorrect;
+    this.tabDeplacesX;
+    this.tabDeplacesY;
+    this.decalageX;
+    this.decalageY;
+    this.type = "GD";
+    this.actif = true;
+    this.init = exo_init;
+    this.initEchelleScore = exo_initEchelleScore;
+    this.valider = exo_valider;
+    this.initialiser = exo_initialiser;
+    this.desactiver = exo_desactiver;
+    this.creerPairesFausses = exo_creerPairesFausses;
+    this.donneSuggestion = exo_donneSuggestion;
+    this.solutions = exo_solutions;
+    this.donneTabReponses = exo_donneTabReponses;
+    this.titreObj = exo_titreObj;
+    this.afficherMesReponses = exo_afficherMesReponses;
+    this.formerPaire = exo_formerPaire;
+    this.mobileJuste = exo_mobileJuste;
+    this.mobileSurPaire = exo_mobileSurPaire;
+}
+
+function exo_init() {
+    this.titre = document.title;
+    this.tabCibles = new Array();
+    this.tabDeplaces = new Array();
+    this.tabPaires = new Array();
+    this.indications = new Array();
+    this.tabDeplacesX = new Array();
+    this.tabDeplacesY = new Array();
+    this.tabTitreCibles = new Array();
+    this.tabTitreDeplaces = new Array();
+}
+
+function exo_initEchelleScore() {
+    var sc0 = this.scoreTotal;
+    var nbMobiles = this.tabDeplaces.length;
+    if (nbMobiles == 0) {
+        nbMobiles = 1;
+    }
+    this.scoreV = sc0 / nbMobiles;
+    this.scoreF = -this.scoreV;
+    for (var i = 0; i != this.tabDeplaces.length; i++) {
+        var oDiv = PF_donneObjet("exoGD" + this.tabDeplaces[i]);
+        try {
+            oDiv.style.cursor = "move";
+        } catch (e) {
+        }
+    }
+}
+
+function exo_valider() {
+    this.scoreCourant = 0;
+    for (var i = 0; i < this.tabDeplaces.length; i++) {
+        if (this.mobileJuste(this.tabDeplaces[i])) {
+            this.scoreCourant = this.scoreCourant + this.scoreV;
+        } else {
+            if (this.mobileSurPaire(this.tabDeplaces[i])) {
+                this.scoreCourant = this.scoreCourant + this.scoreF;
+            } else {
+            }
+        }
+    }
+    this.scoreCourant = Math.round(this.scoreCourant * 10) / 10;
+    if ((this.scoreCourant + 0.1) >= this.scoreTotal) {
+        this.valide = true;
+    }
+}
+
+function exo_initialiser() {
+    for (var i = 0; i != this.tabDeplaces.length; i++) {
+        var oDiv = PF_donneObjet("exoGD" + this.tabDeplaces[i]);
+        oDiv.style.left = this.tabDeplacesX[i];
+        oDiv.style.top = this.tabDeplacesY[i];
+        try {
+            oDiv.style.cursor = "move";
+        } catch (e) {
+        }
+        var oPNG = PF_donneObjet('exoGD' + this.tabDeplaces[i] + "_AP_PNG");
+        if (oPNG != null) {
+            oPNG.style.left = oDiv.style.left;
+            oPNG.style.top = oDiv.style.top;
+        }
+    }
+    for (var j = 0; j != this.tabPaires.length; j++) {
+        this.tabPaires[j].paireForme = false;
+    }
+    this.actif = true;
+    this.scoreCourant = 0;
+    this.valide = false;
+}
+
+function exo_desactiver() {
+    deplacement = false;
+    this.actif = false;
+    for (var i = 0; i != this.tabDeplaces.length; i++) {
+        var oDiv = PF_donneObjet("exoGD" + this.tabDeplaces[i]);
+        try {
+            oDiv.style.cursor = "default";
+        } catch (e) {
+        }
+    }
+}
+
+function exo_creerPairesFausses() {
+    var i, j, k;
+    for (i = 0; i != exo.tabDeplaces.length; i++) {
+        for (j = 0; j != exo.tabCibles.length; j++) {
+            var existeP = false;
+            for (k = 0; k != exo.tabPaires.length; k++) {
+                if ((exo.tabPaires[k].idDeplace == exo.tabDeplaces[i]) && (exo.tabPaires[k].idCible == exo.tabCibles[j])) {
+                    existeP = true;
+                }
+            }
+            if (!existeP) {
+                exo.tabPaires[exo.tabPaires.length] = new PaireGD(exo.tabDeplaces[i], exo.tabCibles[j], 'ng', '', '', '');
+            }
+        }
+    }
+}
+
+function exo_solutions() {
+    for (var i = 0; i < exo.tabDeplaces.length; i++) {
+        var idMobile = exo.tabDeplaces[i];
+        for (var j = 0; j < this.tabPaires.length; j++) {
+            var oPaire = this.tabPaires[j];
+            if ((oPaire.idDeplace == idMobile) && (oPaire.correction == CODE_V)) {
+                this.formerPaire(oPaire);
+            }
+        }
+    }
+}
+
+function exo_formerPaire(oPaire) {
+    var oCible = PF_donneObjet('exoGD' + oPaire.idCible);
+    var oPNG = PF_donneObjet('exoGD' + oPaire.idCible + '_AP_PNG');
+    var oMobile = PF_donneObjet('exoGD' + oPaire.idDeplace);
+    var decalX = oPaire.decalageX;
+    if (decalX == '') {
+        decalX = this.decalageX;
+    }
+    var decalY = oPaire.decalageY;
+    if (decalY == '') {
+        decalY = this.decalageY;
+    }
+    if (decalX != '') {
+        oMobile.style.left = parseInt(oCible.style.left) + Number(decalX);
+    }
+    if (decalY != '') {
+        oMobile.style.top = parseInt(oCible.style.top) + Number(decalY);
+    }
+    if (oPNG != null) {
+        oPNG.style.left = oMobile.style.left;
+        oPNG.style.top = oMobile.style.top;
+    }
+    oPaire.paireForme = true;
+}
+
+function exo_donneSuggestion() {
+    var res = null;
+    var i = 0;
+    while (i < exo.indications.length) {
+        if (exo.indications[i].id.indexOf('divSugg') == 0) {
+            var ref = exo.indications[i].ref;
+            if ((ref != '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                var tabParams = ref.split(':');
+                if (ref.indexOf('<>') > 0) {
+                    if (!this.mobileJuste(tabParams[0])) {
+                        res = exo.indications[i];
+                        i = exo.indications.length;
+                    }
+                } else {
+                    for (var n = 0; n < this.tabPaires.length; n++) {
+                        var oPa = this.tabPaires[n];
+                        if (oPa.paireForme && (tabParams[0] == oPa.idDeplace) && (tabParams[1] == oPa.idCible)) {
+                            res = exo.indications[i];
+                            i = exo.indications.length;
+                        }
+                    }
+                }
+            }
+        }
+        i++;
+    }
+    if (res == null) {
+        i = 0;
+        while (i < exo.indications.length) {
+            if ((exo.indications[i].id.indexOf('divSugg') == 0) && (exo.indications[i].ref == '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+            i++;
+        }
+    }
+    return res;
+}
+
+function exo_donneTabReponses() {
+    var tabRep = new Array();
+    for (var i = 0; i < this.tabDeplaces.length; i++) {
+        var tabInteraction = new Array();
+        var idMobile = this.tabDeplaces[i];
+        tabInteraction[0] = this.mobileJuste(idMobile);
+        tabInteraction[2] = idMobile;
+        var chRep = "";
+        for (var j = 0; j < this.tabPaires.length; j++) {
+            var oPar = this.tabPaires[j];
+            if ((oPar.idDeplace == idMobile) && (oPar.paireForme)) {
+                chRep = idMobile + "-" + oPar.idCible;
+                j = this.tabPaires.length;
+            }
+        }
+        tabInteraction[1] = chRep;
+        tabRep[i] = tabInteraction;
+    }
+    return tabRep;
+}
+
+function exo_afficherMesReponses(tabRep) {
+    for (var i = 0; i < tabRep.length; i++) {
+        var oInteraction = tabRep[i];
+        var idMobile = oInteraction.student_response;
+        if (idMobile != '') {
+            idMobile = idMobile.substring(idMobile.indexOf("-") + 1);
+            var idDeplace = oInteraction.id;
+            idDeplace = idDeplace.substring(idDeplace.indexOf("_") + 1);
+            for (var j = 0; j < this.tabPaires.length; j++) {
+                var oPar = this.tabPaires[j];
+                if ((oPar.idDeplace == idDeplace) && (oPar.idCible == idMobile)) {
+                    this.formerPaire(oPar);
+                }
+            }
+        }
+    }
+}
+
+function exo_titreObj(code, type) {
+    var res = code;
+    var tabC;
+    var tabT;
+    if (type == "cible") {
+        tabC = this.tabCibles;
+        tabT = this.tabTitreCibles;
+    } else {
+        tabC = this.tabDeplaces;
+        tabT = this.tabTitreDeplaces;
+    }
+    for (var i = 0; i < tabC.length; i++) {
+        if (tabC[i] == code) {
+            res = tabT[i];
+        }
+    }
+    return res;
+}
+
+function exo_mobileJuste(idMobile) {
+    var existePaireJuste = false;
+    var surPaireJuste = false;
+    var surPaire = false;
+    for (var j = 0; j < this.tabPaires.length; j++) {
+        var oPaire = this.tabPaires[j];
+        if (oPaire.idDeplace == idMobile) {
+            if (oPaire.correction == CODE_V) {
+                existePaireJuste = true;
+            }
+            if (oPaire.paireForme) {
+                surPaire = true;
+                if (oPaire.correction == CODE_V) {
+                    surPaireJuste = true;
+                }
+            }
+        }
+    }
+    return (surPaireJuste || ((!existePaireJuste) && (!surPaire)));
+}
+
+function exo_mobileSurPaire(idMobile) {
+    var surPaire = false;
+    for (var j = 0; j < this.tabPaires.length; j++) {
+        var oPaire = this.tabPaires[j];
+        if (oPaire.idDeplace == idMobile) {
+            if (oPaire.paireForme) {
+                surPaire = true;
+            }
+        }
+    }
+    return surPaire;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceQC.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceQC.js
index 8db54dc021eb42368ea79c05e60907edfb719cc5..8e25279098b72bb00562ab6f6b626ddd9b68afb8 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceQC.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceQC.js
@@ -1 +1,322 @@
-function ExerciceQC(typeQC) { this.indications; this.commentaireSucces=null; this.consigne=null; this.tabStylesR; this.tabSelections; this.tabPrerequis; this.scoreCourant=0; this.scoreTotal; this.scoreV; this.scoreF; this.valide=false; this.titre=''; this.racineImage; this.actif=true; this.typeQC=typeQC; this.type="QC"; this.ordreAleatoire=false;this.maxSel=''; this.init=exo_init;this.initEchelleScore=exo_initEchelleScore;this.valider=exo_valider;this.action=exo_action;this.actionImage=exo_actionImage;this.changerBouton=exo_changerBouton; this.initialiser=exo_initialiser; this.desactiver=exo_desactiver; this.compterMultiple=exo_compterMultiple;this.solutions=exo_solutions;this.donneSuggestion=exo_donneSuggestion;this.donneTabReponses=exo_donneTabReponses;this.afficherMesReponses=exo_afficherMesReponses;}function exo_init(){this.titre=document.title;this.tabStylesR=new Array();this.tabSelections=new Array(); this.indications= new Array(); this.tabPrerequis= new Array(); this.racineImage=chemin_img+"gen/bouton"+this.typeQC;}function masqueCelTab(idRep){var obj=PF_donneObjet("trRep"+idRep);obj.style.display="none";var pere=obj.parentNode.parentNode;if (pere.nodeName.toLowerCase()=="table"){pere=pere.parentNode;}if (pere.nodeName.toLowerCase()=="td"){pere.style.display="none";}}function exo_initEchelleScore(){ var sc0 = this.scoreTotal; if (etatEval){ var unEstPris=false; for (var i=1;i<this.tabPrerequis.length;i++) {var idRep=i;var lePre=this.tabPrerequis[idRep];if (lePre=="DEFAULT"){if (unEstPris){masqueCelTab(idRep);}} else {if (parent.evalVerifPrerequis(lePre)){unEstPris=true;} else {masqueCelTab(idRep);}}} } var n; var nbReponses=this.tabStylesR.length-1; if ((this.ordreAleatoire)&&(nbReponses>1)){melangerReponses(nbReponses);melangerReponses(nbReponses);if (nbReponses>3){melangerReponses(nbReponses);melangerReponses(nbReponses);}} this.scoreV=sc0/nbReponses; this.scoreF=-this.scoreV;}function melangerReponses(totalR){var numN1=Math.floor(Math.random()*totalR)+1;var numN2=Math.floor(Math.random()*totalR)+1;if (numN1!=numN2){var oRep1=PF_donneObjet("trRep"+numN1);var oRep2=PF_donneObjet("trRep"+numN2);var lePere=oRep1.parentNode;var posInsert=oRep1.nextSibling;oRep2.parentNode.replaceChild(oRep1, oRep2);if (posInsert==oRep2){posInsert=oRep1;}lePere.insertBefore(oRep2,posInsert);}}function exo_valider(){window.status='';this.scoreCourant=this.compterMultiple();if ((this.scoreCourant+0.1)>=this.scoreTotal){this.valide=true;} else if (this.typeQC=='QCU'){this.scoreCourant=0;}}function exo_action(idRep){window.status='';if ((this.actif)&&(!qcResult)){if (this.tabPrerequis[idRep]=="DEFAULT"){return false;}if ((this.typeQC=='QCU')&&this.tabSelections[idRep]){return false;}if ((this.typeQC=='QCU')&&(!this.tabSelections[idRep])){this.initialiser(); }if (this.tabSelections[idRep]==false){if ((this.typeQC=='QCM')&&(this.maxSel!='')){var compteSel=0;for (var i=1;i<this.tabSelections.length;i++) {if (this.tabSelections[i]){compteSel++;}}if (compteSel>=parseInt(this.maxSel)){return false;}}this.tabSelections[idRep]=true;this.actionImage(idRep,true);if (afficheBordure){ PF_changeClasse("tdRep"+idRep,"STY_bordureQCDessus"); }} else {this.tabSelections[idRep]=false;this.actionImage(idRep,false);if (afficheBordure){ PF_changeClasse("tdRep"+idRep,"STY_bordureQC"); }}if (this.typeQC=='QCU'){EXO_validerAuto();}}}function exo_actionImage(idRep,sel){var nomImage="boutonRep"+idRep;var src = this.racineImage;var nomLien="lienRep"+idRep;var lien = PF_donneObjet(nomLien);if (sel) {src=src+"_sel";PF_changeClasse(nomLien,"STY_reponseQCSel");} else {PF_changeClasse(nomLien,"STY_reponseQC");}if (etatEval&& (depuisPrecedent || parent.oSco.evaluation.etatCorrige)){ src=src+"."+format_btn;} else {src=src+"_hlt."+format_btn;}changeImgBtn(PF_donneObjet(nomImage),src);actionDetecte(); }function exo_changerBouton(idRep,dessus){if (this.actif && (!qcResult)){if (this.tabPrerequis[idRep]=="DEFAULT"){return false;}var nomImage="boutonRep"+idRep;var src = this.racineImage;var dessusStr="";if (this.tabSelections[idRep]) {src=src+"_sel";dessusStr+="Sel";}if (dessus) {src=src+"_hlt";dessusStr+="Dessus";}src=src+"."+format_btn;changeImgBtn(PF_donneObjet(nomImage),src);PF_changeClasse('lienRep'+idRep,'STY_reponseQC'+dessusStr);}}function exo_initialiser(){for (var i=1;i<this.tabSelections.length;i++) {var idRep=i;this.tabSelections[idRep]=false;var nomImage="boutonRep"+idRep;changeImgBtn(PF_donneObjet(nomImage),this.racineImage+"."+format_btn);var nomLien="lienRep"+idRep;PF_changeClasse(nomLien,"STY_reponseQC");if (afficheBordure){PF_changeClasse("tdRep"+idRep,"STY_bordureQC");}}this.actif=true;this.scoreCourant=0;this.valide=false;}function exo_desactiver(){this.actif=false;if ((!etatEval)||(parent.oSco.evaluation.evalInteraction)){for (var i=1;i<this.tabSelections.length;i++) {var idRep=i;var nomImage="boutonRep"+idRep;var src = this.racineImage;if (this.tabSelections[idRep]) {src=src+"_sel";}src=src+"_dis."+format_btn;changeImgBtn(PF_donneObjet(nomImage),src);}}}function exo_compterMultiple() {var score0=0;for (var idRep=1;idRep<this.tabSelections.length;idRep++){var correct=this.tabStylesR[idRep];var selectionne=this.tabSelections[idRep];if (correct==CODE_V){if (selectionne){score0=score0+this.scoreV;} else {score0=score0+(this.scoreF/2);}} else if (correct==CODE_F){if (selectionne){score0=score0+this.scoreF;} else {score0=score0+this.scoreV;}}}score0=Math.round(score0*10)/10;return score0;}function exo_solutions(){this.actif=true;for (var i=1;i<this.tabStylesR.length;i++){if (CODE_V==this.tabStylesR[i]){this.action(i);}}}function exo_donneSuggestion(){var res=null;var i=0;while (i<exo.indications.length){if (exo.indications[i].id.indexOf('divSugg')==0){var ref=exo.indications[i].ref;if ((ref!='')&&(this.tabSelections[ref]==true)&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}}i++;}if (res==null){i=0;while (i<exo.indications.length){if ((exo.indications[i].id.indexOf('divSugg')==0)&&(exo.indications[i].ref=='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}i++;}}return res;}function exo_donneTabReponses(){var tabRep=new Array();var tabInteraction=new Array();tabInteraction[0]=this.valide;var chReps="";for (var idRep=1;idRep<this.tabSelections.length;idRep++){if (this.tabSelections[idRep]){if (chReps!=''){chReps+=",";}chReps+=new String(idRep);}}tabInteraction[1]=chReps;tabInteraction[2]="qc";tabRep[0]=tabInteraction;return tabRep;}function exo_afficherMesReponses(tabRep){this.actif=true;for (var i=0;i<tabRep.length;i++){var oInteraction=tabRep[i];var lesreps=oInteraction.student_response.split(",");for (var j=0;j<lesreps.length;j++){var num=parseInt(lesreps[j]);if (!isNaN(num)){this.action(num);}}}}
+function ExerciceQC(typeQC) {
+    this.indications;
+    this.commentaireSucces = null;
+    this.consigne = null;
+    this.tabStylesR;
+    this.tabSelections;
+    this.tabPrerequis;
+    this.scoreCourant = 0;
+    this.scoreTotal;
+    this.scoreV;
+    this.scoreF;
+    this.valide = false;
+    this.titre = '';
+    this.racineImage;
+    this.actif = true;
+    this.typeQC = typeQC;
+    this.type = "QC";
+    this.ordreAleatoire = false;
+    this.maxSel = '';
+    this.init = exo_init;
+    this.initEchelleScore = exo_initEchelleScore;
+    this.valider = exo_valider;
+    this.action = exo_action;
+    this.actionImage = exo_actionImage;
+    this.changerBouton = exo_changerBouton;
+    this.initialiser = exo_initialiser;
+    this.desactiver = exo_desactiver;
+    this.compterMultiple = exo_compterMultiple;
+    this.solutions = exo_solutions;
+    this.donneSuggestion = exo_donneSuggestion;
+    this.donneTabReponses = exo_donneTabReponses;
+    this.afficherMesReponses = exo_afficherMesReponses;
+}
+
+function exo_init() {
+    this.titre = document.title;
+    this.tabStylesR = new Array();
+    this.tabSelections = new Array();
+    this.indications = new Array();
+    this.tabPrerequis = new Array();
+    this.racineImage = chemin_img + "gen/bouton" + this.typeQC;
+}
+
+function masqueCelTab(idRep) {
+    var obj = PF_donneObjet("trRep" + idRep);
+    obj.style.display = "none";
+    var pere = obj.parentNode.parentNode;
+    if (pere.nodeName.toLowerCase() == "table") {
+        pere = pere.parentNode;
+    }
+    if (pere.nodeName.toLowerCase() == "td") {
+        pere.style.display = "none";
+    }
+}
+
+function exo_initEchelleScore() {
+    var sc0 = this.scoreTotal;
+    if (etatEval) {
+        var unEstPris = false;
+        for (var i = 1; i < this.tabPrerequis.length; i++) {
+            var idRep = i;
+            var lePre = this.tabPrerequis[idRep];
+            if (lePre == "DEFAULT") {
+                if (unEstPris) {
+                    masqueCelTab(idRep);
+                }
+            } else {
+                if (parent.evalVerifPrerequis(lePre)) {
+                    unEstPris = true;
+                } else {
+                    masqueCelTab(idRep);
+                }
+            }
+        }
+    }
+    var n;
+    var nbReponses = this.tabStylesR.length - 1;
+    if ((this.ordreAleatoire) && (nbReponses > 1)) {
+        melangerReponses(nbReponses);
+        melangerReponses(nbReponses);
+        if (nbReponses > 3) {
+            melangerReponses(nbReponses);
+            melangerReponses(nbReponses);
+        }
+    }
+    this.scoreV = sc0 / nbReponses;
+    this.scoreF = -this.scoreV;
+}
+
+function melangerReponses(totalR) {
+    var numN1 = Math.floor(Math.random() * totalR) + 1;
+    var numN2 = Math.floor(Math.random() * totalR) + 1;
+    if (numN1 != numN2) {
+        var oRep1 = PF_donneObjet("trRep" + numN1);
+        var oRep2 = PF_donneObjet("trRep" + numN2);
+        var lePere = oRep1.parentNode;
+        var posInsert = oRep1.nextSibling;
+        oRep2.parentNode.replaceChild(oRep1, oRep2);
+        if (posInsert == oRep2) {
+            posInsert = oRep1;
+        }
+        lePere.insertBefore(oRep2, posInsert);
+    }
+}
+
+function exo_valider() {
+    window.status = '';
+    this.scoreCourant = this.compterMultiple();
+    if ((this.scoreCourant + 0.1) >= this.scoreTotal) {
+        this.valide = true;
+    } else if (this.typeQC == 'QCU') {
+        this.scoreCourant = 0;
+    }
+}
+
+function exo_action(idRep) {
+    window.status = '';
+    if ((this.actif) && (!qcResult)) {
+        if (this.tabPrerequis[idRep] == "DEFAULT") {
+            return false;
+        }
+        if ((this.typeQC == 'QCU') && this.tabSelections[idRep]) {
+            return false;
+        }
+        if ((this.typeQC == 'QCU') && (!this.tabSelections[idRep])) {
+            this.initialiser();
+        }
+        if (this.tabSelections[idRep] == false) {
+            if ((this.typeQC == 'QCM') && (this.maxSel != '')) {
+                var compteSel = 0;
+                for (var i = 1; i < this.tabSelections.length; i++) {
+                    if (this.tabSelections[i]) {
+                        compteSel++;
+                    }
+                }
+                if (compteSel >= parseInt(this.maxSel)) {
+                    return false;
+                }
+            }
+            this.tabSelections[idRep] = true;
+            this.actionImage(idRep, true);
+            if (afficheBordure) {
+                PF_changeClasse("tdRep" + idRep, "STY_bordureQCDessus");
+            }
+        } else {
+            this.tabSelections[idRep] = false;
+            this.actionImage(idRep, false);
+            if (afficheBordure) {
+                PF_changeClasse("tdRep" + idRep, "STY_bordureQC");
+            }
+        }
+        if (this.typeQC == 'QCU') {
+            EXO_validerAuto();
+        }
+    }
+}
+
+function exo_actionImage(idRep, sel) {
+    var nomImage = "boutonRep" + idRep;
+    var src = this.racineImage;
+    var nomLien = "lienRep" + idRep;
+    var lien = PF_donneObjet(nomLien);
+    if (sel) {
+        src = src + "_sel";
+        PF_changeClasse(nomLien, "STY_reponseQCSel");
+    } else {
+        PF_changeClasse(nomLien, "STY_reponseQC");
+    }
+    if (etatEval && (depuisPrecedent || parent.oSco.evaluation.etatCorrige)) {
+        src = src + "." + format_btn;
+    } else {
+        src = src + "_hlt." + format_btn;
+    }
+    changeImgBtn(PF_donneObjet(nomImage), src);
+    actionDetecte();
+}
+
+function exo_changerBouton(idRep, dessus) {
+    if (this.actif && (!qcResult)) {
+        if (this.tabPrerequis[idRep] == "DEFAULT") {
+            return false;
+        }
+        var nomImage = "boutonRep" + idRep;
+        var src = this.racineImage;
+        var dessusStr = "";
+        if (this.tabSelections[idRep]) {
+            src = src + "_sel";
+            dessusStr += "Sel";
+        }
+        if (dessus) {
+            src = src + "_hlt";
+            dessusStr += "Dessus";
+        }
+        src = src + "." + format_btn;
+        changeImgBtn(PF_donneObjet(nomImage), src);
+        PF_changeClasse('lienRep' + idRep, 'STY_reponseQC' + dessusStr);
+    }
+}
+
+function exo_initialiser() {
+    for (var i = 1; i < this.tabSelections.length; i++) {
+        var idRep = i;
+        this.tabSelections[idRep] = false;
+        var nomImage = "boutonRep" + idRep;
+        changeImgBtn(PF_donneObjet(nomImage), this.racineImage + "." + format_btn);
+        var nomLien = "lienRep" + idRep;
+        PF_changeClasse(nomLien, "STY_reponseQC");
+        if (afficheBordure) {
+            PF_changeClasse("tdRep" + idRep, "STY_bordureQC");
+        }
+    }
+    this.actif = true;
+    this.scoreCourant = 0;
+    this.valide = false;
+}
+
+function exo_desactiver() {
+    this.actif = false;
+    if ((!etatEval) || (parent.oSco.evaluation.evalInteraction)) {
+        for (var i = 1; i < this.tabSelections.length; i++) {
+            var idRep = i;
+            var nomImage = "boutonRep" + idRep;
+            var src = this.racineImage;
+            if (this.tabSelections[idRep]) {
+                src = src + "_sel";
+            }
+            src = src + "_dis." + format_btn;
+            changeImgBtn(PF_donneObjet(nomImage), src);
+        }
+    }
+}
+
+function exo_compterMultiple() {
+    var score0 = 0;
+    for (var idRep = 1; idRep < this.tabSelections.length; idRep++) {
+        var correct = this.tabStylesR[idRep];
+        var selectionne = this.tabSelections[idRep];
+        if (correct == CODE_V) {
+            if (selectionne) {
+                score0 = score0 + this.scoreV;
+            } else {
+                score0 = score0 + (this.scoreF / 2);
+            }
+        } else if (correct == CODE_F) {
+            if (selectionne) {
+                score0 = score0 + this.scoreF;
+            } else {
+                score0 = score0 + this.scoreV;
+            }
+        }
+    }
+    score0 = Math.round(score0 * 10) / 10;
+    return score0;
+}
+
+function exo_solutions() {
+    this.actif = true;
+    for (var i = 1; i < this.tabStylesR.length; i++) {
+        if (CODE_V == this.tabStylesR[i]) {
+            this.action(i);
+        }
+    }
+}
+
+function exo_donneSuggestion() {
+    var res = null;
+    var i = 0;
+    while (i < exo.indications.length) {
+        if (exo.indications[i].id.indexOf('divSugg') == 0) {
+            var ref = exo.indications[i].ref;
+            if ((ref != '') && (this.tabSelections[ref] == true) && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+        }
+        i++;
+    }
+    if (res == null) {
+        i = 0;
+        while (i < exo.indications.length) {
+            if ((exo.indications[i].id.indexOf('divSugg') == 0) && (exo.indications[i].ref == '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+            i++;
+        }
+    }
+    return res;
+}
+
+function exo_donneTabReponses() {
+    var tabRep = new Array();
+    var tabInteraction = new Array();
+    tabInteraction[0] = this.valide;
+    var chReps = "";
+    for (var idRep = 1; idRep < this.tabSelections.length; idRep++) {
+        if (this.tabSelections[idRep]) {
+            if (chReps != '') {
+                chReps += ",";
+            }
+            chReps += new String(idRep);
+        }
+    }
+    tabInteraction[1] = chReps;
+    tabInteraction[2] = "qc";
+    tabRep[0] = tabInteraction;
+    return tabRep;
+}
+
+function exo_afficherMesReponses(tabRep) {
+    this.actif = true;
+    for (var i = 0; i < tabRep.length; i++) {
+        var oInteraction = tabRep[i];
+        var lesreps = oInteraction.student_response.split(",");
+        for (var j = 0; j < lesreps.length; j++) {
+            var num = parseInt(lesreps[j]);
+            if (!isNaN(num)) {
+                this.action(num);
+            }
+        }
+    }
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceQM.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceQM.js
index 7775fd9e5402df838429701c60cf1f2d0dbd71ae..34543aab8e403e4a9f0be952fb9f6cbd1935d136 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceQM.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceQM.js
@@ -1 +1,327 @@
-function ExerciceQM(typeQC) { this.indications; this.commentaireSucces=null; this.consigne=null; this.tabStylesR; this.tabSelections; this.tabPrerequis; this.scoreCourant=0; this.scoreTotal; this.scoreV; this.scoreF; this.valide=false; this.titre=''; this.racineImage; this.actif=true; this.typeQC=typeQC; this.type="QM"; this.ordreAleatoire=false; this.obligeReponses=true; this.nbColones; this.init=exo_init;this.initEchelleScore=exo_initEchelleScore;this.valider=exo_valider;this.action=exo_action;this.actionImage=exo_actionImage;this.changerBouton=exo_changerBouton; this.initialiser=exo_initialiser; this.initialiserLigne=exo_initialiserLigne;this.desactiver=exo_desactiver; this.compterMultiple=exo_compterMultiple;this.solutions=exo_solutions;this.donneSuggestion=exo_donneSuggestion;this.donneTabReponses=exo_donneTabReponses;this.afficherMesReponses=exo_afficherMesReponses;this.questionJuste=exo_questionJuste;}function exo_init(){this.titre=document.title;this.tabStylesR=new Array();this.tabSelections=new Array();this.tabPrerequis=new Array(); this.indications= new Array(); this.racineImage=chemin_img+"gen/bouton"+this.typeQC;} function exo_initEchelleScore(){ var sc0 = this.scoreTotal; if (etatEval){ for (var i=1;i<this.tabPrerequis.length;i++) {var idRep=i;var lePre=this.tabPrerequis[idRep];if (lePre=="DEFAULT"){if (unEstPris){PF_masquerDiv("trRep"+idRep);}} else {if (parent.evalVerifPrerequis(lePre)){unEstPris=true;} else {PF_masquerDiv("trRep"+idRep);}}} } var n; var nbReponses=this.tabStylesR.length-1; if ((this.ordreAleatoire)&&(nbReponses>1)){melangerReponses(nbReponses);melangerReponses(nbReponses);if (nbReponses>3){melangerReponses(nbReponses);melangerReponses(nbReponses);}} this.scoreV=sc0/nbReponses; this.scoreF=0;}function melangerReponses(totalR){var numN1=Math.floor(Math.random()*totalR)+1;var numN2=Math.floor(Math.random()*totalR)+1;if (numN1!=numN2){var oRep1=PF_donneObjet("trRep"+numN1);var oRep2=PF_donneObjet("trRep"+numN2);var lePere=oRep1.parentNode;var posInsert=oRep1.nextSibling;oRep2.parentNode.replaceChild(oRep1, oRep2);if (posInsert==oRep2){posInsert=oRep1;}lePere.insertBefore(oRep2,posInsert);}}function exo_valider(){this.scoreCourant=this.compterMultiple();if ((this.scoreCourant+0.1)>=this.scoreTotal){this.valide=true;}}function exo_action(idRep,idCol){if (this.actif){var selec=this.tabSelections[idRep];var estCoche=false;if (selec.indexOf(idCol)>=0){estCoche=true;}if (estCoche && parent.oSco.forcerReponse){return false;}if ((this.typeQC=='QCU')&&(!estCoche)){this.initialiserLigne(idRep); selec="";}if (estCoche){var oReg=new RegExp(idCol);selec=selec.replace(oReg,'');this.actionImage(idRep,idCol,false);} else {if (selec!=''){selec=selec+',';}selec+=idCol;this.actionImage(idRep,idCol,true);}selec=selec.replace(/,,/,",");selec=selec.replace(/,$/,"");selec=selec.replace(/^,/,"");this.tabSelections[idRep]=selec;var detection=true;if (parent.oSco.forcerReponse){for (var i=1;i<this.tabSelections.length;i++) {if (this.tabSelections[i]==''){detection=false;}}} if (detection){actionDetecte();}}}function exo_actionImage(idRep,idCol,sel){var nomImage="boutonRep"+idRep+idCol;var src = this.racineImage;if (sel) {src=src+"_sel";}if (etatEval&& (depuisPrecedent || parent.oSco.evaluation.etatCorrige)){ src=src+"."+format_btn;} else {src=src+"_hlt."+format_btn;}changeImgBtn(PF_donneObjet(nomImage),src);}function exo_changerBouton(idRep,idCol,dessus){if (this.actif){var nomImage="boutonRep"+idRep+idCol;var src = this.racineImage;var dessusStr="";if (this.tabSelections[idRep].indexOf(idCol)>=0) {src=src+"_sel";dessusStr+="Sel";}if (dessus) {src=src+"_hlt";dessusStr+="Dessus";}src=src+"."+format_btn;changeImgBtn(PF_donneObjet(nomImage),src);}}function exo_initialiser(){for (var i=1;i<this.tabSelections.length;i++) {this.initialiserLigne(i);}this.actif=true;this.scoreCourant=0;this.valide=false;}function exo_initialiserLigne(idRep){var src = this.racineImage+"."+format_btn;var nomImage="boutonRep"+idRep;for (var j=0;j<this.nbColones;j++) {var idc=j+1;changeImgBtn(PF_donneObjet(nomImage+idc),src);}this.tabSelections[idRep]="";}function exo_desactiver(){this.actif=false;if ((!etatEval)||(parent.oSco.evaluation.evalInteraction)){for (var i=1;i<this.tabSelections.length;i++) {var idRep=i;var nomImage="boutonRep"+idRep;var seelc=this.tabSelections[idRep];for (var j=0;j<this.nbColones;j++) {var src = this.racineImage;var idc=j+1;if (seelc.indexOf(idc)>=0){src=src+"_sel";}changeImgBtn(PF_donneObjet(nomImage+idc),src+"_dis."+format_btn);}}}}function exo_compterMultiple() {var score0=0;for (var idRep=1;idRep<this.tabSelections.length;idRep++){if (this.questionJuste(idRep)){score0=score0+this.scoreV;}}score0=Math.round(score0*10)/10;return score0;}function exo_solutions(){this.actif=true;for (var i=1;i<this.tabStylesR.length;i++){var lesjustes=this.tabStylesR[i].split(",");for (var j=0;j<lesjustes.length;j++) {var idC=lesjustes[j];if (idC!=''){this.action(i,idC);}}}}function exo_donneSuggestion(){var res=null;var i=0;while (i<exo.indications.length){if (exo.indications[i].id.indexOf('divSugg')==0){var ref=exo.indications[i].ref;if ((ref.indexOf(':')>0)&&(ref.indexOf("[solution]")<0)){var tabParams=ref.split(':');var idRep=tabParams[0];var idCol=tabParams[1];if (suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0){if (ref.indexOf("<>")>0){if(!this.questionJuste(idRep)){res=exo.indications[i];i=exo.indications.length;}} else if (this.tabSelections[idRep].indexOf(idCol)>=0){res=exo.indications[i];i=exo.indications.length;}}}}i++;}if (res==null){i=0;while (i<exo.indications.length){if ((exo.indications[i].id.indexOf('divSugg')==0)&&(exo.indications[i].ref=='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}i++;}}return res;}function exo_donneTabReponses(){var tabRep=new Array();for (var idRep=1;idRep<this.tabSelections.length;idRep++){var tabInteraction=new Array();tabInteraction[0]=this.questionJuste(idRep);tabInteraction[1]=this.tabSelections[idRep];tabInteraction[2]=idRep;tabRep[tabRep.length]=tabInteraction;}return tabRep;}function exo_afficherMesReponses(tabRep){this.actif=true;for (var i=0;i<tabRep.length;i++){var oInteraction=tabRep[i];var lesreps=oInteraction.student_response.split(",");var idRep=oInteraction.id;idRep=idRep.substring(idRep.indexOf("_")+1);for (var j=0;j<lesreps.length;j++){var num=parseInt(lesreps[j]);if (!isNaN(num)){this.action(idRep,num);}}}}function exo_questionJuste(idRep){var correct=this.tabStylesR[idRep];var selectionne=this.tabSelections[idRep];var questionJuste=true;var lesrepsjuste=correct.split(",");for (var k=0;k<lesrepsjuste.length;k++){var oR=lesrepsjuste[k];if ((oR!='')&&(selectionne.indexOf(oR)<0)){questionJuste=false;}}if ((questionJuste)&&(selectionne!='')){var lesrepsselect=selectionne.split(",");for (var k=0;k<lesrepsselect.length;k++){var oR=lesrepsselect[k];if ((oR!='')&&(correct.indexOf(oR)<0)){questionJuste=false;}}}return questionJuste;}
+function ExerciceQM(typeQC) {
+    this.indications;
+    this.commentaireSucces = null;
+    this.consigne = null;
+    this.tabStylesR;
+    this.tabSelections;
+    this.tabPrerequis;
+    this.scoreCourant = 0;
+    this.scoreTotal;
+    this.scoreV;
+    this.scoreF;
+    this.valide = false;
+    this.titre = '';
+    this.racineImage;
+    this.actif = true;
+    this.typeQC = typeQC;
+    this.type = "QM";
+    this.ordreAleatoire = false;
+    this.obligeReponses = true;
+    this.nbColones;
+    this.init = exo_init;
+    this.initEchelleScore = exo_initEchelleScore;
+    this.valider = exo_valider;
+    this.action = exo_action;
+    this.actionImage = exo_actionImage;
+    this.changerBouton = exo_changerBouton;
+    this.initialiser = exo_initialiser;
+    this.initialiserLigne = exo_initialiserLigne;
+    this.desactiver = exo_desactiver;
+    this.compterMultiple = exo_compterMultiple;
+    this.solutions = exo_solutions;
+    this.donneSuggestion = exo_donneSuggestion;
+    this.donneTabReponses = exo_donneTabReponses;
+    this.afficherMesReponses = exo_afficherMesReponses;
+    this.questionJuste = exo_questionJuste;
+}
+
+function exo_init() {
+    this.titre = document.title;
+    this.tabStylesR = new Array();
+    this.tabSelections = new Array();
+    this.tabPrerequis = new Array();
+    this.indications = new Array();
+    this.racineImage = chemin_img + "gen/bouton" + this.typeQC;
+}
+
+function exo_initEchelleScore() {
+    var sc0 = this.scoreTotal;
+    if (etatEval) {
+        for (var i = 1; i < this.tabPrerequis.length; i++) {
+            var idRep = i;
+            var lePre = this.tabPrerequis[idRep];
+            if (lePre == "DEFAULT") {
+                if (unEstPris) {
+                    PF_masquerDiv("trRep" + idRep);
+                }
+            } else {
+                if (parent.evalVerifPrerequis(lePre)) {
+                    unEstPris = true;
+                } else {
+                    PF_masquerDiv("trRep" + idRep);
+                }
+            }
+        }
+    }
+    var n;
+    var nbReponses = this.tabStylesR.length - 1;
+    if ((this.ordreAleatoire) && (nbReponses > 1)) {
+        melangerReponses(nbReponses);
+        melangerReponses(nbReponses);
+        if (nbReponses > 3) {
+            melangerReponses(nbReponses);
+            melangerReponses(nbReponses);
+        }
+    }
+    this.scoreV = sc0 / nbReponses;
+    this.scoreF = 0;
+}
+
+function melangerReponses(totalR) {
+    var numN1 = Math.floor(Math.random() * totalR) + 1;
+    var numN2 = Math.floor(Math.random() * totalR) + 1;
+    if (numN1 != numN2) {
+        var oRep1 = PF_donneObjet("trRep" + numN1);
+        var oRep2 = PF_donneObjet("trRep" + numN2);
+        var lePere = oRep1.parentNode;
+        var posInsert = oRep1.nextSibling;
+        oRep2.parentNode.replaceChild(oRep1, oRep2);
+        if (posInsert == oRep2) {
+            posInsert = oRep1;
+        }
+        lePere.insertBefore(oRep2, posInsert);
+    }
+}
+
+function exo_valider() {
+    this.scoreCourant = this.compterMultiple();
+    if ((this.scoreCourant + 0.1) >= this.scoreTotal) {
+        this.valide = true;
+    }
+}
+
+function exo_action(idRep, idCol) {
+    if (this.actif) {
+        var selec = this.tabSelections[idRep];
+        var estCoche = false;
+        if (selec.indexOf(idCol) >= 0) {
+            estCoche = true;
+        }
+        if (estCoche && parent.oSco.forcerReponse) {
+            return false;
+        }
+        if ((this.typeQC == 'QCU') && (!estCoche)) {
+            this.initialiserLigne(idRep);
+            selec = "";
+        }
+        if (estCoche) {
+            var oReg = new RegExp(idCol);
+            selec = selec.replace(oReg, '');
+            this.actionImage(idRep, idCol, false);
+        } else {
+            if (selec != '') {
+                selec = selec + ',';
+            }
+            selec += idCol;
+            this.actionImage(idRep, idCol, true);
+        }
+        selec = selec.replace(/,,/, ",");
+        selec = selec.replace(/,$/, "");
+        selec = selec.replace(/^,/, "");
+        this.tabSelections[idRep] = selec;
+        var detection = true;
+        if (parent.oSco.forcerReponse) {
+            for (var i = 1; i < this.tabSelections.length; i++) {
+                if (this.tabSelections[i] == '') {
+                    detection = false;
+                }
+            }
+        }
+        if (detection) {
+            actionDetecte();
+        }
+    }
+}
+
+function exo_actionImage(idRep, idCol, sel) {
+    var nomImage = "boutonRep" + idRep + idCol;
+    var src = this.racineImage;
+    if (sel) {
+        src = src + "_sel";
+    }
+    if (etatEval && (depuisPrecedent || parent.oSco.evaluation.etatCorrige)) {
+        src = src + "." + format_btn;
+    } else {
+        src = src + "_hlt." + format_btn;
+    }
+    changeImgBtn(PF_donneObjet(nomImage), src);
+}
+
+function exo_changerBouton(idRep, idCol, dessus) {
+    if (this.actif) {
+        var nomImage = "boutonRep" + idRep + idCol;
+        var src = this.racineImage;
+        var dessusStr = "";
+        if (this.tabSelections[idRep].indexOf(idCol) >= 0) {
+            src = src + "_sel";
+            dessusStr += "Sel";
+        }
+        if (dessus) {
+            src = src + "_hlt";
+            dessusStr += "Dessus";
+        }
+        src = src + "." + format_btn;
+        changeImgBtn(PF_donneObjet(nomImage), src);
+    }
+}
+
+function exo_initialiser() {
+    for (var i = 1; i < this.tabSelections.length; i++) {
+        this.initialiserLigne(i);
+    }
+    this.actif = true;
+    this.scoreCourant = 0;
+    this.valide = false;
+}
+
+function exo_initialiserLigne(idRep) {
+    var src = this.racineImage + "." + format_btn;
+    var nomImage = "boutonRep" + idRep;
+    for (var j = 0; j < this.nbColones; j++) {
+        var idc = j + 1;
+        changeImgBtn(PF_donneObjet(nomImage + idc), src);
+    }
+    this.tabSelections[idRep] = "";
+}
+
+function exo_desactiver() {
+    this.actif = false;
+    if ((!etatEval) || (parent.oSco.evaluation.evalInteraction)) {
+        for (var i = 1; i < this.tabSelections.length; i++) {
+            var idRep = i;
+            var nomImage = "boutonRep" + idRep;
+            var seelc = this.tabSelections[idRep];
+            for (var j = 0; j < this.nbColones; j++) {
+                var src = this.racineImage;
+                var idc = j + 1;
+                if (seelc.indexOf(idc) >= 0) {
+                    src = src + "_sel";
+                }
+                changeImgBtn(PF_donneObjet(nomImage + idc), src + "_dis." + format_btn);
+            }
+        }
+    }
+}
+
+function exo_compterMultiple() {
+    var score0 = 0;
+    for (var idRep = 1; idRep < this.tabSelections.length; idRep++) {
+        if (this.questionJuste(idRep)) {
+            score0 = score0 + this.scoreV;
+        }
+    }
+    score0 = Math.round(score0 * 10) / 10;
+    return score0;
+}
+
+function exo_solutions() {
+    this.actif = true;
+    for (var i = 1; i < this.tabStylesR.length; i++) {
+        var lesjustes = this.tabStylesR[i].split(",");
+        for (var j = 0; j < lesjustes.length; j++) {
+            var idC = lesjustes[j];
+            if (idC != '') {
+                this.action(i, idC);
+            }
+        }
+    }
+}
+
+function exo_donneSuggestion() {
+    var res = null;
+    var i = 0;
+    while (i < exo.indications.length) {
+        if (exo.indications[i].id.indexOf('divSugg') == 0) {
+            var ref = exo.indications[i].ref;
+            if ((ref.indexOf(':') > 0) && (ref.indexOf("[solution]") < 0)) {
+                var tabParams = ref.split(':');
+                var idRep = tabParams[0];
+                var idCol = tabParams[1];
+                if (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0) {
+                    if (ref.indexOf("<>") > 0) {
+                        if (!this.questionJuste(idRep)) {
+                            res = exo.indications[i];
+                            i = exo.indications.length;
+                        }
+                    } else if (this.tabSelections[idRep].indexOf(idCol) >= 0) {
+                        res = exo.indications[i];
+                        i = exo.indications.length;
+                    }
+                }
+            }
+        }
+        i++;
+    }
+    if (res == null) {
+        i = 0;
+        while (i < exo.indications.length) {
+            if ((exo.indications[i].id.indexOf('divSugg') == 0) && (exo.indications[i].ref == '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+            i++;
+        }
+    }
+    return res;
+}
+
+function exo_donneTabReponses() {
+    var tabRep = new Array();
+    for (var idRep = 1; idRep < this.tabSelections.length; idRep++) {
+        var tabInteraction = new Array();
+        tabInteraction[0] = this.questionJuste(idRep);
+        tabInteraction[1] = this.tabSelections[idRep];
+        tabInteraction[2] = idRep;
+        tabRep[tabRep.length] = tabInteraction;
+    }
+    return tabRep;
+}
+
+function exo_afficherMesReponses(tabRep) {
+    this.actif = true;
+    for (var i = 0; i < tabRep.length; i++) {
+        var oInteraction = tabRep[i];
+        var lesreps = oInteraction.student_response.split(",");
+        var idRep = oInteraction.id;
+        idRep = idRep.substring(idRep.indexOf("_") + 1);
+        for (var j = 0; j < lesreps.length; j++) {
+            var num = parseInt(lesreps[j]);
+            if (!isNaN(num)) {
+                this.action(idRep, num);
+            }
+        }
+    }
+}
+
+function exo_questionJuste(idRep) {
+    var correct = this.tabStylesR[idRep];
+    var selectionne = this.tabSelections[idRep];
+    var questionJuste = true;
+    var lesrepsjuste = correct.split(",");
+    for (var k = 0; k < lesrepsjuste.length; k++) {
+        var oR = lesrepsjuste[k];
+        if ((oR != '') && (selectionne.indexOf(oR) < 0)) {
+            questionJuste = false;
+        }
+    }
+    if ((questionJuste) && (selectionne != '')) {
+        var lesrepsselect = selectionne.split(",");
+        for (var k = 0; k < lesrepsselect.length; k++) {
+            var oR = lesrepsselect[k];
+            if ((oR != '') && (correct.indexOf(oR) < 0)) {
+                questionJuste = false;
+            }
+        }
+    }
+    return questionJuste;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceSEQ.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceSEQ.js
index dd9ddd06491aec4cb0ccca452712dcdaca322b30..529717eae14ab7133a69207550111a9c3e818473 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceSEQ.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceSEQ.js
@@ -1 +1,340 @@
-function ExerciceSEQ(choixCorrect,inserePremier) { this.indications; this.commentaireSucces=null; this.consigne=null; this.scoreCourant=0; this.scoreTotal; this.scoreV; this.scoreF; this.valide=false; this.titre=''; this.actif=true; this.type="SEQ"; this.choixCorrect=choixCorrect; this.tabCellulesOrdonnees; this.zoneMelange; this.zoneReponse; this.numAjoutCourant=0; this.inserePremier=inserePremier; this.ordreIndifferent=false; this.disposition; this.remetInsereNormal=false; this.init=exo_init;this.initEchelleScore=exo_initEchelleScore;this.valider=exo_valider;this.action=exo_action;this.initialiser=exo_initialiser; this.desactiver=exo_desactiver; this.solutions=exo_solutions;this.donneSuggestion=exo_donneSuggestion;this.donneTabReponses=exo_donneTabReponses;this.afficherMesReponses=exo_afficherMesReponses;this.estDansListeJuste=exo_estDansListeJuste;}function exo_init(){ this.titre=document.title; this.indications= new Array(); this.tabCellulesOrdonnees= new Array(); var oTab=PF_donneObjet("tableauOrdonne"); if (oTab!=null){ var lescellules=oTab.getElementsByTagName("span"); for (var i=0;i<lescellules.length;i++){ var oCell=lescellules.item(i); var lid=oCell.getAttribute("id"); if ((oCell.innerHTML!="")&&(lid.indexOf("conteneur")==0)){ this.tabCellulesOrdonnees[this.tabCellulesOrdonnees.length]=lid.substring(9); } } if (this.disposition=="V"){ this.zoneMelange=PF_donneObjet("STY_texteSEQV");this.zoneReponse=PF_donneObjet("STY_reponseSEQV");PF_masquerDiv("STY_zoneSEQH"); } else { this.zoneMelange=PF_donneObjet("zoneSeqAffichage");this.zoneReponse=PF_donneObjet("STY_reponseSEQ");PF_masquerDiv("STY_zoneSEQV");} var oTabRestant=PF_donneObjet("tableauRestant"); var oCell=oTabRestant.firstChild; while (oCell!=null){ var oSuiv=oCell.nextSibling; var lid=oCell.getAttribute("id"); if ((oCell.innerHTML!="")&&(lid.indexOf("conteneur")==0)){ oTab.appendChild(oCell); } oCell=oSuiv; }lescellules=oTab.getElementsByTagName("span");var totalR=lescellules.length;if (totalR>1){melangerReponses(lescellules,totalR);melangerReponses(lescellules,totalR);melangerReponses(lescellules,totalR);melangerReponses(lescellules,totalR+1);melangerReponses(lescellules,totalR+3);melangerReponses(lescellules,totalR-2);melangerReponses(lescellules,totalR-1);} afficherObjets();}}function melangerReponses(lescellules,totalR){var numN1=Math.floor(Math.random()*totalR);var numN2=Math.floor(Math.random()*totalR);if (numN1!=numN2){var oRep1=lescellules.item(numN1);var oRep2=lescellules.item(numN2);if ((oRep1!=null)&&(oRep2!=null)){if (oRep1.getAttribute("id").indexOf("obj")==0){oRep1=oRep1.parentNode;}if (oRep2.getAttribute("id").indexOf("obj")==0){oRep2=oRep2.parentNode;}if ((oRep1.getAttribute("id").indexOf("conteneur")==0)&&(oRep2.getAttribute("id").indexOf("conteneur")==0)){var lePere=oRep1.parentNode;var posInsert=oRep1.nextSibling;oRep2.parentNode.replaceChild(oRep1, oRep2);if (posInsert==oRep2){posInsert=oRep1;}lePere.insertBefore(oRep2,posInsert);}}}} function exo_initEchelleScore(){ this.scores= new Array(); var sc0 = this.scoreTotal; var nbReponses=this.tabCellulesOrdonnees.length;this.scoreV=sc0/nbReponses; this.scoreF=-this.scoreV;}function exo_valider(){this.scoreCourant=0;var oCell=this.zoneReponse.firstChild;var numOrd=0;var nbReps=this.tabCellulesOrdonnees.length;while (oCell!=null){var oSuiv=oCell.nextSibling;var lid=oCell.getAttribute('id');if (lid==null){lid="";}if (lid.indexOf('dupliObj')==0){var idRep=lid.substring(8);if (this.ordreIndifferent){if (this.estDansListeJuste(idRep)){this.scoreCourant+=this.scoreV;} else {this.scoreCourant+=this.scoreF;}} else {if ((numOrd<nbReps)&&(this.tabCellulesOrdonnees[numOrd]==idRep)){this.scoreCourant+=this.scoreV;} else {this.scoreCourant+=this.scoreF;}}}numOrd++;oCell=oSuiv;}this.scoreCourant=Math.round(this.scoreCourant*10)/10;if ((this.scoreCourant+0.1)>=this.scoreTotal){this.valide=true;}}function exo_estDansListeJuste(idRep){var dansListe=false;for (var k=0;k<this.tabCellulesOrdonnees.length;k++){if (this.tabCellulesOrdonnees[k]==idRep){dansListe=true;}}return dansListe;}function exo_action(idRep){if (this.actif){var oConteneur=PF_donneObjet("conteneur"+idRep);var existeDupli=PF_donneObjet("dupliObj"+idRep);if (existeDupli){existeDupli.parentNode.removeChild(existeDupli);this.numAjoutCourant--;oConteneur.style.visibility="visible";actionDetecte();} else {var ajout=true;if ((this.choixCorrect)){if ((!this.ordreIndifferent)||(!this.estDansListeJuste(idRep))){if (!((etatEval)&&(parent.oSco.evaluation.etatCorrige))){ajout=false;}}}var numPos=this.numAjoutCourant;if ((this.inserePremier)&&(!this.remetInsereNormal)){numPos=this.tabCellulesOrdonnees.length-this.numAjoutCourant-1;}if (this.numAjoutCourant<this.tabCellulesOrdonnees.length){if (this.tabCellulesOrdonnees[numPos]==idRep){ajout=true;} else {var oObjet=PF_donneObjet("obj"+idRep);var contenuCourant=oObjet.innerHTML;for (var j=0;j<this.tabCellulesOrdonnees.length;j++){var idAutre=this.tabCellulesOrdonnees[j];if (idAutre!=idRep){var objAutre=PF_donneObjet("obj"+idAutre);if (objAutre.innerHTML==contenuCourant){if (this.tabCellulesOrdonnees[numPos]==idAutre){ajout=false;this.action(j+1);return 0;}}}}}}if (ajout){var oObjet=PF_donneObjet("obj"+idRep);var oCopie=oObjet.cloneNode(true);oCopie.setAttribute("id","dupliObj"+idRep);oCopie.className="STY_objetSeq";oConteneur.style.visibility="hidden";if ((this.inserePremier)&&(!this.remetInsereNormal)){this.zoneReponse.insertBefore(oCopie,this.zoneReponse.firstChild);} else {this.zoneReponse.appendChild(oCopie);}this.numAjoutCourant++;actionDetecte();}}}}function exo_initialiser(){this.actif=true;this.zoneReponse.innerHTML="";var lesobjs=this.zoneMelange.getElementsByTagName("span");for (var i=0;i<lesobjs.length;i++){var oObj=lesobjs.item(i);if (oObj.getAttribute("id").indexOf("conteneur")==0){oObj.style.visibility="visible";}}this.numAjoutCourant=0;this.scoreCourant=0;this.valide=false;this.remetInsereNormal=false;}function afficherObjets(){var oTab=PF_donneObjet("tableauOrdonne");exo.zoneMelange.innerHTML="";exo.zoneReponse.innerHTML=""; var oCell=oTab.firstChild; while (oCell!=null){ var oSuiv=oCell.nextSibling; if ((oCell.getAttribute('id').indexOf('conteneur')==0)&&(oCell.innerHTML!='')){ exo.zoneMelange.appendChild(oCell); } oCell=oSuiv; }}function exo_desactiver(){this.actif=false;}function exo_solutions(){this.actif=true;this.remetInsereNormal=true;for (var i=0;i<this.tabCellulesOrdonnees.length;i++){this.action(this.tabCellulesOrdonnees[i]);}this.remetInsereNormal=false;}function exo_donneSuggestion(){var res=null;var i=0;while (i<exo.indications.length){if (exo.indications[i].id.indexOf('divSugg')==0){if ((exo.indications[i].ref=='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}}i++;}return res;}function exo_donneTabReponses(){var tabRep=new Array();var tabInteraction=new Array();tabInteraction[0]=this.valide;var chReps="";var oCell=this.zoneReponse.firstChild;while (oCell!=null){var oSuiv=oCell.nextSibling;var lid=oCell.getAttribute('id');if (lid==null){lid="";}if (lid.indexOf('dupliObj')==0){var idRep=lid.substring(8);if (chReps!=''){chReps+=",";}for (var n=0;n<this.tabCellulesOrdonnees.length;n++){if (this.tabCellulesOrdonnees[n]==idRep){idRep=n+1;}}chReps+=new String(idRep);}oCell=oSuiv;}tabInteraction[1]=chReps;tabInteraction[2]="seq";tabRep[0]=tabInteraction;return tabRep;}function exo_afficherMesReponses(tabRep){this.actif=true;this.remetInsereNormal=true;for (var i=0;i<tabRep.length;i++){var oInteraction=tabRep[i];var laRep=oInteraction.student_response;var lesreps=laRep.split(",");for (var j=0;j<lesreps.length;j++){var num=lesreps[j];if (num!=''){num=parseInt(num);if (num<=this.tabCellulesOrdonnees.length){num--;num=this.tabCellulesOrdonnees[num];}this.action(num);}}}this.remetInsereNormal=false;}function sourisDessus(obj){ if ((exo.actif)&&(obj.className!='STY_objetSeqDessus')){ obj.className='STY_objetSeqDessus'; }}
+function ExerciceSEQ(choixCorrect, inserePremier) {
+    this.indications;
+    this.commentaireSucces = null;
+    this.consigne = null;
+    this.scoreCourant = 0;
+    this.scoreTotal;
+    this.scoreV;
+    this.scoreF;
+    this.valide = false;
+    this.titre = '';
+    this.actif = true;
+    this.type = "SEQ";
+    this.choixCorrect = choixCorrect;
+    this.tabCellulesOrdonnees;
+    this.zoneMelange;
+    this.zoneReponse;
+    this.numAjoutCourant = 0;
+    this.inserePremier = inserePremier;
+    this.ordreIndifferent = false;
+    this.disposition;
+    this.remetInsereNormal = false;
+    this.init = exo_init;
+    this.initEchelleScore = exo_initEchelleScore;
+    this.valider = exo_valider;
+    this.action = exo_action;
+    this.initialiser = exo_initialiser;
+    this.desactiver = exo_desactiver;
+    this.solutions = exo_solutions;
+    this.donneSuggestion = exo_donneSuggestion;
+    this.donneTabReponses = exo_donneTabReponses;
+    this.afficherMesReponses = exo_afficherMesReponses;
+    this.estDansListeJuste = exo_estDansListeJuste;
+}
+
+function exo_init() {
+    this.titre = document.title;
+    this.indications = new Array();
+    this.tabCellulesOrdonnees = new Array();
+    var oTab = PF_donneObjet("tableauOrdonne");
+    if (oTab != null) {
+        var lescellules = oTab.getElementsByTagName("span");
+        for (var i = 0; i < lescellules.length; i++) {
+            var oCell = lescellules.item(i);
+            var lid = oCell.getAttribute("id");
+            if ((oCell.innerHTML != "") && (lid.indexOf("conteneur") == 0)) {
+                this.tabCellulesOrdonnees[this.tabCellulesOrdonnees.length] = lid.substring(9);
+            }
+        }
+        if (this.disposition == "V") {
+            this.zoneMelange = PF_donneObjet("STY_texteSEQV");
+            this.zoneReponse = PF_donneObjet("STY_reponseSEQV");
+            PF_masquerDiv("STY_zoneSEQH");
+        } else {
+            this.zoneMelange = PF_donneObjet("zoneSeqAffichage");
+            this.zoneReponse = PF_donneObjet("STY_reponseSEQ");
+            PF_masquerDiv("STY_zoneSEQV");
+        }
+        var oTabRestant = PF_donneObjet("tableauRestant");
+        var oCell = oTabRestant.firstChild;
+        while (oCell != null) {
+            var oSuiv = oCell.nextSibling;
+            var lid = oCell.getAttribute("id");
+            if ((oCell.innerHTML != "") && (lid.indexOf("conteneur") == 0)) {
+                oTab.appendChild(oCell);
+            }
+            oCell = oSuiv;
+        }
+        lescellules = oTab.getElementsByTagName("span");
+        var totalR = lescellules.length;
+        if (totalR > 1) {
+            melangerReponses(lescellules, totalR);
+            melangerReponses(lescellules, totalR);
+            melangerReponses(lescellules, totalR);
+            melangerReponses(lescellules, totalR + 1);
+            melangerReponses(lescellules, totalR + 3);
+            melangerReponses(lescellules, totalR - 2);
+            melangerReponses(lescellules, totalR - 1);
+        }
+        afficherObjets();
+    }
+}
+
+function melangerReponses(lescellules, totalR) {
+    var numN1 = Math.floor(Math.random() * totalR);
+    var numN2 = Math.floor(Math.random() * totalR);
+    if (numN1 != numN2) {
+        var oRep1 = lescellules.item(numN1);
+        var oRep2 = lescellules.item(numN2);
+        if ((oRep1 != null) && (oRep2 != null)) {
+            if (oRep1.getAttribute("id").indexOf("obj") == 0) {
+                oRep1 = oRep1.parentNode;
+            }
+            if (oRep2.getAttribute("id").indexOf("obj") == 0) {
+                oRep2 = oRep2.parentNode;
+            }
+            if ((oRep1.getAttribute("id").indexOf("conteneur") == 0) && (oRep2.getAttribute("id").indexOf("conteneur") == 0)) {
+                var lePere = oRep1.parentNode;
+                var posInsert = oRep1.nextSibling;
+                oRep2.parentNode.replaceChild(oRep1, oRep2);
+                if (posInsert == oRep2) {
+                    posInsert = oRep1;
+                }
+                lePere.insertBefore(oRep2, posInsert);
+            }
+        }
+    }
+}
+
+function exo_initEchelleScore() {
+    this.scores = new Array();
+    var sc0 = this.scoreTotal;
+    var nbReponses = this.tabCellulesOrdonnees.length;
+    this.scoreV = sc0 / nbReponses;
+    this.scoreF = -this.scoreV;
+}
+
+function exo_valider() {
+    this.scoreCourant = 0;
+    var oCell = this.zoneReponse.firstChild;
+    var numOrd = 0;
+    var nbReps = this.tabCellulesOrdonnees.length;
+    while (oCell != null) {
+        var oSuiv = oCell.nextSibling;
+        var lid = oCell.getAttribute('id');
+        if (lid == null) {
+            lid = "";
+        }
+        if (lid.indexOf('dupliObj') == 0) {
+            var idRep = lid.substring(8);
+            if (this.ordreIndifferent) {
+                if (this.estDansListeJuste(idRep)) {
+                    this.scoreCourant += this.scoreV;
+                } else {
+                    this.scoreCourant += this.scoreF;
+                }
+            } else {
+                if ((numOrd < nbReps) && (this.tabCellulesOrdonnees[numOrd] == idRep)) {
+                    this.scoreCourant += this.scoreV;
+                } else {
+                    this.scoreCourant += this.scoreF;
+                }
+            }
+        }
+        numOrd++;
+        oCell = oSuiv;
+    }
+    this.scoreCourant = Math.round(this.scoreCourant * 10) / 10;
+    if ((this.scoreCourant + 0.1) >= this.scoreTotal) {
+        this.valide = true;
+    }
+}
+
+function exo_estDansListeJuste(idRep) {
+    var dansListe = false;
+    for (var k = 0; k < this.tabCellulesOrdonnees.length; k++) {
+        if (this.tabCellulesOrdonnees[k] == idRep) {
+            dansListe = true;
+        }
+    }
+    return dansListe;
+}
+
+function exo_action(idRep) {
+    if (this.actif) {
+        var oConteneur = PF_donneObjet("conteneur" + idRep);
+        var existeDupli = PF_donneObjet("dupliObj" + idRep);
+        if (existeDupli) {
+            existeDupli.parentNode.removeChild(existeDupli);
+            this.numAjoutCourant--;
+            oConteneur.style.visibility = "visible";
+            actionDetecte();
+        } else {
+            var ajout = true;
+            if ((this.choixCorrect)) {
+                if ((!this.ordreIndifferent) || (!this.estDansListeJuste(idRep))) {
+                    if (!((etatEval) && (parent.oSco.evaluation.etatCorrige))) {
+                        ajout = false;
+                    }
+                }
+            }
+            var numPos = this.numAjoutCourant;
+            if ((this.inserePremier) && (!this.remetInsereNormal)) {
+                numPos = this.tabCellulesOrdonnees.length - this.numAjoutCourant - 1;
+            }
+            if (this.numAjoutCourant < this.tabCellulesOrdonnees.length) {
+                if (this.tabCellulesOrdonnees[numPos] == idRep) {
+                    ajout = true;
+                } else {
+                    var oObjet = PF_donneObjet("obj" + idRep);
+                    var contenuCourant = oObjet.innerHTML;
+                    for (var j = 0; j < this.tabCellulesOrdonnees.length; j++) {
+                        var idAutre = this.tabCellulesOrdonnees[j];
+                        if (idAutre != idRep) {
+                            var objAutre = PF_donneObjet("obj" + idAutre);
+                            if (objAutre.innerHTML == contenuCourant) {
+                                if (this.tabCellulesOrdonnees[numPos] == idAutre) {
+                                    ajout = false;
+                                    this.action(j + 1);
+                                    return 0;
+                                }
+                            }
+                        }
+                    }
+                }
+            }
+            if (ajout) {
+                var oObjet = PF_donneObjet("obj" + idRep);
+                var oCopie = oObjet.cloneNode(true);
+                oCopie.setAttribute("id", "dupliObj" + idRep);
+                oCopie.className = "STY_objetSeq";
+                oConteneur.style.visibility = "hidden";
+                if ((this.inserePremier) && (!this.remetInsereNormal)) {
+                    this.zoneReponse.insertBefore(oCopie, this.zoneReponse.firstChild);
+                } else {
+                    this.zoneReponse.appendChild(oCopie);
+                }
+                this.numAjoutCourant++;
+                actionDetecte();
+            }
+        }
+    }
+}
+
+function exo_initialiser() {
+    this.actif = true;
+    this.zoneReponse.innerHTML = "";
+    var lesobjs = this.zoneMelange.getElementsByTagName("span");
+    for (var i = 0; i < lesobjs.length; i++) {
+        var oObj = lesobjs.item(i);
+        if (oObj.getAttribute("id").indexOf("conteneur") == 0) {
+            oObj.style.visibility = "visible";
+        }
+    }
+    this.numAjoutCourant = 0;
+    this.scoreCourant = 0;
+    this.valide = false;
+    this.remetInsereNormal = false;
+}
+
+function afficherObjets() {
+    var oTab = PF_donneObjet("tableauOrdonne");
+    exo.zoneMelange.innerHTML = "";
+    exo.zoneReponse.innerHTML = "";
+    var oCell = oTab.firstChild;
+    while (oCell != null) {
+        var oSuiv = oCell.nextSibling;
+        if ((oCell.getAttribute('id').indexOf('conteneur') == 0) && (oCell.innerHTML != '')) {
+            exo.zoneMelange.appendChild(oCell);
+        }
+        oCell = oSuiv;
+    }
+}
+
+function exo_desactiver() {
+    this.actif = false;
+}
+
+function exo_solutions() {
+    this.actif = true;
+    this.remetInsereNormal = true;
+    for (var i = 0; i < this.tabCellulesOrdonnees.length; i++) {
+        this.action(this.tabCellulesOrdonnees[i]);
+    }
+    this.remetInsereNormal = false;
+}
+
+function exo_donneSuggestion() {
+    var res = null;
+    var i = 0;
+    while (i < exo.indications.length) {
+        if (exo.indications[i].id.indexOf('divSugg') == 0) {
+            if ((exo.indications[i].ref == '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+        }
+        i++;
+    }
+    return res;
+}
+
+function exo_donneTabReponses() {
+    var tabRep = new Array();
+    var tabInteraction = new Array();
+    tabInteraction[0] = this.valide;
+    var chReps = "";
+    var oCell = this.zoneReponse.firstChild;
+    while (oCell != null) {
+        var oSuiv = oCell.nextSibling;
+        var lid = oCell.getAttribute('id');
+        if (lid == null) {
+            lid = "";
+        }
+        if (lid.indexOf('dupliObj') == 0) {
+            var idRep = lid.substring(8);
+            if (chReps != '') {
+                chReps += ",";
+            }
+            for (var n = 0; n < this.tabCellulesOrdonnees.length; n++) {
+                if (this.tabCellulesOrdonnees[n] == idRep) {
+                    idRep = n + 1;
+                }
+            }
+            chReps += new String(idRep);
+        }
+        oCell = oSuiv;
+    }
+    tabInteraction[1] = chReps;
+    tabInteraction[2] = "seq";
+    tabRep[0] = tabInteraction;
+    return tabRep;
+}
+
+function exo_afficherMesReponses(tabRep) {
+    this.actif = true;
+    this.remetInsereNormal = true;
+    for (var i = 0; i < tabRep.length; i++) {
+        var oInteraction = tabRep[i];
+        var laRep = oInteraction.student_response;
+        var lesreps = laRep.split(",");
+        for (var j = 0; j < lesreps.length; j++) {
+            var num = lesreps[j];
+            if (num != '') {
+                num = parseInt(num);
+                if (num <= this.tabCellulesOrdonnees.length) {
+                    num--;
+                    num = this.tabCellulesOrdonnees[num];
+                }
+                this.action(num);
+            }
+        }
+    }
+    this.remetInsereNormal = false;
+}
+
+function sourisDessus(obj) {
+    if ((exo.actif) && (obj.className != 'STY_objetSeqDessus')) {
+        obj.className = 'STY_objetSeqDessus';
+    }
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceTAT.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceTAT.js
index 9d54e8636272211468441fd58bf66a9c2c2d1fba..909c42f9f23cd6e95e1db0d3e43426cafa89bd44 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceTAT.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseExerciceTAT.js
@@ -1 +1,455 @@
-function ExerciceTAT() { this.indications; this.commentaireSucces=null; this.consigne=null; this.tabChamps; this.tabReponses; this.tabSelects; this.nombreTrous=0; this.scoreCourant=0; this.scoreTotal=0; this.scoreV; this.scoreF; this.valide=false; this.titre=''; this.type="TAT"; this.actif=true;this.sensibleCasse=false;this.respectAccents=false;this.existeZoneTxt=false; this.init=exo_init;this.initEchelleScore=exo_initEchelleScore;this.ajouterReponse=exo_ajouterReponse;this.compterTotal=exo_compterTotal;this.valider=exo_valider; this.initialiser=exo_initialiser; this.construireMenu=exo_construireMenu;this.construireMenus=exo_construireMenus;this.desactiver=exo_desactiver; this.solutions=exo_solutions;this.donneSuggestion=exo_donneSuggestion;this.champJuste=exo_champJuste;this.donneTabReponses=exo_donneTabReponses;this.afficherMesReponses=exo_afficherMesReponses;}function exo_init(){this.titre=document.title; this.indications= new Array(); this.tabChamps=new Array(); this.tabReponses=new Array(); this.tabSelects=new Array(); var leszn=document.getElementsByTagName("textarea"); if (leszn.length>0){ this.existeZoneTxt=true; } if (etatEval && (parent.oSco.evaluation.pourcentageRequis=="0") && !parent.oSco.forcerReponse){activerBoutonValider(); }}function exo_initEchelleScore(){ var sc0 = this.scoreTotal; this.scoreV=sc0/this.nombreTrous; this.scoreF=0;}function exo_ajouterReponse(num,correction,txt){var res='';if (txt.indexOf('#k')!=0){res=txt;} else {txt=txt.substring(2);var l=txt.length;if (txt.length>5){txt=txt.substring(4)+txt.substring(0,4);}var k=0;while (k<txt.length){var sub=txt.substring(k,k+3);res+=String.fromCharCode(Number(sub));k=k+3;}}var nouveauChampTrou = new ChampTrou(num,res,correction);this.tabReponses[this.tabReponses.length]=nouveauChampTrou;}function exo_compterTotal(){var resTotal=0;for (var n=0;n<this.tabChamps.length;n++){var resTmp;if (this.champJuste(this.tabChamps[n])){resTmp=this.scoreV;} else {resTmp=this.scoreF;}resTotal=resTotal+resTmp;}return Math.round(resTotal*10)/10;}function exo_valider(){this.scoreCourant=this.compterTotal();if ((this.scoreCourant+0.1)>=this.scoreTotal){this.valide=true;}}function exo_initialiser(){for (var n=0;n<this.tabChamps.length;n++){var champTmp= PF_donneObjet('champTrou'+this.tabChamps[n]);champTmp.value='';if ((n==0)&&(!etatEval || !parent.oSco.evaluation.etatCorrige)){champTmp.focus();}}for (var n=0;n<this.tabSelects.length;n++){var champTmp= PF_donneObjet('champTrou'+this.tabSelects[n]);champTmp.options[0].selected=true;}this.scoreCourant=0;this.valide=false;this.actif=true;}function exo_construireMenus(){for (var n=0;n<this.tabSelects.length;n++){this.construireMenu(this.tabSelects[n]);}}function exo_construireMenu(ref){var champTmp= PF_donneObjet('champTrou'+ref);var effaceValeurVide=false;for (var k=0;k<this.tabReponses.length;k++){var entree=this.tabReponses[k];if (entree.reference==ref){var nouveauChoix = new Option(entree.texte,entree.texte);champTmp.options[champTmp.options.length]=nouveauChoix;if (entree.texte==''){effaceValeurVide=true;}}}/*if (effaceValeurVide){champTmp.remove(0);}*/}function exo_desactiver(){ this.actif=false;}function actionDetecteSelect(){if ((actionD==false)&&reponseValidable()){actionD=true;activerBoutonInit();activerBoutonValider();/*var lienBoutonValider=PF_donneObjet("lienBoutonValider");if (lienBoutonValider!=null){lienBoutonValider.focus();}*/}if (exo.nombreTrous==1){EXO_validerAuto();}}function desactiveSelect(){if (!exo.actif){window.focus();}}function actionDetecteTrou(num){if (!exo.actif){window.focus();} else {if ((actionD==false)&&reponseValidable()){actionD=true;activerBoutonInit();activerBoutonValider();}}}function exo_solutions(){for (var n=0;n<this.tabChamps.length;n++){var idTabTmp=this.tabChamps[n];var champTmp= PF_donneObjet('champTrou'+idTabTmp);var balise=champTmp.tagName.toLowerCase();for (var k=this.tabReponses.length-1;k>=0;k--){var repTmp=this.tabReponses[k];if ((repTmp.reference==idTabTmp)&&(repTmp.correction==CODE_V)){if (balise=="select"){selectValeur(champTmp,repTmp.texte);} else {champTmp.value=repTmp.texte;}}}}}function selectValeur(oSelect,val){for(var i=0;i<oSelect.options.length;i++){if (oSelect.options[i].value==val){oSelect.options[i].selected=true;}} }function exo_donneSuggestion(){var res=null;var i=0;while (i<exo.indications.length){if (exo.indications[i].id.indexOf('divSugg')==0){var ref=exo.indications[i].ref;if ((exo.indications[i].ref!='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){var tabParams=ref.split(':');var idTrou=tabParams[0];var numRep=tabParams[1];for (var n=0;n<this.tabChamps.length;n++){if (this.tabChamps[n]==idTrou){var oTrou= PF_donneObjet('champTrou'+idTrou);var k=0;var numTmp=1;var oRep=null;while (k<this.tabReponses.length){if (this.tabReponses[k].reference==idTrou){if (numTmp==numRep){oRep=this.tabReponses[k];k=this.tabReponses.length; }numTmp++;}k++;}var txt1=oTrou.value;if (oRep!=null){var txt2=oRep.texte;if (!this.sensibleCasse){txt1=txt1.toLowerCase();txt2=txt2.toLowerCase();}if (!this.respectAccents){txt1=sansAccents(txt1);txt2=sansAccents(txt2);}if (correspond(txt1,txt2,idTrou)){res=exo.indications[i];i=exo.indications.length;}} else if ((txt1!='')&&(numRep=='<>')){if (!this.champJuste(idTrou)){res=exo.indications[i];i=exo.indications.length;}}}}}}i++;}if (res==null){i=0;while (i<exo.indications.length){if ((exo.indications[i].id.indexOf('divSugg')==0)&&(exo.indications[i].ref=='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}i++;}}return res;}function correspond(txt1,txt2,idTrou){var res=false;if (txt2=='<>'){if (txt1!=''){var pasCompris=true;var k=0;while (k<exo.tabReponses.length){if ((exo.tabReponses[k].reference==idTrou)&&(exo.tabReponses[k].texte==txt1)){pasCompris=false;k=exo.tabReponses.length; }k++;}if (pasCompris){res=true;}}} else if (txt1==txt2){res=true;}return res;}function exo_champJuste(idTabTmp){var juste=false;var champTmp= PF_donneObjet('champTrou'+idTabTmp);var txt1=champTmp.value;var existeReponses=false;for (k=0;k<this.tabReponses.length;k++){var repTmp=this.tabReponses[k];if (repTmp.reference==idTabTmp){existeReponses=true;var txt2=repTmp.texte;var compareTxt=txt2;if (!this.sensibleCasse){txt1=txt1.toLowerCase();compareTxt=txt2.toLowerCase();}if (!this.respectAccents){txt1=sansAccents(txt1);compareTxt=sansAccents(compareTxt);}if (correspond(txt1,compareTxt,idTabTmp)){if (repTmp.correction==CODE_V){juste=true;if (champTmp.tagName.toLowerCase()!="select"){if (txt2!="<>"){champTmp.value=txt2;}}}}}}if ((!existeReponses)&&(txt1=='')){juste=true;}return juste;}function exo_donneTabReponses(){var tabRep=new Array();for (var n=0;n<this.tabChamps.length;n++){var tabInteraction=new Array();var idTabTmp=this.tabChamps[n];tabInteraction[0]=this.champJuste(idTabTmp);var oChampTmp= PF_donneObjet('champTrou'+idTabTmp);var vall=oChampTmp.value;if (vall=='\xA0'){vall='';}tabInteraction[1]=vall;/*var tabReponsesCorrectes=new Array();for (k=0;k<this.tabReponses.length;k++){var repTmp=this.tabReponses[k];if ((repTmp.reference==idTabTmp)&&(repTmp.correction==CODE_V)){tabReponsesCorrectes[tabReponsesCorrectes.length]=repTmp.texte;}}tabInteraction[2]=tabReponsesCorrectes;*/tabInteraction[2]=idTabTmp;tabRep[n]=tabInteraction;}return tabRep;}function exo_afficherMesReponses(tabRep){for (var i=0;i<tabRep.length;i++){var oInteraction=tabRep[i];var idTabTmp=oInteraction.id;idTabTmp=idTabTmp.substring(idTabTmp.indexOf("_")+1);var oChampTmp= PF_donneObjet('champTrou'+idTabTmp);if (oChampTmp!=null){oChampTmp.value=oInteraction.student_response;}}}function clavierTAT(evt){if (evt==null){evt=window.event;}if (evt.keyCode==13){GEN_clavier(evt);}}function GEN_presseTouche(evt){if (evt==null){evt=window.event;}if (evt.keyCode==8){GEN_bloqueRetour(evt);} else if (evt.keyCode==13){GEN_clavier();}}function tapeDansChamp(evt){var res=true;if (evt==null){evt=window.event;}evt.cancelBubble=true;try {evt.stopPropagation();}catch(e){}if (evt.keyCode==13){if (!etatEval){EXO_valider();evt.returnValue=false;res=false;}}return res;}function tapeDansZone(evt){if (evt==null){evt=window.event;}evt.cancelBubble=true;try {evt.stopPropagation();}catch(e){}}function sansAccents(chaine){chaine=chaine.replace(/[éèêë]/g,"e");chaine=chaine.replace(/[àáâãäå]/g,"a");chaine=chaine.replace(/[òóôõöø]/g,"o");chaine=chaine.replace(/[ç]/g,"c");chaine=chaine.replace(/[ìíîï]/g,"i");chaine=chaine.replace(/[ùúûü]/g,"u");chaine=chaine.replace(/[ñ]/g,"n");chaine=chaine.replace(/[ÿ]/g,"y");chaine=chaine.replace(/[ÈÉÊË]/g,"E");chaine=chaine.replace(/[àáâãäå]/g,"a");chaine=chaine.replace(/[ÒÓÔÕÖØ]/g,"O");chaine=chaine.replace(/[Ç]/g,"C");chaine=chaine.replace(/[ÌÍÎÏ]/g,"I");chaine=chaine.replace(/[ÙÚÛÜ]/g,"U");chaine=chaine.replace(/[Ñ]/g,"N");return chaine;}function focusPremierChamp(){if (parent.oSco.config_navigateur!="IE"){window.focus();}if ((exo.tabChamps.length>0)&& (!etatEval || !parent.oSco.evaluation.etatCorrige)){var champTmp= PF_donneObjet('champTrou'+exo.tabChamps[0]);if (champTmp.tagName.toLowerCase()!='select'){try {champTmp.focus();}catch(e){}}}}function reponseValidable(){var res=true;if (parent.oSco.forcerReponse){for (var n=0;n<exo.tabChamps.length;n++){var champTmp= PF_donneObjet('champTrou'+exo.tabChamps[n]);if (champTmp.tagName.toLowerCase()!='select'){var val=champTmp.value.replace(/\s/g,'');if (val==''){res=false;}} else {if (champTmp.options[0].selected){res=false;}}}}return res;}
+function ExerciceTAT() {
+    this.indications;
+    this.commentaireSucces = null;
+    this.consigne = null;
+    this.tabChamps;
+    this.tabReponses;
+    this.tabSelects;
+    this.nombreTrous = 0;
+    this.scoreCourant = 0;
+    this.scoreTotal = 0;
+    this.scoreV;
+    this.scoreF;
+    this.valide = false;
+    this.titre = '';
+    this.type = "TAT";
+    this.actif = true;
+    this.sensibleCasse = false;
+    this.respectAccents = false;
+    this.existeZoneTxt = false;
+    this.init = exo_init;
+    this.initEchelleScore = exo_initEchelleScore;
+    this.ajouterReponse = exo_ajouterReponse;
+    this.compterTotal = exo_compterTotal;
+    this.valider = exo_valider;
+    this.initialiser = exo_initialiser;
+    this.construireMenu = exo_construireMenu;
+    this.construireMenus = exo_construireMenus;
+    this.desactiver = exo_desactiver;
+    this.solutions = exo_solutions;
+    this.donneSuggestion = exo_donneSuggestion;
+    this.champJuste = exo_champJuste;
+    this.donneTabReponses = exo_donneTabReponses;
+    this.afficherMesReponses = exo_afficherMesReponses;
+}
+
+function exo_init() {
+    this.titre = document.title;
+    this.indications = new Array();
+    this.tabChamps = new Array();
+    this.tabReponses = new Array();
+    this.tabSelects = new Array();
+    var leszn = document.getElementsByTagName("textarea");
+    if (leszn.length > 0) {
+        this.existeZoneTxt = true;
+    }
+    if (etatEval && (parent.oSco.evaluation.pourcentageRequis == "0") && !parent.oSco.forcerReponse) {
+        activerBoutonValider();
+    }
+}
+
+function exo_initEchelleScore() {
+    var sc0 = this.scoreTotal;
+    this.scoreV = sc0 / this.nombreTrous;
+    this.scoreF = 0;
+}
+
+function exo_ajouterReponse(num, correction, txt) {
+    var res = '';
+    if (txt.indexOf('#k') != 0) {
+        res = txt;
+    } else {
+        txt = txt.substring(2);
+        var l = txt.length;
+        if (txt.length > 5) {
+            txt = txt.substring(4) + txt.substring(0, 4);
+        }
+        var k = 0;
+        while (k < txt.length) {
+            var sub = txt.substring(k, k + 3);
+            res += String.fromCharCode(Number(sub));
+            k = k + 3;
+        }
+    }
+    var nouveauChampTrou = new ChampTrou(num, res, correction);
+    this.tabReponses[this.tabReponses.length] = nouveauChampTrou;
+}
+
+function exo_compterTotal() {
+    var resTotal = 0;
+    for (var n = 0; n < this.tabChamps.length; n++) {
+        var resTmp;
+        if (this.champJuste(this.tabChamps[n])) {
+            resTmp = this.scoreV;
+        } else {
+            resTmp = this.scoreF;
+        }
+        resTotal = resTotal + resTmp;
+    }
+    return Math.round(resTotal * 10) / 10;
+}
+
+function exo_valider() {
+    this.scoreCourant = this.compterTotal();
+    if ((this.scoreCourant + 0.1) >= this.scoreTotal) {
+        this.valide = true;
+    }
+}
+
+function exo_initialiser() {
+    for (var n = 0; n < this.tabChamps.length; n++) {
+        var champTmp = PF_donneObjet('champTrou' + this.tabChamps[n]);
+        champTmp.value = '';
+        if ((n == 0) && (!etatEval || !parent.oSco.evaluation.etatCorrige)) {
+            champTmp.focus();
+        }
+    }
+    for (var n = 0; n < this.tabSelects.length; n++) {
+        var champTmp = PF_donneObjet('champTrou' + this.tabSelects[n]);
+        champTmp.options[0].selected = true;
+    }
+    this.scoreCourant = 0;
+    this.valide = false;
+    this.actif = true;
+}
+
+function exo_construireMenus() {
+    for (var n = 0; n < this.tabSelects.length; n++) {
+        this.construireMenu(this.tabSelects[n]);
+    }
+}
+
+function exo_construireMenu(ref) {
+    var champTmp = PF_donneObjet('champTrou' + ref);
+    var effaceValeurVide = false;
+    for (var k = 0; k < this.tabReponses.length; k++) {
+        var entree = this.tabReponses[k];
+        if (entree.reference == ref) {
+            var nouveauChoix = new Option(entree.texte, entree.texte);
+            champTmp.options[champTmp.options.length] = nouveauChoix;
+            if (entree.texte == '') {
+                effaceValeurVide = true;
+            }
+        }
+    }/*if (effaceValeurVide){champTmp.remove(0);}*/
+}
+
+function exo_desactiver() {
+    this.actif = false;
+}
+
+function actionDetecteSelect() {
+    if ((actionD == false) && reponseValidable()) {
+        actionD = true;
+        activerBoutonInit();
+        activerBoutonValider();/*var lienBoutonValider=PF_donneObjet("lienBoutonValider");if (lienBoutonValider!=null){lienBoutonValider.focus();}*/
+    }
+    if (exo.nombreTrous == 1) {
+        EXO_validerAuto();
+    }
+}
+
+function desactiveSelect() {
+    if (!exo.actif) {
+        window.focus();
+    }
+}
+
+function actionDetecteTrou(num) {
+    if (!exo.actif) {
+        window.focus();
+    } else {
+        if ((actionD == false) && reponseValidable()) {
+            actionD = true;
+            activerBoutonInit();
+            activerBoutonValider();
+        }
+    }
+}
+
+function exo_solutions() {
+    for (var n = 0; n < this.tabChamps.length; n++) {
+        var idTabTmp = this.tabChamps[n];
+        var champTmp = PF_donneObjet('champTrou' + idTabTmp);
+        var balise = champTmp.tagName.toLowerCase();
+        for (var k = this.tabReponses.length - 1; k >= 0; k--) {
+            var repTmp = this.tabReponses[k];
+            if ((repTmp.reference == idTabTmp) && (repTmp.correction == CODE_V)) {
+                if (balise == "select") {
+                    selectValeur(champTmp, repTmp.texte);
+                } else {
+                    champTmp.value = repTmp.texte;
+                }
+            }
+        }
+    }
+}
+
+function selectValeur(oSelect, val) {
+    for (var i = 0; i < oSelect.options.length; i++) {
+        if (oSelect.options[i].value == val) {
+            oSelect.options[i].selected = true;
+        }
+    }
+}
+
+function exo_donneSuggestion() {
+    var res = null;
+    var i = 0;
+    while (i < exo.indications.length) {
+        if (exo.indications[i].id.indexOf('divSugg') == 0) {
+            var ref = exo.indications[i].ref;
+            if ((exo.indications[i].ref != '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                var tabParams = ref.split(':');
+                var idTrou = tabParams[0];
+                var numRep = tabParams[1];
+                for (var n = 0; n < this.tabChamps.length; n++) {
+                    if (this.tabChamps[n] == idTrou) {
+                        var oTrou = PF_donneObjet('champTrou' + idTrou);
+                        var k = 0;
+                        var numTmp = 1;
+                        var oRep = null;
+                        while (k < this.tabReponses.length) {
+                            if (this.tabReponses[k].reference == idTrou) {
+                                if (numTmp == numRep) {
+                                    oRep = this.tabReponses[k];
+                                    k = this.tabReponses.length;
+                                }
+                                numTmp++;
+                            }
+                            k++;
+                        }
+                        var txt1 = oTrou.value;
+                        if (oRep != null) {
+                            var txt2 = oRep.texte;
+                            if (!this.sensibleCasse) {
+                                txt1 = txt1.toLowerCase();
+                                txt2 = txt2.toLowerCase();
+                            }
+                            if (!this.respectAccents) {
+                                txt1 = sansAccents(txt1);
+                                txt2 = sansAccents(txt2);
+                            }
+                            if (correspond(txt1, txt2, idTrou)) {
+                                res = exo.indications[i];
+                                i = exo.indications.length;
+                            }
+                        } else if ((txt1 != '') && (numRep == '<>')) {
+                            if (!this.champJuste(idTrou)) {
+                                res = exo.indications[i];
+                                i = exo.indications.length;
+                            }
+                        }
+                    }
+                }
+            }
+        }
+        i++;
+    }
+    if (res == null) {
+        i = 0;
+        while (i < exo.indications.length) {
+            if ((exo.indications[i].id.indexOf('divSugg') == 0) && (exo.indications[i].ref == '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+            i++;
+        }
+    }
+    return res;
+}
+
+function correspond(txt1, txt2, idTrou) {
+    var res = false;
+    if (txt2 == '<>') {
+        if (txt1 != '') {
+            var pasCompris = true;
+            var k = 0;
+            while (k < exo.tabReponses.length) {
+                if ((exo.tabReponses[k].reference == idTrou) && (exo.tabReponses[k].texte == txt1)) {
+                    pasCompris = false;
+                    k = exo.tabReponses.length;
+                }
+                k++;
+            }
+            if (pasCompris) {
+                res = true;
+            }
+        }
+    } else if (txt1 == txt2) {
+        res = true;
+    }
+    return res;
+}
+
+function exo_champJuste(idTabTmp) {
+    var juste = false;
+    var champTmp = PF_donneObjet('champTrou' + idTabTmp);
+    var txt1 = champTmp.value;
+    var existeReponses = false;
+    for (k = 0; k < this.tabReponses.length; k++) {
+        var repTmp = this.tabReponses[k];
+        if (repTmp.reference == idTabTmp) {
+            existeReponses = true;
+            var txt2 = repTmp.texte;
+            var compareTxt = txt2;
+            if (!this.sensibleCasse) {
+                txt1 = txt1.toLowerCase();
+                compareTxt = txt2.toLowerCase();
+            }
+            if (!this.respectAccents) {
+                txt1 = sansAccents(txt1);
+                compareTxt = sansAccents(compareTxt);
+            }
+            if (correspond(txt1, compareTxt, idTabTmp)) {
+                if (repTmp.correction == CODE_V) {
+                    juste = true;
+                    if (champTmp.tagName.toLowerCase() != "select") {
+                        if (txt2 != "<>") {
+                            champTmp.value = txt2;
+                        }
+                    }
+                }
+            }
+        }
+    }
+    if ((!existeReponses) && (txt1 == '')) {
+        juste = true;
+    }
+    return juste;
+}
+
+function exo_donneTabReponses() {
+    var tabRep = new Array();
+    for (var n = 0; n < this.tabChamps.length; n++) {
+        var tabInteraction = new Array();
+        var idTabTmp = this.tabChamps[n];
+        tabInteraction[0] = this.champJuste(idTabTmp);
+        var oChampTmp = PF_donneObjet('champTrou' + idTabTmp);
+        var vall = oChampTmp.value;
+        if (vall == '\xA0') {
+            vall = '';
+        }
+        tabInteraction[1] = vall;/*var tabReponsesCorrectes=new Array();for (k=0;k<this.tabReponses.length;k++){var repTmp=this.tabReponses[k];if ((repTmp.reference==idTabTmp)&&(repTmp.correction==CODE_V)){tabReponsesCorrectes[tabReponsesCorrectes.length]=repTmp.texte;}}tabInteraction[2]=tabReponsesCorrectes;*/
+        tabInteraction[2] = idTabTmp;
+        tabRep[n] = tabInteraction;
+    }
+    return tabRep;
+}
+
+function exo_afficherMesReponses(tabRep) {
+    for (var i = 0; i < tabRep.length; i++) {
+        var oInteraction = tabRep[i];
+        var idTabTmp = oInteraction.id;
+        idTabTmp = idTabTmp.substring(idTabTmp.indexOf("_") + 1);
+        var oChampTmp = PF_donneObjet('champTrou' + idTabTmp);
+        if (oChampTmp != null) {
+            oChampTmp.value = oInteraction.student_response;
+        }
+    }
+}
+
+function clavierTAT(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (evt.keyCode == 13) {
+        GEN_clavier(evt);
+    }
+}
+
+function GEN_presseTouche(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (evt.keyCode == 8) {
+        GEN_bloqueRetour(evt);
+    } else if (evt.keyCode == 13) {
+        GEN_clavier();
+    }
+}
+
+function tapeDansChamp(evt) {
+    var res = true;
+    if (evt == null) {
+        evt = window.event;
+    }
+    evt.cancelBubble = true;
+    try {
+        evt.stopPropagation();
+    } catch (e) {
+    }
+    if (evt.keyCode == 13) {
+        if (!etatEval) {
+            EXO_valider();
+            evt.returnValue = false;
+            res = false;
+        }
+    }
+    return res;
+}
+
+function tapeDansZone(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    evt.cancelBubble = true;
+    try {
+        evt.stopPropagation();
+    } catch (e) {
+    }
+}
+
+function sansAccents(chaine) {
+    chaine = chaine.replace(/[éèêë]/g, "e");
+    chaine = chaine.replace(/[àáâãäå]/g, "a");
+    chaine = chaine.replace(/[òóôõöø]/g, "o");
+    chaine = chaine.replace(/[ç]/g, "c");
+    chaine = chaine.replace(/[ìíîï]/g, "i");
+    chaine = chaine.replace(/[ùúûü]/g, "u");
+    chaine = chaine.replace(/[ñ]/g, "n");
+    chaine = chaine.replace(/[ÿ]/g, "y");
+    chaine = chaine.replace(/[ÈÉÊË]/g, "E");
+    chaine = chaine.replace(/[àáâãäå]/g, "a");
+    chaine = chaine.replace(/[ÒÓÔÕÖØ]/g, "O");
+    chaine = chaine.replace(/[Ç]/g, "C");
+    chaine = chaine.replace(/[ÌÍÎÏ]/g, "I");
+    chaine = chaine.replace(/[ÙÚÛÜ]/g, "U");
+    chaine = chaine.replace(/[Ñ]/g, "N");
+    return chaine;
+}
+
+function focusPremierChamp() {
+    if (parent.oSco.config_navigateur != "IE") {
+        window.focus();
+    }
+    if ((exo.tabChamps.length > 0) && (!etatEval || !parent.oSco.evaluation.etatCorrige)) {
+        var champTmp = PF_donneObjet('champTrou' + exo.tabChamps[0]);
+        if (champTmp.tagName.toLowerCase() != 'select') {
+            try {
+                champTmp.focus();
+            } catch (e) {
+            }
+        }
+    }
+}
+
+function reponseValidable() {
+    var res = true;
+    if (parent.oSco.forcerReponse) {
+        for (var n = 0; n < exo.tabChamps.length; n++) {
+            var champTmp = PF_donneObjet('champTrou' + exo.tabChamps[n]);
+            if (champTmp.tagName.toLowerCase() != 'select') {
+                var val = champTmp.value.replace(/\s/g, '');
+                if (val == '') {
+                    res = false;
+                }
+            } else {
+                if (champTmp.options[0].selected) {
+                    res = false;
+                }
+            }
+        }
+    }
+    return res;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClassePaireGD.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClassePaireGD.js
index 9b10c006deeaba083c51a3ee6c25d82203bfae9c..6bcfca7a3b8424e202041b6384b3a9d6fc4824b4 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClassePaireGD.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClassePaireGD.js
@@ -1 +1,9 @@
-/*Integral Coaching Tous droits reserves Auteur : Pierre*/ function PaireGD(idDeplace,idCible,correction,decalageX,decalageY) { this.idDeplace=idDeplace; this.idCible=idCible; this.decalageX=decalageX; this.decalageY=decalageY; this.correction=correction; this.paireForme=false; }
+/*Integral Coaching Tous droits reserves Auteur : Pierre*/
+function PaireGD(idDeplace, idCible, correction, decalageX, decalageY) {
+    this.idDeplace = idDeplace;
+    this.idCible = idCible;
+    this.decalageX = decalageX;
+    this.decalageY = decalageY;
+    this.correction = correction;
+    this.paireForme = false;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseZoneLien.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseZoneLien.js
index 0f58193ed3167e49060b9b1bac17291b7a7afa74..63ceb89ab193d2d1bd44bc914a0110ec70a2d11f 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseZoneLien.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ClasseZoneLien.js
@@ -1 +1,66 @@
-function ZoneLien(idZone,refImg,gauche,haut) {this.id=idZone; this.refImg=refImg; this.gauche=Number(gauche); this.haut=Number(haut); this.dimCorrige=false; this.placer=ZL_placer;}function ZL_placer(){var oZoneL=PF_donneObjet(this.id);if (oZoneL!=null){var oImg=PF_donneObjet(this.refImg);if (oImg!=null){ if ((parent.oSco)&&(parent.oSco.config_navigateur=="Netscape")){var pasDiv=true;var oPere=oImg.parentNode;var tdpere=null;while ((oPere!=null)&&(pasDiv)&&(tdpere==null)){var bal=oPere.nodeName.toLowerCase();if (bal=="td"){tdpere=oPere;} else if (bal=="div"){pasDiv=false;}oPere=oPere.parentNode;}if (tdpere!=null){tdpere.style.width=tdpere.offsetWidth+'px';var nDiv=document.createElement("div");nDiv.setAttribute("style","position:relative;left:0px;top:0px");while (tdpere.childNodes.length>0){nDiv.appendChild(tdpere.childNodes.item(0));}tdpere.appendChild(nDiv);}} var num=oImg.offsetLeft+this.gauche;oZoneL.style.left=num+"px";num=oImg.offsetTop+this.haut;oZoneL.style.top=num+"px";if (!MODE_CSS_STRICT && !this.dimCorrige){oZoneL.className="STY_zoneExploreDessus";var val=parseInt(oZoneL.style.width)+diffLargeurStrict(oZoneL);if (EDIT_attrDim(oZoneL,"border-left-width")==0){val+=1;}if (EDIT_attrDim(oZoneL,"border-right-width")==0){val+=1;}oZoneL.style.width=val+"px";val=parseInt(oZoneL.style.height)+diffHauteurStrict(oZoneL);if (EDIT_attrDim(oZoneL,"border-top-width")==0){val+=1;}if (EDIT_attrDim(oZoneL,"border-bottom-width")==0){val+=1;}oZoneL.className="STY_zoneExplore";oZoneL.style.height=val+"px";this.dimCorrige=true;}PF_afficherDiv(this.id);}}}
+function ZoneLien(idZone, refImg, gauche, haut) {
+    this.id = idZone;
+    this.refImg = refImg;
+    this.gauche = Number(gauche);
+    this.haut = Number(haut);
+    this.dimCorrige = false;
+    this.placer = ZL_placer;
+}
+
+function ZL_placer() {
+    var oZoneL = PF_donneObjet(this.id);
+    if (oZoneL != null) {
+        var oImg = PF_donneObjet(this.refImg);
+        if (oImg != null) {
+            if ((parent.oSco) && (parent.oSco.config_navigateur == "Netscape")) {
+                var pasDiv = true;
+                var oPere = oImg.parentNode;
+                var tdpere = null;
+                while ((oPere != null) && (pasDiv) && (tdpere == null)) {
+                    var bal = oPere.nodeName.toLowerCase();
+                    if (bal == "td") {
+                        tdpere = oPere;
+                    } else if (bal == "div") {
+                        pasDiv = false;
+                    }
+                    oPere = oPere.parentNode;
+                }
+                if (tdpere != null) {
+                    tdpere.style.width = tdpere.offsetWidth + 'px';
+                    var nDiv = document.createElement("div");
+                    nDiv.setAttribute("style", "position:relative;left:0px;top:0px");
+                    while (tdpere.childNodes.length > 0) {
+                        nDiv.appendChild(tdpere.childNodes.item(0));
+                    }
+                    tdpere.appendChild(nDiv);
+                }
+            }
+            var num = oImg.offsetLeft + this.gauche;
+            oZoneL.style.left = num + "px";
+            num = oImg.offsetTop + this.haut;
+            oZoneL.style.top = num + "px";
+            if (!MODE_CSS_STRICT && !this.dimCorrige) {
+                oZoneL.className = "STY_zoneExploreDessus";
+                var val = parseInt(oZoneL.style.width) + diffLargeurStrict(oZoneL);
+                if (EDIT_attrDim(oZoneL, "border-left-width") == 0) {
+                    val += 1;
+                }
+                if (EDIT_attrDim(oZoneL, "border-right-width") == 0) {
+                    val += 1;
+                }
+                oZoneL.style.width = val + "px";
+                val = parseInt(oZoneL.style.height) + diffHauteurStrict(oZoneL);
+                if (EDIT_attrDim(oZoneL, "border-top-width") == 0) {
+                    val += 1;
+                }
+                if (EDIT_attrDim(oZoneL, "border-bottom-width") == 0) {
+                    val += 1;
+                }
+                oZoneL.className = "STY_zoneExplore";
+                oZoneL.style.height = val + "px";
+                this.dimCorrige = true;
+            }
+            PF_afficherDiv(this.id);
+        }
+    }
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/IC_exerciceCURS.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/IC_exerciceCURS.js
index 97219949c265609eb77a1010842911cbf8a8408e..28b322a434b73a107e02249f46ba958bdc02e5ca 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/IC_exerciceCURS.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/IC_exerciceCURS.js
@@ -1 +1,169 @@
-var pos,nPos,diff;var limiteD,limiteF;var mobileCourant;var deplacement;var idCurseurC;var tailleCurseur,tailleCurseur2;var tailleEchelle;var verticalC;var oCompteurC;var uniteC='';var oCursCourant=null;function CURS_debutDep(evt,id) {if (exo.actif){if (!deplacement){deplacement=true;actionDetecte();idCurseurC=id;oCursCourant=exo.donneObjCurs(id);verticalC=oCursCourant.vertical;uniteC=oCursCourant.unite;mobileCourant=PF_donneObjet('divCurseur'+id);oCompteurC=PF_donneObjet('divCompteur'+id);if (oCompteurC!=null){var oarrond=PF_donneObjet(oCompteurC.id+"fondContenu");if (oarrond!=null){oCompteurC=oarrond;}}limiteD=0;tailleCurseur=oCursCourant.tailleCurseur;tailleEchelle=oCursCourant.tailleEchelle;if (verticalC){if (parent.oSco.config_navigateur=="Netscape"){pos=evt.clientY;} else {pos=window.event.y;}} else {if (parent.oSco.config_navigateur=="Netscape"){pos=evt.clientX;} else {pos=window.event.x;}}tailleCurseur2=Math.round(tailleCurseur/2)-1;limiteF=tailleEchelle-tailleCurseur;tailleEchelle-=tailleCurseur;}}}function CURS_deplaceDiv(evt,parClic) {if (deplacement){var valpos;if (verticalC){if (parent.oSco.config_navigateur=="Netscape"){nPos=evt.clientY;} else {nPos=window.event.y;}diff=nPos-pos;valpos=parseInt(mobileCourant.style.top)+diff;} else {if (parent.oSco.config_navigateur=="Netscape"){nPos=evt.clientX;} else {nPos=window.event.x;}diff=nPos-pos;valpos=parseInt(mobileCourant.style.left)+diff;}if (Math.abs(diff)<90){if ((verticalC)&&(CURS_estDansLimites(valpos))){mobileCourant.style.top=valpos+"px";} else if (CURS_estDansLimites(valpos)){mobileCourant.style.left=valpos+"px";}}}}function CURS_finDep() {if (deplacement){deplacement=false;oCursCourant.juger(true);}}function CURS_estDansLimites(pos0){var res=true;var valActuelle;if (limiteD>pos0){res=false;if (verticalC){valAct=oCursCourant.valMax;} else {valAct=oCursCourant.valMin;}} else if (pos0>limiteF){res=false;if (verticalC){valAct=oCursCourant.valMin;} else {valAct=oCursCourant.valMax;}} else {pos=nPos;if (verticalC){valAct=oCursCourant.valeurRelle((tailleEchelle-pos0)/tailleEchelle);} else {valAct=oCursCourant.valeurRelle(pos0/tailleEchelle);}} changeCompteur(valAct);oCursCourant.valeurActuelle=valAct;return res;}function changeCompteur(val){if (oCompteurC!=null){oCompteurC.innerHTML=localeNb(val)+uniteC;}}function CURS_clicEchelle(evt,id) {if (exo.actif){deplacement=true;actionDetecte();idCurseurC=id;oCursCourant=exo.donneObjCurs(id);verticalC=oCursCourant.vertical;uniteC=oCursCourant.unite;mobileCourant=PF_donneObjet('divCurseur'+id);oCompteurC=PF_donneObjet('divCompteur'+id);if (oCompteurC!=null){var oarrond=PF_donneObjet(oCompteurC.id+"fondContenu");if (oarrond!=null){oCompteurC=oarrond;}}limiteD=0;tailleCurseur=oCursCourant.tailleCurseur;tailleEchelle=oCursCourant.tailleEchelle;var oEvt=evt;if (window.event){oEvt=window.event;}oEvt.cancelBubble=true;var nPos;if (verticalC){if (parent.oSco.config_navigateur=="Netscape"){nPos=evt.layerY;} else {nPos=window.event.y;}} else {if (parent.oSco.config_navigateur=="Netscape"){nPos=evt.layerX;} else {nPos=window.event.x;}}var valPos=nPos-tailleCurseur;CURS_estDansLimites(nPos);oCursCourant.deplaceCurseur(oCursCourant.valeurActuelle);CURS_finDep();}}
+var pos, nPos, diff;
+var limiteD, limiteF;
+var mobileCourant;
+var deplacement;
+var idCurseurC;
+var tailleCurseur, tailleCurseur2;
+var tailleEchelle;
+var verticalC;
+var oCompteurC;
+var uniteC = '';
+var oCursCourant = null;
+
+function CURS_debutDep(evt, id) {
+    if (exo.actif) {
+        if (!deplacement) {
+            deplacement = true;
+            actionDetecte();
+            idCurseurC = id;
+            oCursCourant = exo.donneObjCurs(id);
+            verticalC = oCursCourant.vertical;
+            uniteC = oCursCourant.unite;
+            mobileCourant = PF_donneObjet('divCurseur' + id);
+            oCompteurC = PF_donneObjet('divCompteur' + id);
+            if (oCompteurC != null) {
+                var oarrond = PF_donneObjet(oCompteurC.id + "fondContenu");
+                if (oarrond != null) {
+                    oCompteurC = oarrond;
+                }
+            }
+            limiteD = 0;
+            tailleCurseur = oCursCourant.tailleCurseur;
+            tailleEchelle = oCursCourant.tailleEchelle;
+            if (verticalC) {
+                if (parent.oSco.config_navigateur == "Netscape") {
+                    pos = evt.clientY;
+                } else {
+                    pos = window.event.y;
+                }
+            } else {
+                if (parent.oSco.config_navigateur == "Netscape") {
+                    pos = evt.clientX;
+                } else {
+                    pos = window.event.x;
+                }
+            }
+            tailleCurseur2 = Math.round(tailleCurseur / 2) - 1;
+            limiteF = tailleEchelle - tailleCurseur;
+            tailleEchelle -= tailleCurseur;
+        }
+    }
+}
+
+function CURS_deplaceDiv(evt, parClic) {
+    if (deplacement) {
+        var valpos;
+        if (verticalC) {
+            if (parent.oSco.config_navigateur == "Netscape") {
+                nPos = evt.clientY;
+            } else {
+                nPos = window.event.y;
+            }
+            diff = nPos - pos;
+            valpos = parseInt(mobileCourant.style.top) + diff;
+        } else {
+            if (parent.oSco.config_navigateur == "Netscape") {
+                nPos = evt.clientX;
+            } else {
+                nPos = window.event.x;
+            }
+            diff = nPos - pos;
+            valpos = parseInt(mobileCourant.style.left) + diff;
+        }
+        if (Math.abs(diff) < 90) {
+            if ((verticalC) && (CURS_estDansLimites(valpos))) {
+                mobileCourant.style.top = valpos + "px";
+            } else if (CURS_estDansLimites(valpos)) {
+                mobileCourant.style.left = valpos + "px";
+            }
+        }
+    }
+}
+
+function CURS_finDep() {
+    if (deplacement) {
+        deplacement = false;
+        oCursCourant.juger(true);
+    }
+}
+
+function CURS_estDansLimites(pos0) {
+    var res = true;
+    var valActuelle;
+    if (limiteD > pos0) {
+        res = false;
+        if (verticalC) {
+            valAct = oCursCourant.valMax;
+        } else {
+            valAct = oCursCourant.valMin;
+        }
+    } else if (pos0 > limiteF) {
+        res = false;
+        if (verticalC) {
+            valAct = oCursCourant.valMin;
+        } else {
+            valAct = oCursCourant.valMax;
+        }
+    } else {
+        pos = nPos;
+        if (verticalC) {
+            valAct = oCursCourant.valeurRelle((tailleEchelle - pos0) / tailleEchelle);
+        } else {
+            valAct = oCursCourant.valeurRelle(pos0 / tailleEchelle);
+        }
+    }
+    changeCompteur(valAct);
+    oCursCourant.valeurActuelle = valAct;
+    return res;
+}
+
+function changeCompteur(val) {
+    if (oCompteurC != null) {
+        oCompteurC.innerHTML = localeNb(val) + uniteC;
+    }
+}
+
+function CURS_clicEchelle(evt, id) {
+    if (exo.actif) {
+        deplacement = true;
+        actionDetecte();
+        idCurseurC = id;
+        oCursCourant = exo.donneObjCurs(id);
+        verticalC = oCursCourant.vertical;
+        uniteC = oCursCourant.unite;
+        mobileCourant = PF_donneObjet('divCurseur' + id);
+        oCompteurC = PF_donneObjet('divCompteur' + id);
+        if (oCompteurC != null) {
+            var oarrond = PF_donneObjet(oCompteurC.id + "fondContenu");
+            if (oarrond != null) {
+                oCompteurC = oarrond;
+            }
+        }
+        limiteD = 0;
+        tailleCurseur = oCursCourant.tailleCurseur;
+        tailleEchelle = oCursCourant.tailleEchelle;
+        var oEvt = evt;
+        if (window.event) {
+            oEvt = window.event;
+        }
+        oEvt.cancelBubble = true;
+        var nPos;
+        if (verticalC) {
+            if (parent.oSco.config_navigateur == "Netscape") {
+                nPos = evt.layerY;
+            } else {
+                nPos = window.event.y;
+            }
+        } else {
+            if (parent.oSco.config_navigateur == "Netscape") {
+                nPos = evt.layerX;
+            } else {
+                nPos = window.event.x;
+            }
+        }
+        var valPos = nPos - tailleCurseur;
+        CURS_estDansLimites(nPos);
+        oCursCourant.deplaceCurseur(oCursCourant.valeurActuelle);
+        CURS_finDep();
+    }
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/IC_exerciceGD.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/IC_exerciceGD.js
index 8b14e26012a597c55a8729850e49ac973cb41fb9..7e07e7307eea403a03b8928fbccc466e22d8d1be 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/IC_exerciceGD.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/IC_exerciceGD.js
@@ -1 +1,160 @@
-/*Integral Coaching Tous droits reserves*/var posX,posY,nPosX,nPosY;var diffX,diffY;var mobileCourant;var deplacement;var idDeplaceC;var originPosX;var originPosY;var oPNGcourant=null;function GD_debutDep(evt,id) {if (exo.actif){GEN_masqueBulle(false);deplacement=true;actionDetecte();idDeplaceC=id;var oEv;if (parent.oSco.config_navigateur=="Netscape"){oEv=evt;posX=oEv.clientX;posY=oEv.clientY;} else {oEv=window.event;posX=oEv.x;posY=oEv.y;}mobileCourant=PF_donneObjet('exoGD'+id);var indX=mobileCourant.style.zIndex;mobileCourant.style.zIndex=indX+1;oPNGcourant=PF_donneObjet('exoGD'+id+"_AP_PNG");originPosX=mobileCourant.style.left;originPosY=mobileCourant.style.top;}}function GD_deplaceDiv(evt) {if (deplacement&&(!MODE_EDIT)){var oEv;if (parent.oSco.config_navigateur=="Netscape"){oEv=evt;nPosX=oEv.clientX;nPosY=oEv.clientY;diffX=nPosX-posX;diffY=nPosY-posY;posX=nPosX;posY=nPosY;var numT=parseInt(mobileCourant.style.left)+diffX;mobileCourant.style.left=numT+"px";numT=parseInt(mobileCourant.style.top)+diffY;mobileCourant.style.top=numT+"px";} else {oEv=window.event;nPosX=oEv.x;nPosY=oEv.y;diffX=nPosX-posX;diffY=nPosY-posY;posX=nPosX;posY=nPosY;mobileCourant.style.pixelLeft=mobileCourant.style.pixelLeft+diffX;mobileCourant.style.pixelTop=mobileCourant.style.pixelTop+diffY;if (oPNGcourant!=null){oPNGcourant.style.pixelLeft=mobileCourant.style.pixelLeft;oPNGcourant.style.pixelTop=mobileCourant.style.pixelTop;}}}}function GD_finDep() {var surCible=false;var surPaireJuste=false;if (deplacement&&(!MODE_EDIT)){deplacement=false;var i,j,k;var centreCibleX=mobileCourant.offsetLeft+Math.round(mobileCourant.offsetWidth/2);var centreCibleY=mobileCourant.offsetTop+Math.round(mobileCourant.offsetHeight/2);for (i=0;i<exo.tabPaires.length;i++){if (exo.tabPaires[i].idDeplace==idDeplaceC){var cibleC=exo.tabPaires[i].idCible;var attractionC=exo.tabPaires[i].attraction;exo.tabPaires[i].paireForme=false;var oCible=PF_donneObjet('exoGD'+cibleC);if (GD_mobileEstDans(oCible,attractionC,centreCibleX,centreCibleY)){var decalX=exo.tabPaires[i].decalageX;var decalY=exo.tabPaires[i].decalageY;if (decalX==""){decalX=exo.decalageX;}if (decalY==""){decalY=exo.decalageY;}if (parent.oSco.config_navigateur=="Netscape"){if (decalX!=""){var numT=parseInt(oCible.style.left)+Number(decalX);mobileCourant.style.left=numT+"px";}if (decalY!=""){numT=parseInt(oCible.style.top)+Number(decalY);mobileCourant.style.top=numT+"px";}} else {if (decalX!=""){mobileCourant.style.left=oCible.style.pixelLeft+Number(decalX);}if (decalY!=""){mobileCourant.style.top=oCible.style.pixelTop+Number(decalY);}}surCible=true;if (exo.tabPaires[i].correction==CODE_V){surPaireJuste=true;}if ((!etatEval)&&exo.retourIncorrect&&(!surPaireJuste)){exo.tabPaires[i].paireForme=false;mobileCourant.style.left=originPosX;mobileCourant.style.top=originPosY;} else {exo.tabPaires[i].paireForme=true;}}}}if (exo.retourManque&&!surCible){mobileCourant.style.left=originPosX;mobileCourant.style.top=originPosY;} else if (parent.oSco.exoValideChoixUnique&&(!exo.retourIncorrect)&&(exo.tabDeplaces.length==1)){if (!depuisPrecedent){EXO_valider();laisseBulleAffiche=true;}}window.focus();}mobileCourant.style.zIndex=mobileCourant.style.zIndex-1; if (oPNGcourant!=null){oPNGcourant.style.left=mobileCourant.style.left;oPNGcourant.style.top=mobileCourant.style.top;}}function GD_mobileEstDans(oCible,attraction,centreCibleX,centreCibleY){var hautD=oCible.offsetTop;var hautF=hautD+oCible.offsetHeight;var gaucheD=oCible.offsetLeft;var gaucheF=gaucheD+oCible.offsetWidth;return ((gaucheD<=centreCibleX)&&(centreCibleX<=gaucheF)&&(hautD<=centreCibleY)&&(centreCibleY<=hautF));}function GD_enrDecalage(idDeplaceC){var oDeplace=PF_donneObjet(idDeplaceC);idDeplaceC=idDeplaceC.substring(5); for (var i=0;i<exo.tabPaires.length;i++){if ((exo.tabPaires[i].idDeplace==idDeplaceC)&&(exo.tabPaires[i].paireForme)){var oCible=PF_donneObjet('exoGD'+exo.tabPaires[i].idCible);var decalX=oDeplace.offsetLeft-oCible.offsetLeft;var decalY=oDeplace.offsetTop-oCible.offsetTop;fenPere.parent.contenu.SPE_decalageMtr(idDeplaceC,exo.tabPaires[i].idCible,decalX,decalY);}}}
+/*Integral Coaching Tous droits reserves*/
+var posX, posY, nPosX, nPosY;
+var diffX, diffY;
+var mobileCourant;
+var deplacement;
+var idDeplaceC;
+var originPosX;
+var originPosY;
+var oPNGcourant = null;
+
+function GD_debutDep(evt, id) {
+    if (exo.actif) {
+        GEN_masqueBulle(false);
+        deplacement = true;
+        actionDetecte();
+        idDeplaceC = id;
+        var oEv;
+        if (parent.oSco.config_navigateur == "Netscape") {
+            oEv = evt;
+            posX = oEv.clientX;
+            posY = oEv.clientY;
+        } else {
+            oEv = window.event;
+            posX = oEv.x;
+            posY = oEv.y;
+        }
+        mobileCourant = PF_donneObjet('exoGD' + id);
+        var indX = mobileCourant.style.zIndex;
+        mobileCourant.style.zIndex = indX + 1;
+        oPNGcourant = PF_donneObjet('exoGD' + id + "_AP_PNG");
+        originPosX = mobileCourant.style.left;
+        originPosY = mobileCourant.style.top;
+    }
+}
+
+function GD_deplaceDiv(evt) {
+    if (deplacement && (!MODE_EDIT)) {
+        var oEv;
+        if (parent.oSco.config_navigateur == "Netscape") {
+            oEv = evt;
+            nPosX = oEv.clientX;
+            nPosY = oEv.clientY;
+            diffX = nPosX - posX;
+            diffY = nPosY - posY;
+            posX = nPosX;
+            posY = nPosY;
+            var numT = parseInt(mobileCourant.style.left) + diffX;
+            mobileCourant.style.left = numT + "px";
+            numT = parseInt(mobileCourant.style.top) + diffY;
+            mobileCourant.style.top = numT + "px";
+        } else {
+            oEv = window.event;
+            nPosX = oEv.x;
+            nPosY = oEv.y;
+            diffX = nPosX - posX;
+            diffY = nPosY - posY;
+            posX = nPosX;
+            posY = nPosY;
+            mobileCourant.style.pixelLeft = mobileCourant.style.pixelLeft + diffX;
+            mobileCourant.style.pixelTop = mobileCourant.style.pixelTop + diffY;
+            if (oPNGcourant != null) {
+                oPNGcourant.style.pixelLeft = mobileCourant.style.pixelLeft;
+                oPNGcourant.style.pixelTop = mobileCourant.style.pixelTop;
+            }
+        }
+    }
+}
+
+function GD_finDep() {
+    var surCible = false;
+    var surPaireJuste = false;
+    if (deplacement && (!MODE_EDIT)) {
+        deplacement = false;
+        var i, j, k;
+        var centreCibleX = mobileCourant.offsetLeft + Math.round(mobileCourant.offsetWidth / 2);
+        var centreCibleY = mobileCourant.offsetTop + Math.round(mobileCourant.offsetHeight / 2);
+        for (i = 0; i < exo.tabPaires.length; i++) {
+            if (exo.tabPaires[i].idDeplace == idDeplaceC) {
+                var cibleC = exo.tabPaires[i].idCible;
+                var attractionC = exo.tabPaires[i].attraction;
+                exo.tabPaires[i].paireForme = false;
+                var oCible = PF_donneObjet('exoGD' + cibleC);
+                if (GD_mobileEstDans(oCible, attractionC, centreCibleX, centreCibleY)) {
+                    var decalX = exo.tabPaires[i].decalageX;
+                    var decalY = exo.tabPaires[i].decalageY;
+                    if (decalX == "") {
+                        decalX = exo.decalageX;
+                    }
+                    if (decalY == "") {
+                        decalY = exo.decalageY;
+                    }
+                    if (parent.oSco.config_navigateur == "Netscape") {
+                        if (decalX != "") {
+                            var numT = parseInt(oCible.style.left) + Number(decalX);
+                            mobileCourant.style.left = numT + "px";
+                        }
+                        if (decalY != "") {
+                            numT = parseInt(oCible.style.top) + Number(decalY);
+                            mobileCourant.style.top = numT + "px";
+                        }
+                    } else {
+                        if (decalX != "") {
+                            mobileCourant.style.left = oCible.style.pixelLeft + Number(decalX);
+                        }
+                        if (decalY != "") {
+                            mobileCourant.style.top = oCible.style.pixelTop + Number(decalY);
+                        }
+                    }
+                    surCible = true;
+                    if (exo.tabPaires[i].correction == CODE_V) {
+                        surPaireJuste = true;
+                    }
+                    if ((!etatEval) && exo.retourIncorrect && (!surPaireJuste)) {
+                        exo.tabPaires[i].paireForme = false;
+                        mobileCourant.style.left = originPosX;
+                        mobileCourant.style.top = originPosY;
+                    } else {
+                        exo.tabPaires[i].paireForme = true;
+                    }
+                }
+            }
+        }
+        if (exo.retourManque && !surCible) {
+            mobileCourant.style.left = originPosX;
+            mobileCourant.style.top = originPosY;
+        } else if (parent.oSco.exoValideChoixUnique && (!exo.retourIncorrect) && (exo.tabDeplaces.length == 1)) {
+            if (!depuisPrecedent) {
+                EXO_valider();
+                laisseBulleAffiche = true;
+            }
+        }
+        window.focus();
+    }
+    mobileCourant.style.zIndex = mobileCourant.style.zIndex - 1;
+    if (oPNGcourant != null) {
+        oPNGcourant.style.left = mobileCourant.style.left;
+        oPNGcourant.style.top = mobileCourant.style.top;
+    }
+}
+
+function GD_mobileEstDans(oCible, attraction, centreCibleX, centreCibleY) {
+    var hautD = oCible.offsetTop;
+    var hautF = hautD + oCible.offsetHeight;
+    var gaucheD = oCible.offsetLeft;
+    var gaucheF = gaucheD + oCible.offsetWidth;
+    return ((gaucheD <= centreCibleX) && (centreCibleX <= gaucheF) && (hautD <= centreCibleY) && (centreCibleY <= hautF));
+}
+
+function GD_enrDecalage(idDeplaceC) {
+    var oDeplace = PF_donneObjet(idDeplaceC);
+    idDeplaceC = idDeplaceC.substring(5);
+    for (var i = 0; i < exo.tabPaires.length; i++) {
+        if ((exo.tabPaires[i].idDeplace == idDeplaceC) && (exo.tabPaires[i].paireForme)) {
+            var oCible = PF_donneObjet('exoGD' + exo.tabPaires[i].idCible);
+            var decalX = oDeplace.offsetLeft - oCible.offsetLeft;
+            var decalY = oDeplace.offsetTop - oCible.offsetTop;
+            fenPere.parent.contenu.SPE_decalageMtr(idDeplaceC, exo.tabPaires[i].idCible, decalX, decalY);
+        }
+    }
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ICcontenu.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ICcontenu.js
index d0c1ce11bc4f2aa63f396fde84a42feebc00addf..0987112d6e2737035304fe5eb2033d3badf9dda0 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ICcontenu.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ICcontenu.js
@@ -1 +1,991 @@
-var dureePage="";var etatSuivant=true;var etatPrecedent=true;var etatEval;var codePage;var effacerMenuPages=false;var existeMosMap=false;var typePage;var effacerZoneCmt=false;var oTempsLimite=null;var tempsLimiteCourant;var affTitreCmt;var affContenuCmt;var posClicX=0;var posClicY=0;var attrapeEvtClic=false;var MODE_CSS_STRICT=false;var MODE_MODIF;var laisseBulleAffiche=false;var fenPere=parent.parent.opener;try {if ((fenPere!=null)&&(parent.rechargePage)&&(fenPere.parent.menu!=null)&&((fenPere.parent.menu.estMoz)||(fenPere.parent.menu.oCacheMng==null))){parent.rechargePage=false;window.location.reload(true);}} catch(e){}function donneLex(num){var res2=parent.lexique.lexs[num];if ((res2==null)||(res2=="undefined")){res2="[LEX_"+num+"]";}return res2;}function STG_allerPrecedent(){if (etatPrecedent&&(!MODE_EDIT)){parent.SCO_pagePrecedente();}}document.onclick=GEN_cliqueInterne;function GEN_cliqueInterne(){if (!attrapeEvtClic){GEN_masqueBulle(false);}if (effacerMenuPages){PF_masquerDiv("STY_menuPages");}attrapeEvtClic=false;}function GEN_init(type){PF_ecritDocW();if (parent.defilContenu){var oHtml=document.getElementsByTagName("html").item(0);oHtml.style.overflow="auto";oHtml.style.overflowX="hidden";}if (positionPerso!=''){var lesobjs=positionPerso.split("#");for (var k=0;k<lesobjs.length;k++){var paireobj=lesobjs[k].split("/");if (paireobj.length==2){var lobj=PF_donneObjet(paireobj[0]);if (lobj!=null){divsEdites+=paireobj[0]+",";var lesattr=paireobj[1].split(";");for (var p=0;p<lesattr.length;p++){var paireval=lesattr[p].split(":");if (paireval.length==2){if (paireval[0]=="left"){lobj.style.left=paireval[1];}if (paireval[0]=="top"){lobj.style.top=paireval[1];}if (paireval[0]=="width"){lobj.style.width=paireval[1];}if (paireval[0]=="height"){lobj.style.height=paireval[1];}if (paireval[0]=="supprime"){lobj.parentNode.removeChild(lobj);}}}}}}}affTitreCmt=positionObj('STY_titreCommentaire');affContenuCmt=positionObj('STY_contenuCommentaire');var oPage=parent.oSco.donnePage(parent.oSco.numPageCourante);if (oPage.notes!=""){PF_afficherDiv("STY_zoneNoteExiste");} else {PF_masquerDiv("STY_zoneNoteExiste");}GLOBAL_initBarreBouton(type);etatEval=parent.oSco.etatEvaluation; if (type.indexOf('COURS')==0){ typePage="cours"; CRS_init(); } else { typePage="exercice"; EXO_init(type); }if (document.compatMode=='CSS1Compat'){MODE_CSS_STRICT=true;}if (existeMosMap){if (parent.oSco.config_navigateur=="IE"){setTimeout('GEN_placerZonesLien()',100);document.body.style.width="100%";}GEN_placerZonesLien();}var objj=PF_donneObjet("STY_barreProgres");if (objj!=null){var numPasses=parent.oSco.numPageCourante+1;var numTot=parent.oSco.tabPages.length;var retranchePos=0;var retrancheTot=0;var pageEstSkip=false;for (var n=0;n<parent.oSco.tabPages.length;n++){if (parent.oSco.tabPages[n].prerequis=="SKIP"){if (n<parent.oSco.numPageCourante){retranchePos++;}else if (n==parent.oSco.numPageCourante){pageEstSkip=true;}retrancheTot++;}}/*if (etatEval){if (parent.oSco.evaluation.etatCorrige){objj.style.display="none";} else {if (parent.oSco.evaluation.ordreAleatoire){numPasses=parent.listePagesVues.split(",").length-2;}if (parent.oSco.evaluation.nbMaxPages>0){numTot=numTot+parent.oSco.evaluation.nbMaxPages-parent.oSco.nbExercices();}}}*/if (pageEstSkip){objj.innerHTML='<div class="STY_barreProgresJauge" style="width:0px"></div>';} else {numTot-=retrancheTot;numPasses-=retranchePos;objj.innerHTML='<div class="STY_barreProgresJauge" style="width:'+Math.round(numPasses/numTot*100)+'%">'+numPasses+"/"+numTot+'</div>';}}if (etatEval){var tabReg=new Array();tabReg[0]=new RegExp("\\[CMI_NAME\\]");tabReg[1]=new RegExp("\\[CMI_FIRSTNAME\\]");tabReg[2]=new RegExp("\\[pg\\w+\\(\\w+\\)\\]");parent.variablesTexte(window.document,tabReg);}objj=PF_donneObjet("STY_menuPages");if (objj!=null){effacerMenuPages=true;if (objj.offsetWidth>0){effacerMenuPages=false;}creerMenuPages();}var oCorps=document.getElementsByTagName("body").item(0);if (oCorps.offsetWidth>300){PF_affecterAlt();arrierePlanPNG();testAffichageZoneCmt();} else {setTimeout("PF_affecterAlt();arrierePlanPNG();testAffichageZoneCmt();",25);}if ((parent.oSco.ordrePlan!='')&&(parent.oSco.ordrePlan<2)){var oDiv=document.createElement("div");oDiv.innerHTML=ctnPlan;oDiv.style.cssText=STYLE_ITEM_PLAN;oCorps.appendChild(oDiv);}var lesinsert=document.getElementsByTagName("iframe");for (var i=0;i<lesinsert.length;i++){var oFen=lesinsert.item(i).contentWindow;var lhref=oFen.location.href;if (lhref.indexOf("blanc.htm?ref=")>0){var prm=oFen.location.search;prm=prm.substring(5);var tabP=prm.split("/");var ref="../../../"+tabP[0]+"/sco/"+tabP[1]+".html";if (tabP.length>2){ref+="?idPg="+tabP[2];}oFen.location=ref;}}}function GEN_changerTitreDetail(nouveauTitre){PF_changeTexteCouche('STY_titreCommentaire',nouveauTitre);if (nouveauTitre!=''){var oTr=PF_donneObjet("STY_titreCommentaire");if (oTr!=null){oTr.style.display=affTitreCmt;}}}function GEN_changerContenuDetail(nouveauContenu){var oConCmt=PF_donneObjet('STY_contenuCommentaire');if (oConCmt!=null){oConCmt.innerHTML=nouveauContenu;}if (nouveauContenu!=''){PF_afficherDiv('STY_zoneCommentaire');if (oConCmt!=null){var objDefil=oConCmt;while ((objDefil!=null)&&(objDefil.nodeName.toLowerCase()=="div")){if ((objDefil.scrollTop>0)||(objDefil.scrollLeft>0)){objDefil.scrollTop=0;objDefil.scrollLeft=0;objDefil=null;}else {objDefil=objDefil.parentNode;}}}PF_transparencePNG(PF_donneObjet('STY_zoneCommentaire'));if (existeMosMap){if (parent.oSco.config_navigateur=="IE"){setTimeout('GEN_placerZonesLien()',100);} else {GEN_placerZonesLien();} }} else if (effacerZoneCmt){PF_masquerDiv("STY_zoneCommentaire");}}function GEN_suivantPossible(typeP){return parent.SCO_suivantPossible();}function GEN_precedentPossible(typeP){var res=parent.SCO_precedentPossible();if (res){if (parent.oSco.etatEvaluation ||(parent.oSco.autorisePrecedent=='non')){res=false;}if (parent.oSco.autorisePrecedent=='oui'){res=true;}}etatPrecedent=res;return res;}function GEN_initPossible(){return false;}function GEN_validerPossible(typeP){var res=false;if ((typeP.indexOf('COURS')<0)&&(parent.oSco.etatEvaluation)){res=true;}return res;}function GEN_basculerPara(num){var idPara = PF_donneObjet('corpsPB'+num);var imgPara = PF_donneObjet('imgPB'+num);var oLien=PF_donneObjet('lienPB'+num);var nomClasse="STY_paraBasculeTitre";var source=imgPara.src;if (idPara.style.display=='none'){idPara.style.display='block';imgPara.src=source.replace(/0.gif/,'1.gif');if (parent.oSco.config_navigateur=="IE"){var lesimgs=idPara.getElementsByTagName("img");if (lesimgs.length>0){idPara.innerHTML=idPara.innerHTML+" ";}}nomClasse+=" STY_paraBasculeTitreOuvert";} else {idPara.style.display='none';imgPara.src=source.replace(/1.gif/,'0.gif');}oLien.className=nomClasse;var oContenu=PF_donneObjet("STY_zoneCours");if (oContenu!=null){effetArrondi("STY_zoneCours",false);}if (existeMosMap){GEN_placerZonesLien(); }}function GEN_affMenuPages(){PF_afficherDiv("STY_menuPages");}function endCourse(){if (parent.agirSurLMS){parent.valeurExit("logout");parent.SCO_terminer();} else {parent.close();}}function testAffichageZoneCmt(){var objj=PF_donneObjet("STY_zoneCommentaire");if (objj!=null){effacerZoneCmt=true;if (objj.offsetWidth>0){effacerZoneCmt=false;}}}/*function creerMenuPages(){var res="";var peutSuivant=true;var tailleMin=1;if ((typePage=="cours")&&(leCours.desactiveSuivant)){peutSuivant=false;}if ((typePage=="exercice")&&(parent.oSco.exoBloquant=='oui')){peutSuivant=false;}var peutPrecedent=true;if ((parent.oSco.autorisePrecedent=="non")||(etatEval&&(parent.oSco.autorisePrecedent==""))){peutPrecedent=false;}if (etatEval && parent.oSco.evaluation.ordreAleatoire){var existActuel=false;if ((parent.oSco.tabPages[0].type=="cours")&&(parent.oSco.numPageCourante>0)){var classe="STY_itemMenuPages";var onevt="";if (peutPrecedent) {onevt='onmouseout="this.className=\'STY_itemMenuPages\'" onmouseover="this.className=\'STY_itemMenuPagesDessus\'" onclick="parent.SCO_allerPage(0)"';}res+="<div class=\""+classe+"\" "+onevt+">"+parent.oSco.tabPages[0].titre+"</div>";}for (var np=0;np<parent.oSco.evaluation.questions.length;np++){var oQu=parent.oSco.evaluation.questions[np];var classe="STY_itemMenuPages";var onevt="";if (oQu.codePage==parent.oSco.donnePage(parent.oSco.numPageCourante).code){classe="STY_itemMenuPagesCourant";existActuel=true;} else if (peutPrecedent) {onevt='onmouseout="this.className=\'STY_itemMenuPages\'" onmouseover="this.className=\'STY_itemMenuPagesDessus\'" onclick="parent.SCO_allerPage('+parent.oSco.numeroPage(oQu.codePage)+')"';}tailleMin++;res+="<div class=\""+classe+"\" "+onevt+">"+oQu.titre+"</div>";}if (!existActuel){res+="<div class=\"STY_itemMenuPagesCourant\">"+parent.oSco.donnePage(parent.oSco.numPageCourante).titre+"</div>";}} else {for (var np=0;np<parent.oSco.tabPages.length;np++){var classe="STY_itemMenuPages";var onevt="";if (np==parent.oSco.numPageCourante){classe="STY_itemMenuPagesCourant";} else if ((peutSuivant && (np>parent.oSco.numPageCourante))||((np<parent.oSco.numPageCourante)&&peutPrecedent)) {onevt='onmouseout="this.className=\'STY_itemMenuPages\'" onmouseover="this.className=\'STY_itemMenuPagesDessus\'" onclick="parent.SCO_allerPage('+np+')"';}var dejaPasse=true;var oPg=parent.oSco.donnePage(np);if (oPg.prerequis=='SKIP'){dejaPasse=false;}if (etatEval &&(np>parent.oSco.numPageCourante)){dejaPasse=false;for (var nq=0;nq<parent.oSco.evaluation.questions.length;nq++){if (parent.oSco.evaluation.questions[nq].codePage==parent.oSco.tabPages[np].code){dejaPasse=true;nq=99;}}} if (dejaPasse){tailleMin++;res+="<div class=\""+classe+"\" "+onevt+">"+parent.oSco.tabPages[np].titre+"</div>";}}}PF_changeTexteCouche("STY_menuPages",res);if ((tailleMin>1)&&(parent.oSco.config_navigateur=="Netscape")){var oT=PF_donneObjet("STY_menuPages");tailleMin=tailleMin*18;var haute=oT.style.height;if (haute.indexOf('px')){haute=parseInt(haute.substring(0,haute.length-2));if ((oT.style.overflow!="auto")&&(haute<tailleMin)){oT.style.height=tailleMin+"px";}}}}*/function creerMenuPages(){var res="";var peutSuivant=true;var tailleMin=1;if ((typePage=="cours")&&(leCours.desactiveSuivant)){peutSuivant=false;}if ((typePage=="exercice")&&(parent.oSco.exoBloquant=='oui')){peutSuivant=false;}var peutPrecedent=true;if ((parent.oSco.autorisePrecedent=="non")||(etatEval&&(parent.oSco.autorisePrecedent==""))){peutPrecedent=false;}var existePrerequis=false;if (etatEval){for (var np=parent.oSco.numPageCourante+1;np<parent.oSco.tabPages.length;np++){var oPg=parent.oSco.donnePage(np);if (oPg.prerequis!="" && oPg.prerequis!="SKIP"){existePrerequis=true;}}}for (var np=0;np<parent.oSco.tabPages.length;np++){var afficherPage=true;var oPg=parent.oSco.donnePage(np);if (oPg.prerequis=='SKIP'){afficherPage=false;}if (existePrerequis && np>parent.oSco.numPageCourante){afficherPage=false;}if (afficherPage){var classe="STY_itemMenuPages";var onevt="";if (np==parent.oSco.numPageCourante){classe="STY_itemMenuPagesCourant";} else if ((peutSuivant && (np>parent.oSco.numPageCourante))||((np<parent.oSco.numPageCourante)&&peutPrecedent)) {var bloqueEvalSuivant=false;if (etatEval && np>parent.oSco.numPageCourante){bloqueEvalSuivant=true;if (oPg.type=="exercice"){for (var j=0;j<parent.oSco.evaluation.questions.length;j++){if (parent.oSco.evaluation.questions[j].codePage==oPg.code){bloqueEvalSuivant=false;j=999;}}} else {if (parent.listePagesVues.indexOf(","+oPg.code+",")>=0){bloqueEvalSuivant=false;}}}if (!bloqueEvalSuivant){onevt='onmouseout="this.className=\'STY_itemMenuPages\'" onmouseover="this.className=\'STY_itemMenuPagesDessus\'" onclick="parent.SCO_allerPage('+np+')"';}}tailleMin++;res+="<div class=\""+classe+"\" "+onevt+">"+parent.oSco.tabPages[np].titre+"</div>";}}PF_changeTexteCouche("STY_menuPages",res);if ((tailleMin>1)&&(parent.oSco.config_navigateur=="Netscape")){var oT=PF_donneObjet("STY_menuPages");tailleMin=tailleMin*18;var haute=oT.style.height;if (haute.indexOf('px')){haute=parseInt(haute.substring(0,haute.length-2));if ((oT.style.overflow!="auto")&&(haute<tailleMin)){oT.style.height=tailleMin+"px";}}}}function GEN_decrementeTempsL(){if (tempsLimiteCourant<=1){oTempsLimite.innerHTML=0;} else {tempsLimiteCourant-=1;oTempsLimite.innerHTML=tempsLimiteCourant;setTimeout("GEN_decrementeTempsL()",1000);}}function positionObj(idObj){var obj=PF_donneObjet(idObj);var res='';if (obj!=null){if (obj.currentStyle){res=obj.currentStyle["display"];} else {res=document.defaultView.getComputedStyle(obj, "").getPropertyValue("display");}}if (res=='none'){res='';}return res;}function enrPosClic(evt,idCmt){if (evt==null){evt=window.event;}var defil=0;if (parent.defilContenu){if (parent.oSco.config_navigateur=="IE"){defil=document.body.scrollTop;if (defil==0){var oHTML=document.getElementsByTagName("html"); defil=oHTML.item(0).scrollTop; } } else { defil=window.pageYOffset; }}posClicX=evt.clientX;posClicY=evt.clientY+defil;SPE_clicDansBulle(evt,idCmt);}function arrierePlanPNG(){var lesdivs=lsDivPNG.split(',');for (var i=0;i<lesdivs.length-1;i++){var oDiv=PF_donneObjet(lesdivs[i]);var oClon=PF_donneObjet(lesdivs[i]+"_AP_PNG");if (oClon!=null){oClon.style.width=oDiv.offsetWidth;oClon.style.height=oDiv.offsetHeight;}}}function GEN_bloqueRetour(evt){if (evt==null){evt=window.event;}if (evt.keyCode==8){evt.returnValue=false;evt.cancelBubble=true;try {evt.stopPropagation();evt.preventDefault();}catch(e){}}}function GEN_presseTouche(evt){if (evt==null){evt=window.event;}if (MODE_EDIT){return true;}if (evt.keyCode==8){GEN_bloqueRetour(evt);} else {if ((evt.keyCode==32)||(evt.keyCode==13)||(evt.keyCode==22)){GEN_clavier();}}}/* EDIT */var MODE_EDIT=false;var BLOQUE_STYLE=false;var STYLE_ITEM_CTXT='style="display:block;width:100%;cursor:default;color:#000000; text-decoration: none; padding-top: 1px; padding-right: 0px; padding-bottom: 3px; padding-left: 7px; border:1px solid #ffffff;" onmouseover="this.style.backgroundColor=\'#F7F0A1\';this.style.borderColor=\'#ECE05A\';" onmouseout="this.style.backgroundColor=\'\';this.style.borderColor=\'#ffffff\'"';var STYLE_ITEM_PLAN="position:absolute;color:#6C2020;font-size:18px;padding:3px;font-family:Arial;background-color:#ffffff;border:1px solid;z-index:9901;left:41%;top:47%;opacity:0.5;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";var oBarreContext;var divsEdites=",";var peutEnregistrer=false;var memoCmtClic='';var ctnPlan="&#77;OS DE&#77;O";var objetSelectCourant=null;try {if ((fenPere!=null)&&(fenPere.parent.contenu!=null)&&(fenPere.parent.contenu.codeCourant)){ if (window.location.href.indexOf(fenPere.parent.contenu.codeCourant+".xml")>0){ oBarreContext=window.createPopup(); document.oncontextmenu=EDIT_contextMenu; } }} catch(e){}function EDIT_contextMenu(){var res='<div style="background-color:#ffffff;height:100%;font-family:Tahoma,Arial;font-size:13px;border:1px solid #444444;border-bottom-width:2px;border-right-width:2px">';var hMenu=32;var peutGnr=false;if (window.location.href.indexOf(fenPere.parent.contenu.codeCourant+".xml")>0){peutGnr=true;}var longueur=170;if (MODE_EDIT){var numprevu=1;if (peutGnr&&peutEnregistrer){res+=creeItemMenu('EDIT_enregistrer()',2);hMenu+=20;numprevu=4;} res+=creeItemMenu('EDIT_recharger()',numprevu);} else {if (peutGnr){if (fenPere.parent.menu.DOMMDStyle.documentElement.getAttribute("editMTR")=="non"){BLOQUE_STYLE=true;}if (fenPere.parent.contenu.SPE_existeCmts()||existeMosMap || ((typePage=="exercice")&&(exo.type=="GD"))){res+=creeItemMenu('EDIT_editer(false)',5);longueur=200;hMenu+=20;if (fenPere.parent.menu.LANGUE=='de'){longueur=240;}}if (!BLOQUE_STYLE){res+=creeItemMenu('EDIT_editer(true)',0);hMenu+=20;}}if ((positionPerso!='')&&peutGnr){res+=creeItemMenu('EDIT_retablir()',3);hMenu+=20;}if (fenPere.parent.menu.styleDansMosData){res+=creeItemMenu('EDIT_majStyle()',6);hMenu+=20;}res+=creeItemMenu('EDIT_recharger()',1);}oBarreContext.show(window.event.screenX+5,window.event.screenY+5,longueur,hMenu);oBarreContext.document.body.innerHTML =res+'</div>';return false;}function creeItemMenu(nomFonction,numL){var langGnr=fenPere.parent.menu.LANGUE.substring(0,2);var tabCtx=new Array('Edit Layout','Reload Page','Save','Reset Layout','Cancel','Position Floating Objects','Update Style');if (langGnr=='fr'){tabCtx=new Array('Modifier la disposition','Recharger la page','Enregistrer','R\xE9tablir la disposition','Annuler','Positionner les objets flottants','Mettre \xE0 jour le style');} else if (langGnr=='it'){tabCtx=new Array('Modifica disposizione','Ricarica la pagina','Salva','Resetta il layout','Annullare','Posiziona gli oggetti mobili','Aggiornare lo stile');} else if (langGnr=='de'){tabCtx=new Array('Layout bearbeiten','Seite aktualisieren','Speichern','Layout zur�cksetzen','Abbrechen','Schwebende Elemente positionieren','Stil aktualisieren');}var item='<a hideFocus="true" onclick="parent.'+nomFonction+'" '+STYLE_ITEM_CTXT+'>'+tabCtx[numL]+'</a>';return item;}function EDIT_recharger(){oBarreContext.hide();window.location.reload(true);}function EDIT_retablir(){divsEdites=',';EDIT_enregistrer();}function EDIT_toucheClavier(evt){if (evt==null){evt=window.event;}if (MODE_EDIT){if (evt.keyCode==46) {var range = document.selection.createRange();var typeSel=document.selection.type.toLowerCase();if (typeSel=="control"){var lid=range.item(0).id;if ((range.item(0).tagName=="DIV")&&(EDIT_bonID(lid))){/*if (divsEdites.indexOf(','+lid+',')<0){divsEdites+=lid+",";}peutEnregistrer=true;*/} else {window.event.cancelBubble=true;return false;} }}}}function EDIT_bonID(lid){var res=false;if ((lid!=null)&&(lid!='')){if ((!BLOQUE_STYLE) || EDIT_estCmt(lid)){res=true;}}return res;}function EDIT_supprimeMasque(idObj){var oZonS=PF_donneObjet(idObj);if ((oZonS!=null)&&(oZonS.style.display=="none")){oZonS.parentNode.removeChild(oZonS);}}function EDIT_estCmt(lid){if (lid.indexOf("AP_PNG")>0){return false;}return ((lid.indexOf('divCmt')==0) || (lid.indexOf('divSugg')==0) || (lid.indexOf('divConsigne')==0) || (lid.indexOf('MosMap')==0) || (lid.indexOf('exoGDd')==0));}function EDIT_editer(modeStyle){oBarreContext.hide();MODE_MODIF="flottant";if (modeStyle){MODE_MODIF="disposition";}document.onkeydown=EDIT_toucheClavier;EDIT_supprimeMasque("STY_zoneTitre");EDIT_supprimeMasque("STY_zoneCommentaire");document.getElementsByTagName("body").item(0).style.height="100%";var lesdivs=document.getElementsByTagName("div");document.body.contentEditable=true;for (var i=0;i<lesdivs.length;i++){var oDiv=lesdivs.item(i);if ((EDIT_bonID(oDiv.id)&&((oDiv.currentStyle['position']=='absolute')||(oDiv.currentStyle['position']=='relative'))) && ((modeStyle && !EDIT_estCmt(oDiv.id)) || (!modeStyle && EDIT_estCmt(oDiv.id) && (oDiv.currentStyle['display']!='none')))) {enleverArrondi(oDiv,true);oDiv.parentNode.onresizestart=EDIT_desactiveAction;oDiv.parentNode.onmovestart=EDIT_desactiveAction;oDiv.onresizeend=EDIT_finRedim;oDiv.onmoveend=EDIT_finDeplacement;oDiv.parentNode.onkeydown=EDIT_deplaceFleche;if(oDiv.currentStyle['borderWidth'].indexOf("medium")>=0){oDiv.style.borderWidth="1px";}if(oDiv.currentStyle['borderStyle'].indexOf("none")>=0){oDiv.style.borderStyle="dashed";oDiv.style.borderBottomWidth="2px";}if (oDiv.id.indexOf('MosMap')==0){oDiv.onmouseover=EDIT_faux;}oDiv.onmovestart=EDIT_debutDep;oDiv.onresizestart=EDIT_debutDim;oDiv.oncontrolselect=EDIT_selectCourant;var lesdivsfils=oDiv.getElementsByTagName("div");for (var j=0;j<lesdivsfils.length;j++){var oDivFils=lesdivsfils.item(j);if ((oDivFils.id=='')||((oDivFils.currentStyle['position']!='absolute')&&(oDivFils.currentStyle['position']!='relative'))){oDivFils.contentEditable=false;}}} else {if ((!existeMosMap)&&((typePage!="exercice")||(exo.type!='GD'))){oDiv.contentEditable=false;}if ((modeStyle && !EDIT_estCmt(oDiv.id)) || (!modeStyle && EDIT_estCmt(oDiv.id))){oDiv.oncontrolselect=EDIT_desactiveAction;oDiv.onresizestart=EDIT_desactiveAction;oDiv.onmovestart=EDIT_desactiveAction;} else {oDiv.oncontrolselect=EDIT_desactiveAction;oDiv.onresizestart=EDIT_faux;oDiv.onmovestart=EDIT_desactiveAction;}if (oDiv.currentStyle['display']=='none'){EDIT_cacheDivE(oDiv);oDiv.innerHTML="";}}}var inv=PF_donneObjet("zoneInvisible");if (inv!=null){EDIT_cacheDivE(inv);var lesimg=document.getElementsByTagName("img");for (var i=0;i<lesimg.length;i++){var oimg=lesimg.item(i);oimg.oncontrolselect=EDIT_faux;oimg.contentEditable=false;oimg.onresizestart=EDIT_faux;oimg.onmovestart=EDIT_faux;try{oimg.style.cursor="default";}catch(e){}}}document.execCommand("2D-Position",0,true);MODE_EDIT=true;}function EDIT_cacheDivE(inv){inv.style.fontSize="1px";inv.style.position="absolute";inv.style.left="-100px";inv.style.top="-100px";inv.style.overflow="hidden";inv.style.width="5px";inv.style.height="5px";}function EDIT_faux(){return false;}function EDIT_selectCourant(){objetSelectCourant=window.event.srcElement;window.event.cancleBubble=true;return true;}function EDIT_finRedim(){if (MODE_CSS_STRICT){var obj=window.event.srcElement;if (obj.style.width.indexOf('%')<0){var remp1=diffLargeurStrict(obj);obj.style.width=(parseInt(obj.style.width)-remp1)+"px";}if (obj.style.height.indexOf('%')<0){var remp1=diffHauteurStrict(obj);obj.style.height=(parseInt(obj.style.height)-remp1)+"px";}}EDIT_finBougeage();}function diffLargeurStrict(obj){return EDIT_attrDim(obj,"padding-left")+EDIT_attrDim(obj,"padding-right")+EDIT_attrDim(obj,"border-left-width")+EDIT_attrDim(obj,"border-right-width");}function diffHauteurStrict(obj){return EDIT_attrDim(obj,"padding-top")+EDIT_attrDim(obj,"padding-bottom")+EDIT_attrDim(obj,"border-top-width")+EDIT_attrDim(obj,"border-bottom-width");}function EDIT_attrDim(obj,attr){var val="";if (parent.oSco.config_navigateur=="IE"){val=obj.currentStyle[nomAttrIE(attr)];}else{val=document.defaultView.getComputedStyle(obj, "").getPropertyValue(attr);}var res=0;if (val.indexOf('px')>0){res=parseInt(val);}return res;}function EDIT_finDeplacement(){if (memoCmtClic!=''){var lid=window.event.srcElement.id;if (typePage=="cours"){oCmt=leCours.donneCommentaire(lid);}else {oCmt=donneCmtID(lid);}if (oCmt!=null){memoCmtClic=memoCmtClic.replace(/px/g,'');var tabP=memoCmtClic.split('/');var posFin=parseInt(window.event.srcElement.style.left)-parseInt(tabP[0]);oCmt.posX=posFin+parseInt(oCmt.posX);posFin=parseInt(window.event.srcElement.style.top)-parseInt(tabP[1]);oCmt.posY=posFin+parseInt(oCmt.posY);}}EDIT_finBougeage();}function EDIT_finBougeage(){var lid=window.event.srcElement.id;var obj=window.event.srcElement;var oPng=PF_donneObjet(lid+"_AP_PNG");if (oPng!=null){oPng.style.left=obj.style.left;oPng.style.top=obj.style.top;oPng.style.height=obj.style.height;oPng.style.width=obj.style.width;if (MODE_CSS_STRICT){var larGin=obj.style.width;if (larGin==''){larGin=obj.offsetWidth;}if (larGin.indexOf('%')<0){var remp1=diffLargeurStrict(obj);oPng.style.width=(parseInt(larGin)+remp1-3)+"px";}larGin=obj.style.height;if (larGin==''){larGin=obj.offsetHeight;}if (larGin.indexOf('%')<0){var remp1=diffHauteurStrict(obj);oPng.style.height=(parseInt(larGin)+remp1-3)+"px";}}}}function nomAttrIE(sP) {var tabP=sP.split("-");var res="";for (var i=0;i<tabP.length;i++){var ajj=tabP[i];if (i>0){ajj=ajj.substring(0,1).toUpperCase()+ajj.substring(1);}res+=ajj;}return res;}function EDIT_desactiveAction(){var lid=window.event.srcElement.id;if (!EDIT_bonID(lid)){window.focus();return false;}else {EDIT_marqueDiv(lid);}}function EDIT_debutDep(){memoCmtClic="";var lid=window.event.srcElement.id;if (lid.indexOf('divCmt')==0){var oCmt=null;if (typePage=="cours"){oCmt=leCours.donneCommentaire(lid);}else {oCmt=donneCmtID(lid);}if((oCmt!=null)&&(oCmt.orign=='clic')){memoCmtClic=window.event.srcElement.style.left+"/"+window.event.srcElement.style.top;}}EDIT_marqueDiv(lid);window.event.cancleBubble=true;window.event.returnValue=true;return true;}function EDIT_debutDim(){EDIT_marqueDiv(window.event.srcElement.id);window.event.cancelBubble=true;return true;}function EDIT_marqueDiv(lid){peutEnregistrer=true;if (divsEdites.indexOf(','+lid+',')<0){divsEdites+=lid+",";}}function EDIT_enregistrer(){var resGnr='';var resCmt='';oBarreContext.hide();var tabEd=divsEdites.split(",");for (var j=0;j<tabEd.length;j++){var lid=tabEd[j];if (lid!=''){var obj=PF_donneObjet(lid);if (obj!=null){if (lid=="divCmtSucces"){resCmt+=EDIT_ligneEnr("cmtSucces",obj);} else if (lid.indexOf("divCmt")==0){if (typePage=="cours"){oCmt=leCours.donneCommentaire(lid);}else {oCmt=donneCmtID(lid);}if((oCmt!=null)&&(oCmt.orign=='clic')){ resCmt+="cmt_"+lid.substring(6)+"/left:"+oCmt.posX+"px;top:"+oCmt.posY+"px;"+EDIT_attrS("width",obj.style.width)+EDIT_attrS("height",obj.style.height)+"#";} else {resCmt+=EDIT_ligneEnr("cmt_"+lid.substring(6),obj);}} else if (lid=="divConsigne"){resCmt+=EDIT_ligneEnr("consigne",obj);} else if (lid.indexOf("divSugg")==0){resCmt+=EDIT_ligneEnr("sugg_"+lid.substring(7),obj);} else if (lid.indexOf("MosMap")==0){var objXMLGnr=fenPere.parent.menu.XML_trouveNoeud(fenPere.parent.contenu.DOMPageCourante,"zoneLien","id",lid);if (objXMLGnr!=null){var oImg=PF_donneObjet(objXMLGnr.getAttribute("refImg"));if (oImg!=null){objXMLGnr.setAttribute("gauche",parseInt(obj.style.left)-oImg.offsetLeft);objXMLGnr.setAttribute("haut",parseInt(obj.style.top)-oImg.offsetTop);var atrStyle="display:block;position:absolute;left:"+obj.style.left+";top:"+obj.style.top+";width:"+obj.style.width+";height:"+obj.style.height;objXMLGnr.setAttribute("style",atrStyle);var objHTML=fenPere.parent.contenu.PF_donneObjet(lid);objHTML.style.left=obj.style.left;objHTML.style.top=obj.style.top;objHTML.style.width=obj.style.width;objHTML.style.height=obj.style.height;}}} else if ((lid.indexOf("champTrou")==0)&& exo){} else if (lid.indexOf("exoGD")==0){GD_enrDecalage(lid);} else if (MODE_MODIF=="disposition"){resGnr+=EDIT_ligneEnr(lid,obj);}} else {resGnr+=lid+"/supprime:;#";}}}fenPere.parent.contenu.GTR_persitePositons(resGnr,resCmt);peutEnregistrer=false;setTimeout("EDIT_recharger()",200)}function EDIT_ligneEnr(lid,obj){return lid+"/"+EDIT_attrS("left",obj.style.left)+EDIT_attrS("top",obj.style.top)+EDIT_attrS("width",obj.style.width)+EDIT_attrS("height",obj.style.height)+"#";}function EDIT_attrS(attr,val){var res='';if (val!=''){res=attr+":"+val+";";}return res;}function EDIT_deplaceFleche(){var codeC=window.event.keyCode;var majus=false;if (window.event.shiftKey){majus=true;}if ((codeC>36)&&(codeC<41)&& objetSelectCourant){window.event.cancelBubble=true;if (codeC==38){var valp=ajoutePixelPos(objetSelectCourant.currentStyle["top"],majus,true);if (valp!=''){objetSelectCourant.style.top=valp}} else if (codeC==40){var valp=ajoutePixelPos(objetSelectCourant.currentStyle["top"],majus,false);if (valp!=''){objetSelectCourant.style.top=valp}} else if (codeC==37){var valp=ajoutePixelPos(objetSelectCourant.currentStyle["left"],majus,true);if (valp!=''){objetSelectCourant.style.left=valp}} else if (codeC==39){var valp=ajoutePixelPos(objetSelectCourant.currentStyle["left"],majus,false);if (valp!=''){objetSelectCourant.style.left=valp}}EDIT_marqueDiv(objetSelectCourant.id);return false;}}function ajoutePixelPos(valPx,maj,inverse){var resStr="";if (valPx.length>1){var ajV=1;if (maj){ajV=10;}if (inverse){ajV=-ajV;}var indFin=valPx.indexOf("px");if (indFin<0){ indFin=valPx.indexOf("%");}var num=parseInt(valPx.substring(0,indFin));num+=ajV;resStr=num+valPx.substring(indFin);}return resStr;}function EDIT_majStyle(){fenPere.parent.menu.GTR_majStyle(false);EDIT_recharger();}/* fin EDIT */
+var dureePage = "";
+var etatSuivant = true;
+var etatPrecedent = true;
+var etatEval;
+var codePage;
+var effacerMenuPages = false;
+var existeMosMap = false;
+var typePage;
+var effacerZoneCmt = false;
+var oTempsLimite = null;
+var tempsLimiteCourant;
+var affTitreCmt;
+var affContenuCmt;
+var posClicX = 0;
+var posClicY = 0;
+var attrapeEvtClic = false;
+var MODE_CSS_STRICT = false;
+var MODE_MODIF;
+var laisseBulleAffiche = false;
+var fenPere = parent.parent.opener;
+try {
+    if ((fenPere != null) && (parent.rechargePage) && (fenPere.parent.menu != null) && ((fenPere.parent.menu.estMoz) || (fenPere.parent.menu.oCacheMng == null))) {
+        parent.rechargePage = false;
+        window.location.reload(true);
+    }
+} catch (e) {
+}
+
+function donneLex(num) {
+    var res2 = parent.lexique.lexs[num];
+    if ((res2 == null) || (res2 == "undefined")) {
+        res2 = "[LEX_" + num + "]";
+    }
+    return res2;
+}
+
+function STG_allerPrecedent() {
+    if (etatPrecedent && (!MODE_EDIT)) {
+        parent.SCO_pagePrecedente();
+    }
+}
+
+document.onclick = GEN_cliqueInterne;
+
+function GEN_cliqueInterne() {
+    if (!attrapeEvtClic) {
+        GEN_masqueBulle(false);
+    }
+    if (effacerMenuPages) {
+        PF_masquerDiv("STY_menuPages");
+    }
+    attrapeEvtClic = false;
+}
+
+function GEN_init(type) {
+    PF_ecritDocW();
+    if (parent.defilContenu) {
+        var oHtml = document.getElementsByTagName("html").item(0);
+        oHtml.style.overflow = "auto";
+        oHtml.style.overflowX = "hidden";
+    }
+    if (positionPerso != '') {
+        var lesobjs = positionPerso.split("#");
+        for (var k = 0; k < lesobjs.length; k++) {
+            var paireobj = lesobjs[k].split("/");
+            if (paireobj.length == 2) {
+                var lobj = PF_donneObjet(paireobj[0]);
+                if (lobj != null) {
+                    divsEdites += paireobj[0] + ",";
+                    var lesattr = paireobj[1].split(";");
+                    for (var p = 0; p < lesattr.length; p++) {
+                        var paireval = lesattr[p].split(":");
+                        if (paireval.length == 2) {
+                            if (paireval[0] == "left") {
+                                lobj.style.left = paireval[1];
+                            }
+                            if (paireval[0] == "top") {
+                                lobj.style.top = paireval[1];
+                            }
+                            if (paireval[0] == "width") {
+                                lobj.style.width = paireval[1];
+                            }
+                            if (paireval[0] == "height") {
+                                lobj.style.height = paireval[1];
+                            }
+                            if (paireval[0] == "supprime") {
+                                lobj.parentNode.removeChild(lobj);
+                            }
+                        }
+                    }
+                }
+            }
+        }
+    }
+    affTitreCmt = positionObj('STY_titreCommentaire');
+    affContenuCmt = positionObj('STY_contenuCommentaire');
+    var oPage = parent.oSco.donnePage(parent.oSco.numPageCourante);
+    if (oPage.notes != "") {
+        PF_afficherDiv("STY_zoneNoteExiste");
+    } else {
+        PF_masquerDiv("STY_zoneNoteExiste");
+    }
+    GLOBAL_initBarreBouton(type);
+    etatEval = parent.oSco.etatEvaluation;
+    if (type.indexOf('COURS') == 0) {
+        typePage = "cours";
+        CRS_init();
+    } else {
+        typePage = "exercice";
+        EXO_init(type);
+    }
+    if (document.compatMode == 'CSS1Compat') {
+        MODE_CSS_STRICT = true;
+    }
+    if (existeMosMap) {
+        if (parent.oSco.config_navigateur == "IE") {
+            setTimeout('GEN_placerZonesLien()', 100);
+            document.body.style.width = "100%";
+        }
+        GEN_placerZonesLien();
+    }
+    var objj = PF_donneObjet("STY_barreProgres");
+    if (objj != null) {
+        var numPasses = parent.oSco.numPageCourante + 1;
+        var numTot = parent.oSco.tabPages.length;
+        var retranchePos = 0;
+        var retrancheTot = 0;
+        var pageEstSkip = false;
+        for (var n = 0; n < parent.oSco.tabPages.length; n++) {
+            if (parent.oSco.tabPages[n].prerequis == "SKIP") {
+                if (n < parent.oSco.numPageCourante) {
+                    retranchePos++;
+                } else if (n == parent.oSco.numPageCourante) {
+                    pageEstSkip = true;
+                }
+                retrancheTot++;
+            }
+        }/*if (etatEval){if (parent.oSco.evaluation.etatCorrige){objj.style.display="none";} else {if (parent.oSco.evaluation.ordreAleatoire){numPasses=parent.listePagesVues.split(",").length-2;}if (parent.oSco.evaluation.nbMaxPages>0){numTot=numTot+parent.oSco.evaluation.nbMaxPages-parent.oSco.nbExercices();}}}*/
+        if (pageEstSkip) {
+            objj.innerHTML = '<div class="STY_barreProgresJauge" style="width:0px"></div>';
+        } else {
+            numTot -= retrancheTot;
+            numPasses -= retranchePos;
+            objj.innerHTML = '<div class="STY_barreProgresJauge" style="width:' + Math.round(numPasses / numTot * 100) + '%">' + numPasses + "/" + numTot + '</div>';
+        }
+    }
+    if (etatEval) {
+        var tabReg = new Array();
+        tabReg[0] = new RegExp("\\[CMI_NAME\\]");
+        tabReg[1] = new RegExp("\\[CMI_FIRSTNAME\\]");
+        tabReg[2] = new RegExp("\\[pg\\w+\\(\\w+\\)\\]");
+        parent.variablesTexte(window.document, tabReg);
+    }
+    objj = PF_donneObjet("STY_menuPages");
+    if (objj != null) {
+        effacerMenuPages = true;
+        if (objj.offsetWidth > 0) {
+            effacerMenuPages = false;
+        }
+        creerMenuPages();
+    }
+    var oCorps = document.getElementsByTagName("body").item(0);
+    if (oCorps.offsetWidth > 300) {
+        PF_affecterAlt();
+        arrierePlanPNG();
+        testAffichageZoneCmt();
+    } else {
+        setTimeout("PF_affecterAlt();arrierePlanPNG();testAffichageZoneCmt();", 25);
+    }
+    if ((parent.oSco.ordrePlan != '') && (parent.oSco.ordrePlan < 2)) {
+        var oDiv = document.createElement("div");
+        oDiv.innerHTML = ctnPlan;
+        oDiv.style.cssText = STYLE_ITEM_PLAN;
+        oCorps.appendChild(oDiv);
+    }
+    var lesinsert = document.getElementsByTagName("iframe");
+    for (var i = 0; i < lesinsert.length; i++) {
+        var oFen = lesinsert.item(i).contentWindow;
+        var lhref = oFen.location.href;
+        if (lhref.indexOf("blanc.htm?ref=") > 0) {
+            var prm = oFen.location.search;
+            prm = prm.substring(5);
+            var tabP = prm.split("/");
+            var ref = "../../../" + tabP[0] + "/sco/" + tabP[1] + ".html";
+            if (tabP.length > 2) {
+                ref += "?idPg=" + tabP[2];
+            }
+            oFen.location = ref;
+        }
+    }
+}
+
+function GEN_changerTitreDetail(nouveauTitre) {
+    PF_changeTexteCouche('STY_titreCommentaire', nouveauTitre);
+    if (nouveauTitre != '') {
+        var oTr = PF_donneObjet("STY_titreCommentaire");
+        if (oTr != null) {
+            oTr.style.display = affTitreCmt;
+        }
+    }
+}
+
+function GEN_changerContenuDetail(nouveauContenu) {
+    var oConCmt = PF_donneObjet('STY_contenuCommentaire');
+    if (oConCmt != null) {
+        oConCmt.innerHTML = nouveauContenu;
+    }
+    if (nouveauContenu != '') {
+        PF_afficherDiv('STY_zoneCommentaire');
+        if (oConCmt != null) {
+            var objDefil = oConCmt;
+            while ((objDefil != null) && (objDefil.nodeName.toLowerCase() == "div")) {
+                if ((objDefil.scrollTop > 0) || (objDefil.scrollLeft > 0)) {
+                    objDefil.scrollTop = 0;
+                    objDefil.scrollLeft = 0;
+                    objDefil = null;
+                } else {
+                    objDefil = objDefil.parentNode;
+                }
+            }
+        }
+        PF_transparencePNG(PF_donneObjet('STY_zoneCommentaire'));
+        if (existeMosMap) {
+            if (parent.oSco.config_navigateur == "IE") {
+                setTimeout('GEN_placerZonesLien()', 100);
+            } else {
+                GEN_placerZonesLien();
+            }
+        }
+    } else if (effacerZoneCmt) {
+        PF_masquerDiv("STY_zoneCommentaire");
+    }
+}
+
+function GEN_suivantPossible(typeP) {
+    return parent.SCO_suivantPossible();
+}
+
+function GEN_precedentPossible(typeP) {
+    var res = parent.SCO_precedentPossible();
+    if (res) {
+        if (parent.oSco.etatEvaluation || (parent.oSco.autorisePrecedent == 'non')) {
+            res = false;
+        }
+        if (parent.oSco.autorisePrecedent == 'oui') {
+            res = true;
+        }
+    }
+    etatPrecedent = res;
+    return res;
+}
+
+function GEN_initPossible() {
+    return false;
+}
+
+function GEN_validerPossible(typeP) {
+    var res = false;
+    if ((typeP.indexOf('COURS') < 0) && (parent.oSco.etatEvaluation)) {
+        res = true;
+    }
+    return res;
+}
+
+function GEN_basculerPara(num) {
+    var idPara = PF_donneObjet('corpsPB' + num);
+    var imgPara = PF_donneObjet('imgPB' + num);
+    var oLien = PF_donneObjet('lienPB' + num);
+    var nomClasse = "STY_paraBasculeTitre";
+    var source = imgPara.src;
+    if (idPara.style.display == 'none') {
+        idPara.style.display = 'block';
+        imgPara.src = source.replace(/0.gif/, '1.gif');
+        if (parent.oSco.config_navigateur == "IE") {
+            var lesimgs = idPara.getElementsByTagName("img");
+            if (lesimgs.length > 0) {
+                idPara.innerHTML = idPara.innerHTML + " ";
+            }
+        }
+        nomClasse += " STY_paraBasculeTitreOuvert";
+    } else {
+        idPara.style.display = 'none';
+        imgPara.src = source.replace(/1.gif/, '0.gif');
+    }
+    oLien.className = nomClasse;
+    var oContenu = PF_donneObjet("STY_zoneCours");
+    if (oContenu != null) {
+        effetArrondi("STY_zoneCours", false);
+    }
+    if (existeMosMap) {
+        GEN_placerZonesLien();
+    }
+}
+
+function GEN_affMenuPages() {
+    PF_afficherDiv("STY_menuPages");
+}
+
+function endCourse() {
+    if (parent.agirSurLMS) {
+        parent.valeurExit("logout");
+        parent.SCO_terminer();
+    } else {
+        parent.close();
+    }
+}
+
+function testAffichageZoneCmt() {
+    var objj = PF_donneObjet("STY_zoneCommentaire");
+    if (objj != null) {
+        effacerZoneCmt = true;
+        if (objj.offsetWidth > 0) {
+            effacerZoneCmt = false;
+        }
+    }
+}/*function creerMenuPages(){var res="";var peutSuivant=true;var tailleMin=1;if ((typePage=="cours")&&(leCours.desactiveSuivant)){peutSuivant=false;}if ((typePage=="exercice")&&(parent.oSco.exoBloquant=='oui')){peutSuivant=false;}var peutPrecedent=true;if ((parent.oSco.autorisePrecedent=="non")||(etatEval&&(parent.oSco.autorisePrecedent==""))){peutPrecedent=false;}if (etatEval && parent.oSco.evaluation.ordreAleatoire){var existActuel=false;if ((parent.oSco.tabPages[0].type=="cours")&&(parent.oSco.numPageCourante>0)){var classe="STY_itemMenuPages";var onevt="";if (peutPrecedent) {onevt='onmouseout="this.className=\'STY_itemMenuPages\'" onmouseover="this.className=\'STY_itemMenuPagesDessus\'" onclick="parent.SCO_allerPage(0)"';}res+="<div class=\""+classe+"\" "+onevt+">"+parent.oSco.tabPages[0].titre+"</div>";}for (var np=0;np<parent.oSco.evaluation.questions.length;np++){var oQu=parent.oSco.evaluation.questions[np];var classe="STY_itemMenuPages";var onevt="";if (oQu.codePage==parent.oSco.donnePage(parent.oSco.numPageCourante).code){classe="STY_itemMenuPagesCourant";existActuel=true;} else if (peutPrecedent) {onevt='onmouseout="this.className=\'STY_itemMenuPages\'" onmouseover="this.className=\'STY_itemMenuPagesDessus\'" onclick="parent.SCO_allerPage('+parent.oSco.numeroPage(oQu.codePage)+')"';}tailleMin++;res+="<div class=\""+classe+"\" "+onevt+">"+oQu.titre+"</div>";}if (!existActuel){res+="<div class=\"STY_itemMenuPagesCourant\">"+parent.oSco.donnePage(parent.oSco.numPageCourante).titre+"</div>";}} else {for (var np=0;np<parent.oSco.tabPages.length;np++){var classe="STY_itemMenuPages";var onevt="";if (np==parent.oSco.numPageCourante){classe="STY_itemMenuPagesCourant";} else if ((peutSuivant && (np>parent.oSco.numPageCourante))||((np<parent.oSco.numPageCourante)&&peutPrecedent)) {onevt='onmouseout="this.className=\'STY_itemMenuPages\'" onmouseover="this.className=\'STY_itemMenuPagesDessus\'" onclick="parent.SCO_allerPage('+np+')"';}var dejaPasse=true;var oPg=parent.oSco.donnePage(np);if (oPg.prerequis=='SKIP'){dejaPasse=false;}if (etatEval &&(np>parent.oSco.numPageCourante)){dejaPasse=false;for (var nq=0;nq<parent.oSco.evaluation.questions.length;nq++){if (parent.oSco.evaluation.questions[nq].codePage==parent.oSco.tabPages[np].code){dejaPasse=true;nq=99;}}} if (dejaPasse){tailleMin++;res+="<div class=\""+classe+"\" "+onevt+">"+parent.oSco.tabPages[np].titre+"</div>";}}}PF_changeTexteCouche("STY_menuPages",res);if ((tailleMin>1)&&(parent.oSco.config_navigateur=="Netscape")){var oT=PF_donneObjet("STY_menuPages");tailleMin=tailleMin*18;var haute=oT.style.height;if (haute.indexOf('px')){haute=parseInt(haute.substring(0,haute.length-2));if ((oT.style.overflow!="auto")&&(haute<tailleMin)){oT.style.height=tailleMin+"px";}}}}*/
+function creerMenuPages() {
+    var res = "";
+    var peutSuivant = true;
+    var tailleMin = 1;
+    if ((typePage == "cours") && (leCours.desactiveSuivant)) {
+        peutSuivant = false;
+    }
+    if ((typePage == "exercice") && (parent.oSco.exoBloquant == 'oui')) {
+        peutSuivant = false;
+    }
+    var peutPrecedent = true;
+    if ((parent.oSco.autorisePrecedent == "non") || (etatEval && (parent.oSco.autorisePrecedent == ""))) {
+        peutPrecedent = false;
+    }
+    var existePrerequis = false;
+    if (etatEval) {
+        for (var np = parent.oSco.numPageCourante + 1; np < parent.oSco.tabPages.length; np++) {
+            var oPg = parent.oSco.donnePage(np);
+            if (oPg.prerequis != "" && oPg.prerequis != "SKIP") {
+                existePrerequis = true;
+            }
+        }
+    }
+    for (var np = 0; np < parent.oSco.tabPages.length; np++) {
+        var afficherPage = true;
+        var oPg = parent.oSco.donnePage(np);
+        if (oPg.prerequis == 'SKIP') {
+            afficherPage = false;
+        }
+        if (existePrerequis && np > parent.oSco.numPageCourante) {
+            afficherPage = false;
+        }
+        if (afficherPage) {
+            var classe = "STY_itemMenuPages";
+            var onevt = "";
+            if (np == parent.oSco.numPageCourante) {
+                classe = "STY_itemMenuPagesCourant";
+            } else if ((peutSuivant && (np > parent.oSco.numPageCourante)) || ((np < parent.oSco.numPageCourante) && peutPrecedent)) {
+                var bloqueEvalSuivant = false;
+                if (etatEval && np > parent.oSco.numPageCourante) {
+                    bloqueEvalSuivant = true;
+                    if (oPg.type == "exercice") {
+                        for (var j = 0; j < parent.oSco.evaluation.questions.length; j++) {
+                            if (parent.oSco.evaluation.questions[j].codePage == oPg.code) {
+                                bloqueEvalSuivant = false;
+                                j = 999;
+                            }
+                        }
+                    } else {
+                        if (parent.listePagesVues.indexOf("," + oPg.code + ",") >= 0) {
+                            bloqueEvalSuivant = false;
+                        }
+                    }
+                }
+                if (!bloqueEvalSuivant) {
+                    onevt = 'onmouseout="this.className=\'STY_itemMenuPages\'" onmouseover="this.className=\'STY_itemMenuPagesDessus\'" onclick="parent.SCO_allerPage(' + np + ')"';
+                }
+            }
+            tailleMin++;
+            res += "<div class=\"" + classe + "\" " + onevt + ">" + parent.oSco.tabPages[np].titre + "</div>";
+        }
+    }
+    PF_changeTexteCouche("STY_menuPages", res);
+    if ((tailleMin > 1) && (parent.oSco.config_navigateur == "Netscape")) {
+        var oT = PF_donneObjet("STY_menuPages");
+        tailleMin = tailleMin * 18;
+        var haute = oT.style.height;
+        if (haute.indexOf('px')) {
+            haute = parseInt(haute.substring(0, haute.length - 2));
+            if ((oT.style.overflow != "auto") && (haute < tailleMin)) {
+                oT.style.height = tailleMin + "px";
+            }
+        }
+    }
+}
+
+function GEN_decrementeTempsL() {
+    if (tempsLimiteCourant <= 1) {
+        oTempsLimite.innerHTML = 0;
+    } else {
+        tempsLimiteCourant -= 1;
+        oTempsLimite.innerHTML = tempsLimiteCourant;
+        setTimeout("GEN_decrementeTempsL()", 1000);
+    }
+}
+
+function positionObj(idObj) {
+    var obj = PF_donneObjet(idObj);
+    var res = '';
+    if (obj != null) {
+        if (obj.currentStyle) {
+            res = obj.currentStyle["display"];
+        } else {
+            res = document.defaultView.getComputedStyle(obj, "").getPropertyValue("display");
+        }
+    }
+    if (res == 'none') {
+        res = '';
+    }
+    return res;
+}
+
+function enrPosClic(evt, idCmt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    var defil = 0;
+    if (parent.defilContenu) {
+        if (parent.oSco.config_navigateur == "IE") {
+            defil = document.body.scrollTop;
+            if (defil == 0) {
+                var oHTML = document.getElementsByTagName("html");
+                defil = oHTML.item(0).scrollTop;
+            }
+        } else {
+            defil = window.pageYOffset;
+        }
+    }
+    posClicX = evt.clientX;
+    posClicY = evt.clientY + defil;
+    SPE_clicDansBulle(evt, idCmt);
+}
+
+function arrierePlanPNG() {
+    var lesdivs = lsDivPNG.split(',');
+    for (var i = 0; i < lesdivs.length - 1; i++) {
+        var oDiv = PF_donneObjet(lesdivs[i]);
+        var oClon = PF_donneObjet(lesdivs[i] + "_AP_PNG");
+        if (oClon != null) {
+            oClon.style.width = oDiv.offsetWidth;
+            oClon.style.height = oDiv.offsetHeight;
+        }
+    }
+}
+
+function GEN_bloqueRetour(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (evt.keyCode == 8) {
+        evt.returnValue = false;
+        evt.cancelBubble = true;
+        try {
+            evt.stopPropagation();
+            evt.preventDefault();
+        } catch (e) {
+        }
+    }
+}
+
+function GEN_presseTouche(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (MODE_EDIT) {
+        return true;
+    }
+    if (evt.keyCode == 8) {
+        GEN_bloqueRetour(evt);
+    } else {
+        if ((evt.keyCode == 32) || (evt.keyCode == 13) || (evt.keyCode == 22)) {
+            GEN_clavier();
+        }
+    }
+}/* EDIT */
+var MODE_EDIT = false;
+var BLOQUE_STYLE = false;
+var STYLE_ITEM_CTXT = 'style="display:block;width:100%;cursor:default;color:#000000; text-decoration: none; padding-top: 1px; padding-right: 0px; padding-bottom: 3px; padding-left: 7px; border:1px solid #ffffff;" onmouseover="this.style.backgroundColor=\'#F7F0A1\';this.style.borderColor=\'#ECE05A\';" onmouseout="this.style.backgroundColor=\'\';this.style.borderColor=\'#ffffff\'"';
+var STYLE_ITEM_PLAN = "position:absolute;color:#6C2020;font-size:18px;padding:3px;font-family:Arial;background-color:#ffffff;border:1px solid;z-index:9901;left:41%;top:47%;opacity:0.5;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
+var oBarreContext;
+var divsEdites = ",";
+var peutEnregistrer = false;
+var memoCmtClic = '';
+var ctnPlan = "&#77;OS DE&#77;O";
+var objetSelectCourant = null;
+try {
+    if ((fenPere != null) && (fenPere.parent.contenu != null) && (fenPere.parent.contenu.codeCourant)) {
+        if (window.location.href.indexOf(fenPere.parent.contenu.codeCourant + ".xml") > 0) {
+            oBarreContext = window.createPopup();
+            document.oncontextmenu = EDIT_contextMenu;
+        }
+    }
+} catch (e) {
+}
+
+function EDIT_contextMenu() {
+    var res = '<div style="background-color:#ffffff;height:100%;font-family:Tahoma,Arial;font-size:13px;border:1px solid #444444;border-bottom-width:2px;border-right-width:2px">';
+    var hMenu = 32;
+    var peutGnr = false;
+    if (window.location.href.indexOf(fenPere.parent.contenu.codeCourant + ".xml") > 0) {
+        peutGnr = true;
+    }
+    var longueur = 170;
+    if (MODE_EDIT) {
+        var numprevu = 1;
+        if (peutGnr && peutEnregistrer) {
+            res += creeItemMenu('EDIT_enregistrer()', 2);
+            hMenu += 20;
+            numprevu = 4;
+        }
+        res += creeItemMenu('EDIT_recharger()', numprevu);
+    } else {
+        if (peutGnr) {
+            if (fenPere.parent.menu.DOMMDStyle.documentElement.getAttribute("editMTR") == "non") {
+                BLOQUE_STYLE = true;
+            }
+            if (fenPere.parent.contenu.SPE_existeCmts() || existeMosMap || ((typePage == "exercice") && (exo.type == "GD"))) {
+                res += creeItemMenu('EDIT_editer(false)', 5);
+                longueur = 200;
+                hMenu += 20;
+                if (fenPere.parent.menu.LANGUE == 'de') {
+                    longueur = 240;
+                }
+            }
+            if (!BLOQUE_STYLE) {
+                res += creeItemMenu('EDIT_editer(true)', 0);
+                hMenu += 20;
+            }
+        }
+        if ((positionPerso != '') && peutGnr) {
+            res += creeItemMenu('EDIT_retablir()', 3);
+            hMenu += 20;
+        }
+        if (fenPere.parent.menu.styleDansMosData) {
+            res += creeItemMenu('EDIT_majStyle()', 6);
+            hMenu += 20;
+        }
+        res += creeItemMenu('EDIT_recharger()', 1);
+    }
+    oBarreContext.show(window.event.screenX + 5, window.event.screenY + 5, longueur, hMenu);
+    oBarreContext.document.body.innerHTML = res + '</div>';
+    return false;
+}
+
+function creeItemMenu(nomFonction, numL) {
+    var langGnr = fenPere.parent.menu.LANGUE.substring(0, 2);
+    var tabCtx = new Array('Edit Layout', 'Reload Page', 'Save', 'Reset Layout', 'Cancel', 'Position Floating Objects', 'Update Style');
+    if (langGnr == 'fr') {
+        tabCtx = new Array('Modifier la disposition', 'Recharger la page', 'Enregistrer', 'R\xE9tablir la disposition', 'Annuler', 'Positionner les objets flottants', 'Mettre \xE0 jour le style');
+    } else if (langGnr == 'it') {
+        tabCtx = new Array('Modifica disposizione', 'Ricarica la pagina', 'Salva', 'Resetta il layout', 'Annullare', 'Posiziona gli oggetti mobili', 'Aggiornare lo stile');
+    } else if (langGnr == 'de') {
+        tabCtx = new Array('Layout bearbeiten', 'Seite aktualisieren', 'Speichern', 'Layout zur�cksetzen', 'Abbrechen', 'Schwebende Elemente positionieren', 'Stil aktualisieren');
+    }
+    var item = '<a hideFocus="true" onclick="parent.' + nomFonction + '" ' + STYLE_ITEM_CTXT + '>' + tabCtx[numL] + '</a>';
+    return item;
+}
+
+function EDIT_recharger() {
+    oBarreContext.hide();
+    window.location.reload(true);
+}
+
+function EDIT_retablir() {
+    divsEdites = ',';
+    EDIT_enregistrer();
+}
+
+function EDIT_toucheClavier(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (MODE_EDIT) {
+        if (evt.keyCode == 46) {
+            var range = document.selection.createRange();
+            var typeSel = document.selection.type.toLowerCase();
+            if (typeSel == "control") {
+                var lid = range.item(0).id;
+                if ((range.item(0).tagName == "DIV") && (EDIT_bonID(lid))) {/*if (divsEdites.indexOf(','+lid+',')<0){divsEdites+=lid+",";}peutEnregistrer=true;*/
+                } else {
+                    window.event.cancelBubble = true;
+                    return false;
+                }
+            }
+        }
+    }
+}
+
+function EDIT_bonID(lid) {
+    var res = false;
+    if ((lid != null) && (lid != '')) {
+        if ((!BLOQUE_STYLE) || EDIT_estCmt(lid)) {
+            res = true;
+        }
+    }
+    return res;
+}
+
+function EDIT_supprimeMasque(idObj) {
+    var oZonS = PF_donneObjet(idObj);
+    if ((oZonS != null) && (oZonS.style.display == "none")) {
+        oZonS.parentNode.removeChild(oZonS);
+    }
+}
+
+function EDIT_estCmt(lid) {
+    if (lid.indexOf("AP_PNG") > 0) {
+        return false;
+    }
+    return ((lid.indexOf('divCmt') == 0) || (lid.indexOf('divSugg') == 0) || (lid.indexOf('divConsigne') == 0) || (lid.indexOf('MosMap') == 0) || (lid.indexOf('exoGDd') == 0));
+}
+
+function EDIT_editer(modeStyle) {
+    oBarreContext.hide();
+    MODE_MODIF = "flottant";
+    if (modeStyle) {
+        MODE_MODIF = "disposition";
+    }
+    document.onkeydown = EDIT_toucheClavier;
+    EDIT_supprimeMasque("STY_zoneTitre");
+    EDIT_supprimeMasque("STY_zoneCommentaire");
+    document.getElementsByTagName("body").item(0).style.height = "100%";
+    var lesdivs = document.getElementsByTagName("div");
+    document.body.contentEditable = true;
+    for (var i = 0; i < lesdivs.length; i++) {
+        var oDiv = lesdivs.item(i);
+        if ((EDIT_bonID(oDiv.id) && ((oDiv.currentStyle['position'] == 'absolute') || (oDiv.currentStyle['position'] == 'relative'))) && ((modeStyle && !EDIT_estCmt(oDiv.id)) || (!modeStyle && EDIT_estCmt(oDiv.id) && (oDiv.currentStyle['display'] != 'none')))) {
+            enleverArrondi(oDiv, true);
+            oDiv.parentNode.onresizestart = EDIT_desactiveAction;
+            oDiv.parentNode.onmovestart = EDIT_desactiveAction;
+            oDiv.onresizeend = EDIT_finRedim;
+            oDiv.onmoveend = EDIT_finDeplacement;
+            oDiv.parentNode.onkeydown = EDIT_deplaceFleche;
+            if (oDiv.currentStyle['borderWidth'].indexOf("medium") >= 0) {
+                oDiv.style.borderWidth = "1px";
+            }
+            if (oDiv.currentStyle['borderStyle'].indexOf("none") >= 0) {
+                oDiv.style.borderStyle = "dashed";
+                oDiv.style.borderBottomWidth = "2px";
+            }
+            if (oDiv.id.indexOf('MosMap') == 0) {
+                oDiv.onmouseover = EDIT_faux;
+            }
+            oDiv.onmovestart = EDIT_debutDep;
+            oDiv.onresizestart = EDIT_debutDim;
+            oDiv.oncontrolselect = EDIT_selectCourant;
+            var lesdivsfils = oDiv.getElementsByTagName("div");
+            for (var j = 0; j < lesdivsfils.length; j++) {
+                var oDivFils = lesdivsfils.item(j);
+                if ((oDivFils.id == '') || ((oDivFils.currentStyle['position'] != 'absolute') && (oDivFils.currentStyle['position'] != 'relative'))) {
+                    oDivFils.contentEditable = false;
+                }
+            }
+        } else {
+            if ((!existeMosMap) && ((typePage != "exercice") || (exo.type != 'GD'))) {
+                oDiv.contentEditable = false;
+            }
+            if ((modeStyle && !EDIT_estCmt(oDiv.id)) || (!modeStyle && EDIT_estCmt(oDiv.id))) {
+                oDiv.oncontrolselect = EDIT_desactiveAction;
+                oDiv.onresizestart = EDIT_desactiveAction;
+                oDiv.onmovestart = EDIT_desactiveAction;
+            } else {
+                oDiv.oncontrolselect = EDIT_desactiveAction;
+                oDiv.onresizestart = EDIT_faux;
+                oDiv.onmovestart = EDIT_desactiveAction;
+            }
+            if (oDiv.currentStyle['display'] == 'none') {
+                EDIT_cacheDivE(oDiv);
+                oDiv.innerHTML = "";
+            }
+        }
+    }
+    var inv = PF_donneObjet("zoneInvisible");
+    if (inv != null) {
+        EDIT_cacheDivE(inv);
+        var lesimg = document.getElementsByTagName("img");
+        for (var i = 0; i < lesimg.length; i++) {
+            var oimg = lesimg.item(i);
+            oimg.oncontrolselect = EDIT_faux;
+            oimg.contentEditable = false;
+            oimg.onresizestart = EDIT_faux;
+            oimg.onmovestart = EDIT_faux;
+            try {
+                oimg.style.cursor = "default";
+            } catch (e) {
+            }
+        }
+    }
+    document.execCommand("2D-Position", 0, true);
+    MODE_EDIT = true;
+}
+
+function EDIT_cacheDivE(inv) {
+    inv.style.fontSize = "1px";
+    inv.style.position = "absolute";
+    inv.style.left = "-100px";
+    inv.style.top = "-100px";
+    inv.style.overflow = "hidden";
+    inv.style.width = "5px";
+    inv.style.height = "5px";
+}
+
+function EDIT_faux() {
+    return false;
+}
+
+function EDIT_selectCourant() {
+    objetSelectCourant = window.event.srcElement;
+    window.event.cancleBubble = true;
+    return true;
+}
+
+function EDIT_finRedim() {
+    if (MODE_CSS_STRICT) {
+        var obj = window.event.srcElement;
+        if (obj.style.width.indexOf('%') < 0) {
+            var remp1 = diffLargeurStrict(obj);
+            obj.style.width = (parseInt(obj.style.width) - remp1) + "px";
+        }
+        if (obj.style.height.indexOf('%') < 0) {
+            var remp1 = diffHauteurStrict(obj);
+            obj.style.height = (parseInt(obj.style.height) - remp1) + "px";
+        }
+    }
+    EDIT_finBougeage();
+}
+
+function diffLargeurStrict(obj) {
+    return EDIT_attrDim(obj, "padding-left") + EDIT_attrDim(obj, "padding-right") + EDIT_attrDim(obj, "border-left-width") + EDIT_attrDim(obj, "border-right-width");
+}
+
+function diffHauteurStrict(obj) {
+    return EDIT_attrDim(obj, "padding-top") + EDIT_attrDim(obj, "padding-bottom") + EDIT_attrDim(obj, "border-top-width") + EDIT_attrDim(obj, "border-bottom-width");
+}
+
+function EDIT_attrDim(obj, attr) {
+    var val = "";
+    if (parent.oSco.config_navigateur == "IE") {
+        val = obj.currentStyle[nomAttrIE(attr)];
+    } else {
+        val = document.defaultView.getComputedStyle(obj, "").getPropertyValue(attr);
+    }
+    var res = 0;
+    if (val.indexOf('px') > 0) {
+        res = parseInt(val);
+    }
+    return res;
+}
+
+function EDIT_finDeplacement() {
+    if (memoCmtClic != '') {
+        var lid = window.event.srcElement.id;
+        if (typePage == "cours") {
+            oCmt = leCours.donneCommentaire(lid);
+        } else {
+            oCmt = donneCmtID(lid);
+        }
+        if (oCmt != null) {
+            memoCmtClic = memoCmtClic.replace(/px/g, '');
+            var tabP = memoCmtClic.split('/');
+            var posFin = parseInt(window.event.srcElement.style.left) - parseInt(tabP[0]);
+            oCmt.posX = posFin + parseInt(oCmt.posX);
+            posFin = parseInt(window.event.srcElement.style.top) - parseInt(tabP[1]);
+            oCmt.posY = posFin + parseInt(oCmt.posY);
+        }
+    }
+    EDIT_finBougeage();
+}
+
+function EDIT_finBougeage() {
+    var lid = window.event.srcElement.id;
+    var obj = window.event.srcElement;
+    var oPng = PF_donneObjet(lid + "_AP_PNG");
+    if (oPng != null) {
+        oPng.style.left = obj.style.left;
+        oPng.style.top = obj.style.top;
+        oPng.style.height = obj.style.height;
+        oPng.style.width = obj.style.width;
+        if (MODE_CSS_STRICT) {
+            var larGin = obj.style.width;
+            if (larGin == '') {
+                larGin = obj.offsetWidth;
+            }
+            if (larGin.indexOf('%') < 0) {
+                var remp1 = diffLargeurStrict(obj);
+                oPng.style.width = (parseInt(larGin) + remp1 - 3) + "px";
+            }
+            larGin = obj.style.height;
+            if (larGin == '') {
+                larGin = obj.offsetHeight;
+            }
+            if (larGin.indexOf('%') < 0) {
+                var remp1 = diffHauteurStrict(obj);
+                oPng.style.height = (parseInt(larGin) + remp1 - 3) + "px";
+            }
+        }
+    }
+}
+
+function nomAttrIE(sP) {
+    var tabP = sP.split("-");
+    var res = "";
+    for (var i = 0; i < tabP.length; i++) {
+        var ajj = tabP[i];
+        if (i > 0) {
+            ajj = ajj.substring(0, 1).toUpperCase() + ajj.substring(1);
+        }
+        res += ajj;
+    }
+    return res;
+}
+
+function EDIT_desactiveAction() {
+    var lid = window.event.srcElement.id;
+    if (!EDIT_bonID(lid)) {
+        window.focus();
+        return false;
+    } else {
+        EDIT_marqueDiv(lid);
+    }
+}
+
+function EDIT_debutDep() {
+    memoCmtClic = "";
+    var lid = window.event.srcElement.id;
+    if (lid.indexOf('divCmt') == 0) {
+        var oCmt = null;
+        if (typePage == "cours") {
+            oCmt = leCours.donneCommentaire(lid);
+        } else {
+            oCmt = donneCmtID(lid);
+        }
+        if ((oCmt != null) && (oCmt.orign == 'clic')) {
+            memoCmtClic = window.event.srcElement.style.left + "/" + window.event.srcElement.style.top;
+        }
+    }
+    EDIT_marqueDiv(lid);
+    window.event.cancleBubble = true;
+    window.event.returnValue = true;
+    return true;
+}
+
+function EDIT_debutDim() {
+    EDIT_marqueDiv(window.event.srcElement.id);
+    window.event.cancelBubble = true;
+    return true;
+}
+
+function EDIT_marqueDiv(lid) {
+    peutEnregistrer = true;
+    if (divsEdites.indexOf(',' + lid + ',') < 0) {
+        divsEdites += lid + ",";
+    }
+}
+
+function EDIT_enregistrer() {
+    var resGnr = '';
+    var resCmt = '';
+    oBarreContext.hide();
+    var tabEd = divsEdites.split(",");
+    for (var j = 0; j < tabEd.length; j++) {
+        var lid = tabEd[j];
+        if (lid != '') {
+            var obj = PF_donneObjet(lid);
+            if (obj != null) {
+                if (lid == "divCmtSucces") {
+                    resCmt += EDIT_ligneEnr("cmtSucces", obj);
+                } else if (lid.indexOf("divCmt") == 0) {
+                    if (typePage == "cours") {
+                        oCmt = leCours.donneCommentaire(lid);
+                    } else {
+                        oCmt = donneCmtID(lid);
+                    }
+                    if ((oCmt != null) && (oCmt.orign == 'clic')) {
+                        resCmt += "cmt_" + lid.substring(6) + "/left:" + oCmt.posX + "px;top:" + oCmt.posY + "px;" + EDIT_attrS("width", obj.style.width) + EDIT_attrS("height", obj.style.height) + "#";
+                    } else {
+                        resCmt += EDIT_ligneEnr("cmt_" + lid.substring(6), obj);
+                    }
+                } else if (lid == "divConsigne") {
+                    resCmt += EDIT_ligneEnr("consigne", obj);
+                } else if (lid.indexOf("divSugg") == 0) {
+                    resCmt += EDIT_ligneEnr("sugg_" + lid.substring(7), obj);
+                } else if (lid.indexOf("MosMap") == 0) {
+                    var objXMLGnr = fenPere.parent.menu.XML_trouveNoeud(fenPere.parent.contenu.DOMPageCourante, "zoneLien", "id", lid);
+                    if (objXMLGnr != null) {
+                        var oImg = PF_donneObjet(objXMLGnr.getAttribute("refImg"));
+                        if (oImg != null) {
+                            objXMLGnr.setAttribute("gauche", parseInt(obj.style.left) - oImg.offsetLeft);
+                            objXMLGnr.setAttribute("haut", parseInt(obj.style.top) - oImg.offsetTop);
+                            var atrStyle = "display:block;position:absolute;left:" + obj.style.left + ";top:" + obj.style.top + ";width:" + obj.style.width + ";height:" + obj.style.height;
+                            objXMLGnr.setAttribute("style", atrStyle);
+                            var objHTML = fenPere.parent.contenu.PF_donneObjet(lid);
+                            objHTML.style.left = obj.style.left;
+                            objHTML.style.top = obj.style.top;
+                            objHTML.style.width = obj.style.width;
+                            objHTML.style.height = obj.style.height;
+                        }
+                    }
+                } else if ((lid.indexOf("champTrou") == 0) && exo) {
+                } else if (lid.indexOf("exoGD") == 0) {
+                    GD_enrDecalage(lid);
+                } else if (MODE_MODIF == "disposition") {
+                    resGnr += EDIT_ligneEnr(lid, obj);
+                }
+            } else {
+                resGnr += lid + "/supprime:;#";
+            }
+        }
+    }
+    fenPere.parent.contenu.GTR_persitePositons(resGnr, resCmt);
+    peutEnregistrer = false;
+    setTimeout("EDIT_recharger()", 200)
+}
+
+function EDIT_ligneEnr(lid, obj) {
+    return lid + "/" + EDIT_attrS("left", obj.style.left) + EDIT_attrS("top", obj.style.top) + EDIT_attrS("width", obj.style.width) + EDIT_attrS("height", obj.style.height) + "#";
+}
+
+function EDIT_attrS(attr, val) {
+    var res = '';
+    if (val != '') {
+        res = attr + ":" + val + ";";
+    }
+    return res;
+}
+
+function EDIT_deplaceFleche() {
+    var codeC = window.event.keyCode;
+    var majus = false;
+    if (window.event.shiftKey) {
+        majus = true;
+    }
+    if ((codeC > 36) && (codeC < 41) && objetSelectCourant) {
+        window.event.cancelBubble = true;
+        if (codeC == 38) {
+            var valp = ajoutePixelPos(objetSelectCourant.currentStyle["top"], majus, true);
+            if (valp != '') {
+                objetSelectCourant.style.top = valp
+            }
+        } else if (codeC == 40) {
+            var valp = ajoutePixelPos(objetSelectCourant.currentStyle["top"], majus, false);
+            if (valp != '') {
+                objetSelectCourant.style.top = valp
+            }
+        } else if (codeC == 37) {
+            var valp = ajoutePixelPos(objetSelectCourant.currentStyle["left"], majus, true);
+            if (valp != '') {
+                objetSelectCourant.style.left = valp
+            }
+        } else if (codeC == 39) {
+            var valp = ajoutePixelPos(objetSelectCourant.currentStyle["left"], majus, false);
+            if (valp != '') {
+                objetSelectCourant.style.left = valp
+            }
+        }
+        EDIT_marqueDiv(objetSelectCourant.id);
+        return false;
+    }
+}
+
+function ajoutePixelPos(valPx, maj, inverse) {
+    var resStr = "";
+    if (valPx.length > 1) {
+        var ajV = 1;
+        if (maj) {
+            ajV = 10;
+        }
+        if (inverse) {
+            ajV = -ajV;
+        }
+        var indFin = valPx.indexOf("px");
+        if (indFin < 0) {
+            indFin = valPx.indexOf("%");
+        }
+        var num = parseInt(valPx.substring(0, indFin));
+        num += ajV;
+        resStr = num + valPx.substring(indFin);
+    }
+    return resStr;
+}
+
+function EDIT_majStyle() {
+    fenPere.parent.menu.GTR_majStyle(false);
+    EDIT_recharger();
+}/* fin EDIT */
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ICcours.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ICcours.js
index d900d08dda477d6453aa5b362b019a73ef12509e..576df1f2e13e7566d748ff21bb17dc6b71e31b9a 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ICcours.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ICcours.js
@@ -1 +1,170 @@
-/*Integral Coaching Tous droits reserves - 2003*/ var actionD;function CRS_init(){entrerDonnees();desactiverBoutonInit(); actionD=false;if (GEN_suivantPossible('COURS')&&(!leCours.desactiveSuivant)){activerBoutonSuivant();}if (dureePage!=''){dureePage=Number(dureePage);if ((!isNaN(dureePage))&&(dureePage>0)){oTempsLimite=PF_donneObjet('STY_tempsLimiteC');tempsLimiteCourant=dureePage;setTimeout("CRS_finTemps()",dureePage*1000);if (oTempsLimite!=null){oTempsLimite.innerHTML=dureePage;setTimeout("GEN_decrementeTempsL()",1000);}}}var oZnC=PF_donneObjet("STY_texteCours");if (oZnC!=null){if (oZnC.innerHTML==''){PF_masquerDiv("STY_zoneCours");} else {GEN_lireMediaZone("STY_texteCours",false);}}for (var i=0;i<leCours.commentaires.length;i++){if (leCours.commentaires[i].delai=="0"){leCours.commentaires[i].afficher();}}window.focus();}function CRS_finTemps(){if (!MODE_EDIT){etatSuivant=true;STG_allerSuivant();}}function actionDetecte(){if (actionD==false){actionD=true;activerBoutonInit();}}function CRS_afficherDetail(num){window.status='';if (num!=''){CRS_afficheCommentaire(num);actionDetecte();}}function CRS_effacerDetail(num){var oCmt=leCours.donneCommentaire("divCmt"+num);if (oCmt.duree==""){if (oCmt.estBulle){GEN_masqueBulle(false);} else {GEN_masqueCommentaireClassique();}}}function CRS_afficheCommentaire(num){var oCmt=leCours.donneCommentaire("divCmt"+num);if (!oCmt.estAffiche){oCmt.afficher();}}function STG_initialiser(){if (!MODE_EDIT){GEN_masqueCommentaireClassique();GEN_masqueBulle(true);CRS_init();}}function SPE_delaiCmt(idCmt){var oCmt=leCours.donneCommentaire(idCmt);if (!oCmt.estAffiche){oCmt.afficher();}}function SPE_dureeCmt(idCmt){var oCmt=leCours.donneCommentaire(idCmt);if (oCmt.estAffiche){if (oCmt.estBulle){oCmt.masquerBulle();} else {if (oCmt.estAffiche){GEN_masqueCommentaireClassique();}}}}function STG_allerSuivant(){if (etatSuivant){if (parent.oSco.evaluation!=null){if (parent.oSco.evaluation.ordreAleatoire && (parent.oSco.numPageCourante==0) && parent.oSco.evaluation.questions.length>0){parent.SCO_allerPage(parent.oSco.numeroPage(parent.oSco.evaluation.questions[0].codePage));} else {parent.oSco.evaluation.allerSuivant();}} else {parent.SCO_pageSuivante();}}}function GEN_clavier(){if (!leCours.desactiveSuivant){STG_allerSuivant();}}function GEN_masqueBulle(force){for (var i=0;i<leCours.commentaires.length;i++){var oCmt=leCours.commentaires[i];if (oCmt.estBulle){if ((oCmt.estAffiche)&&(force||(oCmt.duree==''))){oCmt.masquerBulle();}}}}function GEN_masqueCommentaireClassique(){PF_changeTexteCouche('STY_titreCommentaire','');var oStyCmt=PF_donneObjet("STY_contenuCommentaire");for (var i=0;i<leCours.commentaires.length;i++){var oCmt=leCours.commentaires[i];if (!oCmt.estBulle){if (oCmt.estAffiche){var oDiv=PF_donneObjet(oCmt.id);if ((oDiv!=null)&&(oStyCmt!=null)){oDiv.innerHTML=oStyCmt.innerHTML;}oCmt.estAffiche=false;}}}GEN_changerContenuDetail("");}function SPE_clicDansBulle(evt,idCmt){var oEv;if (parent.oSco.config_navigateur=="Netscape"){oEv=evt;} else {oEv=window.event;}var oCmt=leCours.donneCommentaire("divCmt"+idCmt);if ((oCmt!=null)&&(oEv!=null)&&(oCmt.estBulle)){oEv.cancelBubble=true;if (parent.oSco.config_navigateur=="Netscape"){oEv.stopPropagation();}}}
+/*Integral Coaching Tous droits reserves - 2003*/
+var actionD;
+
+function CRS_init() {
+    entrerDonnees();
+    desactiverBoutonInit();
+    actionD = false;
+    if (GEN_suivantPossible('COURS') && (!leCours.desactiveSuivant)) {
+        activerBoutonSuivant();
+    }
+    if (dureePage != '') {
+        dureePage = Number(dureePage);
+        if ((!isNaN(dureePage)) && (dureePage > 0)) {
+            oTempsLimite = PF_donneObjet('STY_tempsLimiteC');
+            tempsLimiteCourant = dureePage;
+            setTimeout("CRS_finTemps()", dureePage * 1000);
+            if (oTempsLimite != null) {
+                oTempsLimite.innerHTML = dureePage;
+                setTimeout("GEN_decrementeTempsL()", 1000);
+            }
+        }
+    }
+    var oZnC = PF_donneObjet("STY_texteCours");
+    if (oZnC != null) {
+        if (oZnC.innerHTML == '') {
+            PF_masquerDiv("STY_zoneCours");
+        } else {
+            GEN_lireMediaZone("STY_texteCours", false);
+        }
+    }
+    for (var i = 0; i < leCours.commentaires.length; i++) {
+        if (leCours.commentaires[i].delai == "0") {
+            leCours.commentaires[i].afficher();
+        }
+    }
+    window.focus();
+}
+
+function CRS_finTemps() {
+    if (!MODE_EDIT) {
+        etatSuivant = true;
+        STG_allerSuivant();
+    }
+}
+
+function actionDetecte() {
+    if (actionD == false) {
+        actionD = true;
+        activerBoutonInit();
+    }
+}
+
+function CRS_afficherDetail(num) {
+    window.status = '';
+    if (num != '') {
+        CRS_afficheCommentaire(num);
+        actionDetecte();
+    }
+}
+
+function CRS_effacerDetail(num) {
+    var oCmt = leCours.donneCommentaire("divCmt" + num);
+    if (oCmt.duree == "") {
+        if (oCmt.estBulle) {
+            GEN_masqueBulle(false);
+        } else {
+            GEN_masqueCommentaireClassique();
+        }
+    }
+}
+
+function CRS_afficheCommentaire(num) {
+    var oCmt = leCours.donneCommentaire("divCmt" + num);
+    if (!oCmt.estAffiche) {
+        oCmt.afficher();
+    }
+}
+
+function STG_initialiser() {
+    if (!MODE_EDIT) {
+        GEN_masqueCommentaireClassique();
+        GEN_masqueBulle(true);
+        CRS_init();
+    }
+}
+
+function SPE_delaiCmt(idCmt) {
+    var oCmt = leCours.donneCommentaire(idCmt);
+    if (!oCmt.estAffiche) {
+        oCmt.afficher();
+    }
+}
+
+function SPE_dureeCmt(idCmt) {
+    var oCmt = leCours.donneCommentaire(idCmt);
+    if (oCmt.estAffiche) {
+        if (oCmt.estBulle) {
+            oCmt.masquerBulle();
+        } else {
+            if (oCmt.estAffiche) {
+                GEN_masqueCommentaireClassique();
+            }
+        }
+    }
+}
+
+function STG_allerSuivant() {
+    if (etatSuivant) {
+        if (parent.oSco.evaluation != null) {
+            if (parent.oSco.evaluation.ordreAleatoire && (parent.oSco.numPageCourante == 0) && parent.oSco.evaluation.questions.length > 0) {
+                parent.SCO_allerPage(parent.oSco.numeroPage(parent.oSco.evaluation.questions[0].codePage));
+            } else {
+                parent.oSco.evaluation.allerSuivant();
+            }
+        } else {
+            parent.SCO_pageSuivante();
+        }
+    }
+}
+
+function GEN_clavier() {
+    if (!leCours.desactiveSuivant) {
+        STG_allerSuivant();
+    }
+}
+
+function GEN_masqueBulle(force) {
+    for (var i = 0; i < leCours.commentaires.length; i++) {
+        var oCmt = leCours.commentaires[i];
+        if (oCmt.estBulle) {
+            if ((oCmt.estAffiche) && (force || (oCmt.duree == ''))) {
+                oCmt.masquerBulle();
+            }
+        }
+    }
+}
+
+function GEN_masqueCommentaireClassique() {
+    PF_changeTexteCouche('STY_titreCommentaire', '');
+    var oStyCmt = PF_donneObjet("STY_contenuCommentaire");
+    for (var i = 0; i < leCours.commentaires.length; i++) {
+        var oCmt = leCours.commentaires[i];
+        if (!oCmt.estBulle) {
+            if (oCmt.estAffiche) {
+                var oDiv = PF_donneObjet(oCmt.id);
+                if ((oDiv != null) && (oStyCmt != null)) {
+                    oDiv.innerHTML = oStyCmt.innerHTML;
+                }
+                oCmt.estAffiche = false;
+            }
+        }
+    }
+    GEN_changerContenuDetail("");
+}
+
+function SPE_clicDansBulle(evt, idCmt) {
+    var oEv;
+    if (parent.oSco.config_navigateur == "Netscape") {
+        oEv = evt;
+    } else {
+        oEv = window.event;
+    }
+    var oCmt = leCours.donneCommentaire("divCmt" + idCmt);
+    if ((oCmt != null) && (oEv != null) && (oCmt.estBulle)) {
+        oEv.cancelBubble = true;
+        if (parent.oSco.config_navigateur == "Netscape") {
+            oEv.stopPropagation();
+        }
+    }
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ICexercices.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ICexercices.js
index 46d775bb4145f03fcb674b7ca2e46644b87b2214..ea68ac33bfa401fece47d63ef5528b1bbdef48e4 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ICexercices.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/contenu/ICexercices.js
@@ -1 +1,640 @@
-/*Integral Coaching - Tous droits reserves - 2004 */ var actionD;var etatValide;var iconeOui="STY_zoneSuccesExo";var iconeNon="STY_zoneEchecExo";var CODE_V="nw";var CODE_F="ng";var premiereFois=true;var suggestionDejaAffiche='';var indicCourant;var exerciceFlash=false;var zoneScoreAffiche="";var masqueInteractions=false;var depuisPrecedent=false;var qcResult=false;function EXO_init(type0) {type=type0;entrerDonnees();if ((etatEval)&&(!parent.oSco.evaluation.evalInteraction)){masqueInteractions=true;}PF_afficherDiv("STY_zoneExercice");for (var i=0;i<exo.indications.length;i++){if (exo.indications[i].delai=="0"){exo.indications[i].afficher();}}initialiser();if (type=='TAT'){setTimeout('focusPremierChamp()',100);}GEN_validerPossible(type0);if ((etatEval && parent.oSco.evaluation.etatCorrige) || ((!etatEval)&&(parent.oSco.exoBloquant!='oui'))){if (GEN_suivantPossible('')){activerBoutonSuivant();}}if (etatEval && parent.oSco.evaluation.etatCorrige){ EXO_mesReponses();} else {if (etatEval){var numQ=-1;for (var j=0;j<parent.oSco.evaluation.questions.length;j++){if (parent.oSco.evaluation.questions[j].codePage==codePage){numQ=j;}}if (numQ>=0){depuisPrecedent=true;exo.afficherMesReponses(parent.oSco.evaluation.donneReponsesQuestion(codePage));actionDetecte();activerBoutonSuivant();} else {var oPg=parent.oSco.donnePage(parent.oSco.numPageCourante);if (oPg.prerequis.indexOf('RESULT')==0){qcResult=true;}if (qcResult && parent.SCO_suivantPossible()){actionDetecte();activerBoutonSuivant();}}}}}function EXO_compteurLimite(){if (dureePage!=''){dureePage=Number(dureePage);if ((!isNaN(dureePage))&&(dureePage>0)){oTempsLimite=PF_donneObjet('STY_tempsLimiteE');tempsLimiteCourant=dureePage;setTimeout("EXO_finTemps()",dureePage*1000);if (oTempsLimite!=null){oTempsLimite.innerHTML=dureePage;setTimeout("GEN_decrementeTempsL()",1000);}}}}function initialiser(){if (type!='SEQ'){GEN_lireMediaZone("STY_zoneExercice",false);}if (!premiereFois){exo.initialiser();GEN_masqueBulle(true);GEN_masqueCommentaireClassique();}etatValide=0; masquerZonesDyn();if (masqueInteractions){PF_masquerDiv("STY_zoneScoreExo");}PF_changeTexteCouche("STY_scoreAtteintExo","0");indicCourant=null;suggestionDejaAffiche='';actionD=false;if (!premiereFois){desactiverBoutonInit();}if ((exo.commentaireSucces!=null)&&(exo.commentaireSucces.estBulle)&&(exo.commentaireSucces.estAffiche)){exo.commentaireSucces.masquerBulle();}if ((exo.consigne!=null)&&(!etatEval || !parent.oSco.evaluation.etatCorrige)){if ((exo.consigne.delai=="")|| !premiereFois){exo.consigne.afficher();}}EXO_compteurLimite();if (!premiereFois){attrapeEvtClic=true;}premiereFois=false;if (parent.oSco.forcerReponse){desactiverBoutonValider();}}function STG_initialiser(evt){chopeEtStpEvt(evt);if (!MODE_EDIT){initialiser();}}function GEN_clavier(){GEN_masqueBulle(false);if (exo.actif){if (actionD){EXO_valider();}} else {STG_allerSuivant();}}function actionDetecte(){if (actionD==false){actionD=true;etatValide=0;activerBoutonInit();activerBoutonValider();}}function afficherIndication(){indicCourant.afficher();suggestionDejaAffiche+=indicCourant.id+',';if (!indicCourant.estBulle){if ((exo.consigne!=null)&&(!exo.consigne.estBulle)){exo.consigne.estAffiche=false;}}}function EXO_valider(evt){chopeEtStpEvt(evt);if (qcResult){STG_allerSuivant(evt);return 0;}scoreAtteint=-1;exo.valider();if ((parent.oSco.scoreBinaire)&&(!exo.valide)){exo.scoreCourant=0;}indicCourant=exo.donneSuggestion();if (etatEval && etatValide==0){if (exo.valide||(!parent.oSco.evaluation.evalSuggestions)||(indicCourant==null)){etatValide=1;if (!parent.oSco.evaluation.etatCorrige){parent.oSco.evaluation.ajouterQuestion(exo,codePage); } activerBoutonSuivant(); desactiverBoutonValider(); desactiverBoutonInit(); window.focus();EXO_desactiver();}}if (masqueInteractions){ STG_allerSuivant();} else {EXO_afficherScore();window.focus();if (exo.valide==false){ if (!etatEval){activerBoutonInit();}afficherCommentaireEchec();} else { etatValide=1;if (!etatEval){desactiverBoutonValider();if (parent.SCO_suivantPossible()){activerBoutonSuivant();}EXO_affecterAlt();EXO_desactiver();}afficherCommentaireSucces();} }depuisPrecedent=false;}function EXO_desactiver(){exo.desactiver();}function afficherCommentaireEchec(){var res='';afficheZoneDyn(iconeNon);if (!((exo.consigne!=null)&&(exo.consigne.estAffiche)&&(!exo.consigne.estBulle))){GEN_masqueCommentaireClassique();}if (((!etatEval)||parent.oSco.evaluation.evalSuggestions)&&(indicCourant!=null)){afficherIndication();if (etatEval&&parent.oSco.evaluation.parcourable&&(parent.oSco.evaluation.etatCorrige)){PF_afficherDiv("STY_zoneVoirSolutions");if (PF_donneObjet("STY_zoneVoirSolutions")==null){GEN_masqueCommentaireClassique();GEN_changerContenuDetail('<a class="STY_lienDansZoneComt" href="javascript:EXO_solutions()">'+donneLex(59)+'</a>');}}} else if (((!etatEval)&&parent.oSco.exoSolutions)||(etatEval&&parent.oSco.evaluation.parcourable)){PF_afficherDiv("STY_zoneVoirSolutions");if (PF_donneObjet("STY_zoneVoirSolutions")==null){GEN_changerContenuDetail('<a class="STY_lienDansZoneComt" href="javascript:EXO_solutions()">'+donneLex(59)+'</a>');}}}function afficherCommentaireSucces(){var brancheDirect=false;GEN_masqueCommentaireClassique();if (exo.commentaireSucces!=null){if ((exo.commentaireSucces.branche!='')&&(exo.commentaireSucces.duree=='0')){brancheDirect=true;}exo.commentaireSucces.afficher();}if ((!etatEval)||(!parent.oSco.evaluation.questionnaire)){if(!brancheDirect){afficheZoneDyn(iconeOui);}}}function afficherCommentaireSolution(){var i=0;while (i<exo.indications.length){var ref=exo.indications[i].ref;if (exo.indications[i].ref.indexOf("[solution]")==0){exo.indications[i].afficher();if (!exo.indications[i].estBulle){GEN_changerTitreDetail(exo.indications[i].titre);}i=99;}i++;}}function afficheZoneDyn(nomZone){if ((nomZone.indexOf("STY_")==0)&&(exo.scoreTotal>0)){masquerZonesDyn();PF_afficherDiv(nomZone);GEN_lireMediaZone(nomZone,false);}}function soumettreForm(){EXO_valider();}function STG_allerSuivant(evt){if (etatSuivant&&(!MODE_EDIT)){etatSuivant=false;if ((depuisPrecedent)&&(parent.pagePrecHisto!="")){var nump=parent.oSco.numeroPage(parent.pagePrecHisto);if (etatEval &&(!parent.oSco.evaluation.ordreAleatoire)){nump=parent.oSco.numPageCourante+1;var trouvePoss=false;while (!trouvePoss && (nump<parent.oSco.tabPages.length)){var oPg=parent.oSco.donnePage(nump);if (parent.evalVerifPrerequis(oPg.prerequis)){trouvePoss=true;} else {parent.oSco.evaluation.effaceQuestion(oPg.codePage);nump++;}}}parent.SCO_allerPage(nump);parent.pagePrecHisto="";} else {var oCmt=donneCmtAffiche();if ((oCmt==null)||(oCmt.branche=='')){if (etatEval){parent.oSco.evaluation.allerSuivant();} else {parent.SCO_pageSuivante();}} else {EXO_brancher(oCmt.branche);}}}}function EXO_affecterAlt(){var imgbSuiv=PF_donneObjet("boutonSuivant");if (imgbSuiv!=null){if (parent.SCO_suivantPossible()&&(!parent.allerEtapeSuivante)){imgbSuiv.title==parent.SCO_titrePageSuivante();}}}function EXO_solutions(){exo.initialiser();exo.solutions();if ((etatEval)&&(parent.oSco.evaluation.etatCorrige)){EXO_solutionsEval();} else {if (!etatEval){activerBoutonInit();}desactiverBoutonValider();EXO_desactiver();masquerZonesDyn();GEN_masqueCommentaireClassique();afficherCommentaireSolution();}}function EXO_solutionsEval(){desactiverBoutonValider();desactiverBoutonInit();EXO_desactiver();masquerZonesDyn();afficheZoneDyn("STY_zoneVoirMesReponses");if (PF_donneObjet("STY_zoneVoirMesReponses")==null){GEN_masqueCommentaireClassique();GEN_changerContenuDetail('<a class="STY_lienDansZoneComt" href="javascript:EXO_mesReponses()">'+donneLex(62)+'</a>');}afficherCommentaireSolution();}function EXO_mesReponses(){exo.initialiser();exo.afficherMesReponses(parent.oSco.evaluation.donneReponsesQuestion(codePage));desactiverBoutonValider();desactiverBoutonInit();exo.valider();PF_masquerDiv("STY_zoneVoirMesReponses");if (exo.valide==false){ if ((!etatEval)||(!parent.oSco.evaluation.questionnaire)){afficheZoneDyn(iconeNon);}if (exerciceFlash){GEN_masqueCommentaireClassique();} else {if (parent.oSco.evaluation.parcourable){PF_afficherDiv("STY_zoneVoirSolutions");if (PF_donneObjet("STY_zoneVoirSolutions")==null){GEN_masqueCommentaireClassique();GEN_changerContenuDetail('<a class="STY_lienDansZoneComt" href="javascript:EXO_solutions()">'+donneLex(59)+'</a>');}}}} else { afficherCommentaireSucces();}EXO_desactiver();EXO_afficherScore();}function EXO_afficherScore(){var oDiv=PF_donneObjet("STY_scoreAtteintExo");if (oDiv!=null){var scr=exo.scoreCourant;if (scr<0){scr=0;}oDiv.innerHTML=localeNb(scr);}PF_afficherDiv("STY_zoneScoreExo");}function masquerZonesDyn(score){PF_masquerDiv('STY_zoneSuccesExo');PF_masquerDiv('STY_zoneEchecExo');PF_masquerDiv('STY_zoneVoirSolutions');PF_masquerDiv('STY_zoneVoirMesReponses');}function EXO_ajouterCommentaire(idDiv,titrec,posX,posY,posL,posH,duree,delai,styBulle,branche,orign){if (idDiv.indexOf('divSugg')==0){if (titrec==""){titrec=donneLex(10);if (delai=="[solution]"){titrec=donneLex(23);}}} else if (idDiv=='divConsigne'){if (titrec==""){titrec=donneLex(22);}if (delai==0){delai='';}} else if (idDiv=='divCmtSucces'){if (titrec==""){titrec=donneLex(58);}if (delai==0){delai='';}}var oCmt=new Commentaire(idDiv,titrec,posX,posY,posL,posH,duree,delai,orign);oCmt.init(styBulle);oCmt.branche=branche;if (idDiv=='divCmtSucces'){exo.commentaireSucces=oCmt;} else if ((idDiv.indexOf("divSugg")==0)||(idDiv.indexOf("divCmt")==0)){exo.indications[exo.indications.length]=oCmt;} else if (idDiv=='divConsigne'){exo.consigne=oCmt;}}function GEN_masqueBulle(force){if (!laisseBulleAffiche){for (var i=0;i<exo.indications.length;i++){var oCmt=exo.indications[i];if ((oCmt.estBulle)&&(oCmt.estAffiche)){if ((force||(oCmt.duree==''))){if ((oCmt.id.indexOf('divCmt')<0)||(oCmt.duree=='')){oCmt.masquerBulle();}}}}}if ((exo.consigne!=null)&&(exo.consigne.estBulle)&&(exo.consigne.estAffiche)&&(exo.consigne.duree=='')){exo.consigne.masquerBulle();}if ((exo.commentaireSucces!=null)&&(exo.commentaireSucces.estBulle)&&(exo.commentaireSucces.estAffiche)&&(exo.commentaireSucces.duree=='')){exo.commentaireSucces.masquerBulle();}laisseBulleAffiche=false;}function GEN_masqueCommentaireClassique(){PF_changeTexteCouche('STY_titreCommentaire','');var oStyCmt=PF_donneObjet("STY_contenuCommentaire");for (var i=0;i<exo.indications.length;i++){var oCmt=exo.indications[i];if (!oCmt.estBulle){if (oCmt.estAffiche){var oDiv=PF_donneObjet(oCmt.id);if (oStyCmt!=null){oDiv.innerHTML=oStyCmt.innerHTML;}oCmt.estAffiche=false;}}}if ((exo.consigne!=null)&&(!exo.consigne.estBulle)){if (exo.consigne.estAffiche){var oDiv=PF_donneObjet(exo.consigne.id);if (oStyCmt!=null){oDiv.innerHTML=oStyCmt.innerHTML;}exo.consigne.estAffiche=false;}}if ((exo.commentaireSucces!=null)&&(!exo.commentaireSucces.estBulle)){if (exo.commentaireSucces.estAffiche){var oDiv=PF_donneObjet(exo.commentaireSucces.id);if (oStyCmt!=null){oDiv.innerHTML=oStyCmt.innerHTML;}exo.commentaireSucces.estAffiche=false;}}GEN_changerContenuDetail("");}function donneCmtAffiche(){var oCmt=null;if ((exo.commentaireSucces!=null) && exo.commentaireSucces.estAffiche){oCmt=exo.commentaireSucces;}if (oCmt==null){for (var i=0;i<exo.indications.length;i++){if (exo.indications[i].estAffiche){oCmt=exo.indications[i];}}}return oCmt;}function SPE_dureeCmt(idCmt){var oCmt=donneCmtID(idCmt);if (oCmt!=null){if (oCmt.estBulle){oCmt.masquerBulle();} else {if (oCmt.estAffiche){GEN_masqueCommentaireClassique(true);}}if (oCmt.branche!=''){activerBoutonSuivant();EXO_brancher(oCmt.branche);}}}function EXO_finTemps(){if ((!exo.valide)&&(!MODE_EDIT)&& exo.actif){alert(donneLex(63));if (!etatEval){EXO_valider();EXO_desactiver();desactiverBoutonValider();} else {EXO_valider();}}}function SPE_clicDansBulle(evt,idCmt){var oEv;if (parent.oSco.config_navigateur=="Netscape"){oEv=evt;} else {oEv=window.event;}var oCmt=donneCmtID(idCmt);if (oCmt==null){oCmt=donneCmtID("divCmt"+idCmt);}if ((oCmt!=null)&&(oCmt.estBulle)){oEv.cancelBubble=true;if (parent.oSco.config_navigateur=="Netscape"){oEv.stopPropagation();}}}function donneCmtID(idCmt){var oCmt=null;if (idCmt=="divConsigne"){oCmt=exo.consigne;} else if (idCmt=="divCmtSucces"){oCmt=exo.commentaireSucces;} else {for (var i=0;i<exo.indications.length;i++){if (exo.indications[i].id==idCmt){oCmt=exo.indications[i];}}}return oCmt;}function EXO_brancher(val){if (val.indexOf('pg')==0){val=parent.oSco.identifiant+"/"+val;}if (val.indexOf('/')<0){val+="/";}if (etatEval && (etatValide==0)){if (!qcResult){exo.valider();parent.oSco.evaluation.ajouterQuestion(exo,codePage);}}if (etatEval && (val.indexOf(parent.oSco.identifiant)!=0)){parent.oSco.evaluation.juger();parent.oSco.evaluation.resultatsLMS();}if (!MODE_EDIT){GLOBAL_allerPage(val);}}function CRS_afficherDetail(num){window.status='';if (num!=''){CRS_afficheCommentaire(num);actionDetecte();}}function CRS_effacerDetail(num){var oCmt=donneCmtID("divCmt"+num);if (oCmt.duree==""){if (oCmt.estBulle){GEN_masqueBulle(false);} else {GEN_masqueCommentaireClassique();}}}function CRS_afficheCommentaire(num){var oCmt=donneCmtID("divCmt"+num);if (!oCmt.estAffiche){oCmt.afficher();}}function SPE_delaiCmt(idCmt){var oCmt=donneCmtID(idCmt);if (!oCmt.estAffiche){oCmt.afficher();}}function EXO_validerAuto(){if (parent.oSco.exoValideChoixUnique &&(!depuisPrecedent)&&(!etatEval || !parent.oSco.evaluation.etatCorrige)){desactiverBoutonValider();EXO_valider();laisseBulleAffiche=true;}}function activerBoutonValider(){GEN_activeBouton("Valider",13,EXO_valider);}
+/*Integral Coaching - Tous droits reserves - 2004 */
+var actionD;
+var etatValide;
+var iconeOui = "STY_zoneSuccesExo";
+var iconeNon = "STY_zoneEchecExo";
+var CODE_V = "nw";
+var CODE_F = "ng";
+var premiereFois = true;
+var suggestionDejaAffiche = '';
+var indicCourant;
+var exerciceFlash = false;
+var zoneScoreAffiche = "";
+var masqueInteractions = false;
+var depuisPrecedent = false;
+var qcResult = false;
+
+function EXO_init(type0) {
+    type = type0;
+    entrerDonnees();
+    if ((etatEval) && (!parent.oSco.evaluation.evalInteraction)) {
+        masqueInteractions = true;
+    }
+    PF_afficherDiv("STY_zoneExercice");
+    for (var i = 0; i < exo.indications.length; i++) {
+        if (exo.indications[i].delai == "0") {
+            exo.indications[i].afficher();
+        }
+    }
+    initialiser();
+    if (type == 'TAT') {
+        setTimeout('focusPremierChamp()', 100);
+    }
+    GEN_validerPossible(type0);
+    if ((etatEval && parent.oSco.evaluation.etatCorrige) || ((!etatEval) && (parent.oSco.exoBloquant != 'oui'))) {
+        if (GEN_suivantPossible('')) {
+            activerBoutonSuivant();
+        }
+    }
+    if (etatEval && parent.oSco.evaluation.etatCorrige) {
+        EXO_mesReponses();
+    } else {
+        if (etatEval) {
+            var numQ = -1;
+            for (var j = 0; j < parent.oSco.evaluation.questions.length; j++) {
+                if (parent.oSco.evaluation.questions[j].codePage == codePage) {
+                    numQ = j;
+                }
+            }
+            if (numQ >= 0) {
+                depuisPrecedent = true;
+                exo.afficherMesReponses(parent.oSco.evaluation.donneReponsesQuestion(codePage));
+                actionDetecte();
+                activerBoutonSuivant();
+            } else {
+                var oPg = parent.oSco.donnePage(parent.oSco.numPageCourante);
+                if (oPg.prerequis.indexOf('RESULT') == 0) {
+                    qcResult = true;
+                }
+                if (qcResult && parent.SCO_suivantPossible()) {
+                    actionDetecte();
+                    activerBoutonSuivant();
+                }
+            }
+        }
+    }
+}
+
+function EXO_compteurLimite() {
+    if (dureePage != '') {
+        dureePage = Number(dureePage);
+        if ((!isNaN(dureePage)) && (dureePage > 0)) {
+            oTempsLimite = PF_donneObjet('STY_tempsLimiteE');
+            tempsLimiteCourant = dureePage;
+            setTimeout("EXO_finTemps()", dureePage * 1000);
+            if (oTempsLimite != null) {
+                oTempsLimite.innerHTML = dureePage;
+                setTimeout("GEN_decrementeTempsL()", 1000);
+            }
+        }
+    }
+}
+
+function initialiser() {
+    if (type != 'SEQ') {
+        GEN_lireMediaZone("STY_zoneExercice", false);
+    }
+    if (!premiereFois) {
+        exo.initialiser();
+        GEN_masqueBulle(true);
+        GEN_masqueCommentaireClassique();
+    }
+    etatValide = 0;
+    masquerZonesDyn();
+    if (masqueInteractions) {
+        PF_masquerDiv("STY_zoneScoreExo");
+    }
+    PF_changeTexteCouche("STY_scoreAtteintExo", "0");
+    indicCourant = null;
+    suggestionDejaAffiche = '';
+    actionD = false;
+    if (!premiereFois) {
+        desactiverBoutonInit();
+    }
+    if ((exo.commentaireSucces != null) && (exo.commentaireSucces.estBulle) && (exo.commentaireSucces.estAffiche)) {
+        exo.commentaireSucces.masquerBulle();
+    }
+    if ((exo.consigne != null) && (!etatEval || !parent.oSco.evaluation.etatCorrige)) {
+        if ((exo.consigne.delai == "") || !premiereFois) {
+            exo.consigne.afficher();
+        }
+    }
+    EXO_compteurLimite();
+    if (!premiereFois) {
+        attrapeEvtClic = true;
+    }
+    premiereFois = false;
+    if (parent.oSco.forcerReponse) {
+        desactiverBoutonValider();
+    }
+}
+
+function STG_initialiser(evt) {
+    chopeEtStpEvt(evt);
+    if (!MODE_EDIT) {
+        initialiser();
+    }
+}
+
+function GEN_clavier() {
+    GEN_masqueBulle(false);
+    if (exo.actif) {
+        if (actionD) {
+            EXO_valider();
+        }
+    } else {
+        STG_allerSuivant();
+    }
+}
+
+function actionDetecte() {
+    if (actionD == false) {
+        actionD = true;
+        etatValide = 0;
+        activerBoutonInit();
+        activerBoutonValider();
+    }
+}
+
+function afficherIndication() {
+    indicCourant.afficher();
+    suggestionDejaAffiche += indicCourant.id + ',';
+    if (!indicCourant.estBulle) {
+        if ((exo.consigne != null) && (!exo.consigne.estBulle)) {
+            exo.consigne.estAffiche = false;
+        }
+    }
+}
+
+function EXO_valider(evt) {
+    chopeEtStpEvt(evt);
+    if (qcResult) {
+        STG_allerSuivant(evt);
+        return 0;
+    }
+    scoreAtteint = -1;
+    exo.valider();
+    if ((parent.oSco.scoreBinaire) && (!exo.valide)) {
+        exo.scoreCourant = 0;
+    }
+    indicCourant = exo.donneSuggestion();
+    if (etatEval && etatValide == 0) {
+        if (exo.valide || (!parent.oSco.evaluation.evalSuggestions) || (indicCourant == null)) {
+            etatValide = 1;
+            if (!parent.oSco.evaluation.etatCorrige) {
+                parent.oSco.evaluation.ajouterQuestion(exo, codePage);
+            }
+            activerBoutonSuivant();
+            desactiverBoutonValider();
+            desactiverBoutonInit();
+            window.focus();
+            EXO_desactiver();
+        }
+    }
+    if (masqueInteractions) {
+        STG_allerSuivant();
+    } else {
+        EXO_afficherScore();
+        window.focus();
+        if (exo.valide == false) {
+            if (!etatEval) {
+                activerBoutonInit();
+            }
+            afficherCommentaireEchec();
+        } else {
+            etatValide = 1;
+            if (!etatEval) {
+                desactiverBoutonValider();
+                if (parent.SCO_suivantPossible()) {
+                    activerBoutonSuivant();
+                }
+                EXO_affecterAlt();
+                EXO_desactiver();
+            }
+            afficherCommentaireSucces();
+        }
+    }
+    depuisPrecedent = false;
+}
+
+function EXO_desactiver() {
+    exo.desactiver();
+}
+
+function afficherCommentaireEchec() {
+    var res = '';
+    afficheZoneDyn(iconeNon);
+    if (!((exo.consigne != null) && (exo.consigne.estAffiche) && (!exo.consigne.estBulle))) {
+        GEN_masqueCommentaireClassique();
+    }
+    if (((!etatEval) || parent.oSco.evaluation.evalSuggestions) && (indicCourant != null)) {
+        afficherIndication();
+        if (etatEval && parent.oSco.evaluation.parcourable && (parent.oSco.evaluation.etatCorrige)) {
+            PF_afficherDiv("STY_zoneVoirSolutions");
+            if (PF_donneObjet("STY_zoneVoirSolutions") == null) {
+                GEN_masqueCommentaireClassique();
+                GEN_changerContenuDetail('<a class="STY_lienDansZoneComt" href="javascript:EXO_solutions()">' + donneLex(59) + '</a>');
+            }
+        }
+    } else if (((!etatEval) && parent.oSco.exoSolutions) || (etatEval && parent.oSco.evaluation.parcourable)) {
+        PF_afficherDiv("STY_zoneVoirSolutions");
+        if (PF_donneObjet("STY_zoneVoirSolutions") == null) {
+            GEN_changerContenuDetail('<a class="STY_lienDansZoneComt" href="javascript:EXO_solutions()">' + donneLex(59) + '</a>');
+        }
+    }
+}
+
+function afficherCommentaireSucces() {
+    var brancheDirect = false;
+    GEN_masqueCommentaireClassique();
+    if (exo.commentaireSucces != null) {
+        if ((exo.commentaireSucces.branche != '') && (exo.commentaireSucces.duree == '0')) {
+            brancheDirect = true;
+        }
+        exo.commentaireSucces.afficher();
+    }
+    if ((!etatEval) || (!parent.oSco.evaluation.questionnaire)) {
+        if (!brancheDirect) {
+            afficheZoneDyn(iconeOui);
+        }
+    }
+}
+
+function afficherCommentaireSolution() {
+    var i = 0;
+    while (i < exo.indications.length) {
+        var ref = exo.indications[i].ref;
+        if (exo.indications[i].ref.indexOf("[solution]") == 0) {
+            exo.indications[i].afficher();
+            if (!exo.indications[i].estBulle) {
+                GEN_changerTitreDetail(exo.indications[i].titre);
+            }
+            i = 99;
+        }
+        i++;
+    }
+}
+
+function afficheZoneDyn(nomZone) {
+    if ((nomZone.indexOf("STY_") == 0) && (exo.scoreTotal > 0)) {
+        masquerZonesDyn();
+        PF_afficherDiv(nomZone);
+        GEN_lireMediaZone(nomZone, false);
+    }
+}
+
+function soumettreForm() {
+    EXO_valider();
+}
+
+function STG_allerSuivant(evt) {
+    if (etatSuivant && (!MODE_EDIT)) {
+        etatSuivant = false;
+        if ((depuisPrecedent) && (parent.pagePrecHisto != "")) {
+            var nump = parent.oSco.numeroPage(parent.pagePrecHisto);
+            if (etatEval && (!parent.oSco.evaluation.ordreAleatoire)) {
+                nump = parent.oSco.numPageCourante + 1;
+                var trouvePoss = false;
+                while (!trouvePoss && (nump < parent.oSco.tabPages.length)) {
+                    var oPg = parent.oSco.donnePage(nump);
+                    if (parent.evalVerifPrerequis(oPg.prerequis)) {
+                        trouvePoss = true;
+                    } else {
+                        parent.oSco.evaluation.effaceQuestion(oPg.codePage);
+                        nump++;
+                    }
+                }
+            }
+            parent.SCO_allerPage(nump);
+            parent.pagePrecHisto = "";
+        } else {
+            var oCmt = donneCmtAffiche();
+            if ((oCmt == null) || (oCmt.branche == '')) {
+                if (etatEval) {
+                    parent.oSco.evaluation.allerSuivant();
+                } else {
+                    parent.SCO_pageSuivante();
+                }
+            } else {
+                EXO_brancher(oCmt.branche);
+            }
+        }
+    }
+}
+
+function EXO_affecterAlt() {
+    var imgbSuiv = PF_donneObjet("boutonSuivant");
+    if (imgbSuiv != null) {
+        if (parent.SCO_suivantPossible() && (!parent.allerEtapeSuivante)) {
+            imgbSuiv.title == parent.SCO_titrePageSuivante();
+        }
+    }
+}
+
+function EXO_solutions() {
+    exo.initialiser();
+    exo.solutions();
+    if ((etatEval) && (parent.oSco.evaluation.etatCorrige)) {
+        EXO_solutionsEval();
+    } else {
+        if (!etatEval) {
+            activerBoutonInit();
+        }
+        desactiverBoutonValider();
+        EXO_desactiver();
+        masquerZonesDyn();
+        GEN_masqueCommentaireClassique();
+        afficherCommentaireSolution();
+    }
+}
+
+function EXO_solutionsEval() {
+    desactiverBoutonValider();
+    desactiverBoutonInit();
+    EXO_desactiver();
+    masquerZonesDyn();
+    afficheZoneDyn("STY_zoneVoirMesReponses");
+    if (PF_donneObjet("STY_zoneVoirMesReponses") == null) {
+        GEN_masqueCommentaireClassique();
+        GEN_changerContenuDetail('<a class="STY_lienDansZoneComt" href="javascript:EXO_mesReponses()">' + donneLex(62) + '</a>');
+    }
+    afficherCommentaireSolution();
+}
+
+function EXO_mesReponses() {
+    exo.initialiser();
+    exo.afficherMesReponses(parent.oSco.evaluation.donneReponsesQuestion(codePage));
+    desactiverBoutonValider();
+    desactiverBoutonInit();
+    exo.valider();
+    PF_masquerDiv("STY_zoneVoirMesReponses");
+    if (exo.valide == false) {
+        if ((!etatEval) || (!parent.oSco.evaluation.questionnaire)) {
+            afficheZoneDyn(iconeNon);
+        }
+        if (exerciceFlash) {
+            GEN_masqueCommentaireClassique();
+        } else {
+            if (parent.oSco.evaluation.parcourable) {
+                PF_afficherDiv("STY_zoneVoirSolutions");
+                if (PF_donneObjet("STY_zoneVoirSolutions") == null) {
+                    GEN_masqueCommentaireClassique();
+                    GEN_changerContenuDetail('<a class="STY_lienDansZoneComt" href="javascript:EXO_solutions()">' + donneLex(59) + '</a>');
+                }
+            }
+        }
+    } else {
+        afficherCommentaireSucces();
+    }
+    EXO_desactiver();
+    EXO_afficherScore();
+}
+
+function EXO_afficherScore() {
+    var oDiv = PF_donneObjet("STY_scoreAtteintExo");
+    if (oDiv != null) {
+        var scr = exo.scoreCourant;
+        if (scr < 0) {
+            scr = 0;
+        }
+        oDiv.innerHTML = localeNb(scr);
+    }
+    PF_afficherDiv("STY_zoneScoreExo");
+}
+
+function masquerZonesDyn(score) {
+    PF_masquerDiv('STY_zoneSuccesExo');
+    PF_masquerDiv('STY_zoneEchecExo');
+    PF_masquerDiv('STY_zoneVoirSolutions');
+    PF_masquerDiv('STY_zoneVoirMesReponses');
+}
+
+function EXO_ajouterCommentaire(idDiv, titrec, posX, posY, posL, posH, duree, delai, styBulle, branche, orign) {
+    if (idDiv.indexOf('divSugg') == 0) {
+        if (titrec == "") {
+            titrec = donneLex(10);
+            if (delai == "[solution]") {
+                titrec = donneLex(23);
+            }
+        }
+    } else if (idDiv == 'divConsigne') {
+        if (titrec == "") {
+            titrec = donneLex(22);
+        }
+        if (delai == 0) {
+            delai = '';
+        }
+    } else if (idDiv == 'divCmtSucces') {
+        if (titrec == "") {
+            titrec = donneLex(58);
+        }
+        if (delai == 0) {
+            delai = '';
+        }
+    }
+    var oCmt = new Commentaire(idDiv, titrec, posX, posY, posL, posH, duree, delai, orign);
+    oCmt.init(styBulle);
+    oCmt.branche = branche;
+    if (idDiv == 'divCmtSucces') {
+        exo.commentaireSucces = oCmt;
+    } else if ((idDiv.indexOf("divSugg") == 0) || (idDiv.indexOf("divCmt") == 0)) {
+        exo.indications[exo.indications.length] = oCmt;
+    } else if (idDiv == 'divConsigne') {
+        exo.consigne = oCmt;
+    }
+}
+
+function GEN_masqueBulle(force) {
+    if (!laisseBulleAffiche) {
+        for (var i = 0; i < exo.indications.length; i++) {
+            var oCmt = exo.indications[i];
+            if ((oCmt.estBulle) && (oCmt.estAffiche)) {
+                if ((force || (oCmt.duree == ''))) {
+                    if ((oCmt.id.indexOf('divCmt') < 0) || (oCmt.duree == '')) {
+                        oCmt.masquerBulle();
+                    }
+                }
+            }
+        }
+    }
+    if ((exo.consigne != null) && (exo.consigne.estBulle) && (exo.consigne.estAffiche) && (exo.consigne.duree == '')) {
+        exo.consigne.masquerBulle();
+    }
+    if ((exo.commentaireSucces != null) && (exo.commentaireSucces.estBulle) && (exo.commentaireSucces.estAffiche) && (exo.commentaireSucces.duree == '')) {
+        exo.commentaireSucces.masquerBulle();
+    }
+    laisseBulleAffiche = false;
+}
+
+function GEN_masqueCommentaireClassique() {
+    PF_changeTexteCouche('STY_titreCommentaire', '');
+    var oStyCmt = PF_donneObjet("STY_contenuCommentaire");
+    for (var i = 0; i < exo.indications.length; i++) {
+        var oCmt = exo.indications[i];
+        if (!oCmt.estBulle) {
+            if (oCmt.estAffiche) {
+                var oDiv = PF_donneObjet(oCmt.id);
+                if (oStyCmt != null) {
+                    oDiv.innerHTML = oStyCmt.innerHTML;
+                }
+                oCmt.estAffiche = false;
+            }
+        }
+    }
+    if ((exo.consigne != null) && (!exo.consigne.estBulle)) {
+        if (exo.consigne.estAffiche) {
+            var oDiv = PF_donneObjet(exo.consigne.id);
+            if (oStyCmt != null) {
+                oDiv.innerHTML = oStyCmt.innerHTML;
+            }
+            exo.consigne.estAffiche = false;
+        }
+    }
+    if ((exo.commentaireSucces != null) && (!exo.commentaireSucces.estBulle)) {
+        if (exo.commentaireSucces.estAffiche) {
+            var oDiv = PF_donneObjet(exo.commentaireSucces.id);
+            if (oStyCmt != null) {
+                oDiv.innerHTML = oStyCmt.innerHTML;
+            }
+            exo.commentaireSucces.estAffiche = false;
+        }
+    }
+    GEN_changerContenuDetail("");
+}
+
+function donneCmtAffiche() {
+    var oCmt = null;
+    if ((exo.commentaireSucces != null) && exo.commentaireSucces.estAffiche) {
+        oCmt = exo.commentaireSucces;
+    }
+    if (oCmt == null) {
+        for (var i = 0; i < exo.indications.length; i++) {
+            if (exo.indications[i].estAffiche) {
+                oCmt = exo.indications[i];
+            }
+        }
+    }
+    return oCmt;
+}
+
+function SPE_dureeCmt(idCmt) {
+    var oCmt = donneCmtID(idCmt);
+    if (oCmt != null) {
+        if (oCmt.estBulle) {
+            oCmt.masquerBulle();
+        } else {
+            if (oCmt.estAffiche) {
+                GEN_masqueCommentaireClassique(true);
+            }
+        }
+        if (oCmt.branche != '') {
+            activerBoutonSuivant();
+            EXO_brancher(oCmt.branche);
+        }
+    }
+}
+
+function EXO_finTemps() {
+    if ((!exo.valide) && (!MODE_EDIT) && exo.actif) {
+        alert(donneLex(63));
+        if (!etatEval) {
+            EXO_valider();
+            EXO_desactiver();
+            desactiverBoutonValider();
+        } else {
+            EXO_valider();
+        }
+    }
+}
+
+function SPE_clicDansBulle(evt, idCmt) {
+    var oEv;
+    if (parent.oSco.config_navigateur == "Netscape") {
+        oEv = evt;
+    } else {
+        oEv = window.event;
+    }
+    var oCmt = donneCmtID(idCmt);
+    if (oCmt == null) {
+        oCmt = donneCmtID("divCmt" + idCmt);
+    }
+    if ((oCmt != null) && (oCmt.estBulle)) {
+        oEv.cancelBubble = true;
+        if (parent.oSco.config_navigateur == "Netscape") {
+            oEv.stopPropagation();
+        }
+    }
+}
+
+function donneCmtID(idCmt) {
+    var oCmt = null;
+    if (idCmt == "divConsigne") {
+        oCmt = exo.consigne;
+    } else if (idCmt == "divCmtSucces") {
+        oCmt = exo.commentaireSucces;
+    } else {
+        for (var i = 0; i < exo.indications.length; i++) {
+            if (exo.indications[i].id == idCmt) {
+                oCmt = exo.indications[i];
+            }
+        }
+    }
+    return oCmt;
+}
+
+function EXO_brancher(val) {
+    if (val.indexOf('pg') == 0) {
+        val = parent.oSco.identifiant + "/" + val;
+    }
+    if (val.indexOf('/') < 0) {
+        val += "/";
+    }
+    if (etatEval && (etatValide == 0)) {
+        if (!qcResult) {
+            exo.valider();
+            parent.oSco.evaluation.ajouterQuestion(exo, codePage);
+        }
+    }
+    if (etatEval && (val.indexOf(parent.oSco.identifiant) != 0)) {
+        parent.oSco.evaluation.juger();
+        parent.oSco.evaluation.resultatsLMS();
+    }
+    if (!MODE_EDIT) {
+        GLOBAL_allerPage(val);
+    }
+}
+
+function CRS_afficherDetail(num) {
+    window.status = '';
+    if (num != '') {
+        CRS_afficheCommentaire(num);
+        actionDetecte();
+    }
+}
+
+function CRS_effacerDetail(num) {
+    var oCmt = donneCmtID("divCmt" + num);
+    if (oCmt.duree == "") {
+        if (oCmt.estBulle) {
+            GEN_masqueBulle(false);
+        } else {
+            GEN_masqueCommentaireClassique();
+        }
+    }
+}
+
+function CRS_afficheCommentaire(num) {
+    var oCmt = donneCmtID("divCmt" + num);
+    if (!oCmt.estAffiche) {
+        oCmt.afficher();
+    }
+}
+
+function SPE_delaiCmt(idCmt) {
+    var oCmt = donneCmtID(idCmt);
+    if (!oCmt.estAffiche) {
+        oCmt.afficher();
+    }
+}
+
+function EXO_validerAuto() {
+    if (parent.oSco.exoValideChoixUnique && (!depuisPrecedent) && (!etatEval || !parent.oSco.evaluation.etatCorrige)) {
+        desactiverBoutonValider();
+        EXO_valider();
+        laisseBulleAffiche = true;
+    }
+}
+
+function activerBoutonValider() {
+    GEN_activeBouton("Valider", 13, EXO_valider);
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/ClasseGlossaire.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/ClasseGlossaire.js
index b97d9db3d9a2b358e8bc080835540c865f72d468..1d23f3c81c0564635263379e5ed78583c0c9f990 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/ClasseGlossaire.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/ClasseGlossaire.js
@@ -1 +1,327 @@
-/*Integral Coaching Tous droits reserves - 2003 */ function Glossaire() { this.subs; this.motTrouves; this.codeMotTrouves; this.nomLiens; this.init=CAT_init;this.ajouterSub=CAT_ajouterSub;this.afficher=CAT_afficher;this.ouvrirTout=CAT_ouvrirTout;this.fermerTout=CAT_fermerTout;this.rechercher=CAT_rechercher;this.donnerEntreeCode=CAT_donnerEntreeCode;this.donneEntree=CAT_donneEntree;}function CAT_init(){this.subs=new Array();}function CAT_ajouterSub(sub){sub.subParent=null;this.subs[this.subs.length]=sub;}function CAT_afficher(){var resFin='';for (j=0;j<this.subs.length;j++){resFin=resFin+this.subs[j].afficher(this.subs[j].nomRep);}return resFin;}function CAT_ouvrirTout(){var j=0;for (j=0;j<this.subs.length;j++){subTmp=this.subs[j];subTmp.ouvrirSub();}}function CAT_fermerTout(){var j=0;for (j=0;j<this.subs.length;j++){subTmp=this.subs[j];subTmp.fermerSub();}}function CAT_rechercher(mot,optionMotEntier,optionCasse){this.motTrouves=new Array(); this.codeMotTrouves=new Array(); this.nomLiens= new Array();var j=0;var trouve=0; var regleDebut="";var regleFin="";if (optionMotEntier){regleDebut="\\b";regleFin="\\b";}var optCasse='i';if (optionCasse){optCasse='';}var regle = new RegExp(regleDebut+mot+regleFin,optCasse);for (j=0;j<this.subs.length;j++){subTmp=this.subs[j];trouve=trouve+subTmp.rechercher(regle,optionCasse);}return trouve;}function CAT_donnerEntreeCode(idMotCherche,entree){var resultat=false;var j=0;for (j=0;j<this.subs.length;j++){if (resultat){j=this.subs.length;} else {subTmp=this.subs[j];this.cheminMotTemp=subTmp.nom;resultat=subTmp.rechercherEntreeCode(idMotCherche);}}return resultat;}function CAT_donneEntree(idEntree){var entree=null;var j;for (j=0;j<this.subs.length;j++){subTmp=this.subs[j];var res=subTmp.donneEntree(idEntree);if (res!=null){entree=res;j=this.subs.length;}}return entree;}function GlossaireSub() {this.subs; this.entrees; this.nom=''; this.code=''; this.nomRep=''; this.subParent=null; this.init=CATs_init;this.ajouterEntreeGlossaire=CATs_ajouterEntreeGlossaire;this.ajouterSub=CATs_ajouterSub;this.afficherentrees=CATs_afficherentrees;this.afficherEntree=CATs_afficherEntree;this.afficher=CATs_afficher;this.afficherSubs=CATs_afficherSubs;this.ouvrirSub=CATs_ouvrirSub;this.fermerSub=CATs_fermerSub;this.rechercher=CATs_rechercher;this.rechercherEntreeCode=CATs_rechercherEntreeCode;this.donneEntree=CATs_donneEntree;}function CATs_init(){this.subs=new Array(); this.entrees=new Array();}function CATs_ajouterEntreeGlossaire(codeEntreeGlossaire,nomEntreeGlossaire,def,refGloss){EntreeGlossaireTmp= new EntreeGlossaire();EntreeGlossaireTmp.init();EntreeGlossaireTmp.code = codeEntreeGlossaire;EntreeGlossaireTmp.nom = nomEntreeGlossaire;EntreeGlossaireTmp.subParent=this;if (refGloss.length>0){EntreeGlossaireTmp.references = refGloss;}this.entrees[this.entrees.length]=EntreeGlossaireTmp;}function CATs_ajouterSub(sub){sub.subParent=this;this.subs[this.subs.length]=sub;}function CATs_afficherEntree(index,nomRepertoire){var codeTmp=this.entrees[index].code;var nomLien='lien'+codeTmp;res='<a id="'+nomLien+'" href="javascript:afficher(\''+codeTmp+'\',\''+nomLien+'\')" class="STY_arboEntree">'+this.entrees[index].nom+'</a></br>'; return res;}function CATs_afficherentrees(nomRep){var res='';for (i=0;i<this.entrees.length;i++){res=res+this.afficherEntree(i,nomRep);}return res;}function CATs_afficher(nomRep){var nomLienFleche="lienFleche"+this.code;var nomImageFleche="imgFleche"+this.code;var nomLienSub="lienDiv"+this.code;res='<div class="STY_arboDivDossierTitre"><a id="'+nomLienFleche+'" href="javascript:basculerDiv(\''+this.code+'\',\''+nomImageFleche+'\',\''+nomLienFleche+'\')"><img id="'+nomImageFleche+'" src="'+sourceDossierFerme+'" align="top" hspace="1" border="0"></a><a id="'+nomLienSub+'" href="javascript:basculerDiv(\''+this.code+'\',\''+nomImageFleche+'\',\''+nomLienSub+'\')" class="STY_arboNomDossier">'+this.nom+'</a></div>'; res=res+'<div id="'+this.code+'" style="display:none" class="STY_arboDivDossier">'; res=res+this.afficherSubs(); res=res+this.afficherentrees(nomRep)+'</div>'; return res;}function CATs_afficherSubs(){var res='';var taille=this.subs.length;if (taille>0) {for (k=0;k<taille;k++){res=res+this.subs[k].afficher();}}return res;}function CATs_ouvrirSub(){nomImageFleche="imgFleche"+this.code;PF_changeImage(nomImageFleche,sourceDossierOuvert);PF_afficherDiv(this.code);if (this.subs.length>0){var k=0;for (k=0;k<this.subs.length;k++){this.subs[k].ouvrirSub();}}}function CATs_fermerSub(){nomImageFleche="imgFleche"+this.code;PF_changeImage(nomImageFleche,sourceDossierFerme);div=PF_donneObjet(this.code);div.style.display="none";if (this.subs.length>0){var k=0;for (k=0;k<this.subs.length;k++){this.subs[k].fermerSub();}}}function CATs_rechercher(regle){var trouve=0; for (var k=0;k<this.entrees.length;k++){var nomLien='lien'+this.entrees[k].code;var lienEntreeGlossaire=PF_donneObjet(nomLien);lienEntreeGlossaire.className="STY_arboEntree";var motTmp=this.entrees[k].nom;if (motTmp.search(regle)>=0){trouve++;glossaire.motTrouves[glossaire.motTrouves.length]=motTmp;glossaire.codeMotTrouves[glossaire.codeMotTrouves.length]=this.entrees[k].code;glossaire.nomLiens[glossaire.nomLiens.length]=nomLien;lienEntreeGlossaire.className="STY_arboEntreeSel";}}for (var j=0;j<this.subs.length;j++){trouve=trouve+this.subs[j].rechercher(regle);}if (trouve>0){this.ouvrirSub();}return trouve;}function CATs_rechercherEntreeCode(idMotCherche){var k=0;var res=false; for (k=0;k<this.entrees.length;k++){nomLien='lien'+this.code+'e'+k;idMotTmp=this.entrees[k].code;if (idMotTmp==idMotCherche){res=true;motAussiTmp =this.entrees[k].nom;lienAussiTmp=nomLien;}}var j=0;if (!res){for (j=0;j<this.subs.length;j++){trouveSub=subTmp1.rechercherEntreeCode(idMotCherche);if (trouveSub){res=true;}}}return res;}function CATs_donneEntree(idEntree){var entree=null;var k;var trouve=false;for (k=0;k<this.entrees.length;k++){nomLien='lien'+this.code+'e'+k;if (idEntree==this.entrees[k].code){entree=this.entrees[k];trouve=true;}}if (!trouve){var i;for (i=0;i<this.subs.length;i++){var res=this.subs[i].donneEntree(idEntree);if (res!=null){entree=res;i=this.subs.length;}}}return entree;}function EntreeGlossaire() {this.nom; this.code; this.references; this.lien; this.subParent=null;this.init=CAT_entree_init;this.aReferences=CAT_entree_aReferences;this.donneChemin=CAT_entree_donneChemin;this.donneDefinition=CAT_entree_donneDefinition;}function CAT_entree_init(){this.nom=''; this.code='';this.references=new Array();this.lien="";}function CAT_entree_aReferences(){return(this.references.length>0);}function CAT_entree_donneDefinition(){var res='';var oDiv=PF_donneObjet('divDef'+this.code);if (oDiv!=null){res=oDiv.innerHTML;}return res;}function CAT_entree_donneChemin(){var tabChemin = new Array;var leParent=this.subParent;while (leParent!=null){tabChemin[tabChemin.length]=leParent.nom;leParent=leParent.subParent;}var res='';for (var n=tabChemin.length-1;n>=0;n--){if (n!=tabChemin.length-1){res=res+' / ';}res+=tabChemin[n];}return res;}
+/*Integral Coaching Tous droits reserves - 2003 */
+function Glossaire() {
+    this.subs;
+    this.motTrouves;
+    this.codeMotTrouves;
+    this.nomLiens;
+    this.init = CAT_init;
+    this.ajouterSub = CAT_ajouterSub;
+    this.afficher = CAT_afficher;
+    this.ouvrirTout = CAT_ouvrirTout;
+    this.fermerTout = CAT_fermerTout;
+    this.rechercher = CAT_rechercher;
+    this.donnerEntreeCode = CAT_donnerEntreeCode;
+    this.donneEntree = CAT_donneEntree;
+}
+
+function CAT_init() {
+    this.subs = new Array();
+}
+
+function CAT_ajouterSub(sub) {
+    sub.subParent = null;
+    this.subs[this.subs.length] = sub;
+}
+
+function CAT_afficher() {
+    var resFin = '';
+    for (j = 0; j < this.subs.length; j++) {
+        resFin = resFin + this.subs[j].afficher(this.subs[j].nomRep);
+    }
+    return resFin;
+}
+
+function CAT_ouvrirTout() {
+    var j = 0;
+    for (j = 0; j < this.subs.length; j++) {
+        subTmp = this.subs[j];
+        subTmp.ouvrirSub();
+    }
+}
+
+function CAT_fermerTout() {
+    var j = 0;
+    for (j = 0; j < this.subs.length; j++) {
+        subTmp = this.subs[j];
+        subTmp.fermerSub();
+    }
+}
+
+function CAT_rechercher(mot, optionMotEntier, optionCasse) {
+    this.motTrouves = new Array();
+    this.codeMotTrouves = new Array();
+    this.nomLiens = new Array();
+    var j = 0;
+    var trouve = 0;
+    var regleDebut = "";
+    var regleFin = "";
+    if (optionMotEntier) {
+        regleDebut = "\\b";
+        regleFin = "\\b";
+    }
+    var optCasse = 'i';
+    if (optionCasse) {
+        optCasse = '';
+    }
+    var regle = new RegExp(regleDebut + mot + regleFin, optCasse);
+    for (j = 0; j < this.subs.length; j++) {
+        subTmp = this.subs[j];
+        trouve = trouve + subTmp.rechercher(regle, optionCasse);
+    }
+    return trouve;
+}
+
+function CAT_donnerEntreeCode(idMotCherche, entree) {
+    var resultat = false;
+    var j = 0;
+    for (j = 0; j < this.subs.length; j++) {
+        if (resultat) {
+            j = this.subs.length;
+        } else {
+            subTmp = this.subs[j];
+            this.cheminMotTemp = subTmp.nom;
+            resultat = subTmp.rechercherEntreeCode(idMotCherche);
+        }
+    }
+    return resultat;
+}
+
+function CAT_donneEntree(idEntree) {
+    var entree = null;
+    var j;
+    for (j = 0; j < this.subs.length; j++) {
+        subTmp = this.subs[j];
+        var res = subTmp.donneEntree(idEntree);
+        if (res != null) {
+            entree = res;
+            j = this.subs.length;
+        }
+    }
+    return entree;
+}
+
+function GlossaireSub() {
+    this.subs;
+    this.entrees;
+    this.nom = '';
+    this.code = '';
+    this.nomRep = '';
+    this.subParent = null;
+    this.init = CATs_init;
+    this.ajouterEntreeGlossaire = CATs_ajouterEntreeGlossaire;
+    this.ajouterSub = CATs_ajouterSub;
+    this.afficherentrees = CATs_afficherentrees;
+    this.afficherEntree = CATs_afficherEntree;
+    this.afficher = CATs_afficher;
+    this.afficherSubs = CATs_afficherSubs;
+    this.ouvrirSub = CATs_ouvrirSub;
+    this.fermerSub = CATs_fermerSub;
+    this.rechercher = CATs_rechercher;
+    this.rechercherEntreeCode = CATs_rechercherEntreeCode;
+    this.donneEntree = CATs_donneEntree;
+}
+
+function CATs_init() {
+    this.subs = new Array();
+    this.entrees = new Array();
+}
+
+function CATs_ajouterEntreeGlossaire(codeEntreeGlossaire, nomEntreeGlossaire, def, refGloss) {
+    EntreeGlossaireTmp = new EntreeGlossaire();
+    EntreeGlossaireTmp.init();
+    EntreeGlossaireTmp.code = codeEntreeGlossaire;
+    EntreeGlossaireTmp.nom = nomEntreeGlossaire;
+    EntreeGlossaireTmp.subParent = this;
+    if (refGloss.length > 0) {
+        EntreeGlossaireTmp.references = refGloss;
+    }
+    this.entrees[this.entrees.length] = EntreeGlossaireTmp;
+}
+
+function CATs_ajouterSub(sub) {
+    sub.subParent = this;
+    this.subs[this.subs.length] = sub;
+}
+
+function CATs_afficherEntree(index, nomRepertoire) {
+    var codeTmp = this.entrees[index].code;
+    var nomLien = 'lien' + codeTmp;
+    res = '<a id="' + nomLien + '" href="javascript:afficher(\'' + codeTmp + '\',\'' + nomLien + '\')" class="STY_arboEntree">' + this.entrees[index].nom + '</a></br>';
+    return res;
+}
+
+function CATs_afficherentrees(nomRep) {
+    var res = '';
+    for (i = 0; i < this.entrees.length; i++) {
+        res = res + this.afficherEntree(i, nomRep);
+    }
+    return res;
+}
+
+function CATs_afficher(nomRep) {
+    var nomLienFleche = "lienFleche" + this.code;
+    var nomImageFleche = "imgFleche" + this.code;
+    var nomLienSub = "lienDiv" + this.code;
+    res = '<div class="STY_arboDivDossierTitre"><a id="' + nomLienFleche + '" href="javascript:basculerDiv(\'' + this.code + '\',\'' + nomImageFleche + '\',\'' + nomLienFleche + '\')"><img id="' + nomImageFleche + '" src="' + sourceDossierFerme + '" align="top" hspace="1" border="0"></a><a id="' + nomLienSub + '" href="javascript:basculerDiv(\'' + this.code + '\',\'' + nomImageFleche + '\',\'' + nomLienSub + '\')" class="STY_arboNomDossier">' + this.nom + '</a></div>';
+    res = res + '<div id="' + this.code + '" style="display:none" class="STY_arboDivDossier">';
+    res = res + this.afficherSubs();
+    res = res + this.afficherentrees(nomRep) + '</div>';
+    return res;
+}
+
+function CATs_afficherSubs() {
+    var res = '';
+    var taille = this.subs.length;
+    if (taille > 0) {
+        for (k = 0; k < taille; k++) {
+            res = res + this.subs[k].afficher();
+        }
+    }
+    return res;
+}
+
+function CATs_ouvrirSub() {
+    nomImageFleche = "imgFleche" + this.code;
+    PF_changeImage(nomImageFleche, sourceDossierOuvert);
+    PF_afficherDiv(this.code);
+    if (this.subs.length > 0) {
+        var k = 0;
+        for (k = 0; k < this.subs.length; k++) {
+            this.subs[k].ouvrirSub();
+        }
+    }
+}
+
+function CATs_fermerSub() {
+    nomImageFleche = "imgFleche" + this.code;
+    PF_changeImage(nomImageFleche, sourceDossierFerme);
+    div = PF_donneObjet(this.code);
+    div.style.display = "none";
+    if (this.subs.length > 0) {
+        var k = 0;
+        for (k = 0; k < this.subs.length; k++) {
+            this.subs[k].fermerSub();
+        }
+    }
+}
+
+function CATs_rechercher(regle) {
+    var trouve = 0;
+    for (var k = 0; k < this.entrees.length; k++) {
+        var nomLien = 'lien' + this.entrees[k].code;
+        var lienEntreeGlossaire = PF_donneObjet(nomLien);
+        lienEntreeGlossaire.className = "STY_arboEntree";
+        var motTmp = this.entrees[k].nom;
+        if (motTmp.search(regle) >= 0) {
+            trouve++;
+            glossaire.motTrouves[glossaire.motTrouves.length] = motTmp;
+            glossaire.codeMotTrouves[glossaire.codeMotTrouves.length] = this.entrees[k].code;
+            glossaire.nomLiens[glossaire.nomLiens.length] = nomLien;
+            lienEntreeGlossaire.className = "STY_arboEntreeSel";
+        }
+    }
+    for (var j = 0; j < this.subs.length; j++) {
+        trouve = trouve + this.subs[j].rechercher(regle);
+    }
+    if (trouve > 0) {
+        this.ouvrirSub();
+    }
+    return trouve;
+}
+
+function CATs_rechercherEntreeCode(idMotCherche) {
+    var k = 0;
+    var res = false;
+    for (k = 0; k < this.entrees.length; k++) {
+        nomLien = 'lien' + this.code + 'e' + k;
+        idMotTmp = this.entrees[k].code;
+        if (idMotTmp == idMotCherche) {
+            res = true;
+            motAussiTmp = this.entrees[k].nom;
+            lienAussiTmp = nomLien;
+        }
+    }
+    var j = 0;
+    if (!res) {
+        for (j = 0; j < this.subs.length; j++) {
+            trouveSub = subTmp1.rechercherEntreeCode(idMotCherche);
+            if (trouveSub) {
+                res = true;
+            }
+        }
+    }
+    return res;
+}
+
+function CATs_donneEntree(idEntree) {
+    var entree = null;
+    var k;
+    var trouve = false;
+    for (k = 0; k < this.entrees.length; k++) {
+        nomLien = 'lien' + this.code + 'e' + k;
+        if (idEntree == this.entrees[k].code) {
+            entree = this.entrees[k];
+            trouve = true;
+        }
+    }
+    if (!trouve) {
+        var i;
+        for (i = 0; i < this.subs.length; i++) {
+            var res = this.subs[i].donneEntree(idEntree);
+            if (res != null) {
+                entree = res;
+                i = this.subs.length;
+            }
+        }
+    }
+    return entree;
+}
+
+function EntreeGlossaire() {
+    this.nom;
+    this.code;
+    this.references;
+    this.lien;
+    this.subParent = null;
+    this.init = CAT_entree_init;
+    this.aReferences = CAT_entree_aReferences;
+    this.donneChemin = CAT_entree_donneChemin;
+    this.donneDefinition = CAT_entree_donneDefinition;
+}
+
+function CAT_entree_init() {
+    this.nom = '';
+    this.code = '';
+    this.references = new Array();
+    this.lien = "";
+}
+
+function CAT_entree_aReferences() {
+    return (this.references.length > 0);
+}
+
+function CAT_entree_donneDefinition() {
+    var res = '';
+    var oDiv = PF_donneObjet('divDef' + this.code);
+    if (oDiv != null) {
+        res = oDiv.innerHTML;
+    }
+    return res;
+}
+
+function CAT_entree_donneChemin() {
+    var tabChemin = new Array;
+    var leParent = this.subParent;
+    while (leParent != null) {
+        tabChemin[tabChemin.length] = leParent.nom;
+        leParent = leParent.subParent;
+    }
+    var res = '';
+    for (var n = tabChemin.length - 1; n >= 0; n--) {
+        if (n != tabChemin.length - 1) {
+            res = res + ' / ';
+        }
+        res += tabChemin[n];
+    }
+    return res;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/FenetreRecherche.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/FenetreRecherche.js
index 8049497574bec44fd58bd285026a9433065e45c3..96eb20b86d67c602a90d02b39c93cb778349aba3 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/FenetreRecherche.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/FenetreRecherche.js
@@ -1 +1,39 @@
-/*Integral Coaching Tous droits reserves - 2003 */ function lancerRecherche(){var oChamp=PF_donneObjet('STY_champRechercheTexteGLO');var mot = oChamp.value;if (mot==''){alert(window.opener.donneLex(10));oChamp.focus();} else {var optionCasse0=false;var oCase=PF_donneObjet('STY_caseRechercheCasseGLO');if ((oCase!=null)&&(oCase.checked)){optionCasse0=true;}var optionMotEntier0=false;var oCase=PF_donneObjet('STY_caseRechercheEntierGLO');if ((oCase!=null)&&(oCase.checked)){optionMotEntier0=true;}var optionComFin0="non"; window.opener.recherche(mot,optionMotEntier0,optionCasse0); window.close();}}function FEN_init(){PF_ecritDocW();this.document.title=donneLex(6);var oChamp=PF_donneObjet('STY_champRechercheTexteGLO');if (oChamp!=null){oChamp.focus();if (window.opener.donneDernierMotRecherche()!=''){oChamp.value=window.opener.donneDernierMotRecherche();}}}function donneLex(num){return window.opener.donneLex(num);}
+/*Integral Coaching Tous droits reserves - 2003 */
+function lancerRecherche() {
+    var oChamp = PF_donneObjet('STY_champRechercheTexteGLO');
+    var mot = oChamp.value;
+    if (mot == '') {
+        alert(window.opener.donneLex(10));
+        oChamp.focus();
+    } else {
+        var optionCasse0 = false;
+        var oCase = PF_donneObjet('STY_caseRechercheCasseGLO');
+        if ((oCase != null) && (oCase.checked)) {
+            optionCasse0 = true;
+        }
+        var optionMotEntier0 = false;
+        var oCase = PF_donneObjet('STY_caseRechercheEntierGLO');
+        if ((oCase != null) && (oCase.checked)) {
+            optionMotEntier0 = true;
+        }
+        var optionComFin0 = "non";
+        window.opener.recherche(mot, optionMotEntier0, optionCasse0);
+        window.close();
+    }
+}
+
+function FEN_init() {
+    PF_ecritDocW();
+    this.document.title = donneLex(6);
+    var oChamp = PF_donneObjet('STY_champRechercheTexteGLO');
+    if (oChamp != null) {
+        oChamp.focus();
+        if (window.opener.donneDernierMotRecherche() != '') {
+            oChamp.value = window.opener.donneDernierMotRecherche();
+        }
+    }
+}
+
+function donneLex(num) {
+    return window.opener.donneLex(num);
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/ICglossaire.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/ICglossaire.js
index 1e9ee400b3dd2e7944ada9a4a737150030ceee20..788780c48860e599d3718f9ad04d66c4909f7e19 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/ICglossaire.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/ICglossaire.js
@@ -1 +1,342 @@
-var lienAussiTmp='';var motAussiTmp='';var cheminAbsolu;var adresseAccueil;var adresseContenu;var adresseRecherche;var entreeCourante=null;var adresseCadreCourante='';var sourceDossierOuvert;var sourceDossierFerme;var requete='';var requeteNB=0;var motRecherche='';function basculerDiv(nomDiv,idImg,nomLien){var lien =PF_donneObjet(nomLien);var idDiv = PF_donneObjet(nomDiv);lien.blur();var nom=idImg;var src='';if (idDiv.style.display=="none"){idDiv.style.display="block";src=sourceDossierOuvert;} else {idDiv.style.display="none";src=sourceDossierFerme;}PF_changeImage(nom,src);}function GLO_initListe(){sourceDossierOuvert=chemin_img+'gen/dossGlossaireOuvert.gif';sourceDossierFerme=chemin_img+'gen/dossGlossaireFerme.gif';var cheminAbsolu=new String(this.location.href);adresseAccueil=cheminAbsolu.replace(/glossaire\/glossaire/,'glossaire/accueil');adresseContenu=cheminAbsolu.replace(/glossaire\/glossaire/,'glossaire/contenu');adresseRecherche=cheminAbsolu.replace(/glossaire\/glossaire/,'glossaire/recherche');var adresseMenu=cheminAbsolu.replace(/glossaire\/glossaire/,'glossaire/menu');parent.menu.location=adresseMenu;top.document.title = donneLex(0);PF_afficherDiv('STY_fondListeGLO');parent.contenu.location=adresseAccueil;adresseCadreCourante=adresseAccueil;PF_changeTexteCouche('STY_zoneListe',glossaire.afficher());if (glossaire.subs.length==1){glossaire.subs[0].ouvrirSub();}PF_affecterAlt();}function GLO_initDetail(idCherche){entreeCourante=glossaire.donneEntree(idCherche);if (entreeCourante==null){top.document.title=donneLex(0);PF_changeTexteCouche('STY_defEntreeDetail',donneLex(1));PF_masquerDiv('STY_titreEntreeDetail');PF_masquerDiv('STY_zoneAussiDetail');PF_afficherDiv('STY_defEntreeDetail');PF_afficherDiv('STY_fondDetailGLO');} else {top.document.title = entreeCourante.nom;PF_changeTexteCouche('STY_titreEntreeDetail',entreeCourante.nom);PF_changeTexteCouche('STY_defEntreeDetail',entreeCourante.donneDefinition());if (entreeCourante.aReferences()){PF_changeTexteCouche('STY_voirAussiDetail',formaterVoirAussis());PF_afficherDiv('STY_zoneAussiDetail');} else {PF_masquerDiv('STY_zoneAussiDetail');}PF_changeTexteCouche('STY_cheminEntreeDetail',entreeCourante.donneChemin());PF_afficherDiv('STY_fondDetailGLO');PF_afficherDiv('STY_titreEntreeDetail');PF_afficherDiv('STY_defEntreeDetail');}lireMediaZone(PF_donneObjet("STY_defEntreeDetail"),false);PF_affecterAlt();}function GLO_donneTitreStage(){var res='';if (top.window.opener.leTitreStage){res=top.window.opener.leTitreStage;} else if (top.window.opener.parent.oSco){res=top.window.opener.donneTitreStage();}return res;}function GLO_donneDroits(){var res='';if (top.window.opener.leNomEntreprise){res=top.window.opener.leNomEntreprise;} else if (top.window.opener.parent.oSco){res=top.window.opener.donneDroits();}return res;}function afficherliste(){tabSub = new Array();tabSub[0] = new Array();var res='';PF_changeTexteCouche('listeMots',res);}var lienSelectionne='';function afficher(idMot){var idLien='lien'+idMot;var lien = PF_donneObjet(idLien);liensAussi ='';var entreeCherche = glossaire.donneEntree(idMot);if (entreeCherche!=null){entreeCourante=entreeCherche;lien.className="STY_arboEntreeSel";ancienLien =lienSelectionne;lienSelectionne=idLien;var aLien = PF_donneObjet(ancienLien);if (aLien!=null){aLien.className="STY_arboEntree";}if (adresseCadreCourante.indexOf("contenu.")<0){requete="affiche";adresseCadreCourante=adresseContenu;parent.contenu.location=adresseContenu;} else { parent.contenu.afficherEntreeCourante(); }} else {alert(donneLex(1));}}function GLO_ouvrirTout(){glossaire.ouvrirTout();}function GLO_reduireTout(){glossaire.fermerTout();}function GLO_ouvrirFenRecherche(){var fenRech=window.open(adresseRecherche,'FenRechercheGlo','toolbar=no,status=no,menubar=no,width=10,height=10,top=0,left=0,screenX=0,screenY=0,scrollbars=no,resizable=no');fenRech.focus();}function affichePageContenu(){parent.contenu.location=adresseContenu;}function recherche(motCherche,optionMotEntier,optionCasse) {if (motCherche!=null){GLO_reduireTout();var trouveR=0;trouveR=glossaire.rechercher(motCherche,optionMotEntier,optionCasse);var src='';if (trouveR==0){motRecherche=''; requete="rien";affichePageContenu();} else if (trouveR==1){motRecherche=motCherche; afficher(glossaire.codeMotTrouves[0]);} else if (trouveR>10){motRecherche=motCherche; requete="precise";requeteNb=trouveR;affichePageContenu();} else {motRecherche=motCherche; liens='<ul>';for (n=0;n<glossaire.codeMotTrouves.length;n++){liens=liens+'<li><a href="javascript:parent.liste.afficher(\''+glossaire.codeMotTrouves[n]+'\')">';liens=liens+glossaire.motTrouves[n]+'</a>';}liens=liens+'</ul>';requete="liens";requeteNb=trouveR;affichePageContenu();}}}function donneLex(num){return lexique.lexs[num];}function donneDernierMotRecherche(){return motRecherche;}function formaterVoirAussis(){var res='';if (entreeCourante.aReferences()){var n;var nbRefs=entreeCourante.references.length;for (n=0;n<nbRefs;n++){var entreRef=glossaire.donneEntree(entreeCourante.references[n]);if (entreRef!=null) {res=res+'<a class="STY_lienVoirAussiDetail" href="javascript:GLO_initDetail(\''+entreRef.code+'\')">';res=res+entreRef.nom+'</a>';if (n!=(nbRefs-1)){res=res+',&#160;';}}}}return res;}function GLO_allerAccueil(){parent.contenu.location=adresseAccueil;}function GLO_imprimer(){verStr=navigator.appVersion;if (verStr.indexOf("Mac") > 0) {alert(donnelex(20));} else {parent.contenu.focus();parent.contenu.print();}}function ICLexique() { this.lexs; this.init = LEXO_init; this.ajLex = LEX_ajouterLex;}function LEXO_init(){this.lexs=new Array();}function LEX_ajouterLex(id,lex){this.lexs[id]=lex;}function lireMediaZone(oDiv,arret){if (oDiv!=null){var tabWM=oDiv.getElementsByTagName('object');if (!arret){var lesimgs=oDiv.getElementsByTagName("img");if ((lesimgs.length>0)&&(tabWM.length==0)){for (var n=0;n<lesimgs.length;n++){if (lesimgs.item(n).src.indexOf('.gif')>0){var garde=lesimgs.item(n).src;lesimgs.item(n).src="../rien";lesimgs.item(n).src=garde;}}if (existeMosMap){GEN_placerZonesLien();} }}for (var i=0;i<tabWM.length;i++){var objet=tabWM[i];var actionMedia=false;var objetPlug=objet;if (document.implementation && document.implementation.createDocument){objetPlug=objetPlugMozz(objet);if (objetPlug.height=="100%"){objetPlug.height=objetPlug.parentNode.parentNode.offsetHeight;}}var lid=objet.id;if (lid==null){lid='';}if ((objet.className.indexOf('_true')>0)||(lid.indexOf('clipSTY')==0)){if (arret){try {objetPlug.Stop();actionMedia=true;}catch(e){}try {objetPlug.controls.Stop();actionMedia=true;}catch(e){}try {objetPlug.StopPlay();actionMedia=true;}catch(e){}} else {try {objetPlug.Rewind();}catch(e){}try {objetPlug.Play();actionMedia=true;}catch(e){}if (!actionMedia){ try {objetPlug.controls.currentPosition=0;objetPlug.controls.Play();actionMedia=true;}catch(e){}}if (!actionMedia){ try {objetPlug.DoPlay();actionMedia=true;}catch(e){}}}if (!actionMedia){var lhtml=objet.innerHTML;if (arret){var gard=oDiv.innerHTML;oDiv.innerHTML="";oDiv.innerHTML=gard;} else {lhtml=lhtml.replace(/ play="false"/gi,' play="true"');lhtml=lhtml.replace(/ autostart="false"/gi,' autostart="true"');lhtml=lhtml.replace(/ autoplay="false"/gi,' autoplay="true"');try {objet.innerHTML=lhtml;} catch(e1) {try {objet.outerHTML=lhtml;} catch(e2) {}}}}}}}}function objetPlugMozz(obj){var retO=document.embeds[obj.id];return retO;}
+var lienAussiTmp = '';
+var motAussiTmp = '';
+var cheminAbsolu;
+var adresseAccueil;
+var adresseContenu;
+var adresseRecherche;
+var entreeCourante = null;
+var adresseCadreCourante = '';
+var sourceDossierOuvert;
+var sourceDossierFerme;
+var requete = '';
+var requeteNB = 0;
+var motRecherche = '';
+
+function basculerDiv(nomDiv, idImg, nomLien) {
+    var lien = PF_donneObjet(nomLien);
+    var idDiv = PF_donneObjet(nomDiv);
+    lien.blur();
+    var nom = idImg;
+    var src = '';
+    if (idDiv.style.display == "none") {
+        idDiv.style.display = "block";
+        src = sourceDossierOuvert;
+    } else {
+        idDiv.style.display = "none";
+        src = sourceDossierFerme;
+    }
+    PF_changeImage(nom, src);
+}
+
+function GLO_initListe() {
+    sourceDossierOuvert = chemin_img + 'gen/dossGlossaireOuvert.gif';
+    sourceDossierFerme = chemin_img + 'gen/dossGlossaireFerme.gif';
+    var cheminAbsolu = new String(this.location.href);
+    adresseAccueil = cheminAbsolu.replace(/glossaire\/glossaire/, 'glossaire/accueil');
+    adresseContenu = cheminAbsolu.replace(/glossaire\/glossaire/, 'glossaire/contenu');
+    adresseRecherche = cheminAbsolu.replace(/glossaire\/glossaire/, 'glossaire/recherche');
+    var adresseMenu = cheminAbsolu.replace(/glossaire\/glossaire/, 'glossaire/menu');
+    parent.menu.location = adresseMenu;
+    top.document.title = donneLex(0);
+    PF_afficherDiv('STY_fondListeGLO');
+    parent.contenu.location = adresseAccueil;
+    adresseCadreCourante = adresseAccueil;
+    PF_changeTexteCouche('STY_zoneListe', glossaire.afficher());
+    if (glossaire.subs.length == 1) {
+        glossaire.subs[0].ouvrirSub();
+    }
+    PF_affecterAlt();
+}
+
+function GLO_initDetail(idCherche) {
+    entreeCourante = glossaire.donneEntree(idCherche);
+    if (entreeCourante == null) {
+        top.document.title = donneLex(0);
+        PF_changeTexteCouche('STY_defEntreeDetail', donneLex(1));
+        PF_masquerDiv('STY_titreEntreeDetail');
+        PF_masquerDiv('STY_zoneAussiDetail');
+        PF_afficherDiv('STY_defEntreeDetail');
+        PF_afficherDiv('STY_fondDetailGLO');
+    } else {
+        top.document.title = entreeCourante.nom;
+        PF_changeTexteCouche('STY_titreEntreeDetail', entreeCourante.nom);
+        PF_changeTexteCouche('STY_defEntreeDetail', entreeCourante.donneDefinition());
+        if (entreeCourante.aReferences()) {
+            PF_changeTexteCouche('STY_voirAussiDetail', formaterVoirAussis());
+            PF_afficherDiv('STY_zoneAussiDetail');
+        } else {
+            PF_masquerDiv('STY_zoneAussiDetail');
+        }
+        PF_changeTexteCouche('STY_cheminEntreeDetail', entreeCourante.donneChemin());
+        PF_afficherDiv('STY_fondDetailGLO');
+        PF_afficherDiv('STY_titreEntreeDetail');
+        PF_afficherDiv('STY_defEntreeDetail');
+    }
+    lireMediaZone(PF_donneObjet("STY_defEntreeDetail"), false);
+    PF_affecterAlt();
+}
+
+function GLO_donneTitreStage() {
+    var res = '';
+    if (top.window.opener.leTitreStage) {
+        res = top.window.opener.leTitreStage;
+    } else if (top.window.opener.parent.oSco) {
+        res = top.window.opener.donneTitreStage();
+    }
+    return res;
+}
+
+function GLO_donneDroits() {
+    var res = '';
+    if (top.window.opener.leNomEntreprise) {
+        res = top.window.opener.leNomEntreprise;
+    } else if (top.window.opener.parent.oSco) {
+        res = top.window.opener.donneDroits();
+    }
+    return res;
+}
+
+function afficherliste() {
+    tabSub = new Array();
+    tabSub[0] = new Array();
+    var res = '';
+    PF_changeTexteCouche('listeMots', res);
+}
+
+var lienSelectionne = '';
+
+function afficher(idMot) {
+    var idLien = 'lien' + idMot;
+    var lien = PF_donneObjet(idLien);
+    liensAussi = '';
+    var entreeCherche = glossaire.donneEntree(idMot);
+    if (entreeCherche != null) {
+        entreeCourante = entreeCherche;
+        lien.className = "STY_arboEntreeSel";
+        ancienLien = lienSelectionne;
+        lienSelectionne = idLien;
+        var aLien = PF_donneObjet(ancienLien);
+        if (aLien != null) {
+            aLien.className = "STY_arboEntree";
+        }
+        if (adresseCadreCourante.indexOf("contenu.") < 0) {
+            requete = "affiche";
+            adresseCadreCourante = adresseContenu;
+            parent.contenu.location = adresseContenu;
+        } else {
+            parent.contenu.afficherEntreeCourante();
+        }
+    } else {
+        alert(donneLex(1));
+    }
+}
+
+function GLO_ouvrirTout() {
+    glossaire.ouvrirTout();
+}
+
+function GLO_reduireTout() {
+    glossaire.fermerTout();
+}
+
+function GLO_ouvrirFenRecherche() {
+    var fenRech = window.open(adresseRecherche, 'FenRechercheGlo', 'toolbar=no,status=no,menubar=no,width=10,height=10,top=0,left=0,screenX=0,screenY=0,scrollbars=no,resizable=no');
+    fenRech.focus();
+}
+
+function affichePageContenu() {
+    parent.contenu.location = adresseContenu;
+}
+
+function recherche(motCherche, optionMotEntier, optionCasse) {
+    if (motCherche != null) {
+        GLO_reduireTout();
+        var trouveR = 0;
+        trouveR = glossaire.rechercher(motCherche, optionMotEntier, optionCasse);
+        var src = '';
+        if (trouveR == 0) {
+            motRecherche = '';
+            requete = "rien";
+            affichePageContenu();
+        } else if (trouveR == 1) {
+            motRecherche = motCherche;
+            afficher(glossaire.codeMotTrouves[0]);
+        } else if (trouveR > 10) {
+            motRecherche = motCherche;
+            requete = "precise";
+            requeteNb = trouveR;
+            affichePageContenu();
+        } else {
+            motRecherche = motCherche;
+            liens = '<ul>';
+            for (n = 0; n < glossaire.codeMotTrouves.length; n++) {
+                liens = liens + '<li><a href="javascript:parent.liste.afficher(\'' + glossaire.codeMotTrouves[n] + '\')">';
+                liens = liens + glossaire.motTrouves[n] + '</a>';
+            }
+            liens = liens + '</ul>';
+            requete = "liens";
+            requeteNb = trouveR;
+            affichePageContenu();
+        }
+    }
+}
+
+function donneLex(num) {
+    return lexique.lexs[num];
+}
+
+function donneDernierMotRecherche() {
+    return motRecherche;
+}
+
+function formaterVoirAussis() {
+    var res = '';
+    if (entreeCourante.aReferences()) {
+        var n;
+        var nbRefs = entreeCourante.references.length;
+        for (n = 0; n < nbRefs; n++) {
+            var entreRef = glossaire.donneEntree(entreeCourante.references[n]);
+            if (entreRef != null) {
+                res = res + '<a class="STY_lienVoirAussiDetail" href="javascript:GLO_initDetail(\'' + entreRef.code + '\')">';
+                res = res + entreRef.nom + '</a>';
+                if (n != (nbRefs - 1)) {
+                    res = res + ',&#160;';
+                }
+            }
+        }
+    }
+    return res;
+}
+
+function GLO_allerAccueil() {
+    parent.contenu.location = adresseAccueil;
+}
+
+function GLO_imprimer() {
+    verStr = navigator.appVersion;
+    if (verStr.indexOf("Mac") > 0) {
+        alert(donnelex(20));
+    } else {
+        parent.contenu.focus();
+        parent.contenu.print();
+    }
+}
+
+function ICLexique() {
+    this.lexs;
+    this.init = LEXO_init;
+    this.ajLex = LEX_ajouterLex;
+}
+
+function LEXO_init() {
+    this.lexs = new Array();
+}
+
+function LEX_ajouterLex(id, lex) {
+    this.lexs[id] = lex;
+}
+
+function lireMediaZone(oDiv, arret) {
+    if (oDiv != null) {
+        var tabWM = oDiv.getElementsByTagName('object');
+        if (!arret) {
+            var lesimgs = oDiv.getElementsByTagName("img");
+            if ((lesimgs.length > 0) && (tabWM.length == 0)) {
+                for (var n = 0; n < lesimgs.length; n++) {
+                    if (lesimgs.item(n).src.indexOf('.gif') > 0) {
+                        var garde = lesimgs.item(n).src;
+                        lesimgs.item(n).src = "../rien";
+                        lesimgs.item(n).src = garde;
+                    }
+                }
+                if (existeMosMap) {
+                    GEN_placerZonesLien();
+                }
+            }
+        }
+        for (var i = 0; i < tabWM.length; i++) {
+            var objet = tabWM[i];
+            var actionMedia = false;
+            var objetPlug = objet;
+            if (document.implementation && document.implementation.createDocument) {
+                objetPlug = objetPlugMozz(objet);
+                if (objetPlug.height == "100%") {
+                    objetPlug.height = objetPlug.parentNode.parentNode.offsetHeight;
+                }
+            }
+            var lid = objet.id;
+            if (lid == null) {
+                lid = '';
+            }
+            if ((objet.className.indexOf('_true') > 0) || (lid.indexOf('clipSTY') == 0)) {
+                if (arret) {
+                    try {
+                        objetPlug.Stop();
+                        actionMedia = true;
+                    } catch (e) {
+                    }
+                    try {
+                        objetPlug.controls.Stop();
+                        actionMedia = true;
+                    } catch (e) {
+                    }
+                    try {
+                        objetPlug.StopPlay();
+                        actionMedia = true;
+                    } catch (e) {
+                    }
+                } else {
+                    try {
+                        objetPlug.Rewind();
+                    } catch (e) {
+                    }
+                    try {
+                        objetPlug.Play();
+                        actionMedia = true;
+                    } catch (e) {
+                    }
+                    if (!actionMedia) {
+                        try {
+                            objetPlug.controls.currentPosition = 0;
+                            objetPlug.controls.Play();
+                            actionMedia = true;
+                        } catch (e) {
+                        }
+                    }
+                    if (!actionMedia) {
+                        try {
+                            objetPlug.DoPlay();
+                            actionMedia = true;
+                        } catch (e) {
+                        }
+                    }
+                }
+                if (!actionMedia) {
+                    var lhtml = objet.innerHTML;
+                    if (arret) {
+                        var gard = oDiv.innerHTML;
+                        oDiv.innerHTML = "";
+                        oDiv.innerHTML = gard;
+                    } else {
+                        lhtml = lhtml.replace(/ play="false"/gi, ' play="true"');
+                        lhtml = lhtml.replace(/ autostart="false"/gi, ' autostart="true"');
+                        lhtml = lhtml.replace(/ autoplay="false"/gi, ' autoplay="true"');
+                        try {
+                            objet.innerHTML = lhtml;
+                        } catch (e1) {
+                            try {
+                                objet.outerHTML = lhtml;
+                            } catch (e2) {
+                            }
+                        }
+                    }
+                }
+            }
+        }
+    }
+}
+
+function objetPlugMozz(obj) {
+    var retO = document.embeds[obj.id];
+    return retO;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/contenuGlossaire.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/contenuGlossaire.js
index a153b661b611341838db27f80d3e5459ce2e8feb..69c7bb879c2be60c95fde30eef56e26b49055b90 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/contenuGlossaire.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/contenuGlossaire.js
@@ -1 +1,76 @@
-/*Integral Coaching - Tous droits reserves - 2003 */function afficherEntreeCourante(){PF_changeTexteCouche('STY_titreEntreeComplet',parent.liste.entreeCourante.nom);PF_changeTexteCouche('STY_defEntreeComplet',parent.liste.entreeCourante.donneDefinition());PF_changeTexteCouche('STY_cheminEntreeComplet',parent.liste.entreeCourante.donneChemin());if (parent.liste.entreeCourante.aReferences()){PF_changeTexteCouche('STY_voirAussiComplet',formaterVoirAussis());PF_afficherDiv('STY_zoneAussiComplet');} else {PF_masquerDiv('STY_zoneAussiComplet');}PF_afficherDiv('STY_cheminEntreeComplet');parent.liste.lireMediaZone(PF_donneObjet('STY_defEntreeComplet'),false);}function donneLex(num){return parent.liste.donneLex(num);}function afficherPreciserRecherche(num){PF_changeTexteCouche('STY_titreEntreeComplet',parent.liste.donneLex(11));var res="<b>"+num+"</b> "+parent.liste.donneLex(8)+"<br>";res=res+parent.liste.donneLex(12);PF_changeTexteCouche('STY_defEntreeComplet',res);}function afficherAucunTrouve(){PF_changeTexteCouche('STY_titreEntreeComplet',parent.liste.donneLex(11));PF_changeTexteCouche('STY_defEntreeComplet',parent.liste.donneLex(7));}function afficherResultats(num,res0){PF_changeTexteCouche('STY_titreEntreeComplet',parent.liste.donneLex(11));var res="<b>"+num+"</b> "+parent.liste.donneLex(8)+"<br><br>";res=res+res0;PF_changeTexteCouche('STY_defEntreeComplet',res);}function charger(){PF_ecritDocW();PF_affecterAlt();PF_masquerDiv('STY_zoneAussiComplet');PF_masquerDiv('STY_cheminEntreeComplet');var req=parent.liste.requete;if (req=='affiche'){afficherEntreeCourante();} else if (req=='rien'){afficherAucunTrouve();} else if (req.indexOf('precis')>=0){nb= parent.liste.requeteNb;afficherPreciserRecherche(nb);} else if (req.indexOf('lien')>=0){nb= parent.liste.requeteNb;afficherResultats(nb,parent.liste.liens);}}function formaterVoirAussis(){var res='';if (parent.liste.entreeCourante.aReferences()){var n;var nbRefs=parent.liste.entreeCourante.references.length;for (n=0;n<nbRefs;n++){var entreRef=parent.liste.glossaire.donneEntree(parent.liste.entreeCourante.references[n]);if (entreRef!=null) {res=res+'<a class="STY_lienVoirAussiComplet" href="javascript:parent.liste.afficher(\''+entreRef.code+'\')">';res=res+entreRef.nom+'</a>';if (n!=(nbRefs-1)){res=res+',&#160;';}}}liensAussi=res+'</ul>';}return res;} 
+/*Integral Coaching - Tous droits reserves - 2003 */
+function afficherEntreeCourante() {
+    PF_changeTexteCouche('STY_titreEntreeComplet', parent.liste.entreeCourante.nom);
+    PF_changeTexteCouche('STY_defEntreeComplet', parent.liste.entreeCourante.donneDefinition());
+    PF_changeTexteCouche('STY_cheminEntreeComplet', parent.liste.entreeCourante.donneChemin());
+    if (parent.liste.entreeCourante.aReferences()) {
+        PF_changeTexteCouche('STY_voirAussiComplet', formaterVoirAussis());
+        PF_afficherDiv('STY_zoneAussiComplet');
+    } else {
+        PF_masquerDiv('STY_zoneAussiComplet');
+    }
+    PF_afficherDiv('STY_cheminEntreeComplet');
+    parent.liste.lireMediaZone(PF_donneObjet('STY_defEntreeComplet'), false);
+}
+
+function donneLex(num) {
+    return parent.liste.donneLex(num);
+}
+
+function afficherPreciserRecherche(num) {
+    PF_changeTexteCouche('STY_titreEntreeComplet', parent.liste.donneLex(11));
+    var res = "<b>" + num + "</b> " + parent.liste.donneLex(8) + "<br>";
+    res = res + parent.liste.donneLex(12);
+    PF_changeTexteCouche('STY_defEntreeComplet', res);
+}
+
+function afficherAucunTrouve() {
+    PF_changeTexteCouche('STY_titreEntreeComplet', parent.liste.donneLex(11));
+    PF_changeTexteCouche('STY_defEntreeComplet', parent.liste.donneLex(7));
+}
+
+function afficherResultats(num, res0) {
+    PF_changeTexteCouche('STY_titreEntreeComplet', parent.liste.donneLex(11));
+    var res = "<b>" + num + "</b> " + parent.liste.donneLex(8) + "<br><br>";
+    res = res + res0;
+    PF_changeTexteCouche('STY_defEntreeComplet', res);
+}
+
+function charger() {
+    PF_ecritDocW();
+    PF_affecterAlt();
+    PF_masquerDiv('STY_zoneAussiComplet');
+    PF_masquerDiv('STY_cheminEntreeComplet');
+    var req = parent.liste.requete;
+    if (req == 'affiche') {
+        afficherEntreeCourante();
+    } else if (req == 'rien') {
+        afficherAucunTrouve();
+    } else if (req.indexOf('precis') >= 0) {
+        nb = parent.liste.requeteNb;
+        afficherPreciserRecherche(nb);
+    } else if (req.indexOf('lien') >= 0) {
+        nb = parent.liste.requeteNb;
+        afficherResultats(nb, parent.liste.liens);
+    }
+}
+
+function formaterVoirAussis() {
+    var res = '';
+    if (parent.liste.entreeCourante.aReferences()) {
+        var n;
+        var nbRefs = parent.liste.entreeCourante.references.length;
+        for (n = 0; n < nbRefs; n++) {
+            var entreRef = parent.liste.glossaire.donneEntree(parent.liste.entreeCourante.references[n]);
+            if (entreRef != null) {
+                res = res + '<a class="STY_lienVoirAussiComplet" href="javascript:parent.liste.afficher(\'' + entreRef.code + '\')">';
+                res = res + entreRef.nom + '</a>';
+                if (n != (nbRefs - 1)) {
+                    res = res + ',&#160;';
+                }
+            }
+        }
+        liensAussi = res + '</ul>';
+    }
+    return res;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/lanceurGlossaire.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/lanceurGlossaire.js
index 226a043e1704821bbd7bad15b5cae946c935040b..5a9bbd7f053676cd0d5965db5d8c1b02b73c3335 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/lanceurGlossaire.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/glossaire/lanceurGlossaire.js
@@ -1 +1,47 @@
-/*Integral Coaching Tous droits reserves */var lexique; var surMosLMS=false;var etatSortie=false;var agirSurLMS=true;function initLanceurGlossaire(lancementAuto){if ((parent.parent.API!=null)&&(parent.parent.haut!=null)){ surMosLMS=true; }doLMSInitialize();var statut = doLMSGetValue("cmi.core.lesson_status"); if (statut != "completed"){ doLMSSetValue("cmi.core.lesson_status", "completed"); } doLMSCommit(); doLMSFinish(); etatSortie=true; if (lancementAuto){ lanceurGlossaire(); }}function lanceurGlossaire() {var largeur = 5;var hauteur = 5;var position="left="+largeur+",top="+hauteur+",screenX="+largeur+",screenY="+hauteur+",";var src="../MosMtr/ressources/style/glossaire.htm?ver="+versionFormation;if (refGlo!=''){src="../../"+refGlo+"/MosMtr/ressources/style/glossaire.htm?ver="+versionFormation;}var taille="width=300,height=300";var fenGlossaire =this.open(src,'Glossaire','toolbar=no,status=no,menubar=no,'+taille+','+position+'scrollbars=no,resizable=yes');fenGlossaire.focus();}function donneTitreStage(){return leTitreStage;}function donneNomEntreprise(){return leNomEntreprise;}function donneLex(num){return lexique.lexs[num];}
+/*Integral Coaching Tous droits reserves */
+var lexique;
+var surMosLMS = false;
+var etatSortie = false;
+var agirSurLMS = true;
+
+function initLanceurGlossaire(lancementAuto) {
+    if ((parent.parent.API != null) && (parent.parent.haut != null)) {
+        surMosLMS = true;
+    }
+    doLMSInitialize();
+    var statut = doLMSGetValue("cmi.core.lesson_status");
+    if (statut != "completed") {
+        doLMSSetValue("cmi.core.lesson_status", "completed");
+    }
+    doLMSCommit();
+    doLMSFinish();
+    etatSortie = true;
+    if (lancementAuto) {
+        lanceurGlossaire();
+    }
+}
+
+function lanceurGlossaire() {
+    var largeur = 5;
+    var hauteur = 5;
+    var position = "left=" + largeur + ",top=" + hauteur + ",screenX=" + largeur + ",screenY=" + hauteur + ",";
+    var src = "../MosMtr/ressources/style/glossaire.htm?ver=" + versionFormation;
+    if (refGlo != '') {
+        src = "../../" + refGlo + "/MosMtr/ressources/style/glossaire.htm?ver=" + versionFormation;
+    }
+    var taille = "width=300,height=300";
+    var fenGlossaire = this.open(src, 'Glossaire', 'toolbar=no,status=no,menubar=no,' + taille + ',' + position + 'scrollbars=no,resizable=yes');
+    fenGlossaire.focus();
+}
+
+function donneTitreStage() {
+    return leTitreStage;
+}
+
+function donneNomEntreprise() {
+    return leNomEntreprise;
+}
+
+function donneLex(num) {
+    return lexique.lexs[num];
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/interface/ICdiplome.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/interface/ICdiplome.js
index 153751242248cdf1ccb85c1be9bbc588f375b6f3..7d87af58dde260fb7be166e9684fa5f92e9677d6 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/interface/ICdiplome.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/interface/ICdiplome.js
@@ -1 +1,155 @@
-var nomComplet='';function DIPL_init(){PF_ecritDocW();window.document.title=DIPL_donneTitreDiplome();PF_changeTexteCouche('STY_titreDIPL',DIPL_donneTitreDiplome());PF_changeTexteCouche('STY_nomUtilDIPL',DIPL_donneNomUtil());PF_changeTexteCouche('STY_idUtilDIPL',window.opener.donneCodeUtilisateur());nomComplet = window.opener.donneNomUtilisateur();afficherInfosStagiaire();var tabReg=new Array();tabReg[0]=new RegExp("\\[CMI_NAME\\]");tabReg[1]=new RegExp("\\[CMI_FIRSTNAME\\]");tabReg[2]=new RegExp("\\[pg\\w+\\(\\w+\\)\\]");variablesTexte(window.document,tabReg);var oLib=PF_donneObjet('STY_libelleDIPL');if ((oLib!=null)&&(oLib.style.display="none")){PF_donneObjet('STY_libelleDIPL').style.display="";}}function DIPL_donneNomUtil(){var nomComplet = window.opener.donneNomUtilisateur();if (nomComplet==''){nomComplet='........................';}return nomComplet;}function afficherInfosStagiaire(){var libelle=DIPL_donneLibelleDiplome();if (libelle!=''){libelle=libelle.replace(/\n/g,'<br/>');PF_changeTexteCouche('STY_libelleDIPL',libelle);}}function DIPL_imprimer(){verStr=navigator.appVersion;if (verStr.indexOf("Mac") > 0) {alert(window.opener.donneLex(23));} else {PF_masquerDiv('STY_zoneNonImprimDIPL');window.print();}}function DIPL_modifierNom(){var nouveauN = prompt(window.opener.donneLex(44),nomComplet);if (nouveauN!=null){nomComplet=nouveauN;}PF_changeTexteCouche('STY_nomUtilDIPL',nomComplet);} function DIPL_donneTitreDiplome(){var res=window.opener.parent.oSco.evaluation.titreDiplome;if (res==''){res=window.opener.donneLex(42);}return res;}function donneLex(n){return window.opener.donneLex(n);}function DIPL_donneLibelleDiplome(){ var res=window.opener.parent.oSco.evaluation.libelleDiplome; return res;}function variablesTexte(obj,tabReg){var lesfils=obj.childNodes;for (var i=0;i<lesfils.length;i++){var oFils=lesfils.item(i);if (oFils.nodeType==3){var temp=oFils.nodeValue;if (temp.length>5){var modif=false;if (temp.match(tabReg[0])){temp=temp.replace(tabReg[0],donneNomU());modif=true;}if (temp.match(tabReg[1])){temp=temp.replace(tabReg[1],donnePrenomU());modif=true;}if (temp.match(tabReg[2])){var debut="";var fin=temp;var n=0;var offs=temp.search(tabReg[2]);while ((offs>=0)&&(n<20)){var tlemot=fin.match(tabReg[2]);var lemot=tlemot[0];debut+=fin.substring(0,offs);fin=fin.substring(lemot.length+offs);lemot=lemot.substring(1,lemot.length-1);lemot=lemot.replace(/pg(\w+)\(/g,"window.opener.parent.donneTextePre('pg$1',");try {lemot=eval(lemot);} catch(e){lemot="";}n++;offs=fin.search(tabReg[2]);debut+=lemot;}temp=debut+fin;modif=true;}if (modif){oFils.nodeValue=temp;}}} else if (oFils.nodeType==1){variablesTexte(oFils,tabReg);}}}function donnePrenomU(){var res='';var nom=window.opener.parent.doLMSGetValue("cmi.core.student_name");var indexVirg=nom.indexOf(',');if (indexVirg>0){res=nom.substring(indexVirg+1);} return res;}function donneNomU(){var res='';var nom=window.opener.parent.doLMSGetValue("cmi.core.student_name");var indexVirg=nom.indexOf(',');if (indexVirg>0){res=nom.substring(0,indexVirg);} else {res=nom;} return res;}function donneScoreAtteint(){return window.opener.localeNb(window.opener.parent.oSco.evaluation.scoreAtteint);}function donneScoreAtteint(){return window.opener.localeNb(window.opener.parent.oSco.evaluation.scoreAtteint);}function donnePcAtteint(){return window.opener.localeNb(window.opener.parent.oSco.evaluation.pourcentageAtteint);}
+var nomComplet = '';
+
+function DIPL_init() {
+    PF_ecritDocW();
+    window.document.title = DIPL_donneTitreDiplome();
+    PF_changeTexteCouche('STY_titreDIPL', DIPL_donneTitreDiplome());
+    PF_changeTexteCouche('STY_nomUtilDIPL', DIPL_donneNomUtil());
+    PF_changeTexteCouche('STY_idUtilDIPL', window.opener.donneCodeUtilisateur());
+    nomComplet = window.opener.donneNomUtilisateur();
+    afficherInfosStagiaire();
+    var tabReg = new Array();
+    tabReg[0] = new RegExp("\\[CMI_NAME\\]");
+    tabReg[1] = new RegExp("\\[CMI_FIRSTNAME\\]");
+    tabReg[2] = new RegExp("\\[pg\\w+\\(\\w+\\)\\]");
+    variablesTexte(window.document, tabReg);
+    var oLib = PF_donneObjet('STY_libelleDIPL');
+    if ((oLib != null) && (oLib.style.display = "none")) {
+        PF_donneObjet('STY_libelleDIPL').style.display = "";
+    }
+}
+
+function DIPL_donneNomUtil() {
+    var nomComplet = window.opener.donneNomUtilisateur();
+    if (nomComplet == '') {
+        nomComplet = '........................';
+    }
+    return nomComplet;
+}
+
+function afficherInfosStagiaire() {
+    var libelle = DIPL_donneLibelleDiplome();
+    if (libelle != '') {
+        libelle = libelle.replace(/\n/g, '<br/>');
+        PF_changeTexteCouche('STY_libelleDIPL', libelle);
+    }
+}
+
+function DIPL_imprimer() {
+    verStr = navigator.appVersion;
+    if (verStr.indexOf("Mac") > 0) {
+        alert(window.opener.donneLex(23));
+    } else {
+        PF_masquerDiv('STY_zoneNonImprimDIPL');
+        window.print();
+    }
+}
+
+function DIPL_modifierNom() {
+    var nouveauN = prompt(window.opener.donneLex(44), nomComplet);
+    if (nouveauN != null) {
+        nomComplet = nouveauN;
+    }
+    PF_changeTexteCouche('STY_nomUtilDIPL', nomComplet);
+}
+
+function DIPL_donneTitreDiplome() {
+    var res = window.opener.parent.oSco.evaluation.titreDiplome;
+    if (res == '') {
+        res = window.opener.donneLex(42);
+    }
+    return res;
+}
+
+function donneLex(n) {
+    return window.opener.donneLex(n);
+}
+
+function DIPL_donneLibelleDiplome() {
+    var res = window.opener.parent.oSco.evaluation.libelleDiplome;
+    return res;
+}
+
+function variablesTexte(obj, tabReg) {
+    var lesfils = obj.childNodes;
+    for (var i = 0; i < lesfils.length; i++) {
+        var oFils = lesfils.item(i);
+        if (oFils.nodeType == 3) {
+            var temp = oFils.nodeValue;
+            if (temp.length > 5) {
+                var modif = false;
+                if (temp.match(tabReg[0])) {
+                    temp = temp.replace(tabReg[0], donneNomU());
+                    modif = true;
+                }
+                if (temp.match(tabReg[1])) {
+                    temp = temp.replace(tabReg[1], donnePrenomU());
+                    modif = true;
+                }
+                if (temp.match(tabReg[2])) {
+                    var debut = "";
+                    var fin = temp;
+                    var n = 0;
+                    var offs = temp.search(tabReg[2]);
+                    while ((offs >= 0) && (n < 20)) {
+                        var tlemot = fin.match(tabReg[2]);
+                        var lemot = tlemot[0];
+                        debut += fin.substring(0, offs);
+                        fin = fin.substring(lemot.length + offs);
+                        lemot = lemot.substring(1, lemot.length - 1);
+                        lemot = lemot.replace(/pg(\w+)\(/g, "window.opener.parent.donneTextePre('pg$1',");
+                        try {
+                            lemot = eval(lemot);
+                        } catch (e) {
+                            lemot = "";
+                        }
+                        n++;
+                        offs = fin.search(tabReg[2]);
+                        debut += lemot;
+                    }
+                    temp = debut + fin;
+                    modif = true;
+                }
+                if (modif) {
+                    oFils.nodeValue = temp;
+                }
+            }
+        } else if (oFils.nodeType == 1) {
+            variablesTexte(oFils, tabReg);
+        }
+    }
+}
+
+function donnePrenomU() {
+    var res = '';
+    var nom = window.opener.parent.doLMSGetValue("cmi.core.student_name");
+    var indexVirg = nom.indexOf(',');
+    if (indexVirg > 0) {
+        res = nom.substring(indexVirg + 1);
+    }
+    return res;
+}
+
+function donneNomU() {
+    var res = '';
+    var nom = window.opener.parent.doLMSGetValue("cmi.core.student_name");
+    var indexVirg = nom.indexOf(',');
+    if (indexVirg > 0) {
+        res = nom.substring(0, indexVirg);
+    } else {
+        res = nom;
+    }
+    return res;
+}
+
+function donneScoreAtteint() {
+    return window.opener.localeNb(window.opener.parent.oSco.evaluation.scoreAtteint);
+}
+
+function donneScoreAtteint() {
+    return window.opener.localeNb(window.opener.parent.oSco.evaluation.scoreAtteint);
+}
+
+function donnePcAtteint() {
+    return window.opener.localeNb(window.opener.parent.oSco.evaluation.pourcentageAtteint);
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/interface/ICresultats.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/interface/ICresultats.js
index d8fe6a15bb9763e09408592d213320bba9b0d75f..c34e65599b5e2a510e99e956480a10b80914432a 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/interface/ICresultats.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/interface/ICresultats.js
@@ -1 +1,196 @@
-var RES_valide;function RES_init(){PF_ecritDocW();RES_valide=parent.oSco.evaluation.valide;parent.oSco.evaluation.etatCorrige=false;parent.oSco.numPageCourante=-1;PF_changeTexteCouche('STY_titrePage',donneLex(31));if (parent.oSco.evaluation.questionnaire){PF_afficherDiv('STY_zoneQuestRes');} else {PF_afficherDiv('STY_zoneEvalRes');RES_zonesDyn();}afficherResultats(); GLOBAL_initBarreBouton('RES');if (GEN_suivantPossible('RES')){activerBoutonSuivant();}var tabReg=new Array();tabReg[0]=new RegExp("\\[CMI_NAME\\]");tabReg[1]=new RegExp("\\[CMI_FIRSTNAME\\]");tabReg[2]=new RegExp("\\[pg\\w+\\(\\w+\\)\\]");parent.variablesTexte(window.document,tabReg);var oCorps=document.getElementsByTagName("body").item(0);if (oCorps.offsetWidth>300){PF_affecterAlt();arrierePlanPNG();} else {setTimeout("PF_affecterAlt();arrierePlanPNG();",25);} window.focus(); }function STG_allerSuivant(){parent.valeurExit("");if (parent.oSco.evaluation.branchement==''){parent.allerEtapeSuivante=true;parent.SCO_pageSuivante();} else {var ref=parent.oSco.evaluation.branchement;if (ref.indexOf('/')<0){ref+='/';}GLOBAL_allerPage(ref);}} function RES_zonesDyn(){PF_masquerDiv('STY_zoneLienDiplome');if (RES_valide){PF_masquerDiv('STY_zoneEchecEval');PF_afficherDiv('STY_zoneSuccesEval');GEN_lireMediaZone("STY_zoneSuccesEval",false);if (parent.oSco.evaluation.diplome){PF_afficherDiv('STY_zoneLienDiplome');GEN_lireMediaZone("STY_zoneLienDiplome",false);}} else {PF_masquerDiv('STY_zoneSuccesEval');PF_afficherDiv('STY_zoneEchecEval');GEN_lireMediaZone("STY_zoneEchecEval",false);}}function GEN_suivantPossible(typeP){return parent.SCO_suivantPossible();}function GEN_clavier() {STG_allerSuivant();}function afficherResultats(){afficherCommentaire();afficherDetailQuestions();var objVal=PF_donneObjet("STY_iconeValidation");if (objVal!=null){var srcVis="validationNon.gif";if (RES_valide){srcVis="validationOui.gif";}var imageVis='<img src="'+chemin_img+'gen/'+srcVis+'">';PF_changeTexteCouche('STY_iconeValidation',imageVis);}}function afficherDetailQuestions(){var res='<table class="STY_tableauRes" cellpadding="0" cellspacing="0"><tr><td class="STY_tableauResEntete STY_tabResIco">&#160;</td><td class="STY_tableauResEntete">'+donneLex(3)+'</td>';if (!parent.oSco.evaluation.questionnaire){res+='<td class="STY_tableauResEntete STY_tabResScore">'+donneLex(32)+'</td></tr>';}res+='</tr>';for (var i=0;i<parent.oSco.evaluation.questions.length;i++){var qTmp =parent.oSco.evaluation.questions[i];var src=chemin_img+'gen/';if (qTmp.valide){src=src+"resQuestionJuste.gif";} else {src=src+"resQuestionFaux.gif";}var limg='<img src="'+src+'" align="absmiddle" hspace="2"/>';if (parent.oSco.evaluation.questionnaire){limg='';}res=res+'<tr><td class="STY_tableauResCellule STY_tabResIco">'+limg+'</td><td class="STY_tableauResCellule">';var nomQ=eval(i+1)+'. '+qTmp.titre;nomQ='<a class="STY_lienCorrige" href="javascript:RES_voirQ(\''+qTmp.codePage+'\')">'+nomQ+'</a>';res=res+nomQ+'</td>';if (!parent.oSco.evaluation.questionnaire){res=res+'<td class="STY_tableauResCellule STY_tabResScore">'+localeNb(qTmp.scoreAtteint)+'/'+qTmp.scoreTotal+'</td>';}res+='</tr>';}res=res+'</table>';PF_changeTexteCouche('STY_detailsRes',res);}function afficherCommentaire(){var niveau =parent.oSco.evaluation.determinerNiveau();if (niveau>=0){var res=parent.oSco.evaluation.donneCommentaire(niveau);var oCmt=PF_donneObjet('STY_commentaireRes');oCmt.style.display="";if (oCmt.parentNode.style.display=="none"){oCmt.parentNode.style.display="";}oCmt.innerHTML=res;}}function RES_donneNomEvaluation(){return parent.oSco.titre;}function RES_ouvrirDiplome(){var src=racine_stage+"contenu/local/diplome."+parent.oSco.version;var taille="width=786,height=560";if (screen.width>1000){taille="width=842,height=646";}var fenTmp=this.open(src,'diplome','left=10,top=10,toolbar=no,status=no,menubar=no,'+taille+',resizable=yes,scrollbars=auto');fenTmp.focus();}function RES_voirQ(code){parent.oSco.evaluation.etatCorrige=true;GLOBAL_allerPage(parent.oSco.identifiant+'/'+code);}function GEN_precedentPossible(typeP){ return false;}function STG_allerPrecedent(){}function GEN_presseTouche(evt){if (evt==null){evt=window.event;}if (evt.keyCode==8){GEN_bloqueRetour(evt);} else {if ((evt.keyCode==32)||(evt.keyCode==13)){GEN_clavier();}}}function GEN_bloqueRetour(evt){if (evt==null){evt=window.event;}if (evt.keyCode==8){evt.returnValue=false;evt.cancelBubble=true;try {evt.stopPropagation();evt.preventDefault();}catch(e){}}}function arrierePlanPNG(){var lesdivs=lsDivPNG.split(',');for (var i=0;i<lesdivs.length-1;i++){var oDiv=PF_donneObjet(lesdivs[i]);var oClon=PF_donneObjet(lesdivs[i]+"_AP_PNG");if (oClon!=null){oClon.style.width=oDiv.offsetWidth;oClon.style.height=oDiv.offsetHeight;}}}
+var RES_valide;
+
+function RES_init() {
+    PF_ecritDocW();
+    RES_valide = parent.oSco.evaluation.valide;
+    parent.oSco.evaluation.etatCorrige = false;
+    parent.oSco.numPageCourante = -1;
+    PF_changeTexteCouche('STY_titrePage', donneLex(31));
+    if (parent.oSco.evaluation.questionnaire) {
+        PF_afficherDiv('STY_zoneQuestRes');
+    } else {
+        PF_afficherDiv('STY_zoneEvalRes');
+        RES_zonesDyn();
+    }
+    afficherResultats();
+    GLOBAL_initBarreBouton('RES');
+    if (GEN_suivantPossible('RES')) {
+        activerBoutonSuivant();
+    }
+    var tabReg = new Array();
+    tabReg[0] = new RegExp("\\[CMI_NAME\\]");
+    tabReg[1] = new RegExp("\\[CMI_FIRSTNAME\\]");
+    tabReg[2] = new RegExp("\\[pg\\w+\\(\\w+\\)\\]");
+    parent.variablesTexte(window.document, tabReg);
+    var oCorps = document.getElementsByTagName("body").item(0);
+    if (oCorps.offsetWidth > 300) {
+        PF_affecterAlt();
+        arrierePlanPNG();
+    } else {
+        setTimeout("PF_affecterAlt();arrierePlanPNG();", 25);
+    }
+    window.focus();
+}
+
+function STG_allerSuivant() {
+    parent.valeurExit("");
+    if (parent.oSco.evaluation.branchement == '') {
+        parent.allerEtapeSuivante = true;
+        parent.SCO_pageSuivante();
+    } else {
+        var ref = parent.oSco.evaluation.branchement;
+        if (ref.indexOf('/') < 0) {
+            ref += '/';
+        }
+        GLOBAL_allerPage(ref);
+    }
+}
+
+function RES_zonesDyn() {
+    PF_masquerDiv('STY_zoneLienDiplome');
+    if (RES_valide) {
+        PF_masquerDiv('STY_zoneEchecEval');
+        PF_afficherDiv('STY_zoneSuccesEval');
+        GEN_lireMediaZone("STY_zoneSuccesEval", false);
+        if (parent.oSco.evaluation.diplome) {
+            PF_afficherDiv('STY_zoneLienDiplome');
+            GEN_lireMediaZone("STY_zoneLienDiplome", false);
+        }
+    } else {
+        PF_masquerDiv('STY_zoneSuccesEval');
+        PF_afficherDiv('STY_zoneEchecEval');
+        GEN_lireMediaZone("STY_zoneEchecEval", false);
+    }
+}
+
+function GEN_suivantPossible(typeP) {
+    return parent.SCO_suivantPossible();
+}
+
+function GEN_clavier() {
+    STG_allerSuivant();
+}
+
+function afficherResultats() {
+    afficherCommentaire();
+    afficherDetailQuestions();
+    var objVal = PF_donneObjet("STY_iconeValidation");
+    if (objVal != null) {
+        var srcVis = "validationNon.gif";
+        if (RES_valide) {
+            srcVis = "validationOui.gif";
+        }
+        var imageVis = '<img src="' + chemin_img + 'gen/' + srcVis + '">';
+        PF_changeTexteCouche('STY_iconeValidation', imageVis);
+    }
+}
+
+function afficherDetailQuestions() {
+    var res = '<table class="STY_tableauRes" cellpadding="0" cellspacing="0"><tr><td class="STY_tableauResEntete STY_tabResIco">&#160;</td><td class="STY_tableauResEntete">' + donneLex(3) + '</td>';
+    if (!parent.oSco.evaluation.questionnaire) {
+        res += '<td class="STY_tableauResEntete STY_tabResScore">' + donneLex(32) + '</td></tr>';
+    }
+    res += '</tr>';
+    for (var i = 0; i < parent.oSco.evaluation.questions.length; i++) {
+        var qTmp = parent.oSco.evaluation.questions[i];
+        var src = chemin_img + 'gen/';
+        if (qTmp.valide) {
+            src = src + "resQuestionJuste.gif";
+        } else {
+            src = src + "resQuestionFaux.gif";
+        }
+        var limg = '<img src="' + src + '" align="absmiddle" hspace="2"/>';
+        if (parent.oSco.evaluation.questionnaire) {
+            limg = '';
+        }
+        res = res + '<tr><td class="STY_tableauResCellule STY_tabResIco">' + limg + '</td><td class="STY_tableauResCellule">';
+        var nomQ = eval(i + 1) + '. ' + qTmp.titre;
+        nomQ = '<a class="STY_lienCorrige" href="javascript:RES_voirQ(\'' + qTmp.codePage + '\')">' + nomQ + '</a>';
+        res = res + nomQ + '</td>';
+        if (!parent.oSco.evaluation.questionnaire) {
+            res = res + '<td class="STY_tableauResCellule STY_tabResScore">' + localeNb(qTmp.scoreAtteint) + '/' + qTmp.scoreTotal + '</td>';
+        }
+        res += '</tr>';
+    }
+    res = res + '</table>';
+    PF_changeTexteCouche('STY_detailsRes', res);
+}
+
+function afficherCommentaire() {
+    var niveau = parent.oSco.evaluation.determinerNiveau();
+    if (niveau >= 0) {
+        var res = parent.oSco.evaluation.donneCommentaire(niveau);
+        var oCmt = PF_donneObjet('STY_commentaireRes');
+        oCmt.style.display = "";
+        if (oCmt.parentNode.style.display == "none") {
+            oCmt.parentNode.style.display = "";
+        }
+        oCmt.innerHTML = res;
+    }
+}
+
+function RES_donneNomEvaluation() {
+    return parent.oSco.titre;
+}
+
+function RES_ouvrirDiplome() {
+    var src = racine_stage + "contenu/local/diplome." + parent.oSco.version;
+    var taille = "width=786,height=560";
+    if (screen.width > 1000) {
+        taille = "width=842,height=646";
+    }
+    var fenTmp = this.open(src, 'diplome', 'left=10,top=10,toolbar=no,status=no,menubar=no,' + taille + ',resizable=yes,scrollbars=auto');
+    fenTmp.focus();
+}
+
+function RES_voirQ(code) {
+    parent.oSco.evaluation.etatCorrige = true;
+    GLOBAL_allerPage(parent.oSco.identifiant + '/' + code);
+}
+
+function GEN_precedentPossible(typeP) {
+    return false;
+}
+
+function STG_allerPrecedent() {
+}
+
+function GEN_presseTouche(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (evt.keyCode == 8) {
+        GEN_bloqueRetour(evt);
+    } else {
+        if ((evt.keyCode == 32) || (evt.keyCode == 13)) {
+            GEN_clavier();
+        }
+    }
+}
+
+function GEN_bloqueRetour(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (evt.keyCode == 8) {
+        evt.returnValue = false;
+        evt.cancelBubble = true;
+        try {
+            evt.stopPropagation();
+            evt.preventDefault();
+        } catch (e) {
+        }
+    }
+}
+
+function arrierePlanPNG() {
+    var lesdivs = lsDivPNG.split(',');
+    for (var i = 0; i < lesdivs.length - 1; i++) {
+        var oDiv = PF_donneObjet(lesdivs[i]);
+        var oClon = PF_donneObjet(lesdivs[i] + "_AP_PNG");
+        if (oClon != null) {
+            oClon.style.width = oDiv.offsetWidth;
+            oClon.style.height = oDiv.offsetHeight;
+        }
+    }
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/interface/menuLMS.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/interface/menuLMS.js
index e18a97c06dd2a31f996d66a1376d36d542984433..47068cd6630164c467ef489bae9338d7d40dbb38 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/interface/menuLMS.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/interface/menuLMS.js
@@ -1 +1,352 @@
-var oItemCourant=null; var oSuivCourant=null;var oPrecCourant=null;var itemsSynchro='';var lienBoutonRetour="";var planEnLigne=false;var format_btn="gif";function initMenu(){PF_ecritDocW(); if (parent.LMS_synchroActive()){ PF_afficherDiv('STY_zoneSynchroLMS'); } else { PF_masquerDiv('STY_zoneSynchroLMS'); } PF_masquerDiv("STY_zoneLMS"); PF_afficherDiv("STY_zoneLocaleLMS"); var obj=PF_donneObjet("STY_ligneNiveau1"); if (obj!=null){ planEnLigne=true; NAVIG_remplirNiveau1(obj); } creerBoutonEtape("Prec",68); creerBoutonEtape("Suiv",67); var idSCO=parent.donneParam('sco');var paramIdPg="";var idPg=parent.donneParam('idPg');if (idPg!=''){paramIdPg="?idPg="+idPg;}if (idSCO==''){NAVIG_lancerPremier();} else {var oTmp=parent.planLMS.MENU_trouveItemID(idSCO); if ((oTmp!=null)&&(oTmp.prerequisRempli())){if (oTmp.getLien()==''){oSuivCourant=NAVIG_existeSuivant(oTmp);if (oSuivCourant!=null){NAVIG_allerSuivant();}} else {NAVIG_afficheLien(oTmp.codeItem,paramIdPg);}}}PF_affecterAlt();}function donneLex(num){return parent.LMS_donneLex(num);}function NAVIG_afficheLien(nomItem,params){var oTmp=NAVIG_trouveItem(nomItem);if (oTmp==null){oTmp=parent.planLMS.MENU_trouveItemID(nomItem.substring(4));}if ((oTmp!=null)&&(oTmp.prerequisRempli())){parent.planLMS.PLAN_effacePop();if ((planEnLigne)&&(oTmp.niveau==2)){var pere=oTmp.parentItem;while (pere!=null){if (pere.niveau==1){if (params!='stopBoucle'){NAVIG_remplirNiveau2(pere.codeItem,params);} else {params="";}pere=null;} else {pere=pere.parentItem;}}}NAVIG_lanceSCO(oTmp,params);}} function NAVIG_lanceSCO(oSCO,params){parent.API.suivantAutoPossible=false;var oItemAPI=oSCO;parent.API.codeItemSelectionne=oItemAPI.getIdentifier();var lienDuSCO=oSCO.getLien();var src;if (lienDuSCO.indexOf("http://")==0){src=lienDuSCO;} else { src=parent.RACINE_stage+lienDuSCO; } parent.contenuLMS.location=src+params; oItemCourant=oItemAPI; NAVIG_majFleches(); var divTitre=PF_donneObjet("STY_titreEtapeJS"); if (divTitre!=null){ var oDshtml=parent.planLMS.PF_donneObjet('lienP'+oItemCourant.codeItem); if (oDshtml!=null){ divTitre.innerHTML=oDshtml.innerHTML; } } NAVIG_synchronisePlan(oSCO);}function NAVIG_allerPrecedent(){ if (oPrecCourant!=null){parent.planLMS.selectionneLien('lienP'+oPrecCourant.codeItem);NAVIG_lanceSCO(oPrecCourant,'');}}function NAVIG_allerDebut(){ var premItem; if (parent.planLMS.itemRacine.getLien()!=''){ premItem=parent.planLMS.itemRacine; } else { premItem=NAVIG_existeSuivant(parent.planLMS.itemRacine); } if (premItem!=null){ NAVIG_afficheLien(premItem.codeItem,''); }}function NAVIG_allerSuivant(){if (oSuivCourant!=null){parent.planLMS.selectionneLien('lienP'+oSuivCourant.codeItem);oSuivCourant.cmi.core.lesson_location='';NAVIG_lanceSCO(oSuivCourant,'');}}function NAVIG_existePrecedent(oItem){ var resTmp=oItem.itemPrecedent();while ((resTmp!=null)&&((resTmp.getLien()=='')||(!resTmp.prerequisRempli()))){resTmp=resTmp.itemPrecedent();}return resTmp;}function NAVIG_existeSuivant(oItem) { var resTmp=oItem.itemSuivant();while ((resTmp!=null)&&((resTmp.getLien()=='')||(!resTmp.prerequisRempli()))){resTmp=resTmp.itemSuivant();}return resTmp;}function NAVIG_synchronisePlan(oItem){if (itemsSynchro!=''){var tabPrecItems=itemsSynchro.split(',');for (var i=0;i<tabPrecItems.length;i++){parent.planLMS.MENU_fermerItem(tabPrecItems[i]);}itemsSynchro='';}var codePereN1="";var pere=oItem.parentItem;while(pere!=null){var nomItm=pere.codeItem;var oDiv=parent.planLMS.PF_donneObjet("divFils"+nomItm);if ((oDiv!=null)&&(oDiv.style.display=='none')){parent.planLMS.MENU_afficheItem(nomItm);itemsSynchro+=pere.codeItem+',';}if (pere.niveau==1){codePereN1=nomItm;}pere=pere.parentItem;}parent.planLMS.selectionneLien('lienP'+oItem.codeItem);if (planEnLigne){if (oItem.niveau==1){ selectionneItmNiveau(oItem.codeItem,1); } else { selectionneItmNiveau(codePereN1,1); selectionneItmNiveau(oItem.codeItem,2); }}} function NAVIG_lancerPremier(){if (parent.planLMS.dernierSCO!=''){var oTmp=parent.planLMS.MENU_trouveItemID(parent.planLMS.dernierSCO);if (oTmp!=null){NAVIG_afficheLien('item'+parent.planLMS.dernierSCO,'');} else {parent.planLMS.dernierSCO='';NAVIG_allerDebut();} } else { NAVIG_allerDebut();} }function majBoutonReprendre(codeItem,param,activation){if (codeItem!=''){var oSco=NAVIG_trouveItem(codeItem);if (oSco!=null){lienBoutonRetour=codeItem+";"+param;}} else {lienBoutonRetour='';}}function NAVIG_trouveItem(nomItem){var res=null;var itemTmp=parent.planLMS.itemRacine;var trouve=false;while((!trouve)&&(itemTmp!=null)){if (itemTmp.codeItem==nomItem){res=itemTmp;trouve=true;}itemTmp=itemTmp.itemSuivant();}return res;}function NAVIG_retour(){parent.LMS_quitter();parent.LMS_fermer();}function NAVIG_remplirNiveau1(oDiv){var res="";var itemTmp=parent.planLMS.itemRacine;while(itemTmp!=null){if (itemTmp.niveau==1){var oHtml=parent.planLMS.PF_donneObjet("lienP"+itemTmp.codeItem);res+='<a class="STY_lienNiveau1" onmouseover="window.status=\'\';return true" id="lienNiv'+itemTmp.codeItem+'" href="javascript:NAVIG_remplirNiveau2(\''+itemTmp.codeItem+'\',\'\')">'+oHtml.firstChild.nodeValue.replace(/ /g,'&nbsp;')+'</a>';trouve=true;}itemTmp=itemTmp.itemSuivant();}oDiv.innerHTML=res;}function NAVIG_remplirNiveau2(codeItem,codePage){var oDiv=PF_donneObjet("STY_ligneNiveau2");var res="";var oItem=NAVIG_trouveItem(codeItem);var titrePere=parent.planLMS.PF_donneObjet("lienP"+codeItem).firstChild.nodeValue;var lanceFils="";for (var i=0;i<oItem.items.length;i++){var leFils=oItem.items[i];var titreFils=parent.planLMS.PF_donneObjet("lienP"+leFils.codeItem).firstChild.nodeValue;titreFils=titreFils.replace(/ /g,'&nbsp;');if ((i==0)&&(titreFils==titrePere)){lanceFils=leFils.codeItem;} var action="NAVIG_lanceItemNiveau2";if (leFils.href==''){action="NAVIG_remplirNiveau2";}var selCour="";if ((oItemCourant!=null)&&(oItemCourant==leFils)){selCour="Sel";}res+='<a class="STY_lienNiveau2'+selCour+'" style="-moz-outline-width:0px" hidefocus="true" onmouseover="window.status=\'\';return true" id="lienNiv'+leFils.codeItem+'" href="javascript:'+action+'(\''+leFils.codeItem+'\',\'\')">'+titreFils+'</a>';}if (oDiv!=null){oDiv.innerHTML=res;}if (codePage==""){if (oItem.href!=''){NAVIG_afficheLien(codeItem,'');} else {var codeN1=codeItem;if (oItem.niveau==2){codeN1=oItem.parentItem.codeItem;}selectionneItmNiveau(codeN1,"1");if (lanceFils!=""){NAVIG_afficheLien(lanceFils,'stopBoucle');}}}}function NAVIG_lanceItemNiveau2(codeItem){NAVIG_afficheLien(codeItem,'');}function selectionneItmNiveau(codeItem,niv){var oDivNiv1=PF_donneObjet("STY_ligneNiveau"+niv);if (oDivNiv1!=null){var lesliens=oDivNiv1.getElementsByTagName("a");for (var i=0;i<lesliens.length;i++){lesliens.item(i).className="STY_lienNiveau"+niv;}var lienHtml=PF_donneObjet("lienNiv"+codeItem);if (lienHtml!=null){lienHtml.className="STY_lienNiveau"+niv+"Sel";}}}function creerBoutonEtape(sens,numLex){var obj=PF_donneObjet("STY_boutonEtp"+sens);if (obj!=null){obj.innerHTML="<a id=\"lienbtnEtp"+sens+"\" onmouseover=\"changeFleche('btnEtp"+sens+"','dessus')\" onmouseout=\"changeFleche('btnEtp"+sens+"','')\" href=\"#\"><img title=\""+donneLex(numLex)+"\" hspace=\"1\" border=\"0\" align=\"absmiddle\" src=\"../../MosMtr/ressources/style/media/gen/btnEtp"+sens+"."+format_btn+"\" id=\"btnEtp"+sens+"\"/></a>";}}function changeFleche(typeFleche,opt){ var ofleche=PF_donneObjet(typeFleche); var sourceAct=ofleche.src; if ((format_btn=="png")&&(sourceAct.indexOf("blanc.gif")>0)){ sourceAct=ofleche.style.filter; } if ((sourceAct.indexOf('_of.')>0)||(sourceAct.indexOf('_on.')>0)){ var aje='of.'; if (opt=='dessus'){ aje='on.'; } changeImgBtn(ofleche,"../../MosMtr/ressources/style/media/gen/"+typeFleche+"_"+aje+format_btn); }}function NAVIG_majFleches(){var oSuiv=NAVIG_existeSuivant(oItemCourant);oSuivCourant=oSuiv;if (oSuiv!=null){majFleche('EtpSuiv','_of','javascript:NAVIG_allerSuivant()');} else {majFleche('EtpSuiv','','#');}var oPrec=NAVIG_existePrecedent(oItemCourant);oPrecCourant=oPrec;if (oPrec!=null){majFleche('EtpPrec','_of','javascript:NAVIG_allerPrecedent()');} else {majFleche('EtpPrec','','#');}}function majFleche(cote,activaction,lhref){var nomFleche='btn'+cote;var ofleche=PF_donneObjet(nomFleche);if (ofleche!=null){changeImgBtn(ofleche,"../../MosMtr/ressources/style/media/gen/"+nomFleche+activaction+"."+format_btn);var oLien=PF_donneObjet('lien'+nomFleche);oLien.href=lhref;var tCurs="pointer";if (activaction==""){tCurs="default";}try {oLien.style.cursor=tCurs;}catch(e){}}}
+var oItemCourant = null;
+var oSuivCourant = null;
+var oPrecCourant = null;
+var itemsSynchro = '';
+var lienBoutonRetour = "";
+var planEnLigne = false;
+var format_btn = "gif";
+
+function initMenu() {
+    PF_ecritDocW();
+    if (parent.LMS_synchroActive()) {
+        PF_afficherDiv('STY_zoneSynchroLMS');
+    } else {
+        PF_masquerDiv('STY_zoneSynchroLMS');
+    }
+    PF_masquerDiv("STY_zoneLMS");
+    PF_afficherDiv("STY_zoneLocaleLMS");
+    var obj = PF_donneObjet("STY_ligneNiveau1");
+    if (obj != null) {
+        planEnLigne = true;
+        NAVIG_remplirNiveau1(obj);
+    }
+    creerBoutonEtape("Prec", 68);
+    creerBoutonEtape("Suiv", 67);
+    var idSCO = parent.donneParam('sco');
+    var paramIdPg = "";
+    var idPg = parent.donneParam('idPg');
+    if (idPg != '') {
+        paramIdPg = "?idPg=" + idPg;
+    }
+    if (idSCO == '') {
+        NAVIG_lancerPremier();
+    } else {
+        var oTmp = parent.planLMS.MENU_trouveItemID(idSCO);
+        if ((oTmp != null) && (oTmp.prerequisRempli())) {
+            if (oTmp.getLien() == '') {
+                oSuivCourant = NAVIG_existeSuivant(oTmp);
+                if (oSuivCourant != null) {
+                    NAVIG_allerSuivant();
+                }
+            } else {
+                NAVIG_afficheLien(oTmp.codeItem, paramIdPg);
+            }
+        }
+    }
+    PF_affecterAlt();
+}
+
+function donneLex(num) {
+    return parent.LMS_donneLex(num);
+}
+
+function NAVIG_afficheLien(nomItem, params) {
+    var oTmp = NAVIG_trouveItem(nomItem);
+    if (oTmp == null) {
+        oTmp = parent.planLMS.MENU_trouveItemID(nomItem.substring(4));
+    }
+    if ((oTmp != null) && (oTmp.prerequisRempli())) {
+        parent.planLMS.PLAN_effacePop();
+        if ((planEnLigne) && (oTmp.niveau == 2)) {
+            var pere = oTmp.parentItem;
+            while (pere != null) {
+                if (pere.niveau == 1) {
+                    if (params != 'stopBoucle') {
+                        NAVIG_remplirNiveau2(pere.codeItem, params);
+                    } else {
+                        params = "";
+                    }
+                    pere = null;
+                } else {
+                    pere = pere.parentItem;
+                }
+            }
+        }
+        NAVIG_lanceSCO(oTmp, params);
+    }
+}
+
+function NAVIG_lanceSCO(oSCO, params) {
+    parent.API.suivantAutoPossible = false;
+    var oItemAPI = oSCO;
+    parent.API.codeItemSelectionne = oItemAPI.getIdentifier();
+    var lienDuSCO = oSCO.getLien();
+    var src;
+    if (lienDuSCO.indexOf("http://") == 0) {
+        src = lienDuSCO;
+    } else {
+        src = parent.RACINE_stage + lienDuSCO;
+    }
+    parent.contenuLMS.location = src + params;
+    oItemCourant = oItemAPI;
+    NAVIG_majFleches();
+    var divTitre = PF_donneObjet("STY_titreEtapeJS");
+    if (divTitre != null) {
+        var oDshtml = parent.planLMS.PF_donneObjet('lienP' + oItemCourant.codeItem);
+        if (oDshtml != null) {
+            divTitre.innerHTML = oDshtml.innerHTML;
+        }
+    }
+    NAVIG_synchronisePlan(oSCO);
+}
+
+function NAVIG_allerPrecedent() {
+    if (oPrecCourant != null) {
+        parent.planLMS.selectionneLien('lienP' + oPrecCourant.codeItem);
+        NAVIG_lanceSCO(oPrecCourant, '');
+    }
+}
+
+function NAVIG_allerDebut() {
+    var premItem;
+    if (parent.planLMS.itemRacine.getLien() != '') {
+        premItem = parent.planLMS.itemRacine;
+    } else {
+        premItem = NAVIG_existeSuivant(parent.planLMS.itemRacine);
+    }
+    if (premItem != null) {
+        NAVIG_afficheLien(premItem.codeItem, '');
+    }
+}
+
+function NAVIG_allerSuivant() {
+    if (oSuivCourant != null) {
+        parent.planLMS.selectionneLien('lienP' + oSuivCourant.codeItem);
+        oSuivCourant.cmi.core.lesson_location = '';
+        NAVIG_lanceSCO(oSuivCourant, '');
+    }
+}
+
+function NAVIG_existePrecedent(oItem) {
+    var resTmp = oItem.itemPrecedent();
+    while ((resTmp != null) && ((resTmp.getLien() == '') || (!resTmp.prerequisRempli()))) {
+        resTmp = resTmp.itemPrecedent();
+    }
+    return resTmp;
+}
+
+function NAVIG_existeSuivant(oItem) {
+    var resTmp = oItem.itemSuivant();
+    while ((resTmp != null) && ((resTmp.getLien() == '') || (!resTmp.prerequisRempli()))) {
+        resTmp = resTmp.itemSuivant();
+    }
+    return resTmp;
+}
+
+function NAVIG_synchronisePlan(oItem) {
+    if (itemsSynchro != '') {
+        var tabPrecItems = itemsSynchro.split(',');
+        for (var i = 0; i < tabPrecItems.length; i++) {
+            parent.planLMS.MENU_fermerItem(tabPrecItems[i]);
+        }
+        itemsSynchro = '';
+    }
+    var codePereN1 = "";
+    var pere = oItem.parentItem;
+    while (pere != null) {
+        var nomItm = pere.codeItem;
+        var oDiv = parent.planLMS.PF_donneObjet("divFils" + nomItm);
+        if ((oDiv != null) && (oDiv.style.display == 'none')) {
+            parent.planLMS.MENU_afficheItem(nomItm);
+            itemsSynchro += pere.codeItem + ',';
+        }
+        if (pere.niveau == 1) {
+            codePereN1 = nomItm;
+        }
+        pere = pere.parentItem;
+    }
+    parent.planLMS.selectionneLien('lienP' + oItem.codeItem);
+    if (planEnLigne) {
+        if (oItem.niveau == 1) {
+            selectionneItmNiveau(oItem.codeItem, 1);
+        } else {
+            selectionneItmNiveau(codePereN1, 1);
+            selectionneItmNiveau(oItem.codeItem, 2);
+        }
+    }
+}
+
+function NAVIG_lancerPremier() {
+    if (parent.planLMS.dernierSCO != '') {
+        var oTmp = parent.planLMS.MENU_trouveItemID(parent.planLMS.dernierSCO);
+        if (oTmp != null) {
+            NAVIG_afficheLien('item' + parent.planLMS.dernierSCO, '');
+        } else {
+            parent.planLMS.dernierSCO = '';
+            NAVIG_allerDebut();
+        }
+    } else {
+        NAVIG_allerDebut();
+    }
+}
+
+function majBoutonReprendre(codeItem, param, activation) {
+    if (codeItem != '') {
+        var oSco = NAVIG_trouveItem(codeItem);
+        if (oSco != null) {
+            lienBoutonRetour = codeItem + ";" + param;
+        }
+    } else {
+        lienBoutonRetour = '';
+    }
+}
+
+function NAVIG_trouveItem(nomItem) {
+    var res = null;
+    var itemTmp = parent.planLMS.itemRacine;
+    var trouve = false;
+    while ((!trouve) && (itemTmp != null)) {
+        if (itemTmp.codeItem == nomItem) {
+            res = itemTmp;
+            trouve = true;
+        }
+        itemTmp = itemTmp.itemSuivant();
+    }
+    return res;
+}
+
+function NAVIG_retour() {
+    parent.LMS_quitter();
+    parent.LMS_fermer();
+}
+
+function NAVIG_remplirNiveau1(oDiv) {
+    var res = "";
+    var itemTmp = parent.planLMS.itemRacine;
+    while (itemTmp != null) {
+        if (itemTmp.niveau == 1) {
+            var oHtml = parent.planLMS.PF_donneObjet("lienP" + itemTmp.codeItem);
+            res += '<a class="STY_lienNiveau1" onmouseover="window.status=\'\';return true" id="lienNiv' + itemTmp.codeItem + '" href="javascript:NAVIG_remplirNiveau2(\'' + itemTmp.codeItem + '\',\'\')">' + oHtml.firstChild.nodeValue.replace(/ /g, '&nbsp;') + '</a>';
+            trouve = true;
+        }
+        itemTmp = itemTmp.itemSuivant();
+    }
+    oDiv.innerHTML = res;
+}
+
+function NAVIG_remplirNiveau2(codeItem, codePage) {
+    var oDiv = PF_donneObjet("STY_ligneNiveau2");
+    var res = "";
+    var oItem = NAVIG_trouveItem(codeItem);
+    var titrePere = parent.planLMS.PF_donneObjet("lienP" + codeItem).firstChild.nodeValue;
+    var lanceFils = "";
+    for (var i = 0; i < oItem.items.length; i++) {
+        var leFils = oItem.items[i];
+        var titreFils = parent.planLMS.PF_donneObjet("lienP" + leFils.codeItem).firstChild.nodeValue;
+        titreFils = titreFils.replace(/ /g, '&nbsp;');
+        if ((i == 0) && (titreFils == titrePere)) {
+            lanceFils = leFils.codeItem;
+        }
+        var action = "NAVIG_lanceItemNiveau2";
+        if (leFils.href == '') {
+            action = "NAVIG_remplirNiveau2";
+        }
+        var selCour = "";
+        if ((oItemCourant != null) && (oItemCourant == leFils)) {
+            selCour = "Sel";
+        }
+        res += '<a class="STY_lienNiveau2' + selCour + '" style="-moz-outline-width:0px" hidefocus="true" onmouseover="window.status=\'\';return true" id="lienNiv' + leFils.codeItem + '" href="javascript:' + action + '(\'' + leFils.codeItem + '\',\'\')">' + titreFils + '</a>';
+    }
+    if (oDiv != null) {
+        oDiv.innerHTML = res;
+    }
+    if (codePage == "") {
+        if (oItem.href != '') {
+            NAVIG_afficheLien(codeItem, '');
+        } else {
+            var codeN1 = codeItem;
+            if (oItem.niveau == 2) {
+                codeN1 = oItem.parentItem.codeItem;
+            }
+            selectionneItmNiveau(codeN1, "1");
+            if (lanceFils != "") {
+                NAVIG_afficheLien(lanceFils, 'stopBoucle');
+            }
+        }
+    }
+}
+
+function NAVIG_lanceItemNiveau2(codeItem) {
+    NAVIG_afficheLien(codeItem, '');
+}
+
+function selectionneItmNiveau(codeItem, niv) {
+    var oDivNiv1 = PF_donneObjet("STY_ligneNiveau" + niv);
+    if (oDivNiv1 != null) {
+        var lesliens = oDivNiv1.getElementsByTagName("a");
+        for (var i = 0; i < lesliens.length; i++) {
+            lesliens.item(i).className = "STY_lienNiveau" + niv;
+        }
+        var lienHtml = PF_donneObjet("lienNiv" + codeItem);
+        if (lienHtml != null) {
+            lienHtml.className = "STY_lienNiveau" + niv + "Sel";
+        }
+    }
+}
+
+function creerBoutonEtape(sens, numLex) {
+    var obj = PF_donneObjet("STY_boutonEtp" + sens);
+    if (obj != null) {
+        obj.innerHTML = "<a id=\"lienbtnEtp" + sens + "\" onmouseover=\"changeFleche('btnEtp" + sens + "','dessus')\" onmouseout=\"changeFleche('btnEtp" + sens + "','')\" href=\"#\"><img title=\"" + donneLex(numLex) + "\" hspace=\"1\" border=\"0\" align=\"absmiddle\" src=\"../../MosMtr/ressources/style/media/gen/btnEtp" + sens + "." + format_btn + "\" id=\"btnEtp" + sens + "\"/></a>";
+    }
+}
+
+function changeFleche(typeFleche, opt) {
+    var ofleche = PF_donneObjet(typeFleche);
+    var sourceAct = ofleche.src;
+    if ((format_btn == "png") && (sourceAct.indexOf("blanc.gif") > 0)) {
+        sourceAct = ofleche.style.filter;
+    }
+    if ((sourceAct.indexOf('_of.') > 0) || (sourceAct.indexOf('_on.') > 0)) {
+        var aje = 'of.';
+        if (opt == 'dessus') {
+            aje = 'on.';
+        }
+        changeImgBtn(ofleche, "../../MosMtr/ressources/style/media/gen/" + typeFleche + "_" + aje + format_btn);
+    }
+}
+
+function NAVIG_majFleches() {
+    var oSuiv = NAVIG_existeSuivant(oItemCourant);
+    oSuivCourant = oSuiv;
+    if (oSuiv != null) {
+        majFleche('EtpSuiv', '_of', 'javascript:NAVIG_allerSuivant()');
+    } else {
+        majFleche('EtpSuiv', '', '#');
+    }
+    var oPrec = NAVIG_existePrecedent(oItemCourant);
+    oPrecCourant = oPrec;
+    if (oPrec != null) {
+        majFleche('EtpPrec', '_of', 'javascript:NAVIG_allerPrecedent()');
+    } else {
+        majFleche('EtpPrec', '', '#');
+    }
+}
+
+function majFleche(cote, activaction, lhref) {
+    var nomFleche = 'btn' + cote;
+    var ofleche = PF_donneObjet(nomFleche);
+    if (ofleche != null) {
+        changeImgBtn(ofleche, "../../MosMtr/ressources/style/media/gen/" + nomFleche + activaction + "." + format_btn);
+        var oLien = PF_donneObjet('lien' + nomFleche);
+        oLien.href = lhref;
+        var tCurs = "pointer";
+        if (activaction == "") {
+            tCurs = "default";
+        }
+        try {
+            oLien.style.cursor = tCurs;
+        } catch (e) {
+        }
+    }
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/APIAdapter.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/APIAdapter.js
index ef45d365a7d56cbdc393750165a5759277f8a69a..06caf769b5c1c06d2b46198872bb201043e1d478 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/APIAdapter.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/APIAdapter.js
@@ -1 +1,537 @@
- var _NoError = '0';var _GeneralException = '101';var _ServerBusy = '102';var _InvalidArgumentError = '201';var _ElementCannotHaveChildren = '202';var _ElementIsNotAnArray = '203';var _NotInitialized = '301';var _NotImplementedError = '401';var _InvalidSetValue = '402';var _ElementIsReadOnly = '403';var _ElementIsWriteOnly = '404';var _IncorrectDataType = '405';var objHTTP=null;var dernierSCO='';function APIAdapter(){this.cmi;this.oItemAPI;this.errorCode="0";this.codeItemSelectionne='';this.dateEvt='';this.modifications=false;this.changementStatut=false;this.buffTempsSession="";this.suivantAutoPossible;this.effaceInteractions=true;this.effaceObjectifs=true;this.LMSInitialize=LMSInitialize;this.LMSGetValue=LMSGetValue;this.LMSSetValue=LMSSetValue;this.LMSCommit=LMSCommit;this.LMSFinish=LMSFinish;this.LMSGetLastError=LMSGetLastError;this.LMSGetErrorString=LMSGetErrorString;this.LMSGetDiagnostic=LMSGetDiagnostic;this.affecteObjectif=LMS_affecteObjectif;this.donneObjectif=LMS_donneObjectif;this.affecteInteraction=LMS_affecteInteraction;this.donneInteraction=LMS_donneInteraction;this.defaultSetValue=LMS_defaultSetValue;}function LMSInitialize(strParametre) {if (strParametre!=""){this.errorCode=_InvalidArgumentError; return "false";} if (this.cmi!=null){this.errorCode=_GeneralException; return "false";}this.errorCode=_NoError;this.changementStatut=false;this.suivantAutoPossible=true;this.effaceInteractions=true;this.effaceObjectifs=true;this.buffTempsSession=""; var res=""; var oItem=window.planLMS.MENU_trouveItemID(this.codeItemSelectionne); if ((oItem!=null)&&(oItem.cmi!=null)){ this.oItemAPI=oItem; this.cmi=this.oItemAPI.cmi; dernierSCO=oItem.identifier; var nbA=parseInt(oItem.nbAcces); if (isNaN(nbA)){nbA=0;} oItem.nbAcces=nbA+1; res="true"; } else { res="false"; this.errorCode=_GeneralException; } if (serveur.lesson_mode=="normal"){ this.dateEvt=getDateServeur("");}window.planLMS.MENU_afficheParcours(); return res;}function LMSGetValue(strElement) { this.errorCode=_NoError;if (this.cmi==null){this.errorCode=_NotInitialized;return "false";} switch (strElement){ case 'cmi.core._children' : return this.cmi.core._children; break; case 'cmi.core.student_id' : return serveur.id; break; case 'cmi.core.student_name' : return serveur.nomScorm; break; case 'cmi.core.lesson_location' : return this.cmi.core.lesson_location; break; case 'cmi.core.credit' : return this.cmi.core.credit; break; case 'cmi.core.lesson_status' : return this.cmi.core.lesson_status; break; case 'cmi.core.entry' : return this.cmi.core.entry; break; case 'cmi.core.score._children' : return this.cmi.core.score._children; break; case 'cmi.core.score.raw' : return this.cmi.core.score.raw; break; case 'cmi.core.score.max' : return this.cmi.core.score.max; break; case 'cmi.core.score.min' : return this.cmi.core.score.min; break; case 'cmi.core.total_time' : return this.cmi.core.total_time; break; case 'cmi.core.lesson_mode' : return serveur.lesson_mode; break; case 'cmi.suspend_data' : return this.cmi.suspend_data; break; case 'cmi.launch_data' : return this.cmi.launch_data; break; case 'cmi.comments' : return this.cmi.comments; break; case 'cmi.comments_from_lms' : return ""; break; case 'cmi.student_data._children' : return this.cmi.student_data._children; break; case 'cmi.student_data.mastery_score' : return this.cmi.student_data.mastery_score; break; case 'cmi.student_data.time_limit_action' : return this.cmi.student_data.time_limit_action; break; case 'cmi.student_data.max_time_allowed' : return this.cmi.student_data.max_time_allowed; break; case 'cmi.student_preference._children' : return this.cmi.student_preference._children; break; case 'cmi.student_preference.audio' : return this.cmi.student_preference.audio; break; case 'cmi.student_preference.language' : return this.cmi.student_preference.language; break; case 'cmi.student_preference.speed' : return this.cmi.student_preference.speed; break; case 'cmi.student_preference.text' : return this.cmi.student_preference.text; break; default : if (strElement.indexOf('cmi.objectives')==0){ return (this.donneObjectif(strElement)); } else if (strElement.indexOf('cmi.interactions')==0){ return (this.donneInteraction(strElement)); } else { this.errorCode=_InvalidArgumentError;return ""; } break; }}function LMSSetValue(strElement,strValeur) {this.errorCode=_NoError;if (this.cmi==null){this.errorCode=_NotInitialized;return "false";}this.modifications=true;strValeur=new String(strValeur);switch (strElement){case 'cmi.core.lesson_location' : this.cmi.core.lesson_location=strValeur;return "true"; break;case 'cmi.core.lesson_status' : if (this.cmi.core.lesson_status!=strValeur){this.changementStatut=true;this.cmi.core.setLessonStatus(strValeur);}return "true"; break;case 'cmi.core.score.raw' : return this.cmi.core.score.setScore("raw",strValeur); break;case 'cmi.core.score.max' : return this.cmi.core.score.setScore("max",strValeur); break;case 'cmi.core.score.min' : return this.cmi.core.score.setScore("min",strValeur); break;case 'cmi.core.exit' : this.cmi.core.exit=strValeur;return "true"; break;case 'cmi.core.session_time' : return this.cmi.core.setTime('session_time',strValeur); break;case 'cmi.suspend_data' : this.cmi.suspend_data=strValeur;return "true"; break;case 'cmi.comments' : this.cmi.comments=strValeur;return "true"; break;case 'cmi.student_preference.audio' : this.cmi.student_preference.audio=strValeur;return "true"; break;case 'cmi.student_preference.language' : this.cmi.student_preference.language=strValeur;return "true"; break;case 'cmi.student_preference.speed' : this.cmi.student_preference.speed=strValeur;return "true"; break;case 'cmi.student_preference.text' : this.cmi.student_preference.text=strValeur;return "true"; break;default : return this.defaultSetValue(strElement,strValeur);}}function LMS_defaultSetValue(strElement,strValeur){var resSV="false";if (strElement.indexOf('cmi.objectives')==0){ resSV=this.affecteObjectif(strElement,strValeur); } else if (strElement.indexOf('cmi.interactions')==0){ resSV=this.affecteInteraction(strElement,strValeur); } else {this.errorCode=_InvalidArgumentError;} return resSV;}function LMSCommit(strParametre) { this.errorCode=_NoError; if (this.modifications){ if (this.cmi.core.exit=="suspend"){ this.cmi.core.entry='resume'; } else { this.cmi.core.entry=''; }if (this.cmi.core.entry=="ab-initio"){this.cmi.core.entry='';}if (this.cmi.core.score.raw!=''){var scoreRaw=Number(this.cmi.core.score.raw);if (!isNaN(scoreRaw)){if (this.cmi.student_data.mastery_score!=''){var masterScore=Number(this.cmi.student_data.mastery_score);if (!isNaN(masterScore)){if ((this.cmi.core.lesson_status!="passed")&&(scoreRaw>=masterScore)){this.cmi.core.lesson_status="passed";} else if ((this.changementStatut)&&(this.cmi.core.lesson_status=="passed")&&(this.cmi.core.score.raw<masterScore)){this.cmi.core.lesson_status="failed";}}}}} if (window.planLMS!=null){ window.planLMS.PLAN_calculParcours(this.oItemAPI); window.haut.NAVIG_majFleches();window.planLMS.MENU_afficheParcours(); this.modifications=false; if ((serveur.lesson_mode=="normal")&& this.changementStatut){ LMS_persisteParcours();}}} return "true";}function exportScoDist(oTmp){var chaine='<unite id="'+oTmp.identifier+'" session_time="'+API.buffTempsSession+'" '+window.planLMS.ajouteAttributsNonVide(oTmp.cmi)+'>';if (oTmp.cmi.suspend_data!=''){chaine+='<suspend_data>'+window.planLMS.masqueCmiTexte(oTmp.cmi.suspend_data)+'</suspend_data>';}if (oTmp.cmi.comments!=''){chaine+='<comments>'+window.planLMS.masqueCmiTexte(oTmp.cmi.comments)+'</comments>';}chaine+=oTmp.cmi.objectives.exporter();chaine+=oTmp.cmi.interactions.exporter();chaine+='</unite>';return chaine;}function LMSFinish(strParametre) {if (this.cmi==null){this.errorCode=_NotInitialized;return "false";}this.errorCode=_NoError; this.LMSCommit("");if (this.cmi.core.exit==""){window.haut.majBoutonReprendre(this.oItemAPI.codeItem,'','');if (this.suivantAutoPossible){window.haut.NAVIG_allerSuivant();}} else if (this.cmi.core.exit=="logout"){ window.close();} else if (this.cmi.core.exit=="suspend"){ window.haut.majBoutonReprendre(this.oItemAPI.codeItem,'','');} else if (this.cmi.core.exit=="time-out"){ if ((this.suivantAutoPossible)&&(window.haut.oSuivCourant!=null)){window.haut.NAVIG_allerSuivant();} else {window.contenuLMS.location=RACINE_stage+"MosMtr/gen/blanc.htm"; }window.haut.majBoutonReprendre(this.oItemAPI.codeItem,'','');}this.cmi=null; this.oItemAPI=null;this.errorCode=_NoError; return "true";}function LMSGetLastError() { return this.errorCode;}function LMSGetDiagnostic(numStr) { return this.LMSGetErrorString(numStr);}function LMSGetErrorString(strCodeErreur) { switch (strCodeErreur){ case '0' : return 'No error';break; case '101' : return 'General Exception';break; case '201' : return 'Invalid argument error'; break; case '202' : return 'Element cannot have children'; break; case '203' : return 'Element not an array - Cannot have count'; break; case '301' : return 'Not initialized';break; case '401' : return 'Not implemented error';break; case '402' : return 'Invalid set value, element is a keyword';break; case '403' : return 'Element is read only';break; case '404' : return 'Element is write only';break; case '405' : return 'Incorrect Data Type';break; default : return ""; }} function LMS_donneObjectif(chRech){var ret='';if (chRech=='cmi.objectives._children'){ret=this.cmi.objectives._children;} else if (chRech=='cmi.objectives._count'){ ret=this.cmi.objectives.compte();} else if (chRech.indexOf('.score._children')>0){ ret=this.cmi.core.score._children; } else {var finCh=chRech.substring(15);var num=parseInt(finCh.substring(0,finCh.indexOf('.')));if (!isNan(num)&&(this.cmi.objectives.compte()>num)){ var oObjf=this.cmi.objectives.tabObjectifs[num];if (finCh.indexOf('.id')>0){ ret=oObjf.id;} else if (finCh.indexOf('.status')>0){ ret=oObjf.status;} else if (finCh.indexOf('.score.raw')>0){ ret=oObjf.score.raw;} else if (finCh.indexOf('.score.max')>0){ret=oObjf.score.max;}}} return ret;}function LMS_donneInteraction(chRech){var ret='';if (chRech=='cmi.interactions._children'){ret=this.cmi.interactions._children;} else if (chRech=='cmi.interactions._count'){ ret=this.cmi.interactions.compte();} else {var finCh=chRech.substring(17);var num=parseInt(finCh.substring(0,finCh.indexOf('.')));if (!isNan(num)&&(this.cmi.interactions.compte()>num)){ var oObjf=this.cmi.interactions.tabInteractions[num];if (finCh.indexOf('.objectives._count')>0){ ret=oObjf.objectives.compte();} else if (finCh.indexOf('.correct_responses._count')>0){ ret=oObjf.correct_responses.length;}}} return ret;} function LMS_affecteObjectif(chRech,val){var ret="false";if (chRech.search(/cmi.objectives.\d+./)>=0){if (this.effaceObjectifs){this.cmi.objectives.init();this.effaceObjectifs=false;}var finCh=chRech.substring(15);var num=parseInt(finCh.substring(0,finCh.indexOf('.')));if (!isNaN(num)){var oObjf;if (this.cmi.objectives.compte()>num){oObjf=this.cmi.objectives.tabObjectifs[num];} else { oObjf=this.cmi.objectives.ajouteObjectif(num); }if (finCh.indexOf('.id')>0){ oObjf.id=val;} else if (finCh.indexOf('.status')>0){ oObjf.status=val;} else if (finCh.indexOf('.score.raw')>0){ oObjf.score.setScore("raw",val);} else if (finCh.indexOf('.score.max')>0){oObjf.score.setScore("max",val);} else if (finCh.indexOf('.score.min')>0){oObjf.score.setScore("min",val);}ret="true";}} return ret;}function LMS_affecteInteraction(chRech,val){var ret="false";if (chRech.search(/cmi.interactions.\d+./)>=0){if (this.effaceInteractions){this.cmi.interactions.init();this.effaceInteractions=false;}var finCh=chRech.substring(17);var num=parseInt(finCh.substring(0,finCh.indexOf('.')));if (!isNaN(num)){var oObjf;if (this.cmi.interactions.compte()>num){oObjf=this.cmi.interactions.tabInteractions[num];} else { oObjf=this.cmi.interactions.ajouteInteraction(num); }if (chRech.indexOf('cmi.interactions.'+num+'.id')==0){ oObjf.id=val;} else if (finCh.indexOf('.objectives.')>0){ var debutNumObj=finCh.indexOf('objectives.')+11; finCh=finCh.substring(debutNumObj);var num2=parseInt(finCh.substring(0,finCh.indexOf('.')));if (!isNaN(num2)){var oInterObj;if (oObjf.objectives.compte()>num2){oInterObj=oObjf.objectives.tabObjectifs[num2];} else { oInterObj=oObjf.objectives.ajouteObjectif(num2); }if (finCh.indexOf('.id')>0){ oInterObj.id=val; }}} else if (finCh.indexOf('.time')>0){ oObjf.time=val;} else if (finCh.indexOf('.type')>0){ oObjf.type=val;} else if (finCh.indexOf('.correct_responses.')>0){var debutNumObj=finCh.indexOf('correct_responses.')+18; finCh=finCh.substring(debutNumObj);var num=parseInt(finCh.substring(0,finCh.indexOf('.'))); oObjf.correct_responses[num]=val;} else if (finCh.indexOf('.weighting')>0){ oObjf.weighting=val;} else if (finCh.indexOf('.student_response')>0){ oObjf.student_response=val;} else if (finCh.indexOf('.result')>0){ oObjf.result=val;} else if (finCh.indexOf('.latency')>0){ oObjf.latency=val;}ret="true";}} return ret;}function usrAsyncComplete() { if(objHTTP.readyState != 4) return(false); usrCheckHTTPStatus("200");}function usrCheckHTTPStatus(sExpected){ if (objHTTP.status != sExpected) { alert("Error "+objHTTP.status+": "+objHTTP.statusText); newWindow = window.open(); newWindow.document.body.innerHTML = objHTTP.responseText; return(false); } else return(true);}
+var _NoError = '0';
+var _GeneralException = '101';
+var _ServerBusy = '102';
+var _InvalidArgumentError = '201';
+var _ElementCannotHaveChildren = '202';
+var _ElementIsNotAnArray = '203';
+var _NotInitialized = '301';
+var _NotImplementedError = '401';
+var _InvalidSetValue = '402';
+var _ElementIsReadOnly = '403';
+var _ElementIsWriteOnly = '404';
+var _IncorrectDataType = '405';
+var objHTTP = null;
+var dernierSCO = '';
+
+function APIAdapter() {
+    this.cmi;
+    this.oItemAPI;
+    this.errorCode = "0";
+    this.codeItemSelectionne = '';
+    this.dateEvt = '';
+    this.modifications = false;
+    this.changementStatut = false;
+    this.buffTempsSession = "";
+    this.suivantAutoPossible;
+    this.effaceInteractions = true;
+    this.effaceObjectifs = true;
+    this.LMSInitialize = LMSInitialize;
+    this.LMSGetValue = LMSGetValue;
+    this.LMSSetValue = LMSSetValue;
+    this.LMSCommit = LMSCommit;
+    this.LMSFinish = LMSFinish;
+    this.LMSGetLastError = LMSGetLastError;
+    this.LMSGetErrorString = LMSGetErrorString;
+    this.LMSGetDiagnostic = LMSGetDiagnostic;
+    this.affecteObjectif = LMS_affecteObjectif;
+    this.donneObjectif = LMS_donneObjectif;
+    this.affecteInteraction = LMS_affecteInteraction;
+    this.donneInteraction = LMS_donneInteraction;
+    this.defaultSetValue = LMS_defaultSetValue;
+}
+
+function LMSInitialize(strParametre) {
+    if (strParametre != "") {
+        this.errorCode = _InvalidArgumentError;
+        return "false";
+    }
+    if (this.cmi != null) {
+        this.errorCode = _GeneralException;
+        return "false";
+    }
+    this.errorCode = _NoError;
+    this.changementStatut = false;
+    this.suivantAutoPossible = true;
+    this.effaceInteractions = true;
+    this.effaceObjectifs = true;
+    this.buffTempsSession = "";
+    var res = "";
+    var oItem = window.planLMS.MENU_trouveItemID(this.codeItemSelectionne);
+    if ((oItem != null) && (oItem.cmi != null)) {
+        this.oItemAPI = oItem;
+        this.cmi = this.oItemAPI.cmi;
+        dernierSCO = oItem.identifier;
+        var nbA = parseInt(oItem.nbAcces);
+        if (isNaN(nbA)) {
+            nbA = 0;
+        }
+        oItem.nbAcces = nbA + 1;
+        res = "true";
+    } else {
+        res = "false";
+        this.errorCode = _GeneralException;
+    }
+    if (serveur.lesson_mode == "normal") {
+        this.dateEvt = getDateServeur("");
+    }
+    window.planLMS.MENU_afficheParcours();
+    return res;
+}
+
+function LMSGetValue(strElement) {
+    this.errorCode = _NoError;
+    if (this.cmi == null) {
+        this.errorCode = _NotInitialized;
+        return "false";
+    }
+    switch (strElement) {
+        case 'cmi.core._children' :
+            return this.cmi.core._children;
+            break;
+        case 'cmi.core.student_id' :
+            return serveur.id;
+            break;
+        case 'cmi.core.student_name' :
+            return serveur.nomScorm;
+            break;
+        case 'cmi.core.lesson_location' :
+            return this.cmi.core.lesson_location;
+            break;
+        case 'cmi.core.credit' :
+            return this.cmi.core.credit;
+            break;
+        case 'cmi.core.lesson_status' :
+            return this.cmi.core.lesson_status;
+            break;
+        case 'cmi.core.entry' :
+            return this.cmi.core.entry;
+            break;
+        case 'cmi.core.score._children' :
+            return this.cmi.core.score._children;
+            break;
+        case 'cmi.core.score.raw' :
+            return this.cmi.core.score.raw;
+            break;
+        case 'cmi.core.score.max' :
+            return this.cmi.core.score.max;
+            break;
+        case 'cmi.core.score.min' :
+            return this.cmi.core.score.min;
+            break;
+        case 'cmi.core.total_time' :
+            return this.cmi.core.total_time;
+            break;
+        case 'cmi.core.lesson_mode' :
+            return serveur.lesson_mode;
+            break;
+        case 'cmi.suspend_data' :
+            return this.cmi.suspend_data;
+            break;
+        case 'cmi.launch_data' :
+            return this.cmi.launch_data;
+            break;
+        case 'cmi.comments' :
+            return this.cmi.comments;
+            break;
+        case 'cmi.comments_from_lms' :
+            return "";
+            break;
+        case 'cmi.student_data._children' :
+            return this.cmi.student_data._children;
+            break;
+        case 'cmi.student_data.mastery_score' :
+            return this.cmi.student_data.mastery_score;
+            break;
+        case 'cmi.student_data.time_limit_action' :
+            return this.cmi.student_data.time_limit_action;
+            break;
+        case 'cmi.student_data.max_time_allowed' :
+            return this.cmi.student_data.max_time_allowed;
+            break;
+        case 'cmi.student_preference._children' :
+            return this.cmi.student_preference._children;
+            break;
+        case 'cmi.student_preference.audio' :
+            return this.cmi.student_preference.audio;
+            break;
+        case 'cmi.student_preference.language' :
+            return this.cmi.student_preference.language;
+            break;
+        case 'cmi.student_preference.speed' :
+            return this.cmi.student_preference.speed;
+            break;
+        case 'cmi.student_preference.text' :
+            return this.cmi.student_preference.text;
+            break;
+        default :
+            if (strElement.indexOf('cmi.objectives') == 0) {
+                return (this.donneObjectif(strElement));
+            } else if (strElement.indexOf('cmi.interactions') == 0) {
+                return (this.donneInteraction(strElement));
+            } else {
+                this.errorCode = _InvalidArgumentError;
+                return "";
+            }
+            break;
+    }
+}
+
+function LMSSetValue(strElement, strValeur) {
+    this.errorCode = _NoError;
+    if (this.cmi == null) {
+        this.errorCode = _NotInitialized;
+        return "false";
+    }
+    this.modifications = true;
+    strValeur = new String(strValeur);
+    switch (strElement) {
+        case 'cmi.core.lesson_location' :
+            this.cmi.core.lesson_location = strValeur;
+            return "true";
+            break;
+        case 'cmi.core.lesson_status' :
+            if (this.cmi.core.lesson_status != strValeur) {
+                this.changementStatut = true;
+                this.cmi.core.setLessonStatus(strValeur);
+            }
+            return "true";
+            break;
+        case 'cmi.core.score.raw' :
+            return this.cmi.core.score.setScore("raw", strValeur);
+            break;
+        case 'cmi.core.score.max' :
+            return this.cmi.core.score.setScore("max", strValeur);
+            break;
+        case 'cmi.core.score.min' :
+            return this.cmi.core.score.setScore("min", strValeur);
+            break;
+        case 'cmi.core.exit' :
+            this.cmi.core.exit = strValeur;
+            return "true";
+            break;
+        case 'cmi.core.session_time' :
+            return this.cmi.core.setTime('session_time', strValeur);
+            break;
+        case 'cmi.suspend_data' :
+            this.cmi.suspend_data = strValeur;
+            return "true";
+            break;
+        case 'cmi.comments' :
+            this.cmi.comments = strValeur;
+            return "true";
+            break;
+        case 'cmi.student_preference.audio' :
+            this.cmi.student_preference.audio = strValeur;
+            return "true";
+            break;
+        case 'cmi.student_preference.language' :
+            this.cmi.student_preference.language = strValeur;
+            return "true";
+            break;
+        case 'cmi.student_preference.speed' :
+            this.cmi.student_preference.speed = strValeur;
+            return "true";
+            break;
+        case 'cmi.student_preference.text' :
+            this.cmi.student_preference.text = strValeur;
+            return "true";
+            break;
+        default :
+            return this.defaultSetValue(strElement, strValeur);
+    }
+}
+
+function LMS_defaultSetValue(strElement, strValeur) {
+    var resSV = "false";
+    if (strElement.indexOf('cmi.objectives') == 0) {
+        resSV = this.affecteObjectif(strElement, strValeur);
+    } else if (strElement.indexOf('cmi.interactions') == 0) {
+        resSV = this.affecteInteraction(strElement, strValeur);
+    } else {
+        this.errorCode = _InvalidArgumentError;
+    }
+    return resSV;
+}
+
+function LMSCommit(strParametre) {
+    this.errorCode = _NoError;
+    if (this.modifications) {
+        if (this.cmi.core.exit == "suspend") {
+            this.cmi.core.entry = 'resume';
+        } else {
+            this.cmi.core.entry = '';
+        }
+        if (this.cmi.core.entry == "ab-initio") {
+            this.cmi.core.entry = '';
+        }
+        if (this.cmi.core.score.raw != '') {
+            var scoreRaw = Number(this.cmi.core.score.raw);
+            if (!isNaN(scoreRaw)) {
+                if (this.cmi.student_data.mastery_score != '') {
+                    var masterScore = Number(this.cmi.student_data.mastery_score);
+                    if (!isNaN(masterScore)) {
+                        if ((this.cmi.core.lesson_status != "passed") && (scoreRaw >= masterScore)) {
+                            this.cmi.core.lesson_status = "passed";
+                        } else if ((this.changementStatut) && (this.cmi.core.lesson_status == "passed") && (this.cmi.core.score.raw < masterScore)) {
+                            this.cmi.core.lesson_status = "failed";
+                        }
+                    }
+                }
+            }
+        }
+        if (window.planLMS != null) {
+            window.planLMS.PLAN_calculParcours(this.oItemAPI);
+            window.haut.NAVIG_majFleches();
+            window.planLMS.MENU_afficheParcours();
+            this.modifications = false;
+            if ((serveur.lesson_mode == "normal") && this.changementStatut) {
+                LMS_persisteParcours();
+            }
+        }
+    }
+    return "true";
+}
+
+function exportScoDist(oTmp) {
+    var chaine = '<unite id="' + oTmp.identifier + '" session_time="' + API.buffTempsSession + '" ' + window.planLMS.ajouteAttributsNonVide(oTmp.cmi) + '>';
+    if (oTmp.cmi.suspend_data != '') {
+        chaine += '<suspend_data>' + window.planLMS.masqueCmiTexte(oTmp.cmi.suspend_data) + '</suspend_data>';
+    }
+    if (oTmp.cmi.comments != '') {
+        chaine += '<comments>' + window.planLMS.masqueCmiTexte(oTmp.cmi.comments) + '</comments>';
+    }
+    chaine += oTmp.cmi.objectives.exporter();
+    chaine += oTmp.cmi.interactions.exporter();
+    chaine += '</unite>';
+    return chaine;
+}
+
+function LMSFinish(strParametre) {
+    if (this.cmi == null) {
+        this.errorCode = _NotInitialized;
+        return "false";
+    }
+    this.errorCode = _NoError;
+    this.LMSCommit("");
+    if (this.cmi.core.exit == "") {
+        window.haut.majBoutonReprendre(this.oItemAPI.codeItem, '', '');
+        if (this.suivantAutoPossible) {
+            window.haut.NAVIG_allerSuivant();
+        }
+    } else if (this.cmi.core.exit == "logout") {
+        window.close();
+    } else if (this.cmi.core.exit == "suspend") {
+        window.haut.majBoutonReprendre(this.oItemAPI.codeItem, '', '');
+    } else if (this.cmi.core.exit == "time-out") {
+        if ((this.suivantAutoPossible) && (window.haut.oSuivCourant != null)) {
+            window.haut.NAVIG_allerSuivant();
+        } else {
+            window.contenuLMS.location = RACINE_stage + "MosMtr/gen/blanc.htm";
+        }
+        window.haut.majBoutonReprendre(this.oItemAPI.codeItem, '', '');
+    }
+    this.cmi = null;
+    this.oItemAPI = null;
+    this.errorCode = _NoError;
+    return "true";
+}
+
+function LMSGetLastError() {
+    return this.errorCode;
+}
+
+function LMSGetDiagnostic(numStr) {
+    return this.LMSGetErrorString(numStr);
+}
+
+function LMSGetErrorString(strCodeErreur) {
+    switch (strCodeErreur) {
+        case '0' :
+            return 'No error';
+            break;
+        case '101' :
+            return 'General Exception';
+            break;
+        case '201' :
+            return 'Invalid argument error';
+            break;
+        case '202' :
+            return 'Element cannot have children';
+            break;
+        case '203' :
+            return 'Element not an array - Cannot have count';
+            break;
+        case '301' :
+            return 'Not initialized';
+            break;
+        case '401' :
+            return 'Not implemented error';
+            break;
+        case '402' :
+            return 'Invalid set value, element is a keyword';
+            break;
+        case '403' :
+            return 'Element is read only';
+            break;
+        case '404' :
+            return 'Element is write only';
+            break;
+        case '405' :
+            return 'Incorrect Data Type';
+            break;
+        default :
+            return "";
+    }
+}
+
+function LMS_donneObjectif(chRech) {
+    var ret = '';
+    if (chRech == 'cmi.objectives._children') {
+        ret = this.cmi.objectives._children;
+    } else if (chRech == 'cmi.objectives._count') {
+        ret = this.cmi.objectives.compte();
+    } else if (chRech.indexOf('.score._children') > 0) {
+        ret = this.cmi.core.score._children;
+    } else {
+        var finCh = chRech.substring(15);
+        var num = parseInt(finCh.substring(0, finCh.indexOf('.')));
+        if (!isNan(num) && (this.cmi.objectives.compte() > num)) {
+            var oObjf = this.cmi.objectives.tabObjectifs[num];
+            if (finCh.indexOf('.id') > 0) {
+                ret = oObjf.id;
+            } else if (finCh.indexOf('.status') > 0) {
+                ret = oObjf.status;
+            } else if (finCh.indexOf('.score.raw') > 0) {
+                ret = oObjf.score.raw;
+            } else if (finCh.indexOf('.score.max') > 0) {
+                ret = oObjf.score.max;
+            }
+        }
+    }
+    return ret;
+}
+
+function LMS_donneInteraction(chRech) {
+    var ret = '';
+    if (chRech == 'cmi.interactions._children') {
+        ret = this.cmi.interactions._children;
+    } else if (chRech == 'cmi.interactions._count') {
+        ret = this.cmi.interactions.compte();
+    } else {
+        var finCh = chRech.substring(17);
+        var num = parseInt(finCh.substring(0, finCh.indexOf('.')));
+        if (!isNan(num) && (this.cmi.interactions.compte() > num)) {
+            var oObjf = this.cmi.interactions.tabInteractions[num];
+            if (finCh.indexOf('.objectives._count') > 0) {
+                ret = oObjf.objectives.compte();
+            } else if (finCh.indexOf('.correct_responses._count') > 0) {
+                ret = oObjf.correct_responses.length;
+            }
+        }
+    }
+    return ret;
+}
+
+function LMS_affecteObjectif(chRech, val) {
+    var ret = "false";
+    if (chRech.search(/cmi.objectives.\d+./) >= 0) {
+        if (this.effaceObjectifs) {
+            this.cmi.objectives.init();
+            this.effaceObjectifs = false;
+        }
+        var finCh = chRech.substring(15);
+        var num = parseInt(finCh.substring(0, finCh.indexOf('.')));
+        if (!isNaN(num)) {
+            var oObjf;
+            if (this.cmi.objectives.compte() > num) {
+                oObjf = this.cmi.objectives.tabObjectifs[num];
+            } else {
+                oObjf = this.cmi.objectives.ajouteObjectif(num);
+            }
+            if (finCh.indexOf('.id') > 0) {
+                oObjf.id = val;
+            } else if (finCh.indexOf('.status') > 0) {
+                oObjf.status = val;
+            } else if (finCh.indexOf('.score.raw') > 0) {
+                oObjf.score.setScore("raw", val);
+            } else if (finCh.indexOf('.score.max') > 0) {
+                oObjf.score.setScore("max", val);
+            } else if (finCh.indexOf('.score.min') > 0) {
+                oObjf.score.setScore("min", val);
+            }
+            ret = "true";
+        }
+    }
+    return ret;
+}
+
+function LMS_affecteInteraction(chRech, val) {
+    var ret = "false";
+    if (chRech.search(/cmi.interactions.\d+./) >= 0) {
+        if (this.effaceInteractions) {
+            this.cmi.interactions.init();
+            this.effaceInteractions = false;
+        }
+        var finCh = chRech.substring(17);
+        var num = parseInt(finCh.substring(0, finCh.indexOf('.')));
+        if (!isNaN(num)) {
+            var oObjf;
+            if (this.cmi.interactions.compte() > num) {
+                oObjf = this.cmi.interactions.tabInteractions[num];
+            } else {
+                oObjf = this.cmi.interactions.ajouteInteraction(num);
+            }
+            if (chRech.indexOf('cmi.interactions.' + num + '.id') == 0) {
+                oObjf.id = val;
+            } else if (finCh.indexOf('.objectives.') > 0) {
+                var debutNumObj = finCh.indexOf('objectives.') + 11;
+                finCh = finCh.substring(debutNumObj);
+                var num2 = parseInt(finCh.substring(0, finCh.indexOf('.')));
+                if (!isNaN(num2)) {
+                    var oInterObj;
+                    if (oObjf.objectives.compte() > num2) {
+                        oInterObj = oObjf.objectives.tabObjectifs[num2];
+                    } else {
+                        oInterObj = oObjf.objectives.ajouteObjectif(num2);
+                    }
+                    if (finCh.indexOf('.id') > 0) {
+                        oInterObj.id = val;
+                    }
+                }
+            } else if (finCh.indexOf('.time') > 0) {
+                oObjf.time = val;
+            } else if (finCh.indexOf('.type') > 0) {
+                oObjf.type = val;
+            } else if (finCh.indexOf('.correct_responses.') > 0) {
+                var debutNumObj = finCh.indexOf('correct_responses.') + 18;
+                finCh = finCh.substring(debutNumObj);
+                var num = parseInt(finCh.substring(0, finCh.indexOf('.')));
+                oObjf.correct_responses[num] = val;
+            } else if (finCh.indexOf('.weighting') > 0) {
+                oObjf.weighting = val;
+            } else if (finCh.indexOf('.student_response') > 0) {
+                oObjf.student_response = val;
+            } else if (finCh.indexOf('.result') > 0) {
+                oObjf.result = val;
+            } else if (finCh.indexOf('.latency') > 0) {
+                oObjf.latency = val;
+            }
+            ret = "true";
+        }
+    }
+    return ret;
+}
+
+function usrAsyncComplete() {
+    if (objHTTP.readyState != 4) return (false);
+    usrCheckHTTPStatus("200");
+}
+
+function usrCheckHTTPStatus(sExpected) {
+    if (objHTTP.status != sExpected) {
+        alert("Error " + objHTTP.status + ": " + objHTTP.statusText);
+        newWindow = window.open();
+        newWindow.document.body.innerHTML = objHTTP.responseText;
+        return (false);
+    } else return (true);
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/ClasseLMSLocal.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/ClasseLMSLocal.js
index 67d045bbc4826ff777e8b4f9528b520d9b503788..f25f4823095fcfb843ef18c9a61a781b67df3071 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/ClasseLMSLocal.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/ClasseLMSLocal.js
@@ -1 +1,34 @@
-function LMSLocal() {this.codeStage; this.codeStageParcours=""; this.oItemCourant=null; this.oItemCourantAPI=null;this.lesson_mode="normal";this.codeGroupe="";this.id=""; this.nomScorm="";this.codeGroupe="";this.version;this.largeurCol=0;this.aujourdhui;this.tabHistorique;this.planADroite=false;this.adresseMosManager="";this.typeMosManager="";this.langueMng="en"; this.init = csLMS_init;this.dimensionCadres= csLMS_dimensionCadres;}function csLMS_init(version){this.version=version;this.dimensionCadres();this.aujourdhui=getDateServeur("yyyymmjj");}function csLMS_dimensionCadres(){var cadres = document.getElementById("frame2");if (cadres.cols.indexOf("*,")==0){this.planADroite=true;}}
+function LMSLocal() {
+    this.codeStage;
+    this.codeStageParcours = "";
+    this.oItemCourant = null;
+    this.oItemCourantAPI = null;
+    this.lesson_mode = "normal";
+    this.codeGroupe = "";
+    this.id = "";
+    this.nomScorm = "";
+    this.codeGroupe = "";
+    this.version;
+    this.largeurCol = 0;
+    this.aujourdhui;
+    this.tabHistorique;
+    this.planADroite = false;
+    this.adresseMosManager = "";
+    this.typeMosManager = "";
+    this.langueMng = "en";
+    this.init = csLMS_init;
+    this.dimensionCadres = csLMS_dimensionCadres;
+}
+
+function csLMS_init(version) {
+    this.version = version;
+    this.dimensionCadres();
+    this.aujourdhui = getDateServeur("yyyymmjj");
+}
+
+function csLMS_dimensionCadres() {
+    var cadres = document.getElementById("frame2");
+    if (cadres.cols.indexOf("*,") == 0) {
+        this.planADroite = true;
+    }
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/IClms.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/IClms.js
index a6fc5d01340970aa0a3d630ed32a47b3370f10bc..a27241551490e17bb8149d9e6d77abba39f33337 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/IClms.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/IClms.js
@@ -1 +1,449 @@
-var serveur;var RACINE_stage;var API; var lexique; var tabHistorique;var xmlParcours=null; var sysFich=null;var FICH_PARCOURS=""; var MOS_LMS_LOCAL=true;var etapeDepuisGNR="";function LMS_init(version){serveur=new LMSLocal;serveur.init(version);var strLoc=new String(window.location.href);if (strLoc.indexOf('plEc=oui')<0){try{if (FEN_L!=''){FEN_L=parseInt(FEN_L);}if (FEN_H!=''){ FEN_H=parseInt(FEN_H);}if (FEN_X!=''){ FEN_X=parseInt(FEN_X);}if (FEN_Y!=''){ FEN_Y=parseInt(FEN_Y);}if ((!isNaN(FEN_X))&&(!isNaN(FEN_Y))){window.moveTo(FEN_X,FEN_Y);}if ((!isNaN(FEN_L))&&(!isNaN(FEN_H))&&(FEN_L>0)&&(FEN_H>0)){if (FEN_L>window.screen.width){FEN_L=window.screen.width;}if (FEN_H>window.screen.height){FEN_H=window.screen.height-25;}window.resizeTo(FEN_L,FEN_H);}}catch(e){} }var indexD=strLoc.lastIndexOf("index.htm");if (indexD<0){indexD=strLoc.lastIndexOf("start.hta");}if (indexD<0){indexD=strLoc.length;}RACINE_stage=strLoc.substring(0,indexD);if (strLoc.indexOf("?sco")>0){try {if (window.opener.top.menu!=null){etapeDepuisGNR=donneParam("sco");}}catch(e){}}var refCods=RACINE_stage.substring(0,RACINE_stage.length-1);var indeB=refCods.lastIndexOf("/");serveur.codeStage=refCods.substring(indeB+1);indeB=refCods.lastIndexOf("MosPub");if ((strLoc.indexOf("http://")<0)&&(etapeDepuisGNR=="")){var psync=donneParam("sync");if (psync!=""){FICH_PARCOURS=refCods.substring(0,indeB)+"MosData/sync/"+serveur.codeStage+"/"+psync+".xml";try {sysFich=window.opener.mosUTF;}catch(e){sysFich=null;}} else {FICH_PARCOURS=RACINE_stage+"MosMtr/parcours.xml";}FICH_PARCOURS=unescape(FICH_PARCOURS);}lexique = new ICLexique();lexique.init();LEX_entrerLexs(); API=new APIAdapter();window.planLMS.location=RACINE_stage+"imsmanifest."+version;tabHistorique = new Array(); }function LMS_quitter(){if (window.contenuLMS.oSco){ window.contenuLMS.SCO_quitter();window.contenuLMS.etatSortie=true;}LMS_persisteParcours();xmlParcours=null;} function LMS_persisteParcours(){if (xmlParcours!=null){var loca=FICH_PARCOURS;if (sysFich==null){try {sysFich=new ActiveXObject("MOSUTF.ctlConvert");} catch(e){}}if (sysFich!=null){if (loca.indexOf("http://")<0){loca=loca.replace(/file:\/\/\//,'');loca=loca.replace(/\//g,"\\");sysFich.createUTF8File(window.planLMS.PLAN_donnerParcoursXML(),loca,false);var psync=donneParam("sync");if (psync!=""){try {window.opener.ATR_retourParc(serveur.codeStage,psync);}catch(e){}}}}}}function LMS_chargerParcoursLocal(){if (FICH_PARCOURS==""){return false;}xmlParcours = jsXML.createDOMDocument();xmlParcours.async=false; var succ=false;try { succ=xmlParcours.load(FICH_PARCOURS); } catch (e){} if (succ&&(xmlParcours.documentElement.tagName=="parcours")){var oRac=xmlParcours.documentElement;window.planLMS.dernierSCO=valAttrDom(oRac,"dernierSCO");serveur.codeStageParcours=valAttrDom(oRac,"codeStage");serveur.adresseMosManager=valAttrDom(oRac,"adresseMosManager");serveur.codeGroupe=valAttrDom(oRac,"codeGroupe");serveur.typeMosManager=valAttrDom(oRac,"typeMosManager");serveur.langueMng=valAttrDom(oRac,"langueMng");serveur.id=valAttrDom(oRac,"id");serveur.nomScorm=valAttrDom(oRac,"nomScorm");var lesunites=xmlParcours.getElementsByTagName("unite");for (var n=0;n<lesunites.length;n++){var oUnit=lesunites.item(n);var idUParc=oUnit.getAttribute("id");var itemParc=window.planLMS.MENU_trouveItemID(idUParc);if (itemParc!=null){chargeUnite(itemParc,oUnit);}}window.planLMS.PLAN_calculParcours(window.planLMS.itemRacine);} else {xmlParcours=null;}window.planLMS.MENU_afficheParcours();}function LMS_synchroniser(){if (LMS_synchroActive()){var oFen=window.open(RACINE_stage+"MosMtr/gen/synchroMosSrv.htm","fenSync","menubar=no,toolbar=no,location=no,height=28,width=250,top=50,left=100");oFen.focus();}} function LMS_synchroActive(){var res=false;if (serveur.adresseMosManager!=''){res=true;}return res;} function LMS_donneLex(num){var res2=lexique.lexs[num];if ((res2==null)||(res2=="undefined")){res2="[LEX_"+num+"]";}return res2;}function LMS_modePleinEcran(){var loc=window.location.href;var locSimple;if (loc.indexOf("index.html")<0){locSimple=loc+"index.html";} else {locSimple=loc.substring(0,loc.indexOf('.htm'))+'.html';}var optionPE='fullscreen=yes,';var ajoutFE;if (loc.indexOf('plEc=oui')>0){ajoutFE='&plEc=non';optionPE='';} else {ajoutFE='&plEc=oui';}var oPage=null;if (window.contenuLMS.oSco!=null){var oPage=window.contenuLMS.oSco.donnePage(window.contenuLMS.oSco.numPageCourante);}if (oPage!=null){locSimple+='?sco='+window.haut.oItemCourant.identifier+'&idPg='+oPage.code+ajoutFE;} else {locSimple+='?sco='+window.haut.oItemCourant.identifier+ajoutFE;}window.open(locSimple,'_blank',optionPE+'status=no,menubar=no,toolbar=no,location=no,resizable=yes,scrollbars=auto');LMS_fermer();}function LMS_fermer(){LMS_persisteParcours();opener = self; self.close();}function donneParam(nomP){ var res=''; var params=window.location.search; if ((params!="")&&(params.indexOf('%26')>0)){params=params.replace(/%26/,'&');} var ind=params.indexOf(nomP+'='); if (ind>0){ var reste=params.substring(ind+nomP.length+1); var indexFin=reste.indexOf('&'); if (indexFin<0){indexFin=params.length;} res= reste.substring(0,indexFin); } return res;}function getDateServeur(mode){var resu='';var dateJS=new Date();var moisServeur="0";var jourServeur="0";var anneeServeur=dateJS.getYear();if (dateJS.getUTCMonth()+1<10){moisServeur = moisServeur + (dateJS.getUTCMonth()+1).toString();}else{moisServeur=dateJS.getUTCMonth()+1;}if (dateJS.getUTCDate()<10){jourServeur = jourServeur + (dateJS.getUTCDate()).toString();}else{jourServeur=dateJS.getUTCDate();} if (mode=='yyyymmjj'){ resu=anneeServeur+ "-" + moisServeur + "-" + jourServeur;} else {var heureServeur="0";var minutesServeur="0";var secondesServeur="0"; if (dateJS.getUTCHours()<10){heureServeur+=(dateJS.getUTCHours()).toString();}else {heureServeur=dateJS.getUTCHours();}if (dateJS.getMinutes()<10){minutesServeur+=(dateJS.getMinutes()).toString();}else {minutesServeur=dateJS.getMinutes();}if (dateJS.getSeconds()<10){secondesServeur+=(dateJS.getSeconds()).toString();}else{secondesServeur=dateJS.getSeconds();} resu=anneeServeur+ "-" + moisServeur + "-" + jourServeur + "T" + heureServeur + ":" + minutesServeur + ":" + secondesServeur;}return resu;}function LMS_precedentHistorique(){if (window.haut.lienBoutonRetour!=''){var tabP=window.haut.lienBoutonRetour.split(";");window.haut.NAVIG_afficheLien(tabP[0],tabP[1]);}}function LMS_allerPrecedent(){window.haut.NAVIG_allerPrecedent();}function LMS_allerSuivant(){window.haut.NAVIG_allerSuivant();}function LMS_ouvrirGlossaire(){var largeur = 10;var hauteur = 10;var position="left="+largeur+",top="+hauteur+",screenX="+largeur+",screenY="+hauteur+",";var src=RACINE_stage+"MosMtr/ressources/style/glossaire.htm?ver="+serveur.version;if ((window.contenuLMS!=null)&&(window.contenuLMS.oSco!=null)){if (window.contenuLMS.oSco.refGlo!=''){src=RACINE_stage+"../"+window.contenuLMS.oSco.refGlo+"/MosMtr/ressources/style/glossaire.htm?ver="+serveur.version;}}var taille="width=800,height=560";if (screen.width>1000){taille="width=960,height=680";}var fen=window.open(src,'Glossaire','toolbar=no,status=no,menubar=no,'+taille+','+position+'scrollbars=no,resizable=yes');fen.focus();}function valAttrDom(noeud,nAttr){var res=noeud.getAttribute(nAttr);if (res==null){res="";}return res;}function valEltDom(noeud,nElt){var res="";var leselts=noeud.getElementsByTagName(nElt);if (leselts.length>0){var oTxt=leselts.item(0).firstChild;if (oTxt!=null){res=oTxt.nodeValue;}}return res;}function chargeUnite(itemParc,oUnit){itemParc.dateEntre=valAttrDom(oUnit,'dateEntre');itemParc.dateAcces=valAttrDom(oUnit,'dateAcces');itemParc.dateValide=valAttrDom(oUnit,'dateValide');itemParc.nbAcces=valAttrDom(oUnit,'nbAcces');var oCmi=itemParc.cmi;oCmi.core.lesson_location=valAttrDom(oUnit,'lesson_location');oCmi.core.lesson_status=valAttrDom(oUnit,'lesson_status');oCmi.core.entry=valAttrDom(oUnit,'entry');oCmi.core.score.setScore("raw",valAttrDom(oUnit,'score_raw'));oCmi.core.score.setScore("max",valAttrDom(oUnit,'score_max'));oCmi.core.score.setScore("min",valAttrDom(oUnit,'score_min'));oCmi.core.setTime('total_time',valAttrDom(oUnit,'total_time'));oCmi.suspend_data=valEltDom(oUnit,"suspend_data");oCmi.student_preference.audio=valAttrDom(oUnit,'audio'); oCmi.student_preference.text=valAttrDom(oUnit,'text'); oCmi.student_preference.language=valAttrDom(oUnit,'language'); oCmi.comments=valEltDom(oUnit,"comments");var lesobjs=oUnit.getElementsByTagName("objectif");for (var n=0;n<lesobjs.length;n++){var xmlObj=lesobjs.item(n);var oObjf=oCmi.objectives.ajouteObjectif(n); oObjf.id=valAttrDom(xmlObj,"id");oObjf.status=valAttrDom(xmlObj,"status");oObjf.score.setScore("raw",valAttrDom(xmlObj,"score_raw"));oObjf.score.setScore("max",valAttrDom(xmlObj,"score_max"));oObjf.score.setScore("min",valAttrDom(xmlObj,"score_min"));}lesobjs=oUnit.getElementsByTagName("interaction");for (var n=0;n<lesobjs.length;n++){var xmlObj=lesobjs.item(n);var oObjf=oCmi.interactions.ajouteInteraction(n); oObjf.id=valAttrDom(xmlObj,"id");oObjf.type=valAttrDom(xmlObj,"type");oObjf.result=valAttrDom(xmlObj,"result");oObjf.weighting=valAttrDom(xmlObj,"weighting");oObjf.student_response=valEltDom(xmlObj,"student_response");var oInterObj=oObjf.objectives.ajouteObjectif(0);oInterObj.id=valAttrDom(xmlObj,"refObj");}}/* fonctions DOM */if (document.implementation && document.implementation.createDocument) { Node.prototype.__defineGetter__("xml", _Node_getXML); Document.prototype.readyState = "0"; Document.prototype.__load__ = Document.prototype.load; Document.prototype.load = _Document_load; Document.prototype.onreadystatechange = null; Document.prototype.parseError = 0;}function jsXML(){}jsXML.createDOMDocument = function(strNamespaceURI, strRootTagName) { var objDOM = null; if (document.implementation && document.implementation.createDocument) { objDOM = document.implementation.createDocument(strNamespaceURI, strRootTagName, null); objDOM.addEventListener("load", _Document_onload, false); } else { var bFound = false; var ARR_ACTIVEX = ["Msxml2.DOMDocument","Msxml2.DOMDocument.4.0", "Msxml.DOMDocument","Microsoft.XmlDom"]; for (var i=0; i < ARR_ACTIVEX.length && !bFound; i++) { try { objDOM= new ActiveXObject(ARR_ACTIVEX[i]); bFound = true; if (strRootTagName) { objDOM.loadXML("<" + strRootTagName + "/>"); } } catch (objException) {} } } return objDOM;};function _Node_getXML() { var objXMLSerializer = new XMLSerializer; var strXML = objXMLSerializer.serializeToString(this); return strXML;}function _Document_load(strURL) { this.parseError = 0; changeReadyState(this, 1); try { this.__load__(strURL); } catch (objException) { this.parseError = -9999999; changeReadyState(this, 4); }}function _Document_onload() { handleOnLoad(this);}function handleOnLoad(objDOMDocument) { if (!objDOMDocument.documentElement || objDOMDocument.documentElement.tagName == "parsererror"){ objDOMDocument.parseError = -9999999;} changeReadyState(objDOMDocument, 4);}function changeReadyState(objDOMDocument, iReadyState) { objDOMDocument.readyState = iReadyState; if (objDOMDocument.onreadystatechange != null && (typeof(objDOMDocument.onreadystatechange)=="function")) objDOMDocument.onreadystatechange();}/* Classe Lexique */function ICLexique() { this.lexs; this.init = LEXO_init; this.ajLex = LEX_ajouterLex;}function LEXO_init(){this.lexs=new Array();}function LEX_ajouterLex(id,lex){this.lexs[id]=lex;}
+var serveur;
+var RACINE_stage;
+var API;
+var lexique;
+var tabHistorique;
+var xmlParcours = null;
+var sysFich = null;
+var FICH_PARCOURS = "";
+var MOS_LMS_LOCAL = true;
+var etapeDepuisGNR = "";
+
+function LMS_init(version) {
+    serveur = new LMSLocal;
+    serveur.init(version);
+    var strLoc = new String(window.location.href);
+    if (strLoc.indexOf('plEc=oui') < 0) {
+        try {
+            if (FEN_L != '') {
+                FEN_L = parseInt(FEN_L);
+            }
+            if (FEN_H != '') {
+                FEN_H = parseInt(FEN_H);
+            }
+            if (FEN_X != '') {
+                FEN_X = parseInt(FEN_X);
+            }
+            if (FEN_Y != '') {
+                FEN_Y = parseInt(FEN_Y);
+            }
+            if ((!isNaN(FEN_X)) && (!isNaN(FEN_Y))) {
+                window.moveTo(FEN_X, FEN_Y);
+            }
+            if ((!isNaN(FEN_L)) && (!isNaN(FEN_H)) && (FEN_L > 0) && (FEN_H > 0)) {
+                if (FEN_L > window.screen.width) {
+                    FEN_L = window.screen.width;
+                }
+                if (FEN_H > window.screen.height) {
+                    FEN_H = window.screen.height - 25;
+                }
+                window.resizeTo(FEN_L, FEN_H);
+            }
+        } catch (e) {
+        }
+    }
+    var indexD = strLoc.lastIndexOf("index.htm");
+    if (indexD < 0) {
+        indexD = strLoc.lastIndexOf("start.hta");
+    }
+    if (indexD < 0) {
+        indexD = strLoc.length;
+    }
+    RACINE_stage = strLoc.substring(0, indexD);
+    if (strLoc.indexOf("?sco") > 0) {
+        try {
+            if (window.opener.top.menu != null) {
+                etapeDepuisGNR = donneParam("sco");
+            }
+        } catch (e) {
+        }
+    }
+    var refCods = RACINE_stage.substring(0, RACINE_stage.length - 1);
+    var indeB = refCods.lastIndexOf("/");
+    serveur.codeStage = refCods.substring(indeB + 1);
+    indeB = refCods.lastIndexOf("MosPub");
+    if ((strLoc.indexOf("http://") < 0) && (etapeDepuisGNR == "")) {
+        var psync = donneParam("sync");
+        if (psync != "") {
+            FICH_PARCOURS = refCods.substring(0, indeB) + "MosData/sync/" + serveur.codeStage + "/" + psync + ".xml";
+            try {
+                sysFich = window.opener.mosUTF;
+            } catch (e) {
+                sysFich = null;
+            }
+        } else {
+            FICH_PARCOURS = RACINE_stage + "MosMtr/parcours.xml";
+        }
+        FICH_PARCOURS = unescape(FICH_PARCOURS);
+    }
+    lexique = new ICLexique();
+    lexique.init();
+    LEX_entrerLexs();
+    API = new APIAdapter();
+    window.planLMS.location = RACINE_stage + "imsmanifest." + version;
+    tabHistorique = new Array();
+}
+
+function LMS_quitter() {
+    if (window.contenuLMS.oSco) {
+        window.contenuLMS.SCO_quitter();
+        window.contenuLMS.etatSortie = true;
+    }
+    LMS_persisteParcours();
+    xmlParcours = null;
+}
+
+function LMS_persisteParcours() {
+    if (xmlParcours != null) {
+        var loca = FICH_PARCOURS;
+        if (sysFich == null) {
+            try {
+                sysFich = new ActiveXObject("MOSUTF.ctlConvert");
+            } catch (e) {
+            }
+        }
+        if (sysFich != null) {
+            if (loca.indexOf("http://") < 0) {
+                loca = loca.replace(/file:\/\/\//, '');
+                loca = loca.replace(/\//g, "\\");
+                sysFich.createUTF8File(window.planLMS.PLAN_donnerParcoursXML(), loca, false);
+                var psync = donneParam("sync");
+                if (psync != "") {
+                    try {
+                        window.opener.ATR_retourParc(serveur.codeStage, psync);
+                    } catch (e) {
+                    }
+                }
+            }
+        }
+    }
+}
+
+function LMS_chargerParcoursLocal() {
+    if (FICH_PARCOURS == "") {
+        return false;
+    }
+    xmlParcours = jsXML.createDOMDocument();
+    xmlParcours.async = false;
+    var succ = false;
+    try {
+        succ = xmlParcours.load(FICH_PARCOURS);
+    } catch (e) {
+    }
+    if (succ && (xmlParcours.documentElement.tagName == "parcours")) {
+        var oRac = xmlParcours.documentElement;
+        window.planLMS.dernierSCO = valAttrDom(oRac, "dernierSCO");
+        serveur.codeStageParcours = valAttrDom(oRac, "codeStage");
+        serveur.adresseMosManager = valAttrDom(oRac, "adresseMosManager");
+        serveur.codeGroupe = valAttrDom(oRac, "codeGroupe");
+        serveur.typeMosManager = valAttrDom(oRac, "typeMosManager");
+        serveur.langueMng = valAttrDom(oRac, "langueMng");
+        serveur.id = valAttrDom(oRac, "id");
+        serveur.nomScorm = valAttrDom(oRac, "nomScorm");
+        var lesunites = xmlParcours.getElementsByTagName("unite");
+        for (var n = 0; n < lesunites.length; n++) {
+            var oUnit = lesunites.item(n);
+            var idUParc = oUnit.getAttribute("id");
+            var itemParc = window.planLMS.MENU_trouveItemID(idUParc);
+            if (itemParc != null) {
+                chargeUnite(itemParc, oUnit);
+            }
+        }
+        window.planLMS.PLAN_calculParcours(window.planLMS.itemRacine);
+    } else {
+        xmlParcours = null;
+    }
+    window.planLMS.MENU_afficheParcours();
+}
+
+function LMS_synchroniser() {
+    if (LMS_synchroActive()) {
+        var oFen = window.open(RACINE_stage + "MosMtr/gen/synchroMosSrv.htm", "fenSync", "menubar=no,toolbar=no,location=no,height=28,width=250,top=50,left=100");
+        oFen.focus();
+    }
+}
+
+function LMS_synchroActive() {
+    var res = false;
+    if (serveur.adresseMosManager != '') {
+        res = true;
+    }
+    return res;
+}
+
+function LMS_donneLex(num) {
+    var res2 = lexique.lexs[num];
+    if ((res2 == null) || (res2 == "undefined")) {
+        res2 = "[LEX_" + num + "]";
+    }
+    return res2;
+}
+
+function LMS_modePleinEcran() {
+    var loc = window.location.href;
+    var locSimple;
+    if (loc.indexOf("index.html") < 0) {
+        locSimple = loc + "index.html";
+    } else {
+        locSimple = loc.substring(0, loc.indexOf('.htm')) + '.html';
+    }
+    var optionPE = 'fullscreen=yes,';
+    var ajoutFE;
+    if (loc.indexOf('plEc=oui') > 0) {
+        ajoutFE = '&plEc=non';
+        optionPE = '';
+    } else {
+        ajoutFE = '&plEc=oui';
+    }
+    var oPage = null;
+    if (window.contenuLMS.oSco != null) {
+        var oPage = window.contenuLMS.oSco.donnePage(window.contenuLMS.oSco.numPageCourante);
+    }
+    if (oPage != null) {
+        locSimple += '?sco=' + window.haut.oItemCourant.identifier + '&idPg=' + oPage.code + ajoutFE;
+    } else {
+        locSimple += '?sco=' + window.haut.oItemCourant.identifier + ajoutFE;
+    }
+    window.open(locSimple, '_blank', optionPE + 'status=no,menubar=no,toolbar=no,location=no,resizable=yes,scrollbars=auto');
+    LMS_fermer();
+}
+
+function LMS_fermer() {
+    LMS_persisteParcours();
+    opener = self;
+    self.close();
+}
+
+function donneParam(nomP) {
+    var res = '';
+    var params = window.location.search;
+    if ((params != "") && (params.indexOf('%26') > 0)) {
+        params = params.replace(/%26/, '&');
+    }
+    var ind = params.indexOf(nomP + '=');
+    if (ind > 0) {
+        var reste = params.substring(ind + nomP.length + 1);
+        var indexFin = reste.indexOf('&');
+        if (indexFin < 0) {
+            indexFin = params.length;
+        }
+        res = reste.substring(0, indexFin);
+    }
+    return res;
+}
+
+function getDateServeur(mode) {
+    var resu = '';
+    var dateJS = new Date();
+    var moisServeur = "0";
+    var jourServeur = "0";
+    var anneeServeur = dateJS.getYear();
+    if (dateJS.getUTCMonth() + 1 < 10) {
+        moisServeur = moisServeur + (dateJS.getUTCMonth() + 1).toString();
+    } else {
+        moisServeur = dateJS.getUTCMonth() + 1;
+    }
+    if (dateJS.getUTCDate() < 10) {
+        jourServeur = jourServeur + (dateJS.getUTCDate()).toString();
+    } else {
+        jourServeur = dateJS.getUTCDate();
+    }
+    if (mode == 'yyyymmjj') {
+        resu = anneeServeur + "-" + moisServeur + "-" + jourServeur;
+    } else {
+        var heureServeur = "0";
+        var minutesServeur = "0";
+        var secondesServeur = "0";
+        if (dateJS.getUTCHours() < 10) {
+            heureServeur += (dateJS.getUTCHours()).toString();
+        } else {
+            heureServeur = dateJS.getUTCHours();
+        }
+        if (dateJS.getMinutes() < 10) {
+            minutesServeur += (dateJS.getMinutes()).toString();
+        } else {
+            minutesServeur = dateJS.getMinutes();
+        }
+        if (dateJS.getSeconds() < 10) {
+            secondesServeur += (dateJS.getSeconds()).toString();
+        } else {
+            secondesServeur = dateJS.getSeconds();
+        }
+        resu = anneeServeur + "-" + moisServeur + "-" + jourServeur + "T" + heureServeur + ":" + minutesServeur + ":" + secondesServeur;
+    }
+    return resu;
+}
+
+function LMS_precedentHistorique() {
+    if (window.haut.lienBoutonRetour != '') {
+        var tabP = window.haut.lienBoutonRetour.split(";");
+        window.haut.NAVIG_afficheLien(tabP[0], tabP[1]);
+    }
+}
+
+function LMS_allerPrecedent() {
+    window.haut.NAVIG_allerPrecedent();
+}
+
+function LMS_allerSuivant() {
+    window.haut.NAVIG_allerSuivant();
+}
+
+function LMS_ouvrirGlossaire() {
+    var largeur = 10;
+    var hauteur = 10;
+    var position = "left=" + largeur + ",top=" + hauteur + ",screenX=" + largeur + ",screenY=" + hauteur + ",";
+    var src = RACINE_stage + "MosMtr/ressources/style/glossaire.htm?ver=" + serveur.version;
+    if ((window.contenuLMS != null) && (window.contenuLMS.oSco != null)) {
+        if (window.contenuLMS.oSco.refGlo != '') {
+            src = RACINE_stage + "../" + window.contenuLMS.oSco.refGlo + "/MosMtr/ressources/style/glossaire.htm?ver=" + serveur.version;
+        }
+    }
+    var taille = "width=800,height=560";
+    if (screen.width > 1000) {
+        taille = "width=960,height=680";
+    }
+    var fen = window.open(src, 'Glossaire', 'toolbar=no,status=no,menubar=no,' + taille + ',' + position + 'scrollbars=no,resizable=yes');
+    fen.focus();
+}
+
+function valAttrDom(noeud, nAttr) {
+    var res = noeud.getAttribute(nAttr);
+    if (res == null) {
+        res = "";
+    }
+    return res;
+}
+
+function valEltDom(noeud, nElt) {
+    var res = "";
+    var leselts = noeud.getElementsByTagName(nElt);
+    if (leselts.length > 0) {
+        var oTxt = leselts.item(0).firstChild;
+        if (oTxt != null) {
+            res = oTxt.nodeValue;
+        }
+    }
+    return res;
+}
+
+function chargeUnite(itemParc, oUnit) {
+    itemParc.dateEntre = valAttrDom(oUnit, 'dateEntre');
+    itemParc.dateAcces = valAttrDom(oUnit, 'dateAcces');
+    itemParc.dateValide = valAttrDom(oUnit, 'dateValide');
+    itemParc.nbAcces = valAttrDom(oUnit, 'nbAcces');
+    var oCmi = itemParc.cmi;
+    oCmi.core.lesson_location = valAttrDom(oUnit, 'lesson_location');
+    oCmi.core.lesson_status = valAttrDom(oUnit, 'lesson_status');
+    oCmi.core.entry = valAttrDom(oUnit, 'entry');
+    oCmi.core.score.setScore("raw", valAttrDom(oUnit, 'score_raw'));
+    oCmi.core.score.setScore("max", valAttrDom(oUnit, 'score_max'));
+    oCmi.core.score.setScore("min", valAttrDom(oUnit, 'score_min'));
+    oCmi.core.setTime('total_time', valAttrDom(oUnit, 'total_time'));
+    oCmi.suspend_data = valEltDom(oUnit, "suspend_data");
+    oCmi.student_preference.audio = valAttrDom(oUnit, 'audio');
+    oCmi.student_preference.text = valAttrDom(oUnit, 'text');
+    oCmi.student_preference.language = valAttrDom(oUnit, 'language');
+    oCmi.comments = valEltDom(oUnit, "comments");
+    var lesobjs = oUnit.getElementsByTagName("objectif");
+    for (var n = 0; n < lesobjs.length; n++) {
+        var xmlObj = lesobjs.item(n);
+        var oObjf = oCmi.objectives.ajouteObjectif(n);
+        oObjf.id = valAttrDom(xmlObj, "id");
+        oObjf.status = valAttrDom(xmlObj, "status");
+        oObjf.score.setScore("raw", valAttrDom(xmlObj, "score_raw"));
+        oObjf.score.setScore("max", valAttrDom(xmlObj, "score_max"));
+        oObjf.score.setScore("min", valAttrDom(xmlObj, "score_min"));
+    }
+    lesobjs = oUnit.getElementsByTagName("interaction");
+    for (var n = 0; n < lesobjs.length; n++) {
+        var xmlObj = lesobjs.item(n);
+        var oObjf = oCmi.interactions.ajouteInteraction(n);
+        oObjf.id = valAttrDom(xmlObj, "id");
+        oObjf.type = valAttrDom(xmlObj, "type");
+        oObjf.result = valAttrDom(xmlObj, "result");
+        oObjf.weighting = valAttrDom(xmlObj, "weighting");
+        oObjf.student_response = valEltDom(xmlObj, "student_response");
+        var oInterObj = oObjf.objectives.ajouteObjectif(0);
+        oInterObj.id = valAttrDom(xmlObj, "refObj");
+    }
+}/* fonctions DOM */
+if (document.implementation && document.implementation.createDocument) {
+    Node.prototype.__defineGetter__("xml", _Node_getXML);
+    Document.prototype.readyState = "0";
+    Document.prototype.__load__ = Document.prototype.load;
+    Document.prototype.load = _Document_load;
+    Document.prototype.onreadystatechange = null;
+    Document.prototype.parseError = 0;
+}
+
+function jsXML() {
+}
+
+jsXML.createDOMDocument = function (strNamespaceURI, strRootTagName) {
+    var objDOM = null;
+    if (document.implementation && document.implementation.createDocument) {
+        objDOM = document.implementation.createDocument(strNamespaceURI, strRootTagName, null);
+        objDOM.addEventListener("load", _Document_onload, false);
+    } else {
+        var bFound = false;
+        var ARR_ACTIVEX = ["Msxml2.DOMDocument", "Msxml2.DOMDocument.4.0", "Msxml.DOMDocument", "Microsoft.XmlDom"];
+        for (var i = 0; i < ARR_ACTIVEX.length && !bFound; i++) {
+            try {
+                objDOM = new ActiveXObject(ARR_ACTIVEX[i]);
+                bFound = true;
+                if (strRootTagName) {
+                    objDOM.loadXML("<" + strRootTagName + "/>");
+                }
+            } catch (objException) {
+            }
+        }
+    }
+    return objDOM;
+};
+
+function _Node_getXML() {
+    var objXMLSerializer = new XMLSerializer;
+    var strXML = objXMLSerializer.serializeToString(this);
+    return strXML;
+}
+
+function _Document_load(strURL) {
+    this.parseError = 0;
+    changeReadyState(this, 1);
+    try {
+        this.__load__(strURL);
+    } catch (objException) {
+        this.parseError = -9999999;
+        changeReadyState(this, 4);
+    }
+}
+
+function _Document_onload() {
+    handleOnLoad(this);
+}
+
+function handleOnLoad(objDOMDocument) {
+    if (!objDOMDocument.documentElement || objDOMDocument.documentElement.tagName == "parsererror") {
+        objDOMDocument.parseError = -9999999;
+    }
+    changeReadyState(objDOMDocument, 4);
+}
+
+function changeReadyState(objDOMDocument, iReadyState) {
+    objDOMDocument.readyState = iReadyState;
+    if (objDOMDocument.onreadystatechange != null && (typeof (objDOMDocument.onreadystatechange) == "function")) objDOMDocument.onreadystatechange();
+}/* Classe Lexique */
+function ICLexique() {
+    this.lexs;
+    this.init = LEXO_init;
+    this.ajLex = LEX_ajouterLex;
+}
+
+function LEXO_init() {
+    this.lexs = new Array();
+}
+
+function LEX_ajouterLex(id, lex) {
+    this.lexs[id] = lex;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/calculParcours.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/calculParcours.js
index 0273a95d898503e086f45e7a38584be47cea12be..b7c73b4c86bad84eb59919792249326b576f00fb 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/calculParcours.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/calculParcours.js
@@ -1 +1,250 @@
-var dateHeureSco;function PLAN_calculParcours(oDepart){ var tabFeuilles=new Array();var oPerePrec=null;if (oDepart.cmi.core.session_time!=''){parent.API.buffTempsSession=oDepart.cmi.core.session_time;var tabTempsTotal=new Array();tabTempsTotal[0]=oDepart.cmi.core.session_time;tabTempsTotal[1]=oDepart.cmi.core.total_time;oDepart.cmi.core.total_time= agregationTemps(tabTempsTotal);oDepart.cmi.core.session_time="";}oDepart.dateAcces=parent.API.dateEvt;if (oDepart.dateEntre==''){oDepart.dateEntre=parent.API.dateEvt;}if ((oDepart.dateValide=='')&&((oDepart.cmi.core.lesson_status=="completed")||(oDepart.cmi.core.lesson_status=="passed"))){oDepart.dateValide=parent.API.dateEvt;}if (oDepart.parentItem!=null){PLAN_recalculeParents(oDepart);} else {var dejaPris="";var oItmp=oDepart.itemSuivant();while (oItmp!=null){oPerePrec=oItmp.parentItem;if ((oItmp.href!='')&&(oPerePrec!=null)&&(dejaPris.indexOf(','+oPerePrec.identifier+',')<0)){tabFeuilles[tabFeuilles.length]=oItmp;dejaPris+=oPerePrec.identifier+",";}oItmp=oItmp.itemSuivant();}for (var k=0;k<tabFeuilles.length;k++){PLAN_recalculeParents(tabFeuilles[k]);}}} function ajouteTemps(t1,t2){var tab1=formatTempsTab(t1);var h1=tab1[0];var m1=tab1[1];var s1=tab1[2];var tab2=formatTempsTab(t2);var h2=tab2[0];var m2=tab2[1];var s2=tab2[2]; var tmpSecondes=s1+s2;var secondes=tmpSecondes % 60;var tmpMinutes=((tmpSecondes-secondes)/60)+m1+m2;var minutes=tmpMinutes % 60;var heures=((tmpMinutes-minutes)/60)+h1+h2; return formatTemps(heures,minutes,secondes);}function PLAN_recalculeParents(oUnite){oUnite.modifsCmi=true;var oPere=oUnite.parentItem;if (oPere!=null){var tabScoreMaxTotalEnfant=new Array();var tabScoreRawTotalEnfant=new Array();var tabTempsTotalEnfant=new Array();var tabStatutEnfant=new Array();for (var i=0;i<oPere.items.length;i++){var leFils=oPere.items[i];tabStatutEnfant[i]=leFils.cmi.core.lesson_status;tabScoreRawTotalEnfant[i]=leFils.cmi.core.score.raw;tabScoreMaxTotalEnfant[i]=leFils.cmi.core.score.max;tabTempsTotalEnfant[i]=leFils.cmi.core.total_time;} var scoreRaw=agregationScore(tabScoreRawTotalEnfant); var scoreMax=agregationScore(tabScoreMaxTotalEnfant); var tempsTotal= agregationTemps(tabTempsTotalEnfant); var statutResu=agregationStatut(tabStatutEnfant); oPere.cmi.core.lesson_status=statutResu; oPere.cmi.core.total_time=tempsTotal; if (scoreMax>0){ oPere.cmi.core.score.raw=scoreRaw; oPere.cmi.core.score.max=scoreMax; } else { oPere.cmi.core.score.raw=''; oPere.cmi.core.score.max=''; } oPere.dateAcces=parent.API.dateEvt;if (oPere.dateEntre==''){oPere.dateEntre=parent.API.dateEvt;}if ((oPere.dateValide=='')&&((oPere.cmi.core.lesson_status=="completed")||(oPere.cmi.core.lesson_status=="passed"))){oPere.dateValide=parent.API.dateEvt;} PLAN_recalculeParents(oPere);}}function agregationScore(tabScoreTotalEnfant){ var scoreTotal=0; for (var i=0 ; i < tabScoreTotalEnfant.length ; i++){ var scoreTmp=tabScoreTotalEnfant[i]; if (scoreTmp!=''){ scoreTotal=scoreTotal+Number(scoreTmp); } } return scoreTotal;}function agregationTemps(tabTempsTotalEnfant){ var tempsTotal=new String("00:00:00"); for (var i=0 ; i < tabTempsTotalEnfant.length ; i++){ var leTempsCourrant=tabTempsTotalEnfant[i]; tempsTotal=ajouteTemps(tempsTotal,leTempsCourrant); } return tempsTotal;}function agregationStatut(tabStatutEnfant){ var boolNotAttempted=true; var boolCompleted=true; var res=''; for (var i=0 ; i < tabStatutEnfant.length ; i++){ if ((tabStatutEnfant[i]!='completed')&&(tabStatutEnfant[i]!='passed')){ boolCompleted=false; } if (tabStatutEnfant[i]!='not attempted') { boolNotAttempted=false; } } if (boolNotAttempted) { res='not attempted'; } else if (boolCompleted) { res='completed';} else { res='incomplete';} return res;}function PLAN_donnerParcoursXML(){var oStageCourant=parent.serveur;var modifDansGroupe="";var chaine='<parcours id="'+parent.serveur.id+'" nomScorm="'+parent.serveur.nomScorm+'" langueMng="'+parent.serveur.langueMng+'" codeStage="'+oStageCourant.codeStageParcours+'" codeGroupe="'+oStageCourant.codeGroupe+'" adresseMosManager="'+oStageCourant.adresseMosManager+'" typeMosManager="'+oStageCourant.typeMosManager+'" dernierSCO="'+parent.dernierSCO+'"'+modifDansGroupe+'>';var oTmp=itemRacine;while (oTmp!=null){if (oTmp.cmi.core.lesson_status!='not attempted'){var idPere="";if (oTmp.parentItem!=null){idPere=oTmp.parentItem.identifier;}var ajNbAcess="";if (oTmp.nbAcces!=""){ajNbAcess=' nbAcces="'+oTmp.nbAcces+'"';}var ajDvalide="";if (oTmp.dateValide!=""){ajDvalide=' dateValide="'+oTmp.dateValide+'"';}chaine+='<unite id="'+oTmp.identifier+'" idPere="'+idPere+'" dateEntre="'+oTmp.dateEntre+'" dateAcces="'+oTmp.dateAcces+'"'+ajDvalide+ajNbAcess+ajouteAttributsNonVide(oTmp.cmi)+'>';if (oTmp.cmi.suspend_data!=''){chaine+='<suspend_data>'+masqueCmiTexte(oTmp.cmi.suspend_data)+'</suspend_data>';}if (oTmp.cmi.comments!=''){chaine+='<comments>'+masqueCmiTexte(oTmp.cmi.comments)+'</comments>';}chaine+=oTmp.cmi.objectives.exporter();chaine+=oTmp.cmi.interactions.exporter();chaine+='</unite>';}oTmp=oTmp.itemSuivant();}chaine=chaine+"</parcours>";return chaine;}function masqueCmiTexte(val){/*val=val.replace(/"/g,'\\"');val=val.replace(/\n/g,'\\n');val=val.replace(/</g,'\\x3C');val=val.replace(/>/g,'\\x3E');*/val=val.replace(/&/g,'&amp;');val=val.replace(/</g,'&lt;');val=val.replace(/>/g,'&gt;');return val;}function ajouteAttributsNonVide(oCmi){var res="";res+=' lesson_status="'+oCmi.core.lesson_status+'"';if (oCmi.core.entry!=''){res+=' entry="'+oCmi.core.entry+'"';}if (oCmi.core.lesson_location!=''){res+=' lesson_location="'+oCmi.core.lesson_location+'"';}if (oCmi.core.total_time!=''){res+=' total_time="'+oCmi.core.total_time+'"';}if (oCmi.core.score.max!=''){res+=' score_max="'+oCmi.core.score.max+'"';}if (oCmi.core.score.min!=''){res+=' score_min="'+oCmi.core.score.min+'"';}if (oCmi.core.score.raw!=''){res+=' score_raw="'+oCmi.core.score.raw+'"';}if (oCmi.student_preference.audio!=''){res+=' audio="'+oCmi.student_preference.audio+'"';}if (oCmi.student_preference.text!=''){res+=' text="'+oCmi.student_preference.text+'"';}if (oCmi.student_preference.language!=''){res+=' language="'+oCmi.student_preference.language+'"';}if (oCmi.student_preference.speed!=''){res+=' speed="'+oCmi.student_preference.speed+'"';}return res;}function PLAN_donneTempsScorm(val) {var res="";if (val.indexOf(".")>0){val=val.substring(0,val.indexOf("."));}if (val.indexOf("0000:")==0){val=val.substring(2);}var tabparam=val.split(":");if (tabparam.length==3){var passe=true;for (var i=0;i<3;i++){var num=parseInt(val);if (isNaN(num)){passe=false;}}if (passe){res=val;}} return res;}function PLAN_estDansTab(tab,val){var res=false;for (var i=0;i<tab.length;i++){if (tab[i]==val){res=true;i=100;}}return res;}
+var dateHeureSco;
+
+function PLAN_calculParcours(oDepart) {
+    var tabFeuilles = new Array();
+    var oPerePrec = null;
+    if (oDepart.cmi.core.session_time != '') {
+        parent.API.buffTempsSession = oDepart.cmi.core.session_time;
+        var tabTempsTotal = new Array();
+        tabTempsTotal[0] = oDepart.cmi.core.session_time;
+        tabTempsTotal[1] = oDepart.cmi.core.total_time;
+        oDepart.cmi.core.total_time = agregationTemps(tabTempsTotal);
+        oDepart.cmi.core.session_time = "";
+    }
+    oDepart.dateAcces = parent.API.dateEvt;
+    if (oDepart.dateEntre == '') {
+        oDepart.dateEntre = parent.API.dateEvt;
+    }
+    if ((oDepart.dateValide == '') && ((oDepart.cmi.core.lesson_status == "completed") || (oDepart.cmi.core.lesson_status == "passed"))) {
+        oDepart.dateValide = parent.API.dateEvt;
+    }
+    if (oDepart.parentItem != null) {
+        PLAN_recalculeParents(oDepart);
+    } else {
+        var dejaPris = "";
+        var oItmp = oDepart.itemSuivant();
+        while (oItmp != null) {
+            oPerePrec = oItmp.parentItem;
+            if ((oItmp.href != '') && (oPerePrec != null) && (dejaPris.indexOf(',' + oPerePrec.identifier + ',') < 0)) {
+                tabFeuilles[tabFeuilles.length] = oItmp;
+                dejaPris += oPerePrec.identifier + ",";
+            }
+            oItmp = oItmp.itemSuivant();
+        }
+        for (var k = 0; k < tabFeuilles.length; k++) {
+            PLAN_recalculeParents(tabFeuilles[k]);
+        }
+    }
+}
+
+function ajouteTemps(t1, t2) {
+    var tab1 = formatTempsTab(t1);
+    var h1 = tab1[0];
+    var m1 = tab1[1];
+    var s1 = tab1[2];
+    var tab2 = formatTempsTab(t2);
+    var h2 = tab2[0];
+    var m2 = tab2[1];
+    var s2 = tab2[2];
+    var tmpSecondes = s1 + s2;
+    var secondes = tmpSecondes % 60;
+    var tmpMinutes = ((tmpSecondes - secondes) / 60) + m1 + m2;
+    var minutes = tmpMinutes % 60;
+    var heures = ((tmpMinutes - minutes) / 60) + h1 + h2;
+    return formatTemps(heures, minutes, secondes);
+}
+
+function PLAN_recalculeParents(oUnite) {
+    oUnite.modifsCmi = true;
+    var oPere = oUnite.parentItem;
+    if (oPere != null) {
+        var tabScoreMaxTotalEnfant = new Array();
+        var tabScoreRawTotalEnfant = new Array();
+        var tabTempsTotalEnfant = new Array();
+        var tabStatutEnfant = new Array();
+        for (var i = 0; i < oPere.items.length; i++) {
+            var leFils = oPere.items[i];
+            tabStatutEnfant[i] = leFils.cmi.core.lesson_status;
+            tabScoreRawTotalEnfant[i] = leFils.cmi.core.score.raw;
+            tabScoreMaxTotalEnfant[i] = leFils.cmi.core.score.max;
+            tabTempsTotalEnfant[i] = leFils.cmi.core.total_time;
+        }
+        var scoreRaw = agregationScore(tabScoreRawTotalEnfant);
+        var scoreMax = agregationScore(tabScoreMaxTotalEnfant);
+        var tempsTotal = agregationTemps(tabTempsTotalEnfant);
+        var statutResu = agregationStatut(tabStatutEnfant);
+        oPere.cmi.core.lesson_status = statutResu;
+        oPere.cmi.core.total_time = tempsTotal;
+        if (scoreMax > 0) {
+            oPere.cmi.core.score.raw = scoreRaw;
+            oPere.cmi.core.score.max = scoreMax;
+        } else {
+            oPere.cmi.core.score.raw = '';
+            oPere.cmi.core.score.max = '';
+        }
+        oPere.dateAcces = parent.API.dateEvt;
+        if (oPere.dateEntre == '') {
+            oPere.dateEntre = parent.API.dateEvt;
+        }
+        if ((oPere.dateValide == '') && ((oPere.cmi.core.lesson_status == "completed") || (oPere.cmi.core.lesson_status == "passed"))) {
+            oPere.dateValide = parent.API.dateEvt;
+        }
+        PLAN_recalculeParents(oPere);
+    }
+}
+
+function agregationScore(tabScoreTotalEnfant) {
+    var scoreTotal = 0;
+    for (var i = 0; i < tabScoreTotalEnfant.length; i++) {
+        var scoreTmp = tabScoreTotalEnfant[i];
+        if (scoreTmp != '') {
+            scoreTotal = scoreTotal + Number(scoreTmp);
+        }
+    }
+    return scoreTotal;
+}
+
+function agregationTemps(tabTempsTotalEnfant) {
+    var tempsTotal = new String("00:00:00");
+    for (var i = 0; i < tabTempsTotalEnfant.length; i++) {
+        var leTempsCourrant = tabTempsTotalEnfant[i];
+        tempsTotal = ajouteTemps(tempsTotal, leTempsCourrant);
+    }
+    return tempsTotal;
+}
+
+function agregationStatut(tabStatutEnfant) {
+    var boolNotAttempted = true;
+    var boolCompleted = true;
+    var res = '';
+    for (var i = 0; i < tabStatutEnfant.length; i++) {
+        if ((tabStatutEnfant[i] != 'completed') && (tabStatutEnfant[i] != 'passed')) {
+            boolCompleted = false;
+        }
+        if (tabStatutEnfant[i] != 'not attempted') {
+            boolNotAttempted = false;
+        }
+    }
+    if (boolNotAttempted) {
+        res = 'not attempted';
+    } else if (boolCompleted) {
+        res = 'completed';
+    } else {
+        res = 'incomplete';
+    }
+    return res;
+}
+
+function PLAN_donnerParcoursXML() {
+    var oStageCourant = parent.serveur;
+    var modifDansGroupe = "";
+    var chaine = '<parcours id="' + parent.serveur.id + '" nomScorm="' + parent.serveur.nomScorm + '" langueMng="' + parent.serveur.langueMng + '" codeStage="' + oStageCourant.codeStageParcours + '" codeGroupe="' + oStageCourant.codeGroupe + '" adresseMosManager="' + oStageCourant.adresseMosManager + '" typeMosManager="' + oStageCourant.typeMosManager + '" dernierSCO="' + parent.dernierSCO + '"' + modifDansGroupe + '>';
+    var oTmp = itemRacine;
+    while (oTmp != null) {
+        if (oTmp.cmi.core.lesson_status != 'not attempted') {
+            var idPere = "";
+            if (oTmp.parentItem != null) {
+                idPere = oTmp.parentItem.identifier;
+            }
+            var ajNbAcess = "";
+            if (oTmp.nbAcces != "") {
+                ajNbAcess = ' nbAcces="' + oTmp.nbAcces + '"';
+            }
+            var ajDvalide = "";
+            if (oTmp.dateValide != "") {
+                ajDvalide = ' dateValide="' + oTmp.dateValide + '"';
+            }
+            chaine += '<unite id="' + oTmp.identifier + '" idPere="' + idPere + '" dateEntre="' + oTmp.dateEntre + '" dateAcces="' + oTmp.dateAcces + '"' + ajDvalide + ajNbAcess + ajouteAttributsNonVide(oTmp.cmi) + '>';
+            if (oTmp.cmi.suspend_data != '') {
+                chaine += '<suspend_data>' + masqueCmiTexte(oTmp.cmi.suspend_data) + '</suspend_data>';
+            }
+            if (oTmp.cmi.comments != '') {
+                chaine += '<comments>' + masqueCmiTexte(oTmp.cmi.comments) + '</comments>';
+            }
+            chaine += oTmp.cmi.objectives.exporter();
+            chaine += oTmp.cmi.interactions.exporter();
+            chaine += '</unite>';
+        }
+        oTmp = oTmp.itemSuivant();
+    }
+    chaine = chaine + "</parcours>";
+    return chaine;
+}
+
+function masqueCmiTexte(val) {/*val=val.replace(/"/g,'\\"');val=val.replace(/\n/g,'\\n');val=val.replace(/</g,'\\x3C');val=val.replace(/>/g,'\\x3E');*/
+    val = val.replace(/&/g, '&amp;');
+    val = val.replace(/</g, '&lt;');
+    val = val.replace(/>/g, '&gt;');
+    return val;
+}
+
+function ajouteAttributsNonVide(oCmi) {
+    var res = "";
+    res += ' lesson_status="' + oCmi.core.lesson_status + '"';
+    if (oCmi.core.entry != '') {
+        res += ' entry="' + oCmi.core.entry + '"';
+    }
+    if (oCmi.core.lesson_location != '') {
+        res += ' lesson_location="' + oCmi.core.lesson_location + '"';
+    }
+    if (oCmi.core.total_time != '') {
+        res += ' total_time="' + oCmi.core.total_time + '"';
+    }
+    if (oCmi.core.score.max != '') {
+        res += ' score_max="' + oCmi.core.score.max + '"';
+    }
+    if (oCmi.core.score.min != '') {
+        res += ' score_min="' + oCmi.core.score.min + '"';
+    }
+    if (oCmi.core.score.raw != '') {
+        res += ' score_raw="' + oCmi.core.score.raw + '"';
+    }
+    if (oCmi.student_preference.audio != '') {
+        res += ' audio="' + oCmi.student_preference.audio + '"';
+    }
+    if (oCmi.student_preference.text != '') {
+        res += ' text="' + oCmi.student_preference.text + '"';
+    }
+    if (oCmi.student_preference.language != '') {
+        res += ' language="' + oCmi.student_preference.language + '"';
+    }
+    if (oCmi.student_preference.speed != '') {
+        res += ' speed="' + oCmi.student_preference.speed + '"';
+    }
+    return res;
+}
+
+function PLAN_donneTempsScorm(val) {
+    var res = "";
+    if (val.indexOf(".") > 0) {
+        val = val.substring(0, val.indexOf("."));
+    }
+    if (val.indexOf("0000:") == 0) {
+        val = val.substring(2);
+    }
+    var tabparam = val.split(":");
+    if (tabparam.length == 3) {
+        var passe = true;
+        for (var i = 0; i < 3; i++) {
+            var num = parseInt(val);
+            if (isNaN(num)) {
+                passe = false;
+            }
+        }
+        if (passe) {
+            res = val;
+        }
+    }
+    return res;
+}
+
+function PLAN_estDansTab(tab, val) {
+    var res = false;
+    for (var i = 0; i < tab.length; i++) {
+        if (tab[i] == val) {
+            res = true;
+            i = 100;
+        }
+    }
+    return res;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/classeCmi.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/classeCmi.js
index a6a9263e50f254ef3f161c8a4031d2c49f0a2e32..68e56770bc414e3a1a434a8c0386d11ec1b9c732 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/classeCmi.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/classeCmi.js
@@ -1 +1,301 @@
- function cmi(){this.launch_data='';this.suspend_data='';this.comments='';this.core=null;this.student_data=null;this.student_preference=null;this.objectives=null;this.interactions=null; this.init=CMI_init; }function CMI_init() { this.core=new core();this.core.init(); this.objectives=new objectives();this.objectives.init();this.interactions=new interactions();this.interactions.init();this.student_data=new student_data();this.student_preference=new student_preference();}function core(){this._children;this.student_id='';this.student_name='';this.lesson_location='';this.credit='credit';this.lesson_status='not attempted';this.entry='ab-initio';this.total_time='';this.exit='';this.session_time='';this.score=null; this.init=CORE_init; this.setLessonStatus=CORE_setLessonStatus; this.setTime=CORE_setTime;}function CORE_init() {this.score=new score();this.score.init();this._children="student_id, student_name, lesson_location, credit, lesson_status, entry, total_time, total_time, lesson_mode, exit, session_time, score";}function CORE_setLessonStatus(val) {var tab=new Array("passed","completed","incomplete","failed","browsed","not attempted");if (PLAN_estDansTab(tab,val)){this.lesson_status=val;} else {parent.API.errorCode=parent._IncorrectDataType;}}function CORE_setTime(attr,val) {var res="true";var resV=PLAN_donneTempsScorm(val);if (resV!=''){if (attr=="session_time"){this.session_time=val;} else if (attr=="total_time"){this.total_time=val;}} else {parent.API.errorCode=parent._IncorrectDataType;res="false";}return res;}function score(){this._children='';this.raw='';this.max='';this.min=''; this.init=SCORE_init; this.setScore=SCORE_setScore;}function SCORE_init() {this._children="raw, max, min";}function SCORE_setScore(attr,val) {var res="false";if (val!=''){var num=Number(val);if (!isNaN(num)&&(num>=0)&&(num<=100)){res="true";num=Math.round(num*10)/10; switch(attr){ case 'raw' : this.raw=num; break; case 'max' : this.max=num; break; case 'min' : this.min=num; break;}} else {parent.API.errorCode=parent._IncorrectDataType;}}return res;}function objectives(){this._children;this.tabObjectifs; this.init=OBJ_init; this.exporter=OBJ_exporter; this.compte=OBJ_compte; this.ajouteObjectif=OBJ_ajouteObjectif;}function OBJ_init() {this._children="id, score, status";this.tabObjectifs=new Array();}function OBJ_exporter() {var nb=this.compte();var res='';if (nb>0){res="<objectifs>";for (var i=0;i<nb;i++){var objf=this.tabObjectifs[i];if (objf.status==""){res+='<objectif id="'+objf.id+'/>'; } else {var ajScoreMin="";if (objf.score.min!=''){ajScoreMin=' score_min="'+objf.score.min+'"';}res+='<objectif id="'+objf.id+'" status="'+objf.status+'" score_raw="'+objf.score.raw+'" score_max="'+objf.score.max+'"'+ajScoreMin+'/>'; }}res+="</objectifs>";}return res;} function OBJ_compte() {return this.tabObjectifs.length;}function OBJ_ajouteObjectif(num) { var obj=new objective();obj.init(); this.tabObjectifs[num]=obj;return obj;}function objective(){this.id;this.score;this.status=''; this.init=OBJTF_init;}function OBJTF_init() {this.score=new score();this.score.init();}function interactions(){this._children;this.tabInteractions; this.init=ITRN_init; this.exporter=ITRN_exporter; this.compte=ITRN_compte; this.ajouteInteraction=ITRN_ajouteInteraction;}function ITRN_init() {this._children="id,objectives,time,type,correct_responses,weighting,student_response,result,latency";this.tabInteractions=new Array();}function ITRN_exporter() {var nb=this.compte();var res='';if (nb>0){res="<interactions>";for (var i=0;i<nb;i++){var objint=this.tabInteractions[i];var ajLatency="";if (objint.latency!=''){ajLatency=' latency="'+objint.latency+'"';}var ajWeighting="";if (objint.weighting!=''){ajWeighting=' weighting="'+objint.weighting+'"';}var ajTime="";if (objint.time!=''){ajTime=' time="'+objint.time+'"';}var lesobjs="";if (objint.objectives.compte()>0){lesobjs=' refObj="';for (var h=0;h<objint.objectives.compte();h++){if (h>0){lesobjs+=",";}lesobjs+=objint.objectives.tabObjectifs[h].id;}lesobjs+='"';}res+='<interaction id="'+objint.id+'" result="'+objint.result+'" type="'+objint.type+'"'+ajTime+ajLatency+ajWeighting+lesobjs+'>';res+='<student_response>'+masqueCmiTexte(objint.student_response)+'</student_response>';res+=objint.exporterReponsesCorrectes();res+='</interaction>'; }res+="</interactions>";}return res;} function ITRN_compte() {return this.tabInteractions.length;}function ITRN_ajouteInteraction(num) { var objint=new interaction();objint.init(); this.tabInteractions[num]=objint;return objint;}function interaction(){this.id="";this.objectives;this.time="";this.type="";this.correct_responses;this.weighting="";this.student_response="";this.result="";this.latency=""; this.init=ITRNF_init; this.exporterReponsesCorrectes=ITRNF_exporterReponsesCorrectes;}function ITRNF_init() {this.objectives=new objectives();this.objectives.init();this.correct_responses=new Array();}function ITRNF_exporterReponsesCorrectes() {var res="";for (var i=0;i<this.correct_responses.length;i++){res+='<correct>'+this.correct_responses[i]+'</correct>';}return res;}function student_data(){this._children='mastery_score,time_limit_action,max_time_allowed';this.mastery_score='';this.time_limit_action='continue,no message';this.max_time_allowed='';this.setMasteryScore=STDA_setMasteryScore;this.setMaxTimeAllowed=STDA_setMaxTimeAllowed;this.timeLimitAction=STDA_timeLimitAction;}function STDA_setMasteryScore(val){var num=Number(val);if (!isNaN(num)&&(num>=0)&&(num<=100)){this.mastery_score=val;}}function STDA_setMaxTimeAllowed(val){var temps=PLAN_donneTempsScorm(val);if (temps!=''){this.max_time_allowed=temps;}}function STDA_timeLimitAction(val) {var tab=new Array("exit,message","exit,no message","continue,message","continue,no message");if (PLAN_estDansTab(tab,val)){this.time_limit_action=val;} else {parent.API.errorCode=parent._IncorrectDataType;}}function student_preference(){this._children='audio,language,speed,text';this.audio='';this.language='';this.speed='';this.text='';}
+function cmi() {
+    this.launch_data = '';
+    this.suspend_data = '';
+    this.comments = '';
+    this.core = null;
+    this.student_data = null;
+    this.student_preference = null;
+    this.objectives = null;
+    this.interactions = null;
+    this.init = CMI_init;
+}
+
+function CMI_init() {
+    this.core = new core();
+    this.core.init();
+    this.objectives = new objectives();
+    this.objectives.init();
+    this.interactions = new interactions();
+    this.interactions.init();
+    this.student_data = new student_data();
+    this.student_preference = new student_preference();
+}
+
+function core() {
+    this._children;
+    this.student_id = '';
+    this.student_name = '';
+    this.lesson_location = '';
+    this.credit = 'credit';
+    this.lesson_status = 'not attempted';
+    this.entry = 'ab-initio';
+    this.total_time = '';
+    this.exit = '';
+    this.session_time = '';
+    this.score = null;
+    this.init = CORE_init;
+    this.setLessonStatus = CORE_setLessonStatus;
+    this.setTime = CORE_setTime;
+}
+
+function CORE_init() {
+    this.score = new score();
+    this.score.init();
+    this._children = "student_id, student_name, lesson_location, credit, lesson_status, entry, total_time, total_time, lesson_mode, exit, session_time, score";
+}
+
+function CORE_setLessonStatus(val) {
+    var tab = new Array("passed", "completed", "incomplete", "failed", "browsed", "not attempted");
+    if (PLAN_estDansTab(tab, val)) {
+        this.lesson_status = val;
+    } else {
+        parent.API.errorCode = parent._IncorrectDataType;
+    }
+}
+
+function CORE_setTime(attr, val) {
+    var res = "true";
+    var resV = PLAN_donneTempsScorm(val);
+    if (resV != '') {
+        if (attr == "session_time") {
+            this.session_time = val;
+        } else if (attr == "total_time") {
+            this.total_time = val;
+        }
+    } else {
+        parent.API.errorCode = parent._IncorrectDataType;
+        res = "false";
+    }
+    return res;
+}
+
+function score() {
+    this._children = '';
+    this.raw = '';
+    this.max = '';
+    this.min = '';
+    this.init = SCORE_init;
+    this.setScore = SCORE_setScore;
+}
+
+function SCORE_init() {
+    this._children = "raw, max, min";
+}
+
+function SCORE_setScore(attr, val) {
+    var res = "false";
+    if (val != '') {
+        var num = Number(val);
+        if (!isNaN(num) && (num >= 0) && (num <= 100)) {
+            res = "true";
+            num = Math.round(num * 10) / 10;
+            switch (attr) {
+                case 'raw' :
+                    this.raw = num;
+                    break;
+                case 'max' :
+                    this.max = num;
+                    break;
+                case 'min' :
+                    this.min = num;
+                    break;
+            }
+        } else {
+            parent.API.errorCode = parent._IncorrectDataType;
+        }
+    }
+    return res;
+}
+
+function objectives() {
+    this._children;
+    this.tabObjectifs;
+    this.init = OBJ_init;
+    this.exporter = OBJ_exporter;
+    this.compte = OBJ_compte;
+    this.ajouteObjectif = OBJ_ajouteObjectif;
+}
+
+function OBJ_init() {
+    this._children = "id, score, status";
+    this.tabObjectifs = new Array();
+}
+
+function OBJ_exporter() {
+    var nb = this.compte();
+    var res = '';
+    if (nb > 0) {
+        res = "<objectifs>";
+        for (var i = 0; i < nb; i++) {
+            var objf = this.tabObjectifs[i];
+            if (objf.status == "") {
+                res += '<objectif id="' + objf.id + '/>';
+            } else {
+                var ajScoreMin = "";
+                if (objf.score.min != '') {
+                    ajScoreMin = ' score_min="' + objf.score.min + '"';
+                }
+                res += '<objectif id="' + objf.id + '" status="' + objf.status + '" score_raw="' + objf.score.raw + '" score_max="' + objf.score.max + '"' + ajScoreMin + '/>';
+            }
+        }
+        res += "</objectifs>";
+    }
+    return res;
+}
+
+function OBJ_compte() {
+    return this.tabObjectifs.length;
+}
+
+function OBJ_ajouteObjectif(num) {
+    var obj = new objective();
+    obj.init();
+    this.tabObjectifs[num] = obj;
+    return obj;
+}
+
+function objective() {
+    this.id;
+    this.score;
+    this.status = '';
+    this.init = OBJTF_init;
+}
+
+function OBJTF_init() {
+    this.score = new score();
+    this.score.init();
+}
+
+function interactions() {
+    this._children;
+    this.tabInteractions;
+    this.init = ITRN_init;
+    this.exporter = ITRN_exporter;
+    this.compte = ITRN_compte;
+    this.ajouteInteraction = ITRN_ajouteInteraction;
+}
+
+function ITRN_init() {
+    this._children = "id,objectives,time,type,correct_responses,weighting,student_response,result,latency";
+    this.tabInteractions = new Array();
+}
+
+function ITRN_exporter() {
+    var nb = this.compte();
+    var res = '';
+    if (nb > 0) {
+        res = "<interactions>";
+        for (var i = 0; i < nb; i++) {
+            var objint = this.tabInteractions[i];
+            var ajLatency = "";
+            if (objint.latency != '') {
+                ajLatency = ' latency="' + objint.latency + '"';
+            }
+            var ajWeighting = "";
+            if (objint.weighting != '') {
+                ajWeighting = ' weighting="' + objint.weighting + '"';
+            }
+            var ajTime = "";
+            if (objint.time != '') {
+                ajTime = ' time="' + objint.time + '"';
+            }
+            var lesobjs = "";
+            if (objint.objectives.compte() > 0) {
+                lesobjs = ' refObj="';
+                for (var h = 0; h < objint.objectives.compte(); h++) {
+                    if (h > 0) {
+                        lesobjs += ",";
+                    }
+                    lesobjs += objint.objectives.tabObjectifs[h].id;
+                }
+                lesobjs += '"';
+            }
+            res += '<interaction id="' + objint.id + '" result="' + objint.result + '" type="' + objint.type + '"' + ajTime + ajLatency + ajWeighting + lesobjs + '>';
+            res += '<student_response>' + masqueCmiTexte(objint.student_response) + '</student_response>';
+            res += objint.exporterReponsesCorrectes();
+            res += '</interaction>';
+        }
+        res += "</interactions>";
+    }
+    return res;
+}
+
+function ITRN_compte() {
+    return this.tabInteractions.length;
+}
+
+function ITRN_ajouteInteraction(num) {
+    var objint = new interaction();
+    objint.init();
+    this.tabInteractions[num] = objint;
+    return objint;
+}
+
+function interaction() {
+    this.id = "";
+    this.objectives;
+    this.time = "";
+    this.type = "";
+    this.correct_responses;
+    this.weighting = "";
+    this.student_response = "";
+    this.result = "";
+    this.latency = "";
+    this.init = ITRNF_init;
+    this.exporterReponsesCorrectes = ITRNF_exporterReponsesCorrectes;
+}
+
+function ITRNF_init() {
+    this.objectives = new objectives();
+    this.objectives.init();
+    this.correct_responses = new Array();
+}
+
+function ITRNF_exporterReponsesCorrectes() {
+    var res = "";
+    for (var i = 0; i < this.correct_responses.length; i++) {
+        res += '<correct>' + this.correct_responses[i] + '</correct>';
+    }
+    return res;
+}
+
+function student_data() {
+    this._children = 'mastery_score,time_limit_action,max_time_allowed';
+    this.mastery_score = '';
+    this.time_limit_action = 'continue,no message';
+    this.max_time_allowed = '';
+    this.setMasteryScore = STDA_setMasteryScore;
+    this.setMaxTimeAllowed = STDA_setMaxTimeAllowed;
+    this.timeLimitAction = STDA_timeLimitAction;
+}
+
+function STDA_setMasteryScore(val) {
+    var num = Number(val);
+    if (!isNaN(num) && (num >= 0) && (num <= 100)) {
+        this.mastery_score = val;
+    }
+}
+
+function STDA_setMaxTimeAllowed(val) {
+    var temps = PLAN_donneTempsScorm(val);
+    if (temps != '') {
+        this.max_time_allowed = temps;
+    }
+}
+
+function STDA_timeLimitAction(val) {
+    var tab = new Array("exit,message", "exit,no message", "continue,message", "continue,no message");
+    if (PLAN_estDansTab(tab, val)) {
+        this.time_limit_action = val;
+    } else {
+        parent.API.errorCode = parent._IncorrectDataType;
+    }
+}
+
+function student_preference() {
+    this._children = 'audio,language,speed,text';
+    this.audio = '';
+    this.language = '';
+    this.speed = '';
+    this.text = '';
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/classeItem.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/classeItem.js
index b39921270b576db55a5030e48f573671d46dd49e..029177aa00d7a056d0aac9031fcd0b51a2aa66ec 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/classeItem.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/classeItem.js
@@ -1 +1,165 @@
-/*Integral Coaching Tous droits reserves - 2003 */ function item(){this.nom='';this.identifier='';this.href='';this.items='';this.codeItem='';this.indice=0;this.niveau=0;this.parentItem=null;this.cmi=null;this.prerequis=''; this.prerequisCompile='';this.visible=true;this.modifsCmi=false; this.dateEntre=""; this.dateAcces=""; this.dateValide="";this.nbAcces="";this.init=ITEM_init;this.getIdentifier=ITEM_getIdentifier;this.getNom=ITEM_getNom;this.getLien=ITEM_getLien;this.getItems=ITEM_getItems;this.getItem=ITEM_getItem;this.ajouteItem=ITEM_ajouteItem;this.itemSuivant=ITEM_itemSuivant;this.itemSuivantMemeNiveau=ITEM_itemSuivantMemeNiveau;this.itemPrecedent=ITEM_itemPrecedent;this.prerequisRempli=ITEM_prerequisRempli; }function ITEM_init(nom,identifier,href,codeItem) {this.nom=nom;this.identifier=identifier;this.href=href;this.codeItem=codeItem;this.items=new Array();this.cmi=new cmi();this.cmi.init();}function ITEM_getIdentifier() { return this.identifier;}function ITEM_getNom() { return this.nom;}function ITEM_getLien() { return this.href;}function ITEM_getItems() { return this.items;}function ITEM_getItem(nb) {var res=null; if (nb<this.items.length) { res=this.items[nb]; } return res;}function ITEM_ajouteItem(item){ item.indice=this.items.length; item.niveau=this.niveau+1; item.parentItem=this; this.items[this.items.length]=item;}function ITEM_itemPrecedent(){var oRacine=parent.planLMS.itemRacine;var oSuiv=null;if (this.codeItem!=oRacine.codeItem){var oSuiv2=oRacine.itemSuivant();oSuiv=oRacine;while((oSuiv2!=null)&&(oSuiv2.codeItem!=this.codeItem)){oSuiv=oSuiv2;oSuiv2=oSuiv2.itemSuivant();}} return oSuiv;}function ITEM_itemSuivant(){ var res=null; if (this.items.length>0){ res=this.getItem(0); } else if (this.parentItem!=null){ var indiceCourant=this.indice; var oItemSuivant=this.parentItem.getItem(indiceCourant+1); if (oItemSuivant!=null) { res=oItemSuivant; } else { res=this.parentItem.itemSuivantMemeNiveau(); } } return res;}function ITEM_itemSuivantMemeNiveau(){var res=null;var indiceCourant=this.indice; if (this.parentItem!=null){ var oItemSuivant=this.parentItem.getItem(indiceCourant+1); if (oItemSuivant!=null) { res=oItemSuivant; } else { res=this.parentItem.itemSuivantMemeNiveau(); } }return res;}function ITEM_prerequisRempli(){ var res=true; if (this.prerequis!=''){ if (parent.etapeDepuisGNR==this.identifier){return true;} if (this.prerequisCompile==''){ var expression=this.prerequis; var regle=new RegExp('(\\w+)',""); var prendPas="not,attempted,incomplete,browsed,completed,passed,failed,";var debut="";var fin=expression;var n=0;var offs=expression.search(regle);while ((offs>=0)&&(n<100)){var tlemot=fin.match(regle);var lemot=tlemot[0];debut+=fin.substring(0,offs);fin=fin.substring(lemot.length+offs);if (prendPas.indexOf(lemot+',')<0){var derCar=fin.substring(0,1);if ((derCar=='=')||(derCar=='<')){lemot="parent.planLMS.MENU_statutPrerequis('"+lemot+"')";} else {lemot="parent.planLMS.MENU_testPrerequis('"+lemot+"')";}}n++;offs=fin.search(regle);debut+=lemot;}expression=debut+fin; expression=expression.replace(/&/g,'&&'); expression=expression.replace(/\|/g,'||'); expression=expression.replace(/~/g,'!'); expression=expression.replace(/=/g,'=='); expression=expression.replace(/<>/g,'!='); this.prerequisCompile=expression; } res=eval(this.prerequisCompile); } var oTmp=this.parentItem; while ((oTmp!=null)&&(res)){ res=oTmp.prerequisRempli(); oTmp=oTmp.parentItem; } return res;}
+/*Integral Coaching Tous droits reserves - 2003 */
+function item() {
+    this.nom = '';
+    this.identifier = '';
+    this.href = '';
+    this.items = '';
+    this.codeItem = '';
+    this.indice = 0;
+    this.niveau = 0;
+    this.parentItem = null;
+    this.cmi = null;
+    this.prerequis = '';
+    this.prerequisCompile = '';
+    this.visible = true;
+    this.modifsCmi = false;
+    this.dateEntre = "";
+    this.dateAcces = "";
+    this.dateValide = "";
+    this.nbAcces = "";
+    this.init = ITEM_init;
+    this.getIdentifier = ITEM_getIdentifier;
+    this.getNom = ITEM_getNom;
+    this.getLien = ITEM_getLien;
+    this.getItems = ITEM_getItems;
+    this.getItem = ITEM_getItem;
+    this.ajouteItem = ITEM_ajouteItem;
+    this.itemSuivant = ITEM_itemSuivant;
+    this.itemSuivantMemeNiveau = ITEM_itemSuivantMemeNiveau;
+    this.itemPrecedent = ITEM_itemPrecedent;
+    this.prerequisRempli = ITEM_prerequisRempli;
+}
+
+function ITEM_init(nom, identifier, href, codeItem) {
+    this.nom = nom;
+    this.identifier = identifier;
+    this.href = href;
+    this.codeItem = codeItem;
+    this.items = new Array();
+    this.cmi = new cmi();
+    this.cmi.init();
+}
+
+function ITEM_getIdentifier() {
+    return this.identifier;
+}
+
+function ITEM_getNom() {
+    return this.nom;
+}
+
+function ITEM_getLien() {
+    return this.href;
+}
+
+function ITEM_getItems() {
+    return this.items;
+}
+
+function ITEM_getItem(nb) {
+    var res = null;
+    if (nb < this.items.length) {
+        res = this.items[nb];
+    }
+    return res;
+}
+
+function ITEM_ajouteItem(item) {
+    item.indice = this.items.length;
+    item.niveau = this.niveau + 1;
+    item.parentItem = this;
+    this.items[this.items.length] = item;
+}
+
+function ITEM_itemPrecedent() {
+    var oRacine = parent.planLMS.itemRacine;
+    var oSuiv = null;
+    if (this.codeItem != oRacine.codeItem) {
+        var oSuiv2 = oRacine.itemSuivant();
+        oSuiv = oRacine;
+        while ((oSuiv2 != null) && (oSuiv2.codeItem != this.codeItem)) {
+            oSuiv = oSuiv2;
+            oSuiv2 = oSuiv2.itemSuivant();
+        }
+    }
+    return oSuiv;
+}
+
+function ITEM_itemSuivant() {
+    var res = null;
+    if (this.items.length > 0) {
+        res = this.getItem(0);
+    } else if (this.parentItem != null) {
+        var indiceCourant = this.indice;
+        var oItemSuivant = this.parentItem.getItem(indiceCourant + 1);
+        if (oItemSuivant != null) {
+            res = oItemSuivant;
+        } else {
+            res = this.parentItem.itemSuivantMemeNiveau();
+        }
+    }
+    return res;
+}
+
+function ITEM_itemSuivantMemeNiveau() {
+    var res = null;
+    var indiceCourant = this.indice;
+    if (this.parentItem != null) {
+        var oItemSuivant = this.parentItem.getItem(indiceCourant + 1);
+        if (oItemSuivant != null) {
+            res = oItemSuivant;
+        } else {
+            res = this.parentItem.itemSuivantMemeNiveau();
+        }
+    }
+    return res;
+}
+
+function ITEM_prerequisRempli() {
+    var res = true;
+    if (this.prerequis != '') {
+        if (parent.etapeDepuisGNR == this.identifier) {
+            return true;
+        }
+        if (this.prerequisCompile == '') {
+            var expression = this.prerequis;
+            var regle = new RegExp('(\\w+)', "");
+            var prendPas = "not,attempted,incomplete,browsed,completed,passed,failed,";
+            var debut = "";
+            var fin = expression;
+            var n = 0;
+            var offs = expression.search(regle);
+            while ((offs >= 0) && (n < 100)) {
+                var tlemot = fin.match(regle);
+                var lemot = tlemot[0];
+                debut += fin.substring(0, offs);
+                fin = fin.substring(lemot.length + offs);
+                if (prendPas.indexOf(lemot + ',') < 0) {
+                    var derCar = fin.substring(0, 1);
+                    if ((derCar == '=') || (derCar == '<')) {
+                        lemot = "parent.planLMS.MENU_statutPrerequis('" + lemot + "')";
+                    } else {
+                        lemot = "parent.planLMS.MENU_testPrerequis('" + lemot + "')";
+                    }
+                }
+                n++;
+                offs = fin.search(regle);
+                debut += lemot;
+            }
+            expression = debut + fin;
+            expression = expression.replace(/&/g, '&&');
+            expression = expression.replace(/\|/g, '||');
+            expression = expression.replace(/~/g, '!');
+            expression = expression.replace(/=/g, '==');
+            expression = expression.replace(/<>/g, '!=');
+            this.prerequisCompile = expression;
+        }
+        res = eval(this.prerequisCompile);
+    }
+    var oTmp = this.parentItem;
+    while ((oTmp != null) && (res)) {
+        res = oTmp.prerequisRempli();
+        oTmp = oTmp.parentItem;
+    }
+    return res;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/menuSpecifique.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/menuSpecifique.js
index d59cc4dcf780032a7cbc547587f5bb0365869ed4..54d2eddf436729bfc710405dff2ba85d1504e710 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/menuSpecifique.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/menuSpecifique.js
@@ -1 +1,351 @@
-var lienCourant;var dernierSCO='';var etatBasculeItems=true;var largeurColZero='';var oFenetre=null;var itemRacine=null;var titreStage;var largeurPlanFerme="0";function entrerDonnees(){if (parent.LISTE_BL!=null){largeurColZero=parent.LISTE_BL;try {var cadreListe = donneCadreIndex("planLMS");if ((cadreListe.offsetWidth>5)&&(parent.LISTE_BL.length>1)){largeurPlanFerme=cadreListe.offsetWidth;}} catch(e){}}if ((FEN_X!='')&&(FEN_Y!='')&&(FEN_L!='')){PLAN_affichagePlan('non');if (FEN_H==0){FEN_H='';}try {oFenetre=window.createPopup();} catch(e){}if ((oFenetre!=null)&&(window.location.href.indexOf("http://")>=0)){var cadres = parent.document.getElementById("frame2");if (parent.serveur.planADroite){cadres.cols="*,1";} else {cadres.cols="1,*";}}}PF_ecritDocW();construitMenu();var oLienGlo=PF_donneObjet("lienPitemMosGlo");if (oLienGlo!=null){oLienGlo.innerHTML=donneLex(5);}parent.LMS_chargerParcoursLocal();PF_affecterAlt();parent.haut.location=parent.RACINE_stage+"contenu/local/menuLMS."+parent.serveur.version;}function changeClassMenuMarque(itemObj,nomClasse){var strNomClasse=itemObj.className;var tabClasse=strNomClasse.split(' ');var nouvelleClasse=tabClasse[0];if (nomClasse!=""){nouvelleClasse+=' '+tabClasse[0]+nomClasse;}var idSel=strNomClasse.indexOf("Ouvert");if (idSel>0){nouvelleClasse+=' '+tabClasse[0]+'Ouvert';}idSel=strNomClasse.indexOf("Sel");if (idSel>0){nouvelleClasse+=' '+tabClasse[0]+'Sel';} itemObj.className=nouvelleClasse;}function deSelectionneLien(){ if (lienCourant!=null){ var indexSelectionne=lienCourant.className.indexOf('Sel'); if (indexSelectionne>0){ lienCourant.className= lienCourant.className.substring(0,lienCourant.className.lastIndexOf(' ')); } lienCourant=null; }}function selectionneLien(idLien){var lebonlien = PF_donneObjet(idLien);if (lebonlien!=null&&(lebonlien.className.indexOf('Sel')==-1)){deSelectionneLien();var tabClasse=lebonlien.className.split(' ');lebonlien.className= lebonlien.className+' '+tabClasse[0]+'Sel';lienCourant=lebonlien;}}function MENU_basculeItem(nomItem){var oDiv=PF_donneObjet("divFils"+nomItem);var oImg=PF_donneObjet("img"+nomItem);var sourceImg=new String(oImg.src);if (oDiv.style.display=="none"){oDiv.style.display="block";oImg.src=sourceImg.replace(/0\.gif/,"1\.gif");classeOuvert(nomItem,true);} else {oDiv.style.display="none";oImg.src=sourceImg.replace(/1\.gif/,"0\.gif");classeOuvert(nomItem,false);}PLAN_menuPop();}function MENU_afficheItem(nomItem){var oDiv=PF_donneObjet("divFils"+nomItem);var oImg=PF_donneObjet("img"+nomItem);var sourceImg=new String(oImg.src);oDiv.style.display="block";oImg.src=sourceImg.replace(/0\.gif/,"1\.gif");classeOuvert(nomItem,true);}function classeOuvert(nomItem,ouvre){var itemCSS=document.getElementById('lienP'+nomItem);if (ouvre){if (itemCSS.className.indexOf("Ouvert")<0){var tabClasse=itemCSS.className.split(" ");itemCSS.className+=" "+tabClasse[0]+"Ouvert";}} else {itemCSS.className=itemCSS.className.replace(/\s\w+Ouvert/,'');}}function MENU_fermerItem(nomItem){if (nomItem!=''){var oDiv=PF_donneObjet("divFils"+nomItem);var oImg=PF_donneObjet("img"+nomItem);var sourceImg=new String(oImg.src);oDiv.style.display="none";oImg.src=sourceImg.replace(/1\.gif/,"0\.gif");classeOuvert(nomItem,false);}}function MENU_basculeTout(deroule){ var sourceImg; var afficheDiv; if (deroule){ sourceI="0\\.gif"; destI="1.gif"; afficheDiv="block"; } else { sourceI="1\\.gif"; destI="0.gif"; afficheDiv="none"; } var itemTmp=itemRacine; var regle=new RegExp(sourceI);while(itemTmp!=null){if (itemTmp.items.length>0){var id=itemTmp.codeItem;var oImg=PF_donneObjet("img"+id);if (oImg!=null){var sourceImg=new String(oImg.src);oImg.src=sourceImg.replace(regle,destI);classeOuvert(id,deroule);}if (itemTmp.visible){var oDiv=PF_donneObjet("divFils"+id);if (oDiv!=null){oDiv.style.display=afficheDiv;}}}itemTmp=itemTmp.itemSuivant();}etatBasculeItems=!etatBasculeItems;PLAN_menuPop();}function MENU_trouveItemID(idItem){var res=null;var itemTmp=itemRacine;var trouve=false;while((!trouve)&&(itemTmp!=null)){if (itemTmp.getIdentifier()==idItem){res=itemTmp;trouve=true;}itemTmp=itemTmp.itemSuivant();}return res;}function MENU_afficheParcours(){var itemTmp=itemRacine;var itemCSS=PF_donneObjet('lienTForm');if (itemCSS!=null){var statut=itemTmp.cmi.core.lesson_status;if ((statut=='completed')||(statut=='passed')){ changeClassMenuMarque(itemCSS,'Complete'); }}while(itemTmp!=null){var itemCSS=document.getElementById('lienP'+itemTmp.codeItem);if (itemCSS!=null){ var statut=itemTmp.cmi.core.lesson_status; if (!itemTmp.prerequisRempli()){ changeClassMenuMarque(itemCSS,'Desactive'); } else if (statut=='incomplete'){ changeClassMenuMarque(itemCSS,'Incomplete'); } else if (statut=='failed'){ changeClassMenuMarque(itemCSS,'Incomplete'); } else if ((statut=='completed')||(statut=='passed')){ changeClassMenuMarque(itemCSS,'Complete'); } else { changeClassMenuMarque(itemCSS,''); } }itemTmp=itemTmp.itemSuivant();} }function MENU_testPrerequis(codeItem){var negatif=false;if (codeItem.indexOf('!')==0){negatif=true;codeItem=codeItem.substring(1,codeItem.length);}var oPre=MENU_trouveItemID(codeItem);var res=true;if ((oPre!=null)&&((oPre.cmi.core.lesson_status!='completed')&&(oPre.cmi.core.lesson_status!='passed'))){res=false;}if (negatif){res=!res}return res;} function MENU_statutPrerequis(codeItem){var res="";var oPre=MENU_trouveItemID(codeItem);if (oPre!=null){res=oPre.cmi.core.lesson_status;if (res==""){res="not attempted";}}return res;}function PLAN_basculerTout(aff){MENU_basculeTout(aff);}function PLAN_affichagePlan(val){window.status='';if (oFenetre!=null){PLAN_menuPop();} else {var cadres = parent.document.getElementById("frame2");if (val=='oui'){if (parent.serveur.largeurCol==0){if (largeurColZero!=''){parent.serveur.largeurCol=largeurColZero;} else {parent.serveur.largeurCol='23%';}}if (parent.serveur.planADroite){cadres.cols="*,"+parent.serveur.largeurCol;} else {cadres.cols=parent.serveur.largeurCol+",*";}window.focus();} else {try {var cadreListe = donneCadreIndex("planLMS");if (cadreListe.offsetWidth>1){parent.serveur.largeurCol=cadreListe.offsetWidth;}} catch(e){}if (parent.serveur.planADroite){cadres.cols="*,"+largeurPlanFerme;} else {cadres.cols=largeurPlanFerme+",*";}}}}function PLAN_basculePlan(){var cadres = parent.document.getElementById("frame2");if ((cadres.cols==largeurPlanFerme+",*")||(cadres.cols=="*,"+largeurPlanFerme)){PLAN_affichagePlan('oui');} else {PLAN_affichagePlan('non');}}function PLAN_basculeItems(){MENU_basculeTout(etatBasculeItems);}function PLAN_effacePop(){if (oFenetre!=null){oFenetre.hide();}}function PLAN_menuPop(){if (oFenetre!=null){var oTete=oFenetre.document.getElementsByTagName("head").item(0);var oStyle=oFenetre.document.createElement("link");oStyle.setAttribute("type","text/css");oStyle.setAttribute("rel","stylesheet");oStyle.setAttribute("href","MosMtr/ressources/style/css/planLMS.css");oTete.appendChild(oStyle);oFenetre.document.body.className="STY_fondPlanLMS";var htmlm='<div class="STY_bordureFenPlanLMS">'+document.body.innerHTML+'</div>';htmlm=htmlm.replace(/href="javascript\:/g,'href="#" onclick="parent.');var fenrelle=FEN_H;if (fenrelle==''){fenrelle=1000;}oFenetre.show(FEN_X, FEN_Y, FEN_L, fenrelle, document.body);oFenetre.document.body.innerHTML =htmlm;if (FEN_H==''){try {fenrelle=oFenetre.document.getElementById("STY_planArborescence").offsetHeight+60;oFenetre.show(FEN_X, FEN_Y, FEN_L, fenrelle, document.body);} catch(e){}}}}function clicItem(nomItem){var oTmp=parent.haut.NAVIG_trouveItem(nomItem);if (oTmp!=null){if (oTmp.cmi.core.lesson_location.indexOf("pg")==0 && oTmp.cmi.core.lesson_location.length<8){oTmp.cmi.core.lesson_location="";oTmp.cmi.core.entry='ab-initio';}parent.haut.NAVIG_afficheLien(nomItem,'');}}function donneCadreIndex(nomC){var objF=null;var lescadresindex=parent.document.getElementsByTagName("frame");for (var j=0;j<lescadresindex.length;j++){if (lescadresindex.item(j).name==nomC){objF=lescadresindex.item(j);}}return objF;}
+var lienCourant;
+var dernierSCO = '';
+var etatBasculeItems = true;
+var largeurColZero = '';
+var oFenetre = null;
+var itemRacine = null;
+var titreStage;
+var largeurPlanFerme = "0";
+
+function entrerDonnees() {
+    if (parent.LISTE_BL != null) {
+        largeurColZero = parent.LISTE_BL;
+        try {
+            var cadreListe = donneCadreIndex("planLMS");
+            if ((cadreListe.offsetWidth > 5) && (parent.LISTE_BL.length > 1)) {
+                largeurPlanFerme = cadreListe.offsetWidth;
+            }
+        } catch (e) {
+        }
+    }
+    if ((FEN_X != '') && (FEN_Y != '') && (FEN_L != '')) {
+        PLAN_affichagePlan('non');
+        if (FEN_H == 0) {
+            FEN_H = '';
+        }
+        try {
+            oFenetre = window.createPopup();
+        } catch (e) {
+        }
+        if ((oFenetre != null) && (window.location.href.indexOf("http://") >= 0)) {
+            var cadres = parent.document.getElementById("frame2");
+            if (parent.serveur.planADroite) {
+                cadres.cols = "*,1";
+            } else {
+                cadres.cols = "1,*";
+            }
+        }
+    }
+    PF_ecritDocW();
+    construitMenu();
+    var oLienGlo = PF_donneObjet("lienPitemMosGlo");
+    if (oLienGlo != null) {
+        oLienGlo.innerHTML = donneLex(5);
+    }
+    parent.LMS_chargerParcoursLocal();
+    PF_affecterAlt();
+    parent.haut.location = parent.RACINE_stage + "contenu/local/menuLMS." + parent.serveur.version;
+}
+
+function changeClassMenuMarque(itemObj, nomClasse) {
+    var strNomClasse = itemObj.className;
+    var tabClasse = strNomClasse.split(' ');
+    var nouvelleClasse = tabClasse[0];
+    if (nomClasse != "") {
+        nouvelleClasse += ' ' + tabClasse[0] + nomClasse;
+    }
+    var idSel = strNomClasse.indexOf("Ouvert");
+    if (idSel > 0) {
+        nouvelleClasse += ' ' + tabClasse[0] + 'Ouvert';
+    }
+    idSel = strNomClasse.indexOf("Sel");
+    if (idSel > 0) {
+        nouvelleClasse += ' ' + tabClasse[0] + 'Sel';
+    }
+    itemObj.className = nouvelleClasse;
+}
+
+function deSelectionneLien() {
+    if (lienCourant != null) {
+        var indexSelectionne = lienCourant.className.indexOf('Sel');
+        if (indexSelectionne > 0) {
+            lienCourant.className = lienCourant.className.substring(0, lienCourant.className.lastIndexOf(' '));
+        }
+        lienCourant = null;
+    }
+}
+
+function selectionneLien(idLien) {
+    var lebonlien = PF_donneObjet(idLien);
+    if (lebonlien != null && (lebonlien.className.indexOf('Sel') == -1)) {
+        deSelectionneLien();
+        var tabClasse = lebonlien.className.split(' ');
+        lebonlien.className = lebonlien.className + ' ' + tabClasse[0] + 'Sel';
+        lienCourant = lebonlien;
+    }
+}
+
+function MENU_basculeItem(nomItem) {
+    var oDiv = PF_donneObjet("divFils" + nomItem);
+    var oImg = PF_donneObjet("img" + nomItem);
+    var sourceImg = new String(oImg.src);
+    if (oDiv.style.display == "none") {
+        oDiv.style.display = "block";
+        oImg.src = sourceImg.replace(/0\.gif/, "1\.gif");
+        classeOuvert(nomItem, true);
+    } else {
+        oDiv.style.display = "none";
+        oImg.src = sourceImg.replace(/1\.gif/, "0\.gif");
+        classeOuvert(nomItem, false);
+    }
+    PLAN_menuPop();
+}
+
+function MENU_afficheItem(nomItem) {
+    var oDiv = PF_donneObjet("divFils" + nomItem);
+    var oImg = PF_donneObjet("img" + nomItem);
+    var sourceImg = new String(oImg.src);
+    oDiv.style.display = "block";
+    oImg.src = sourceImg.replace(/0\.gif/, "1\.gif");
+    classeOuvert(nomItem, true);
+}
+
+function classeOuvert(nomItem, ouvre) {
+    var itemCSS = document.getElementById('lienP' + nomItem);
+    if (ouvre) {
+        if (itemCSS.className.indexOf("Ouvert") < 0) {
+            var tabClasse = itemCSS.className.split(" ");
+            itemCSS.className += " " + tabClasse[0] + "Ouvert";
+        }
+    } else {
+        itemCSS.className = itemCSS.className.replace(/\s\w+Ouvert/, '');
+    }
+}
+
+function MENU_fermerItem(nomItem) {
+    if (nomItem != '') {
+        var oDiv = PF_donneObjet("divFils" + nomItem);
+        var oImg = PF_donneObjet("img" + nomItem);
+        var sourceImg = new String(oImg.src);
+        oDiv.style.display = "none";
+        oImg.src = sourceImg.replace(/1\.gif/, "0\.gif");
+        classeOuvert(nomItem, false);
+    }
+}
+
+function MENU_basculeTout(deroule) {
+    var sourceImg;
+    var afficheDiv;
+    if (deroule) {
+        sourceI = "0\\.gif";
+        destI = "1.gif";
+        afficheDiv = "block";
+    } else {
+        sourceI = "1\\.gif";
+        destI = "0.gif";
+        afficheDiv = "none";
+    }
+    var itemTmp = itemRacine;
+    var regle = new RegExp(sourceI);
+    while (itemTmp != null) {
+        if (itemTmp.items.length > 0) {
+            var id = itemTmp.codeItem;
+            var oImg = PF_donneObjet("img" + id);
+            if (oImg != null) {
+                var sourceImg = new String(oImg.src);
+                oImg.src = sourceImg.replace(regle, destI);
+                classeOuvert(id, deroule);
+            }
+            if (itemTmp.visible) {
+                var oDiv = PF_donneObjet("divFils" + id);
+                if (oDiv != null) {
+                    oDiv.style.display = afficheDiv;
+                }
+            }
+        }
+        itemTmp = itemTmp.itemSuivant();
+    }
+    etatBasculeItems = !etatBasculeItems;
+    PLAN_menuPop();
+}
+
+function MENU_trouveItemID(idItem) {
+    var res = null;
+    var itemTmp = itemRacine;
+    var trouve = false;
+    while ((!trouve) && (itemTmp != null)) {
+        if (itemTmp.getIdentifier() == idItem) {
+            res = itemTmp;
+            trouve = true;
+        }
+        itemTmp = itemTmp.itemSuivant();
+    }
+    return res;
+}
+
+function MENU_afficheParcours() {
+    var itemTmp = itemRacine;
+    var itemCSS = PF_donneObjet('lienTForm');
+    if (itemCSS != null) {
+        var statut = itemTmp.cmi.core.lesson_status;
+        if ((statut == 'completed') || (statut == 'passed')) {
+            changeClassMenuMarque(itemCSS, 'Complete');
+        }
+    }
+    while (itemTmp != null) {
+        var itemCSS = document.getElementById('lienP' + itemTmp.codeItem);
+        if (itemCSS != null) {
+            var statut = itemTmp.cmi.core.lesson_status;
+            if (!itemTmp.prerequisRempli()) {
+                changeClassMenuMarque(itemCSS, 'Desactive');
+            } else if (statut == 'incomplete') {
+                changeClassMenuMarque(itemCSS, 'Incomplete');
+            } else if (statut == 'failed') {
+                changeClassMenuMarque(itemCSS, 'Incomplete');
+            } else if ((statut == 'completed') || (statut == 'passed')) {
+                changeClassMenuMarque(itemCSS, 'Complete');
+            } else {
+                changeClassMenuMarque(itemCSS, '');
+            }
+        }
+        itemTmp = itemTmp.itemSuivant();
+    }
+}
+
+function MENU_testPrerequis(codeItem) {
+    var negatif = false;
+    if (codeItem.indexOf('!') == 0) {
+        negatif = true;
+        codeItem = codeItem.substring(1, codeItem.length);
+    }
+    var oPre = MENU_trouveItemID(codeItem);
+    var res = true;
+    if ((oPre != null) && ((oPre.cmi.core.lesson_status != 'completed') && (oPre.cmi.core.lesson_status != 'passed'))) {
+        res = false;
+    }
+    if (negatif) {
+        res = !res
+    }
+    return res;
+}
+
+function MENU_statutPrerequis(codeItem) {
+    var res = "";
+    var oPre = MENU_trouveItemID(codeItem);
+    if (oPre != null) {
+        res = oPre.cmi.core.lesson_status;
+        if (res == "") {
+            res = "not attempted";
+        }
+    }
+    return res;
+}
+
+function PLAN_basculerTout(aff) {
+    MENU_basculeTout(aff);
+}
+
+function PLAN_affichagePlan(val) {
+    window.status = '';
+    if (oFenetre != null) {
+        PLAN_menuPop();
+    } else {
+        var cadres = parent.document.getElementById("frame2");
+        if (val == 'oui') {
+            if (parent.serveur.largeurCol == 0) {
+                if (largeurColZero != '') {
+                    parent.serveur.largeurCol = largeurColZero;
+                } else {
+                    parent.serveur.largeurCol = '23%';
+                }
+            }
+            if (parent.serveur.planADroite) {
+                cadres.cols = "*," + parent.serveur.largeurCol;
+            } else {
+                cadres.cols = parent.serveur.largeurCol + ",*";
+            }
+            window.focus();
+        } else {
+            try {
+                var cadreListe = donneCadreIndex("planLMS");
+                if (cadreListe.offsetWidth > 1) {
+                    parent.serveur.largeurCol = cadreListe.offsetWidth;
+                }
+            } catch (e) {
+            }
+            if (parent.serveur.planADroite) {
+                cadres.cols = "*," + largeurPlanFerme;
+            } else {
+                cadres.cols = largeurPlanFerme + ",*";
+            }
+        }
+    }
+}
+
+function PLAN_basculePlan() {
+    var cadres = parent.document.getElementById("frame2");
+    if ((cadres.cols == largeurPlanFerme + ",*") || (cadres.cols == "*," + largeurPlanFerme)) {
+        PLAN_affichagePlan('oui');
+    } else {
+        PLAN_affichagePlan('non');
+    }
+}
+
+function PLAN_basculeItems() {
+    MENU_basculeTout(etatBasculeItems);
+}
+
+function PLAN_effacePop() {
+    if (oFenetre != null) {
+        oFenetre.hide();
+    }
+}
+
+function PLAN_menuPop() {
+    if (oFenetre != null) {
+        var oTete = oFenetre.document.getElementsByTagName("head").item(0);
+        var oStyle = oFenetre.document.createElement("link");
+        oStyle.setAttribute("type", "text/css");
+        oStyle.setAttribute("rel", "stylesheet");
+        oStyle.setAttribute("href", "MosMtr/ressources/style/css/planLMS.css");
+        oTete.appendChild(oStyle);
+        oFenetre.document.body.className = "STY_fondPlanLMS";
+        var htmlm = '<div class="STY_bordureFenPlanLMS">' + document.body.innerHTML + '</div>';
+        htmlm = htmlm.replace(/href="javascript\:/g, 'href="#" onclick="parent.');
+        var fenrelle = FEN_H;
+        if (fenrelle == '') {
+            fenrelle = 1000;
+        }
+        oFenetre.show(FEN_X, FEN_Y, FEN_L, fenrelle, document.body);
+        oFenetre.document.body.innerHTML = htmlm;
+        if (FEN_H == '') {
+            try {
+                fenrelle = oFenetre.document.getElementById("STY_planArborescence").offsetHeight + 60;
+                oFenetre.show(FEN_X, FEN_Y, FEN_L, fenrelle, document.body);
+            } catch (e) {
+            }
+        }
+    }
+}
+
+function clicItem(nomItem) {
+    var oTmp = parent.haut.NAVIG_trouveItem(nomItem);
+    if (oTmp != null) {
+        if (oTmp.cmi.core.lesson_location.indexOf("pg") == 0 && oTmp.cmi.core.lesson_location.length < 8) {
+            oTmp.cmi.core.lesson_location = "";
+            oTmp.cmi.core.entry = 'ab-initio';
+        }
+        parent.haut.NAVIG_afficheLien(nomItem, '');
+    }
+}
+
+function donneCadreIndex(nomC) {
+    var objF = null;
+    var lescadresindex = parent.document.getElementsByTagName("frame");
+    for (var j = 0; j < lescadresindex.length; j++) {
+        if (lescadresindex.item(j).name == nomC) {
+            objF = lescadresindex.item(j);
+        }
+    }
+    return objF;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/utilDate.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/utilDate.js
index c6b27b5874bb25477ca7cec0fffb5d3e31a7866c..2f2964e1e3b2177d40c66a44ea353b691c94bae3 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/utilDate.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/lms/utilDate.js
@@ -1 +1,137 @@
-function moisToTxt(nb){ var resu=''; switch (nb) { case "01" : resu=donneLex(103);break; case "02" : resu=donneLex(104);break; case "03" : resu=donneLex(105);break; case "04" : resu=donneLex(106);break; case "05" : resu=donneLex(107);break; case "06" : resu=donneLex(108);break; case "07" : resu=donneLex(171);break; case "08" : resu=donneLex(110);break; case "09" : resu=donneLex(111);break; case "10" : resu=donneLex(112);break; case "11" : resu=donneLex(113);break; case "12" : resu=donneLex(114);break; } return resu;}function reFormat(t){ var strTemps=new String(t); var heures=Number(strTemps.substring(0,strTemps.indexOf(':'))); var min=strTemps.substring(strTemps.indexOf(':')+1,strTemps.lastIndexOf(':')); var sec=strTemps.substring(strTemps.lastIndexOf(':')+1,strTemps.length); var indexMilli=sec.indexOf('.'); if (indexMilli>0){ sec=sec.substring(0,indexMilli); } if (heures==0){heures='';} else {heures=heures+"h ";} if (min==0){min='';} else{min=min+"min ";} if (sec==0){sec='';} else{sec=sec+"s ";} return heures+min+sec; }function formatTemps(h1,m1,s1,ms1){ var strHeures=new String(h1); switch (strHeures.length){ case 1 : strHeures="0"+strHeures; break; case 2 : strHeures=strHeures; break; case 3 : strHeures="0"+strHeures; break; case 4 : break; default : strHeures="00"; } var strMinutes=new String(m1); switch (strMinutes.length) { case 1 : strMinutes="0"+strMinutes; break; case 2 : break; default: strMinutes="00"; } var strSecondes=new String(s1); switch (strSecondes.length){ case 1 : strSecondes="0"+strSecondes; break; case 2 : break; default: strSecondes="00"; } return strHeures+":"+strMinutes+":"+strSecondes;}function formatTempsTab(t){ var strTemps=new String(t); var heures=strTemps.substring(0,strTemps.indexOf(':')); var min=strTemps.substring(strTemps.indexOf(':')+1,strTemps.lastIndexOf(':')); var sec=strTemps.substring(strTemps.lastIndexOf(':')+1,strTemps.length); var indexMilli=sec.indexOf('.'); if (indexMilli>0){ sec=sec.substring(0,indexMilli); } var resu=new Array(); resu[0]=Number(heures); resu[1]=Number(min); resu[2]=Number(sec); return resu;}function dateEnSecondes(t){ var tab1=formatTempsTab(t); var h1=tab1[0]; var m1=tab1[1]; var s1=tab1[2]; var totalSecondes=0; if (t!='00:00:00'){ totalSecondes=(Number(h1)*3600) +(Number(m1)*60) +Number(s1); } return totalSecondes;}
+function moisToTxt(nb) {
+    var resu = '';
+    switch (nb) {
+        case "01" :
+            resu = donneLex(103);
+            break;
+        case "02" :
+            resu = donneLex(104);
+            break;
+        case "03" :
+            resu = donneLex(105);
+            break;
+        case "04" :
+            resu = donneLex(106);
+            break;
+        case "05" :
+            resu = donneLex(107);
+            break;
+        case "06" :
+            resu = donneLex(108);
+            break;
+        case "07" :
+            resu = donneLex(171);
+            break;
+        case "08" :
+            resu = donneLex(110);
+            break;
+        case "09" :
+            resu = donneLex(111);
+            break;
+        case "10" :
+            resu = donneLex(112);
+            break;
+        case "11" :
+            resu = donneLex(113);
+            break;
+        case "12" :
+            resu = donneLex(114);
+            break;
+    }
+    return resu;
+}
+
+function reFormat(t) {
+    var strTemps = new String(t);
+    var heures = Number(strTemps.substring(0, strTemps.indexOf(':')));
+    var min = strTemps.substring(strTemps.indexOf(':') + 1, strTemps.lastIndexOf(':'));
+    var sec = strTemps.substring(strTemps.lastIndexOf(':') + 1, strTemps.length);
+    var indexMilli = sec.indexOf('.');
+    if (indexMilli > 0) {
+        sec = sec.substring(0, indexMilli);
+    }
+    if (heures == 0) {
+        heures = '';
+    } else {
+        heures = heures + "h ";
+    }
+    if (min == 0) {
+        min = '';
+    } else {
+        min = min + "min ";
+    }
+    if (sec == 0) {
+        sec = '';
+    } else {
+        sec = sec + "s ";
+    }
+    return heures + min + sec;
+}
+
+function formatTemps(h1, m1, s1, ms1) {
+    var strHeures = new String(h1);
+    switch (strHeures.length) {
+        case 1 :
+            strHeures = "0" + strHeures;
+            break;
+        case 2 :
+            strHeures = strHeures;
+            break;
+        case 3 :
+            strHeures = "0" + strHeures;
+            break;
+        case 4 :
+            break;
+        default :
+            strHeures = "00";
+    }
+    var strMinutes = new String(m1);
+    switch (strMinutes.length) {
+        case 1 :
+            strMinutes = "0" + strMinutes;
+            break;
+        case 2 :
+            break;
+        default:
+            strMinutes = "00";
+    }
+    var strSecondes = new String(s1);
+    switch (strSecondes.length) {
+        case 1 :
+            strSecondes = "0" + strSecondes;
+            break;
+        case 2 :
+            break;
+        default:
+            strSecondes = "00";
+    }
+    return strHeures + ":" + strMinutes + ":" + strSecondes;
+}
+
+function formatTempsTab(t) {
+    var strTemps = new String(t);
+    var heures = strTemps.substring(0, strTemps.indexOf(':'));
+    var min = strTemps.substring(strTemps.indexOf(':') + 1, strTemps.lastIndexOf(':'));
+    var sec = strTemps.substring(strTemps.lastIndexOf(':') + 1, strTemps.length);
+    var indexMilli = sec.indexOf('.');
+    if (indexMilli > 0) {
+        sec = sec.substring(0, indexMilli);
+    }
+    var resu = new Array();
+    resu[0] = Number(heures);
+    resu[1] = Number(min);
+    resu[2] = Number(sec);
+    return resu;
+}
+
+function dateEnSecondes(t) {
+    var tab1 = formatTempsTab(t);
+    var h1 = tab1[0];
+    var m1 = tab1[1];
+    var s1 = tab1[2];
+    var totalSecondes = 0;
+    if (t != '00:00:00') {
+        totalSecondes = (Number(h1) * 3600) + (Number(m1) * 60) + Number(s1);
+    }
+    return totalSecondes;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/ClasseMosSCO.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/ClasseMosSCO.js
index c51ca46b719f75f64174b5ea7933039bdcd341d9..9c5ef41aedd9486cd1819bf099fbf17d80eb1f7f 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/ClasseMosSCO.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/ClasseMosSCO.js
@@ -1 +1,146 @@
-function MosSCO(identifiant,titre,titreStage,nomModuleCourant,nomEntreprise,codeStage,langue) { this.titre=titre; this.tabPages; this.tabPosDocs; this.etatSCO=''; this.numPageCourante=0; this.version="xml"; this.exoBloquant; this.identifiant=identifiant; this.codeStage=codeStage; this.idUtil=''; this.langue=langue; this.dateMAJ=''; this.autorisePrecedent; this.config_plateforme=""; this.config_navigateur=""; this.titreStage=titreStage; this.nomModuleCourant=nomModuleCourant; this.nomEntreprise=nomEntreprise; this.dateCourante=''; this.indexPremierePage=0; this.exoSolutions=false; this.exoValideChoixUnique=false; this.scoreBinaire=false; this.forcerReponse=false; this.ordrePlan=''; this.refGlo=''; this.evaluation=null; this.etatEvaluation=false; this.document=false; this.documentType="PAGE"; this.documentHref; this.posFenLocale; this.init = csSCO_init; this.numeroPage = csSCO_numeroPage; this.donneDate = csSCO_donneDate; this.donneNumeroPageGnr = csSCO_donneNumeroPageGnr; this.donnePourcentEffectue = csSCO_donnePourcentEffectue; this.donnePage= csSCO_donnePage; this.nombrePages= csSCO_nombrePages; this.nbExercices= csSCO_nbExercices; this.csSCO_paramDoc= csSCO_paramDoc}function csSCO_init(exoBloquant,versionPages,dateMAJ,objEval){this.tabPages = new Array();this.tabPosDocs = new Array(); this.exoBloquant=exoBloquant; if (versionPages!=''){this.version=versionPages;} if (dateMAJ!=''){ this.dateMAJ=this.donneDate(dateMAJ); }var oDate = new Date();var mois=oDate.getMonth()+1;if (mois<10){mois='0'+mois;}var jour=oDate.getDate();if (jour<10){jour='0'+jour;} this.dateCourante=oDate.getFullYear()+'-'+mois+'-'+jour; var deb=window.location.href; deb=deb.substring(0,deb.indexOf("/sco/Mos")); this.codeStage=deb.substring(deb.lastIndexOf("/")+1);}function csSCO_numeroPage(codePage){var numPg=-1;var n;for (n=0;n<this.tabPages.length;n++){if (this.tabPages[n].code==codePage){numPg=n;}}return numPg;}function csSCO_donneDate(date0){var res='';var indexD=0;var annee=date0.substring(indexD,indexD+4);indexD=5;var mois=date0.substring(indexD,indexD+2);indexD=8;var jour=date0.substring(indexD,indexD+2);if ((this.langue=='de')||(this.langue.indexOf('CH')>0)){ res=jour+'.'+mois+'.'+annee;} else {res=jour+'/'+mois+'/'+annee;}return res;} function csSCO_donneNumeroPageGnr(){return (this.indexPremierePage+this.numPageCourante);}function csSCO_nombrePages(){return (this.tabPages.length);} function csSCO_nbExercices(){var res=0;for (var n=0;n<this.tabPages.length;n++){if (this.tabPages[n].type=='exercice'){res++;}}return res;}function csSCO_donnePourcentEffectue(){var res=(this.numPageCourante+1)/this.tabPages.length*100;return (Math.round(res));}function csSCO_donnePage(numP){var res=null;if ((numP<this.tabPages.length)&&(numP>=0)){ res=this.tabPages[numP];}return res;}function csSCO_paramDoc(refDoc,numParam){var res='';for (var n=0;n<this.tabPosDocs.length;n++){var laPos=this.tabPosDocs[n];var tabparam=laPos.split(";");if (tabparam[0]==refDoc){res=tabparam[numParam];}}return res;}function PageContenu(titre,code,type,prerequis) { this.titre=titre;this.code=code; this.type=type; this.prerequis=prerequis; this.notes="";}
+function MosSCO(identifiant, titre, titreStage, nomModuleCourant, nomEntreprise, codeStage, langue) {
+    this.titre = titre;
+    this.tabPages;
+    this.tabPosDocs;
+    this.etatSCO = '';
+    this.numPageCourante = 0;
+    this.version = "xml";
+    this.exoBloquant;
+    this.identifiant = identifiant;
+    this.codeStage = codeStage;
+    this.idUtil = '';
+    this.langue = langue;
+    this.dateMAJ = '';
+    this.autorisePrecedent;
+    this.config_plateforme = "";
+    this.config_navigateur = "";
+    this.titreStage = titreStage;
+    this.nomModuleCourant = nomModuleCourant;
+    this.nomEntreprise = nomEntreprise;
+    this.dateCourante = '';
+    this.indexPremierePage = 0;
+    this.exoSolutions = false;
+    this.exoValideChoixUnique = false;
+    this.scoreBinaire = false;
+    this.forcerReponse = false;
+    this.ordrePlan = '';
+    this.refGlo = '';
+    this.evaluation = null;
+    this.etatEvaluation = false;
+    this.document = false;
+    this.documentType = "PAGE";
+    this.documentHref;
+    this.posFenLocale;
+    this.init = csSCO_init;
+    this.numeroPage = csSCO_numeroPage;
+    this.donneDate = csSCO_donneDate;
+    this.donneNumeroPageGnr = csSCO_donneNumeroPageGnr;
+    this.donnePourcentEffectue = csSCO_donnePourcentEffectue;
+    this.donnePage = csSCO_donnePage;
+    this.nombrePages = csSCO_nombrePages;
+    this.nbExercices = csSCO_nbExercices;
+    this.csSCO_paramDoc = csSCO_paramDoc
+}
+
+function csSCO_init(exoBloquant, versionPages, dateMAJ, objEval) {
+    this.tabPages = new Array();
+    this.tabPosDocs = new Array();
+    this.exoBloquant = exoBloquant;
+    if (versionPages != '') {
+        this.version = versionPages;
+    }
+    if (dateMAJ != '') {
+        this.dateMAJ = this.donneDate(dateMAJ);
+    }
+    var oDate = new Date();
+    var mois = oDate.getMonth() + 1;
+    if (mois < 10) {
+        mois = '0' + mois;
+    }
+    var jour = oDate.getDate();
+    if (jour < 10) {
+        jour = '0' + jour;
+    }
+    this.dateCourante = oDate.getFullYear() + '-' + mois + '-' + jour;
+    var deb = window.location.href;
+    deb = deb.substring(0, deb.indexOf("/sco/Mos"));
+    this.codeStage = deb.substring(deb.lastIndexOf("/") + 1);
+}
+
+function csSCO_numeroPage(codePage) {
+    var numPg = -1;
+    var n;
+    for (n = 0; n < this.tabPages.length; n++) {
+        if (this.tabPages[n].code == codePage) {
+            numPg = n;
+        }
+    }
+    return numPg;
+}
+
+function csSCO_donneDate(date0) {
+    var res = '';
+    var indexD = 0;
+    var annee = date0.substring(indexD, indexD + 4);
+    indexD = 5;
+    var mois = date0.substring(indexD, indexD + 2);
+    indexD = 8;
+    var jour = date0.substring(indexD, indexD + 2);
+    if ((this.langue == 'de') || (this.langue.indexOf('CH') > 0)) {
+        res = jour + '.' + mois + '.' + annee;
+    } else {
+        res = jour + '/' + mois + '/' + annee;
+    }
+    return res;
+}
+
+function csSCO_donneNumeroPageGnr() {
+    return (this.indexPremierePage + this.numPageCourante);
+}
+
+function csSCO_nombrePages() {
+    return (this.tabPages.length);
+}
+
+function csSCO_nbExercices() {
+    var res = 0;
+    for (var n = 0; n < this.tabPages.length; n++) {
+        if (this.tabPages[n].type == 'exercice') {
+            res++;
+        }
+    }
+    return res;
+}
+
+function csSCO_donnePourcentEffectue() {
+    var res = (this.numPageCourante + 1) / this.tabPages.length * 100;
+    return (Math.round(res));
+}
+
+function csSCO_donnePage(numP) {
+    var res = null;
+    if ((numP < this.tabPages.length) && (numP >= 0)) {
+        res = this.tabPages[numP];
+    }
+    return res;
+}
+
+function csSCO_paramDoc(refDoc, numParam) {
+    var res = '';
+    for (var n = 0; n < this.tabPosDocs.length; n++) {
+        var laPos = this.tabPosDocs[n];
+        var tabparam = laPos.split(";");
+        if (tabparam[0] == refDoc) {
+            res = tabparam[numParam];
+        }
+    }
+    return res;
+}
+
+function PageContenu(titre, code, type, prerequis) {
+    this.titre = titre;
+    this.code = code;
+    this.type = type;
+    this.prerequis = prerequis;
+    this.notes = "";
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/ClasseWBCEvaluation.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/ClasseWBCEvaluation.js
index 7fd9e059aea84d1a22cd48a464864fd77d6dd365..47c79ddc9595b2fac80f74d1119b6c707eeb2425 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/ClasseWBCEvaluation.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/ClasseWBCEvaluation.js
@@ -1 +1,861 @@
-var objHTTP;function WBCEvaluation(pourcentRequis,parcourable,dipl) { this.scoreTotal=0; this.scoreAtteint=0; this.pourcentageAtteint=0; this.pourcentageRequis=pourcentRequis; this.questions; this.valide=false; this.parcourable=parcourable; this.etatCorrige=false; this.etatRejoue = false; this.ordreAleatoire=false; this.evalPageResultats=true; this.evalInteraction=false; this.evalSuggestions=false; this.nbMaxPages=-1; this.evalEnregistreScore=''; this.formEnvoiReponses=""; this.diplome=dipl; this.titreDiplome=''; this.libelleDiplome=''; this.formAffiche=''; this.branchement=''; this.questionnaire=false; this.commentaires; this.tabIntervalCmt; this.init = EVAL_init; this.ajouterQuestion = EVAL_ajouterQuestion; this.juger = EVAL_juger; this.determinerNiveau = EVAL_determinerNiveau; this.donneCommentaire = EVAL_donneCommentaire; this.allerSuivant = EVAL_allerSuivant; this.donneReponsesQuestion = EVAL_donneReponsesQuestion; this.donneFormXML = EVAL_donneFormXML; this.resultatsLMS = EVAL_resultatsLMS; this.envoiDonnees = EVAL_envoiDonnees; this.codePageSuivante = EVAL_codePageSuivante; this.suivantPossible = EVAL_suivantPossible; this.effaceQuestion = EVAL_effaceQuestion;}function EVAL_init(){this.questions = new Array();if (this.pourcentageRequis<=1){this.questionnaire=true;}var filsSD=doLMSGetValue("cmi.student_data._children"); if (filsSD.indexOf("mastery_score")>=0){ var valMS=doLMSGetValue("cmi.student_data.mastery_score"); if (valMS!=""){ valMS=Number(valMS); if ((!isNaN(valMS))&&(valMS>=0)&&(valMS<=100)){ this.pourcentageRequis=valMS; } }}var rejouStr=doLMSGetValue("cmi.suspend_data");if (rejouStr.indexOf("rejoue")!=0){var nbExos=oSco.nbExercices();if (nbExos<=this.nbMaxPages){this.nbMaxPages=-1;}if (this.nbMaxPages>0){selectionnerExercices(this.nbMaxPages);this.nbMaxPages=-1;} if (this.ordreAleatoire){melangerLesFils();this.ordreAleatoire=false;}}if (rejouStr.indexOf("rejoue")==0){doLMSSetValue("cmi.suspend_data","");if (rejouStr.indexOf("rejoueTutr")==0){this.parcourable=true;}this.etatRejoue=true;this.etatCorrige=true;temps0=0;rejouStr=rejouStr.substring(10);var tabTemp=rejouStr.split("##");var tabObjs=tabTemp[0].split("/");var tabQTemp=new Array();for (var n=0;n<tabObjs.length;n++){var lesparms=tabObjs[n].split(",");var resF=false;if (lesparms[1]=="passed"){resF=true;}var oPage=oSco.donnePage(oSco.numeroPage(lesparms[0]));if (oPage!=null){var scoreT=Number(lesparms[3]);var scoreA=Number(lesparms[2]);oQuestion = new WBCQuestion(lesparms[0],oPage.titre,resF,scoreT,scoreA,"");oQuestion.init();if (this.ordreAleatoire){this.questions[this.questions.length]=oQuestion;} else {tabQTemp[tabQTemp.length]=oQuestion;}this.scoreTotal+=scoreT;this.scoreAtteint+=scoreA;}}if (!this.ordreAleatoire){for (var n=0;n<oSco.tabPages.length;n++){var lCode=oSco.tabPages[n].code;for (var p=0;p<tabQTemp.length;p++){if (tabQTemp[p].codePage==lCode){this.questions[this.questions.length]=tabQTemp[p];}}}}tabQTemp=null;for (var i=1;i<tabTemp.length;i++){var rejouStr0=tabTemp[i];var premVirg=rejouStr0.indexOf(";");var idT=rejouStr0.substring(0,premVirg);var idQuestion=idT.substring(0,idT.indexOf("_"));var oQuestion=null;for (var j=0;j<this.questions.length;j++){if (this.questions[j].codePage==idQuestion){oQuestion=this.questions[j];}}if (oQuestion!=null){var student_response=rejouStr0.substring(premVirg+1);var oInt=new WBCInteraction(idT,"","",student_response);oQuestion.interactions[oQuestion.interactions.length]=oInt;}}this.juger();}modePrecedent="historique";}function EVAL_ajouterQuestion(oExo,codePage){var ajoute=this.questions.length; for (var i=0;i<this.questions.length;i++){if (this.questions[i].codePage==codePage){ajoute=i;this.scoreTotal-=this.questions[i].scoreTotal;this.scoreAtteint-=this.questions[i].scoreAtteint;}} this.scoreTotal+=oExo.scoreTotal;var scoreUtil=oExo.scoreCourant;if (scoreUtil<0){scoreUtil=0;} else if (scoreUtil>oExo.scoreTotal){scoreUtil=oExo.scoreTotal;}this.scoreAtteint+=scoreUtil;var qTmp = new WBCQuestion(codePage,oExo.titre,oExo.valide,oExo.scoreTotal,scoreUtil,oExo.type);qTmp.init();var tabInteract=oExo.donneTabReponses();for (var j=0;j<tabInteract.length;j++){qTmp.ajouteInteraction(tabInteract[j]);}this.questions[ajoute]=qTmp;}function EVAL_juger(){if (this.scoreAtteint>0){this.scoreAtteint=Math.round(this.scoreAtteint*10)/10;this.pourcentageAtteint=Math.round(this.scoreAtteint*1000/this.scoreTotal)/10; }if (this.pourcentageAtteint>=this.pourcentageRequis){this.valide=true;}}function EVAL_determinerNiveau(){var niveau=-1;var n=0;while (n<this.tabIntervalCmt.length){var tabBorne=this.tabIntervalCmt[n].split('-');if (tabBorne.length>2){var min=tabBorne[0];var max=tabBorne[1];if ((min!='')&&(max!='')){min=Number(min);max=Number(max);if ((!isNaN(min))&&(!isNaN(max))){if ((this.pourcentageAtteint>=min)&&(this.pourcentageAtteint<=max)){niveau=n;n=100;this.branchement=tabBorne[2];}}}}n++;}return niveau;}function EVAL_donneCommentaire(niveau){return this.commentaires[niveau];}function EVAL_allerSuivant(){if (this.etatCorrige){window.contenu.location = RACINE_stage+"contenu/local/resultats."+oSco.version;} else {var codeSuivant=this.codePageSuivante();if (codeSuivant!=''){SCO_allerPage(oSco.numeroPage(codeSuivant));} else {this.juger();this.resultatsLMS();var dejaPasse=false;if (this.formEnvoiReponses!=''){var parCourriel=false;if (this.formEnvoiReponses.indexOf("mailto:")==0){parCourriel=true;}if ((this.formAffiche=="oui")||(parCourriel)){dejaPasse=true;if (parCourriel){var oFen=window.open(RACINE_stage+"MosMtr/gen/envoiMsg.htm",'resform',"top=0,left=0,width=40,height=40,status=no,location=no,menubar=no,scrollbars=no,toolbar=no");oFen.focus();} else {window.contenu.location = RACINE_stage+"MosMtr/gen/envoiReponses.htm";}} else {initXmlHttp();objHTTP.open("POST", this.formEnvoiReponses, true);objHTTP.onreadystatechange = usrAsyncComplete;objHTTP.send(this.donneFormXML("utf-8"));}}if (!dejaPasse){if (this.evalPageResultats){window.contenu.location = RACINE_stage+"contenu/local/resultats."+oSco.version;} else {this.determinerNiveau();if (this.branchement==''){allerEtapeSuivante=true;SCO_pageSuivante();} else {if (this.branchement.indexOf('/')<0){this.branchement+='/';}window.contenu.GLOBAL_allerPage(this.branchement);}}}}}}function EVAL_codePageSuivante(){var codeSuivant="";var tabPagesPossibles=new Array();for (var i=0;i<oSco.tabPages.length;i++){var codeTmp=oSco.tabPages[i].code;var laprend=false;if (this.ordreAleatoire){if (listePagesVues.indexOf(","+codeTmp+",")<0) {laprend=true;}} else {if (i>oSco.numPageCourante){laprend=true;}}if (laprend &&evalVerifPrerequis(oSco.tabPages[i].prerequis)){tabPagesPossibles[tabPagesPossibles.length]=codeTmp;}}var numPoss=tabPagesPossibles.length;var dernierePageCours='';if (numPoss>1){var iDer=numPoss-1;var oPg=oSco.donnePage(oSco.numeroPage(tabPagesPossibles[iDer]));if (oPg.type!='exercice'){numPoss=iDer;dernierePageCours=tabPagesPossibles[iDer];tabPagesPossibles[iDer]=null;}}var limiteAtteinte=false;if (this.questions.length==this.nbMaxPages){limiteAtteinte=true;if (dernierePageCours!=''){codeSuivant=dernierePageCours;}}if ((numPoss==1)&&(!this.evalPageResultats)){var oPg=oSco.donnePage(oSco.numeroPage(tabPagesPossibles[0]));if (oPg.type!='exercice'){this.juger();this.resultatsLMS();if (this.formEnvoiReponses!=''){if (this.formEnvoiReponses.indexOf("mailto:")==0){var oFen=window.open(RACINE_stage+"MosMtr/gen/envoiMsg.htm",'resform',"top=0,left=0,width=40,height=40,status=no,location=no,menubar=no,scrollbars=no,toolbar=no");oFen.focus();} else if (this.formAffiche!="oui"){initXmlHttp();objHTTP.open("POST", this.formEnvoiReponses, true);objHTTP.onreadystatechange = usrAsyncComplete;objHTTP.send(this.donneFormXML("utf-8"));}this.formEnvoiReponses=""; }}}if (!this.ordreAleatoire){var oPage=oSco.donnePage(oSco.numPageCourante+1);if (oPage==null){limiteAtteinte=true}}if ((!limiteAtteinte)&&(numPoss>0)){if (this.ordreAleatoire){if (numPoss==1){codeSuivant=tabPagesPossibles[0];} else {var rand=Math.floor(Math.random()*numPoss);codeSuivant=tabPagesPossibles[rand];}} else {var cherche=true;var numChe=1;var oPage=oSco.donnePage(oSco.numPageCourante+numChe);while ((oPage!=null)&&cherche){if (evalVerifPrerequis(oPage.prerequis)){cherche=false;} else {numChe++;oPage=oSco.donnePage(oSco.numPageCourante+numChe);}}codeSuivant=oPage.code;}}return codeSuivant;}function EVAL_suivantPossible(){var res=false;if (this.etatCorrige){res=true;} else {if (this.codePageSuivante()!=''){res=true;} else if ((this.evalPageResultats)&&(window.contenu.location.href.indexOf("/local/resultats.")<0)){res=true;}} return res;}function EVAL_donneReponsesQuestion(codePageExo){var res=null;for (var i=0;i<this.questions.length;i++){if (this.questions[i].codePage==codePageExo){res=this.questions[i].interactions;}}return res;}function EVAL_donneFormXML(encodage){var idUtil=oSco.idUtil;if (idUtil==""){idUtil=SCO_donneParam("idU");}if (idUtil==""){idUtil="localUser";}var res='<?xml version="1.0" encoding="'+encodage+'"?><mosForm>';res+='<evaluation id="'+oSco.identifiant+'" location="'+masqueTexte(window.location.href)+'" score_raw="'+this.scoreAtteint+'" score_max="'+this.scoreTotal+'" requiredPercent="'+this.pourcentageRequis+'" passed="'+this.valide+'" lang="'+oSco.langue+'" session_time="'+temps_session+'" date="'+getDateServeur("")+'">';res+='<title>'+masqueTexte(oSco.titre)+'</title>';res+='<course id="'+oSco.codeStage+'">'+masqueTexte(oSco.titreStage)+'</course>';res+='<student id="'+idUtil+'">'+doLMSGetValue("cmi.core.student_name")+'</student>'; res+='<objectives>';for (var i=0;i<this.questions.length;i++){var oQues=this.questions[i];var statut="failed";if (oQues.valide){statut="passed";}res+='<objective id="'+oQues.codePage+'" score_raw="'+oQues.scoreAtteint+'" score_max="'+oQues.scoreTotal+'" status="'+statut+'">';res+='<title>'+masqueTexte(oQues.titre)+'</title>';res+='<interactions>';for (var n=0;n<oQues.interactions.length;n++){var oInter=oQues.interactions[n];var student_res=new String(oInter.student_response);student_res=student_res.replace(/"/g,'&quot;');res+='<interaction id="'+oInter.id+'" student_response="'+masqueTexte(student_res)+'" result="'+oInter.result+'" type="'+oInter.typeSCORM+'"/>';}res+='</interactions>';res+='</objective>';}res+="</objectives></evaluation></mosForm>";return res;}function masqueTexte(val){val=val.replace(/"/g,'&quot;');val=val.replace(/&/g,'&amp;');val=val.replace(/\n/g,'\\n');val=val.replace(/</g,'&lt;');val=val.replace(/>/g,'&gt;');return val;}function EVAL_resultatsLMS(){if (this.evalEnregistreScore!='non'){ if (this.valide){doLMSSetValue("cmi.core.lesson_status", "passed");} else if ((oSco.etatSCO!="passed")||(this.evalEnregistreScore=='dernier')){doLMSSetValue("cmi.core.lesson_status", "failed");}var ancienScore=Number(doLMSGetValue("cmi.core.score.raw"));if (isNaN(ancienScore)){ancienScore=0;}if ((this.pourcentageAtteint>=ancienScore)||(this.evalEnregistreScore=='dernier')){ this.envoiDonnees();}} else {doLMSSetValue("cmi.core.lesson_status", "completed");}SCO_termineCompteur();doLMSCommit();temps0=0;}function EVAL_envoiDonnees(){if (this.scoreTotal>0){doLMSSetValue("cmi.core.score.raw",this.pourcentageAtteint);doLMSSetValue("cmi.core.score.max","100");}var filsObj=doLMSGetValue("cmi.objectives._children");if (filsObj!=''){for (var i=0;i<this.questions.length;i++){var qTmp =this.questions[i];var objCh="cmi.objectives."+i+"."; if (filsObj.indexOf('id')>=0){doLMSSetValue(objCh+"id",qTmp.codePage);} if (filsObj.indexOf('status')>=0){var statut="failed";if (qTmp.valide){statut="passed";}doLMSSetValue(objCh+"status",statut);}var filsScore=doLMSGetValue(objCh+"score._children");if (filsScore.indexOf('raw')>=0){doLMSSetValue(objCh+"score.raw",qTmp.scoreAtteint);doLMSSetValue(objCh+"score.max",qTmp.scoreTotal);}} }filsObj=doLMSGetValue("cmi.interactions._children");if (filsObj.indexOf("student_response")>=0){var nbInteract=0;for (var i=0;i<this.questions.length;i++){var qTmp =this.questions[i];for (var n=0;n<qTmp.interactions.length;n++){var iTmp =qTmp.interactions[n];var interCh="cmi.interactions."+nbInteract+".";doLMSSetValue(interCh+"id",iTmp.id);doLMSSetValue(interCh+"result",iTmp.result);doLMSSetValue(interCh+"type",iTmp.typeSCORM);doLMSSetValue(interCh+"student_response",iTmp.student_response);doLMSSetValue(interCh+"objectives.0.id",qTmp.codePage);nbInteract++;}}}}function usrAsyncComplete() { if(objHTTP.readyState != 4) return(false); usrCheckHTTPStatus("200");}function usrCheckHTTPStatus(sExpected){ if (objHTTP.status != sExpected) { alert("Error "+objHTTP.status+": "+objHTTP.statusText); newWindow = window.open(); newWindow.document.body.innerHTML = objHTTP.responseText; return(false); } else return(true);} /* WBCInteraction */function WBCInteraction(id0,typeSCORM1,result,student_response) { this.id=id0; this.typeSCORM=typeSCORM1; this.result=result; this.student_response=student_response;}/* WBCQuestion */function WBCQuestion(codePage,titre,valide,scoreTotal,scoreAtteint,type) { this.titre=titre; this.valide=valide; this.scoreTotal=scoreTotal; this.scoreAtteint=scoreAtteint; this.codePage=codePage; this.type=type; this.interactions; this.ajouteInteraction=WBCQ_ajouteInteraction; this.init=WBCQ_init;}function WBCQ_init(){this.interactions=new Array();}function WBCQ_ajouteInteraction(tabReponses){var typeSCORM="choice";if (this.type=="TAT"){typeSCORM="fill-in";} else if (this.type=="CURS"){typeSCORM="numeric";} else if (this.type=="EXP"){typeSCORM="performance";} else if (this.type=="GD"){typeSCORM="matching";} else if (this.type=="SEQ"){typeSCORM="sequencing";}var resultSCORM="wrong";if (tabReponses[0]){resultSCORM="correct";}this.interactions[this.interactions.length]=new WBCInteraction(this.codePage+"_"+tabReponses[2],typeSCORM,resultSCORM,tabReponses[1]);}function getDateServeur(mode){var resu='';var dateJS=new Date();var moisServeur="0";var jourServeur="0";var anneeServeur=dateJS.getYear();if (dateJS.getUTCMonth()+1<10){moisServeur = moisServeur + (dateJS.getUTCMonth()+1).toString();}else{moisServeur=dateJS.getUTCMonth()+1;}if (dateJS.getUTCDate()<10){jourServeur = jourServeur + (dateJS.getUTCDate()).toString();}else{jourServeur=dateJS.getUTCDate();} if (mode=='yyyymmjj'){ resu=anneeServeur+ "-" + moisServeur + "-" + jourServeur;} else {var heureServeur="0";var minutesServeur="0";var secondesServeur="0"; if (dateJS.getUTCHours()<10){heureServeur+=(dateJS.getUTCHours()).toString();}else {heureServeur=dateJS.getUTCHours();}if (dateJS.getMinutes()<10){minutesServeur+=(dateJS.getMinutes()).toString();}else {minutesServeur=dateJS.getMinutes();}if (dateJS.getSeconds()<10){secondesServeur+=(dateJS.getSeconds()).toString();}else{secondesServeur=dateJS.getSeconds();} resu=anneeServeur+ "-" + moisServeur + "-" + jourServeur + "T" + heureServeur + ":" + minutesServeur + ":" + secondesServeur;}return resu;}function initXmlHttp(){if (oSco.config_navigateur=="Netscape"){try {netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead");} catch(e){}objHTTP= new XMLHttpRequest();} else {try { objHTTP = new ActiveXObject("Msxml2.XMLHTTP");} catch(e){objHTTP = new ActiveXObject("Microsoft.XMLHTTP");}}}function evalVerifPrerequis(val){var res=true;if (val!=''){if (val=='SKIP'){return false;}if (val.indexOf('RESULT')==0){val=val.substring(6);}if (val.length>1){val=val.replace(/&amp;/g,"&");val=val.replace(/pg(\w+)\(/g,"evalTestPre('pg$1',");res=eval(val);}}return res;}function evalTestPre(codeP,prm1,prm2,prm3){var rest=false;var oQuestion=null;for (var j=0;j<oSco.evaluation.questions.length;j++){if (oSco.evaluation.questions[j].codePage==codeP){oQuestion=oSco.evaluation.questions[j];j=99;}}if (oQuestion!=null){rest=false;if ((oQuestion.type=="QC")||(oQuestion.type=="EXP")||(oQuestion.type=="SEQ")){var studrep=oQuestion.interactions[0].student_response;if (oQuestion.type=="SEQ"){if (studrep==prm1){rest=true;}} else {var tabReps=studrep.split(",");for (var k=0;k<tabReps.length;k++){if (tabReps[k]==prm1){rest=true;k=99;}}}} else {var oInter=null;for (var m=0;m<oQuestion.interactions.length;m++){if (oQuestion.interactions[m].id==codeP+"_"+prm1){oInter=oQuestion.interactions[m];}}if (oInter==null){alert(codeP+"_"+prm1+" n'existe pas.");return true;}var studrep=oInter.student_response;if (oQuestion.type=="QM"){var tabReps=studrep.split(",");for (var k=0;k<tabReps.length;k++){if (tabReps[k]==prm2){rest=true;k=99;}}} else if (oQuestion.type=="TAT"){rest=studrep;} else if (oQuestion.type=="CURS"){studrep=Number(studrep);if ((studrep>=prm2)&&(studrep<=prm3)){rest=true;}} else if (oQuestion.type=="GD"){if (studrep==prm1+"-"+prm2){rest=true;}}}}return rest;}function donneTextePre(codeP,prm1){var rest=true;var oQuestion=null;for (var j=0;j<oSco.evaluation.questions.length;j++){if (oSco.evaluation.questions[j].codePage==codeP){oQuestion=oSco.evaluation.questions[j];j=99;}}if (oQuestion!=null){rest=false;var oInter=null;for (var m=0;m<oQuestion.interactions.length;m++){if (oQuestion.interactions[m].id==codeP+"_"+prm1){oInter=oQuestion.interactions[m];}}if (oInter==null){alert(codeP+"_"+prm1+" n'existe pas.");return true;}return oInter.student_response;}return rest;}function variablesTexte(obj,tabReg){var lesfils=obj.childNodes;for (var i=0;i<lesfils.length;i++){var oFils=lesfils.item(i);if (oFils.nodeType==3){var temp=oFils.nodeValue;if (temp.length>5){var modif=false;if (temp.match(tabReg[0])){temp=temp.replace(tabReg[0],donneNomU());modif=true;}if (temp.match(tabReg[1])){temp=temp.replace(tabReg[1],donnePrenomU());modif=true;}if (temp.match(tabReg[2])){var debut="";var fin=temp;var n=0;var offs=temp.search(tabReg[2]);while ((offs>=0)&&(n<20)){var tlemot=fin.match(tabReg[2]);var lemot=tlemot[0];debut+=fin.substring(0,offs);fin=fin.substring(lemot.length+offs);lemot=lemot.substring(1,lemot.length-1);lemot=lemot.replace(/pg(\w+)\(/g,"donneTextePre('pg$1',");try {lemot=eval(lemot);} catch(e){lemot="";}n++;offs=fin.search(tabReg[2]);debut+=lemot;}temp=debut+fin;modif=true;}if (modif){oFils.nodeValue=temp;}}} else if (oFils.nodeType==1){variablesTexte(oFils,tabReg);}}}function donnePrenomU(){var res='';var nom=doLMSGetValue("cmi.core.student_name");var indexVirg=nom.indexOf(',');if (indexVirg>0){res=nom.substring(indexVirg+1);} return res;}function donneNomU(){var res='';var nom=doLMSGetValue("cmi.core.student_name");var indexVirg=nom.indexOf(',');if (indexVirg>0){res=nom.substring(0,indexVirg);} else {res=nom;} return res;}function EVAL_effaceQuestion(codePage){for (var i=0;i<this.questions.length;i++){if (this.questions[i].codePage==codePage){this.questions[i]=null;}} }function redemarrerEval(){oSco.evaluation.questions = new Array();oSco.evaluation.valide=false;oSco.evaluation.etatCorrige=false; oSco.evaluation.etatRejoue = false; oSco.evaluation.scoreAtteint = 0; oSco.evaluation.scoreTotal = 0; listePagesVues=','; SCO_allerPage(0);}function selectionnerExercices(nbMaxExercices){var compte=parseInt(nbMaxExercices);var lesids="[;]";if ((compte>0)&&(compte<oSco.nbExercices())){var debK=0;var idPg=SCO_donneParam("idPg");if (idPg!=""){var num=oSco.numeroPage(idPg);if (oSco.tabPages[num].type=="exercice"){lesids+=oSco.tabPages[num].code+"[;]";debK=1;}}for (var k=debK;k<compte;k++){var num=Math.floor(Math.random()*oSco.tabPages.length);while ((oSco.tabPages[num].type!="exercice")|| lesids.indexOf("[;]"+oSco.tabPages[num].code+"[;]")>=0){num=Math.floor(Math.random()*oSco.tabPages.length);}lesids+=oSco.tabPages[num].code+"[;]";}var nouveauTab=new Array();for (var n=0;n<oSco.tabPages.length;n++){if ((oSco.tabPages[n].type!='exercice')||lesids.indexOf("[;]"+oSco.tabPages[n].code+"[;]")>=0){nouveauTab[nouveauTab.length]=oSco.tabPages[n];}}oSco.tabPages=nouveauTab;}}function melangerLesFils(){var nbPris=0;var nouveauTab=new Array();var lesnums=";";var tailleT=oSco.tabPages.length;var indexDecal=0;if (tailleT>0){var oPrem=oSco.tabPages[0];if (oPrem.type!="exercice"){nouveauTab[0]=oPrem;indexDecal=1;tailleT--;}}var dernierCours=null;if (tailleT>0){var oPrem=oSco.tabPages[oSco.tabPages.length-1];if (oPrem.type!="exercice"){dernierCours=oPrem;tailleT--;}}while (nbPris<tailleT){var num=Math.floor(Math.random()*tailleT);if (nbPris==0){var idPg=SCO_donneParam("idPg");if (idPg!=""){num=oSco.numeroPage(idPg);}}if (lesnums.indexOf(";"+num+";")<0){nouveauTab[nouveauTab.length]=oSco.tabPages[num+indexDecal];lesnums+=num+";";nbPris++;}}if (dernierCours!=null){nouveauTab[nouveauTab.length]=dernierCours;}oSco.tabPages=nouveauTab;}
+var objHTTP;
+
+function WBCEvaluation(pourcentRequis, parcourable, dipl) {
+    this.scoreTotal = 0;
+    this.scoreAtteint = 0;
+    this.pourcentageAtteint = 0;
+    this.pourcentageRequis = pourcentRequis;
+    this.questions;
+    this.valide = false;
+    this.parcourable = parcourable;
+    this.etatCorrige = false;
+    this.etatRejoue = false;
+    this.ordreAleatoire = false;
+    this.evalPageResultats = true;
+    this.evalInteraction = false;
+    this.evalSuggestions = false;
+    this.nbMaxPages = -1;
+    this.evalEnregistreScore = '';
+    this.formEnvoiReponses = "";
+    this.diplome = dipl;
+    this.titreDiplome = '';
+    this.libelleDiplome = '';
+    this.formAffiche = '';
+    this.branchement = '';
+    this.questionnaire = false;
+    this.commentaires;
+    this.tabIntervalCmt;
+    this.init = EVAL_init;
+    this.ajouterQuestion = EVAL_ajouterQuestion;
+    this.juger = EVAL_juger;
+    this.determinerNiveau = EVAL_determinerNiveau;
+    this.donneCommentaire = EVAL_donneCommentaire;
+    this.allerSuivant = EVAL_allerSuivant;
+    this.donneReponsesQuestion = EVAL_donneReponsesQuestion;
+    this.donneFormXML = EVAL_donneFormXML;
+    this.resultatsLMS = EVAL_resultatsLMS;
+    this.envoiDonnees = EVAL_envoiDonnees;
+    this.codePageSuivante = EVAL_codePageSuivante;
+    this.suivantPossible = EVAL_suivantPossible;
+    this.effaceQuestion = EVAL_effaceQuestion;
+}
+
+function EVAL_init() {
+    this.questions = new Array();
+    if (this.pourcentageRequis <= 1) {
+        this.questionnaire = true;
+    }
+    var filsSD = doLMSGetValue("cmi.student_data._children");
+    if (filsSD.indexOf("mastery_score") >= 0) {
+        var valMS = doLMSGetValue("cmi.student_data.mastery_score");
+        if (valMS != "") {
+            valMS = Number(valMS);
+            if ((!isNaN(valMS)) && (valMS >= 0) && (valMS <= 100)) {
+                this.pourcentageRequis = valMS;
+            }
+        }
+    }
+    var rejouStr = doLMSGetValue("cmi.suspend_data");
+    if (rejouStr.indexOf("rejoue") != 0) {
+        var nbExos = oSco.nbExercices();
+        if (nbExos <= this.nbMaxPages) {
+            this.nbMaxPages = -1;
+        }
+        if (this.nbMaxPages > 0) {
+            selectionnerExercices(this.nbMaxPages);
+            this.nbMaxPages = -1;
+        }
+        if (this.ordreAleatoire) {
+            melangerLesFils();
+            this.ordreAleatoire = false;
+        }
+    }
+    if (rejouStr.indexOf("rejoue") == 0) {
+        doLMSSetValue("cmi.suspend_data", "");
+        if (rejouStr.indexOf("rejoueTutr") == 0) {
+            this.parcourable = true;
+        }
+        this.etatRejoue = true;
+        this.etatCorrige = true;
+        temps0 = 0;
+        rejouStr = rejouStr.substring(10);
+        var tabTemp = rejouStr.split("##");
+        var tabObjs = tabTemp[0].split("/");
+        var tabQTemp = new Array();
+        for (var n = 0; n < tabObjs.length; n++) {
+            var lesparms = tabObjs[n].split(",");
+            var resF = false;
+            if (lesparms[1] == "passed") {
+                resF = true;
+            }
+            var oPage = oSco.donnePage(oSco.numeroPage(lesparms[0]));
+            if (oPage != null) {
+                var scoreT = Number(lesparms[3]);
+                var scoreA = Number(lesparms[2]);
+                oQuestion = new WBCQuestion(lesparms[0], oPage.titre, resF, scoreT, scoreA, "");
+                oQuestion.init();
+                if (this.ordreAleatoire) {
+                    this.questions[this.questions.length] = oQuestion;
+                } else {
+                    tabQTemp[tabQTemp.length] = oQuestion;
+                }
+                this.scoreTotal += scoreT;
+                this.scoreAtteint += scoreA;
+            }
+        }
+        if (!this.ordreAleatoire) {
+            for (var n = 0; n < oSco.tabPages.length; n++) {
+                var lCode = oSco.tabPages[n].code;
+                for (var p = 0; p < tabQTemp.length; p++) {
+                    if (tabQTemp[p].codePage == lCode) {
+                        this.questions[this.questions.length] = tabQTemp[p];
+                    }
+                }
+            }
+        }
+        tabQTemp = null;
+        for (var i = 1; i < tabTemp.length; i++) {
+            var rejouStr0 = tabTemp[i];
+            var premVirg = rejouStr0.indexOf(";");
+            var idT = rejouStr0.substring(0, premVirg);
+            var idQuestion = idT.substring(0, idT.indexOf("_"));
+            var oQuestion = null;
+            for (var j = 0; j < this.questions.length; j++) {
+                if (this.questions[j].codePage == idQuestion) {
+                    oQuestion = this.questions[j];
+                }
+            }
+            if (oQuestion != null) {
+                var student_response = rejouStr0.substring(premVirg + 1);
+                var oInt = new WBCInteraction(idT, "", "", student_response);
+                oQuestion.interactions[oQuestion.interactions.length] = oInt;
+            }
+        }
+        this.juger();
+    }
+    modePrecedent = "historique";
+}
+
+function EVAL_ajouterQuestion(oExo, codePage) {
+    var ajoute = this.questions.length;
+    for (var i = 0; i < this.questions.length; i++) {
+        if (this.questions[i].codePage == codePage) {
+            ajoute = i;
+            this.scoreTotal -= this.questions[i].scoreTotal;
+            this.scoreAtteint -= this.questions[i].scoreAtteint;
+        }
+    }
+    this.scoreTotal += oExo.scoreTotal;
+    var scoreUtil = oExo.scoreCourant;
+    if (scoreUtil < 0) {
+        scoreUtil = 0;
+    } else if (scoreUtil > oExo.scoreTotal) {
+        scoreUtil = oExo.scoreTotal;
+    }
+    this.scoreAtteint += scoreUtil;
+    var qTmp = new WBCQuestion(codePage, oExo.titre, oExo.valide, oExo.scoreTotal, scoreUtil, oExo.type);
+    qTmp.init();
+    var tabInteract = oExo.donneTabReponses();
+    for (var j = 0; j < tabInteract.length; j++) {
+        qTmp.ajouteInteraction(tabInteract[j]);
+    }
+    this.questions[ajoute] = qTmp;
+}
+
+function EVAL_juger() {
+    if (this.scoreAtteint > 0) {
+        this.scoreAtteint = Math.round(this.scoreAtteint * 10) / 10;
+        this.pourcentageAtteint = Math.round(this.scoreAtteint * 1000 / this.scoreTotal) / 10;
+    }
+    if (this.pourcentageAtteint >= this.pourcentageRequis) {
+        this.valide = true;
+    }
+}
+
+function EVAL_determinerNiveau() {
+    var niveau = -1;
+    var n = 0;
+    while (n < this.tabIntervalCmt.length) {
+        var tabBorne = this.tabIntervalCmt[n].split('-');
+        if (tabBorne.length > 2) {
+            var min = tabBorne[0];
+            var max = tabBorne[1];
+            if ((min != '') && (max != '')) {
+                min = Number(min);
+                max = Number(max);
+                if ((!isNaN(min)) && (!isNaN(max))) {
+                    if ((this.pourcentageAtteint >= min) && (this.pourcentageAtteint <= max)) {
+                        niveau = n;
+                        n = 100;
+                        this.branchement = tabBorne[2];
+                    }
+                }
+            }
+        }
+        n++;
+    }
+    return niveau;
+}
+
+function EVAL_donneCommentaire(niveau) {
+    return this.commentaires[niveau];
+}
+
+function EVAL_allerSuivant() {
+    if (this.etatCorrige) {
+        window.contenu.location = RACINE_stage + "contenu/local/resultats." + oSco.version;
+    } else {
+        var codeSuivant = this.codePageSuivante();
+        if (codeSuivant != '') {
+            SCO_allerPage(oSco.numeroPage(codeSuivant));
+        } else {
+            this.juger();
+            this.resultatsLMS();
+            var dejaPasse = false;
+            if (this.formEnvoiReponses != '') {
+                var parCourriel = false;
+                if (this.formEnvoiReponses.indexOf("mailto:") == 0) {
+                    parCourriel = true;
+                }
+                if ((this.formAffiche == "oui") || (parCourriel)) {
+                    dejaPasse = true;
+                    if (parCourriel) {
+                        var oFen = window.open(RACINE_stage + "MosMtr/gen/envoiMsg.htm", 'resform', "top=0,left=0,width=40,height=40,status=no,location=no,menubar=no,scrollbars=no,toolbar=no");
+                        oFen.focus();
+                    } else {
+                        window.contenu.location = RACINE_stage + "MosMtr/gen/envoiReponses.htm";
+                    }
+                } else {
+                    initXmlHttp();
+                    objHTTP.open("POST", this.formEnvoiReponses, true);
+                    objHTTP.onreadystatechange = usrAsyncComplete;
+                    objHTTP.send(this.donneFormXML("utf-8"));
+                }
+            }
+            if (!dejaPasse) {
+                if (this.evalPageResultats) {
+                    window.contenu.location = RACINE_stage + "contenu/local/resultats." + oSco.version;
+                } else {
+                    this.determinerNiveau();
+                    if (this.branchement == '') {
+                        allerEtapeSuivante = true;
+                        SCO_pageSuivante();
+                    } else {
+                        if (this.branchement.indexOf('/') < 0) {
+                            this.branchement += '/';
+                        }
+                        window.contenu.GLOBAL_allerPage(this.branchement);
+                    }
+                }
+            }
+        }
+    }
+}
+
+function EVAL_codePageSuivante() {
+    var codeSuivant = "";
+    var tabPagesPossibles = new Array();
+    for (var i = 0; i < oSco.tabPages.length; i++) {
+        var codeTmp = oSco.tabPages[i].code;
+        var laprend = false;
+        if (this.ordreAleatoire) {
+            if (listePagesVues.indexOf("," + codeTmp + ",") < 0) {
+                laprend = true;
+            }
+        } else {
+            if (i > oSco.numPageCourante) {
+                laprend = true;
+            }
+        }
+        if (laprend && evalVerifPrerequis(oSco.tabPages[i].prerequis)) {
+            tabPagesPossibles[tabPagesPossibles.length] = codeTmp;
+        }
+    }
+    var numPoss = tabPagesPossibles.length;
+    var dernierePageCours = '';
+    if (numPoss > 1) {
+        var iDer = numPoss - 1;
+        var oPg = oSco.donnePage(oSco.numeroPage(tabPagesPossibles[iDer]));
+        if (oPg.type != 'exercice') {
+            numPoss = iDer;
+            dernierePageCours = tabPagesPossibles[iDer];
+            tabPagesPossibles[iDer] = null;
+        }
+    }
+    var limiteAtteinte = false;
+    if (this.questions.length == this.nbMaxPages) {
+        limiteAtteinte = true;
+        if (dernierePageCours != '') {
+            codeSuivant = dernierePageCours;
+        }
+    }
+    if ((numPoss == 1) && (!this.evalPageResultats)) {
+        var oPg = oSco.donnePage(oSco.numeroPage(tabPagesPossibles[0]));
+        if (oPg.type != 'exercice') {
+            this.juger();
+            this.resultatsLMS();
+            if (this.formEnvoiReponses != '') {
+                if (this.formEnvoiReponses.indexOf("mailto:") == 0) {
+                    var oFen = window.open(RACINE_stage + "MosMtr/gen/envoiMsg.htm", 'resform', "top=0,left=0,width=40,height=40,status=no,location=no,menubar=no,scrollbars=no,toolbar=no");
+                    oFen.focus();
+                } else if (this.formAffiche != "oui") {
+                    initXmlHttp();
+                    objHTTP.open("POST", this.formEnvoiReponses, true);
+                    objHTTP.onreadystatechange = usrAsyncComplete;
+                    objHTTP.send(this.donneFormXML("utf-8"));
+                }
+                this.formEnvoiReponses = "";
+            }
+        }
+    }
+    if (!this.ordreAleatoire) {
+        var oPage = oSco.donnePage(oSco.numPageCourante + 1);
+        if (oPage == null) {
+            limiteAtteinte = true
+        }
+    }
+    if ((!limiteAtteinte) && (numPoss > 0)) {
+        if (this.ordreAleatoire) {
+            if (numPoss == 1) {
+                codeSuivant = tabPagesPossibles[0];
+            } else {
+                var rand = Math.floor(Math.random() * numPoss);
+                codeSuivant = tabPagesPossibles[rand];
+            }
+        } else {
+            var cherche = true;
+            var numChe = 1;
+            var oPage = oSco.donnePage(oSco.numPageCourante + numChe);
+            while ((oPage != null) && cherche) {
+                if (evalVerifPrerequis(oPage.prerequis)) {
+                    cherche = false;
+                } else {
+                    numChe++;
+                    oPage = oSco.donnePage(oSco.numPageCourante + numChe);
+                }
+            }
+            codeSuivant = oPage.code;
+        }
+    }
+    return codeSuivant;
+}
+
+function EVAL_suivantPossible() {
+    var res = false;
+    if (this.etatCorrige) {
+        res = true;
+    } else {
+        if (this.codePageSuivante() != '') {
+            res = true;
+        } else if ((this.evalPageResultats) && (window.contenu.location.href.indexOf("/local/resultats.") < 0)) {
+            res = true;
+        }
+    }
+    return res;
+}
+
+function EVAL_donneReponsesQuestion(codePageExo) {
+    var res = null;
+    for (var i = 0; i < this.questions.length; i++) {
+        if (this.questions[i].codePage == codePageExo) {
+            res = this.questions[i].interactions;
+        }
+    }
+    return res;
+}
+
+function EVAL_donneFormXML(encodage) {
+    var idUtil = oSco.idUtil;
+    if (idUtil == "") {
+        idUtil = SCO_donneParam("idU");
+    }
+    if (idUtil == "") {
+        idUtil = "localUser";
+    }
+    var res = '<?xml version="1.0" encoding="' + encodage + '"?><mosForm>';
+    res += '<evaluation id="' + oSco.identifiant + '" location="' + masqueTexte(window.location.href) + '" score_raw="' + this.scoreAtteint + '" score_max="' + this.scoreTotal + '" requiredPercent="' + this.pourcentageRequis + '" passed="' + this.valide + '" lang="' + oSco.langue + '" session_time="' + temps_session + '" date="' + getDateServeur("") + '">';
+    res += '<title>' + masqueTexte(oSco.titre) + '</title>';
+    res += '<course id="' + oSco.codeStage + '">' + masqueTexte(oSco.titreStage) + '</course>';
+    res += '<student id="' + idUtil + '">' + doLMSGetValue("cmi.core.student_name") + '</student>';
+    res += '<objectives>';
+    for (var i = 0; i < this.questions.length; i++) {
+        var oQues = this.questions[i];
+        var statut = "failed";
+        if (oQues.valide) {
+            statut = "passed";
+        }
+        res += '<objective id="' + oQues.codePage + '" score_raw="' + oQues.scoreAtteint + '" score_max="' + oQues.scoreTotal + '" status="' + statut + '">';
+        res += '<title>' + masqueTexte(oQues.titre) + '</title>';
+        res += '<interactions>';
+        for (var n = 0; n < oQues.interactions.length; n++) {
+            var oInter = oQues.interactions[n];
+            var student_res = new String(oInter.student_response);
+            student_res = student_res.replace(/"/g, '&quot;');
+            res += '<interaction id="' + oInter.id + '" student_response="' + masqueTexte(student_res) + '" result="' + oInter.result + '" type="' + oInter.typeSCORM + '"/>';
+        }
+        res += '</interactions>';
+        res += '</objective>';
+    }
+    res += "</objectives></evaluation></mosForm>";
+    return res;
+}
+
+function masqueTexte(val) {
+    val = val.replace(/"/g, '&quot;');
+    val = val.replace(/&/g, '&amp;');
+    val = val.replace(/\n/g, '\\n');
+    val = val.replace(/</g, '&lt;');
+    val = val.replace(/>/g, '&gt;');
+    return val;
+}
+
+function EVAL_resultatsLMS() {
+    if (this.evalEnregistreScore != 'non') {
+        if (this.valide) {
+            doLMSSetValue("cmi.core.lesson_status", "passed");
+        } else if ((oSco.etatSCO != "passed") || (this.evalEnregistreScore == 'dernier')) {
+            doLMSSetValue("cmi.core.lesson_status", "failed");
+        }
+        var ancienScore = Number(doLMSGetValue("cmi.core.score.raw"));
+        if (isNaN(ancienScore)) {
+            ancienScore = 0;
+        }
+        if ((this.pourcentageAtteint >= ancienScore) || (this.evalEnregistreScore == 'dernier')) {
+            this.envoiDonnees();
+        }
+    } else {
+        doLMSSetValue("cmi.core.lesson_status", "completed");
+    }
+    SCO_termineCompteur();
+    doLMSCommit();
+    temps0 = 0;
+}
+
+function EVAL_envoiDonnees() {
+    if (this.scoreTotal > 0) {
+        doLMSSetValue("cmi.core.score.raw", this.pourcentageAtteint);
+        doLMSSetValue("cmi.core.score.max", "100");
+    }
+    var filsObj = doLMSGetValue("cmi.objectives._children");
+    if (filsObj != '') {
+        for (var i = 0; i < this.questions.length; i++) {
+            var qTmp = this.questions[i];
+            var objCh = "cmi.objectives." + i + ".";
+            if (filsObj.indexOf('id') >= 0) {
+                doLMSSetValue(objCh + "id", qTmp.codePage);
+            }
+            if (filsObj.indexOf('status') >= 0) {
+                var statut = "failed";
+                if (qTmp.valide) {
+                    statut = "passed";
+                }
+                doLMSSetValue(objCh + "status", statut);
+            }
+            var filsScore = doLMSGetValue(objCh + "score._children");
+            if (filsScore.indexOf('raw') >= 0) {
+                doLMSSetValue(objCh + "score.raw", qTmp.scoreAtteint);
+                doLMSSetValue(objCh + "score.max", qTmp.scoreTotal);
+            }
+        }
+    }
+    filsObj = doLMSGetValue("cmi.interactions._children");
+    if (filsObj.indexOf("student_response") >= 0) {
+        var nbInteract = 0;
+        for (var i = 0; i < this.questions.length; i++) {
+            var qTmp = this.questions[i];
+            for (var n = 0; n < qTmp.interactions.length; n++) {
+                var iTmp = qTmp.interactions[n];
+                var interCh = "cmi.interactions." + nbInteract + ".";
+                doLMSSetValue(interCh + "id", iTmp.id);
+                doLMSSetValue(interCh + "result", iTmp.result);
+                doLMSSetValue(interCh + "type", iTmp.typeSCORM);
+                doLMSSetValue(interCh + "student_response", iTmp.student_response);
+                doLMSSetValue(interCh + "objectives.0.id", qTmp.codePage);
+                nbInteract++;
+            }
+        }
+    }
+}
+
+function usrAsyncComplete() {
+    if (objHTTP.readyState != 4) return (false);
+    usrCheckHTTPStatus("200");
+}
+
+function usrCheckHTTPStatus(sExpected) {
+    if (objHTTP.status != sExpected) {
+        alert("Error " + objHTTP.status + ": " + objHTTP.statusText);
+        newWindow = window.open();
+        newWindow.document.body.innerHTML = objHTTP.responseText;
+        return (false);
+    } else return (true);
+} /* WBCInteraction */
+function WBCInteraction(id0, typeSCORM1, result, student_response) {
+    this.id = id0;
+    this.typeSCORM = typeSCORM1;
+    this.result = result;
+    this.student_response = student_response;
+}/* WBCQuestion */
+function WBCQuestion(codePage, titre, valide, scoreTotal, scoreAtteint, type) {
+    this.titre = titre;
+    this.valide = valide;
+    this.scoreTotal = scoreTotal;
+    this.scoreAtteint = scoreAtteint;
+    this.codePage = codePage;
+    this.type = type;
+    this.interactions;
+    this.ajouteInteraction = WBCQ_ajouteInteraction;
+    this.init = WBCQ_init;
+}
+
+function WBCQ_init() {
+    this.interactions = new Array();
+}
+
+function WBCQ_ajouteInteraction(tabReponses) {
+    var typeSCORM = "choice";
+    if (this.type == "TAT") {
+        typeSCORM = "fill-in";
+    } else if (this.type == "CURS") {
+        typeSCORM = "numeric";
+    } else if (this.type == "EXP") {
+        typeSCORM = "performance";
+    } else if (this.type == "GD") {
+        typeSCORM = "matching";
+    } else if (this.type == "SEQ") {
+        typeSCORM = "sequencing";
+    }
+    var resultSCORM = "wrong";
+    if (tabReponses[0]) {
+        resultSCORM = "correct";
+    }
+    this.interactions[this.interactions.length] = new WBCInteraction(this.codePage + "_" + tabReponses[2], typeSCORM, resultSCORM, tabReponses[1]);
+}
+
+function getDateServeur(mode) {
+    var resu = '';
+    var dateJS = new Date();
+    var moisServeur = "0";
+    var jourServeur = "0";
+    var anneeServeur = dateJS.getYear();
+    if (dateJS.getUTCMonth() + 1 < 10) {
+        moisServeur = moisServeur + (dateJS.getUTCMonth() + 1).toString();
+    } else {
+        moisServeur = dateJS.getUTCMonth() + 1;
+    }
+    if (dateJS.getUTCDate() < 10) {
+        jourServeur = jourServeur + (dateJS.getUTCDate()).toString();
+    } else {
+        jourServeur = dateJS.getUTCDate();
+    }
+    if (mode == 'yyyymmjj') {
+        resu = anneeServeur + "-" + moisServeur + "-" + jourServeur;
+    } else {
+        var heureServeur = "0";
+        var minutesServeur = "0";
+        var secondesServeur = "0";
+        if (dateJS.getUTCHours() < 10) {
+            heureServeur += (dateJS.getUTCHours()).toString();
+        } else {
+            heureServeur = dateJS.getUTCHours();
+        }
+        if (dateJS.getMinutes() < 10) {
+            minutesServeur += (dateJS.getMinutes()).toString();
+        } else {
+            minutesServeur = dateJS.getMinutes();
+        }
+        if (dateJS.getSeconds() < 10) {
+            secondesServeur += (dateJS.getSeconds()).toString();
+        } else {
+            secondesServeur = dateJS.getSeconds();
+        }
+        resu = anneeServeur + "-" + moisServeur + "-" + jourServeur + "T" + heureServeur + ":" + minutesServeur + ":" + secondesServeur;
+    }
+    return resu;
+}
+
+function initXmlHttp() {
+    if (oSco.config_navigateur == "Netscape") {
+        try {
+            netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead");
+        } catch (e) {
+        }
+        objHTTP = new XMLHttpRequest();
+    } else {
+        try {
+            objHTTP = new ActiveXObject("Msxml2.XMLHTTP");
+        } catch (e) {
+            objHTTP = new ActiveXObject("Microsoft.XMLHTTP");
+        }
+    }
+}
+
+function evalVerifPrerequis(val) {
+    var res = true;
+    if (val != '') {
+        if (val == 'SKIP') {
+            return false;
+        }
+        if (val.indexOf('RESULT') == 0) {
+            val = val.substring(6);
+        }
+        if (val.length > 1) {
+            val = val.replace(/&amp;/g, "&");
+            val = val.replace(/pg(\w+)\(/g, "evalTestPre('pg$1',");
+            res = eval(val);
+        }
+    }
+    return res;
+}
+
+function evalTestPre(codeP, prm1, prm2, prm3) {
+    var rest = false;
+    var oQuestion = null;
+    for (var j = 0; j < oSco.evaluation.questions.length; j++) {
+        if (oSco.evaluation.questions[j].codePage == codeP) {
+            oQuestion = oSco.evaluation.questions[j];
+            j = 99;
+        }
+    }
+    if (oQuestion != null) {
+        rest = false;
+        if ((oQuestion.type == "QC") || (oQuestion.type == "EXP") || (oQuestion.type == "SEQ")) {
+            var studrep = oQuestion.interactions[0].student_response;
+            if (oQuestion.type == "SEQ") {
+                if (studrep == prm1) {
+                    rest = true;
+                }
+            } else {
+                var tabReps = studrep.split(",");
+                for (var k = 0; k < tabReps.length; k++) {
+                    if (tabReps[k] == prm1) {
+                        rest = true;
+                        k = 99;
+                    }
+                }
+            }
+        } else {
+            var oInter = null;
+            for (var m = 0; m < oQuestion.interactions.length; m++) {
+                if (oQuestion.interactions[m].id == codeP + "_" + prm1) {
+                    oInter = oQuestion.interactions[m];
+                }
+            }
+            if (oInter == null) {
+                alert(codeP + "_" + prm1 + " n'existe pas.");
+                return true;
+            }
+            var studrep = oInter.student_response;
+            if (oQuestion.type == "QM") {
+                var tabReps = studrep.split(",");
+                for (var k = 0; k < tabReps.length; k++) {
+                    if (tabReps[k] == prm2) {
+                        rest = true;
+                        k = 99;
+                    }
+                }
+            } else if (oQuestion.type == "TAT") {
+                rest = studrep;
+            } else if (oQuestion.type == "CURS") {
+                studrep = Number(studrep);
+                if ((studrep >= prm2) && (studrep <= prm3)) {
+                    rest = true;
+                }
+            } else if (oQuestion.type == "GD") {
+                if (studrep == prm1 + "-" + prm2) {
+                    rest = true;
+                }
+            }
+        }
+    }
+    return rest;
+}
+
+function donneTextePre(codeP, prm1) {
+    var rest = true;
+    var oQuestion = null;
+    for (var j = 0; j < oSco.evaluation.questions.length; j++) {
+        if (oSco.evaluation.questions[j].codePage == codeP) {
+            oQuestion = oSco.evaluation.questions[j];
+            j = 99;
+        }
+    }
+    if (oQuestion != null) {
+        rest = false;
+        var oInter = null;
+        for (var m = 0; m < oQuestion.interactions.length; m++) {
+            if (oQuestion.interactions[m].id == codeP + "_" + prm1) {
+                oInter = oQuestion.interactions[m];
+            }
+        }
+        if (oInter == null) {
+            alert(codeP + "_" + prm1 + " n'existe pas.");
+            return true;
+        }
+        return oInter.student_response;
+    }
+    return rest;
+}
+
+function variablesTexte(obj, tabReg) {
+    var lesfils = obj.childNodes;
+    for (var i = 0; i < lesfils.length; i++) {
+        var oFils = lesfils.item(i);
+        if (oFils.nodeType == 3) {
+            var temp = oFils.nodeValue;
+            if (temp.length > 5) {
+                var modif = false;
+                if (temp.match(tabReg[0])) {
+                    temp = temp.replace(tabReg[0], donneNomU());
+                    modif = true;
+                }
+                if (temp.match(tabReg[1])) {
+                    temp = temp.replace(tabReg[1], donnePrenomU());
+                    modif = true;
+                }
+                if (temp.match(tabReg[2])) {
+                    var debut = "";
+                    var fin = temp;
+                    var n = 0;
+                    var offs = temp.search(tabReg[2]);
+                    while ((offs >= 0) && (n < 20)) {
+                        var tlemot = fin.match(tabReg[2]);
+                        var lemot = tlemot[0];
+                        debut += fin.substring(0, offs);
+                        fin = fin.substring(lemot.length + offs);
+                        lemot = lemot.substring(1, lemot.length - 1);
+                        lemot = lemot.replace(/pg(\w+)\(/g, "donneTextePre('pg$1',");
+                        try {
+                            lemot = eval(lemot);
+                        } catch (e) {
+                            lemot = "";
+                        }
+                        n++;
+                        offs = fin.search(tabReg[2]);
+                        debut += lemot;
+                    }
+                    temp = debut + fin;
+                    modif = true;
+                }
+                if (modif) {
+                    oFils.nodeValue = temp;
+                }
+            }
+        } else if (oFils.nodeType == 1) {
+            variablesTexte(oFils, tabReg);
+        }
+    }
+}
+
+function donnePrenomU() {
+    var res = '';
+    var nom = doLMSGetValue("cmi.core.student_name");
+    var indexVirg = nom.indexOf(',');
+    if (indexVirg > 0) {
+        res = nom.substring(indexVirg + 1);
+    }
+    return res;
+}
+
+function donneNomU() {
+    var res = '';
+    var nom = doLMSGetValue("cmi.core.student_name");
+    var indexVirg = nom.indexOf(',');
+    if (indexVirg > 0) {
+        res = nom.substring(0, indexVirg);
+    } else {
+        res = nom;
+    }
+    return res;
+}
+
+function EVAL_effaceQuestion(codePage) {
+    for (var i = 0; i < this.questions.length; i++) {
+        if (this.questions[i].codePage == codePage) {
+            this.questions[i] = null;
+        }
+    }
+}
+
+function redemarrerEval() {
+    oSco.evaluation.questions = new Array();
+    oSco.evaluation.valide = false;
+    oSco.evaluation.etatCorrige = false;
+    oSco.evaluation.etatRejoue = false;
+    oSco.evaluation.scoreAtteint = 0;
+    oSco.evaluation.scoreTotal = 0;
+    listePagesVues = ',';
+    SCO_allerPage(0);
+}
+
+function selectionnerExercices(nbMaxExercices) {
+    var compte = parseInt(nbMaxExercices);
+    var lesids = "[;]";
+    if ((compte > 0) && (compte < oSco.nbExercices())) {
+        var debK = 0;
+        var idPg = SCO_donneParam("idPg");
+        if (idPg != "") {
+            var num = oSco.numeroPage(idPg);
+            if (oSco.tabPages[num].type == "exercice") {
+                lesids += oSco.tabPages[num].code + "[;]";
+                debK = 1;
+            }
+        }
+        for (var k = debK; k < compte; k++) {
+            var num = Math.floor(Math.random() * oSco.tabPages.length);
+            while ((oSco.tabPages[num].type != "exercice") || lesids.indexOf("[;]" + oSco.tabPages[num].code + "[;]") >= 0) {
+                num = Math.floor(Math.random() * oSco.tabPages.length);
+            }
+            lesids += oSco.tabPages[num].code + "[;]";
+        }
+        var nouveauTab = new Array();
+        for (var n = 0; n < oSco.tabPages.length; n++) {
+            if ((oSco.tabPages[n].type != 'exercice') || lesids.indexOf("[;]" + oSco.tabPages[n].code + "[;]") >= 0) {
+                nouveauTab[nouveauTab.length] = oSco.tabPages[n];
+            }
+        }
+        oSco.tabPages = nouveauTab;
+    }
+}
+
+function melangerLesFils() {
+    var nbPris = 0;
+    var nouveauTab = new Array();
+    var lesnums = ";";
+    var tailleT = oSco.tabPages.length;
+    var indexDecal = 0;
+    if (tailleT > 0) {
+        var oPrem = oSco.tabPages[0];
+        if (oPrem.type != "exercice") {
+            nouveauTab[0] = oPrem;
+            indexDecal = 1;
+            tailleT--;
+        }
+    }
+    var dernierCours = null;
+    if (tailleT > 0) {
+        var oPrem = oSco.tabPages[oSco.tabPages.length - 1];
+        if (oPrem.type != "exercice") {
+            dernierCours = oPrem;
+            tailleT--;
+        }
+    }
+    while (nbPris < tailleT) {
+        var num = Math.floor(Math.random() * tailleT);
+        if (nbPris == 0) {
+            var idPg = SCO_donneParam("idPg");
+            if (idPg != "") {
+                num = oSco.numeroPage(idPg);
+            }
+        }
+        if (lesnums.indexOf(";" + num + ";") < 0) {
+            nouveauTab[nouveauTab.length] = oSco.tabPages[num + indexDecal];
+            lesnums += num + ";";
+            nbPris++;
+        }
+    }
+    if (dernierCours != null) {
+        nouveauTab[nouveauTab.length] = dernierCours;
+    }
+    oSco.tabPages = nouveauTab;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/ICsco.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/ICsco.js
index 6fad51217eca49183b22db39b065f6962cd1cb4a..1049a3e1c9ef79d4f71ba27a03e10e04cc635dbc 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/ICsco.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/ICsco.js
@@ -1 +1,722 @@
-var version_MosMtr="4.24";var oSco; var lexique; var temps0=-1;var temps_session='';var allerEtapeSuivante=false;var allerEtapePrecedente=false;var RACINE_stage;var RACINE_pages;var surMosLMS=false;var agirSurLMS=true; var API=null; var etatSortie=false; var listePagesVues=",";var positionGloDetail="";var rechargePage=true;var modePrecedent="plan"; var pagePrecHisto="";var defilContenu=false;var fenDoc;function SCO_init(){entrerDonnees();if ((window.opener!=null)&&(window.opener.parent!=null)&&(window.opener.parent.oSco!=null)){agirSurLMS=false;var estStyleDiff=true;var pereEstLienFen=false;var decalDouble=0;var oPere=window.opener.parent;try {if (oPere.oSco.posFenLocale==oSco.posFenLocale){estStyleDiff=false;}if (oPere.agirSurLMS==false){if ((oPere.opener!=null)&&(oPere.opener.parent!=null)&&(oPere.opener.parent.oSco!=null)){decalDouble=40;}}} catch(e){}if ((estStyleDiff)||(decalDouble>0)){var tabP=oSco.posFenLocale.split(",");window.moveTo(parseInt(tabP[0].substring(5))+decalDouble,parseInt(tabP[1].substring(4))+decalDouble);if (estStyleDiff){window.resizeTo(parseInt(tabP[2].substring(6)),parseInt(tabP[3].substring(7)));}}}testerConfig();var strLoc=new String(this.location.href);var indexD=strLoc.indexOf("sco/"+oSco.identifiant);if (indexD<0){indexD=strLoc.indexOf("sco\\"+oSco.identifiant);}RACINE_stage=strLoc.substring(0,indexD);RACINE_pages=RACINE_stage+"contenu/pages/";if ((!oSco.document)||(oSco.documentType=='PAGE')){lexique = new ICLexique();lexique.init();LEX_entrerLexs(); }try {if ((parent.API!=null)&&(parent.haut!=null)){surMosLMS=true; }} catch(e){}if (oSco.etatEvaluation){if ((agirSurLMS)&&(window.opener!=null)&&(window.opener.document.title=="defautStg")){agirSurLMS=false;}}if (agirSurLMS){doLMSInitialize();if (API==null){agirSurLMS=false;} else {oSco.idUtil=doLMSGetValue("cmi.core.student_id");}}if (!agirSurLMS){var cstg=SCO_donneParam("stg");if (cstg!=""){oSco.codeStage=cstg;}}var spdman=doLMSGetValue("cmi.launch_data"); if ((oSco.etatEvaluation)&&(spdman!='entrainement')){ oSco.evaluation.init(); } else { oSco.etatEvaluation=false; oSco.evaluation=null; }var numPremierePage=0;var nbPages=oSco.tabPages.length;var idPg=SCO_donneParam("idPg");if (idPg!=""){if (idPg=="_dernierePage"){if (!oSco.etatEvaluation){numPremierePage=oSco.tabPages.length-1;}} else {numPremierePage=oSco.numeroPage(idPg);if (numPremierePage<0){numPremierePage=0;}}} else {if ((doLMSGetValue('cmi.core.entry')=='resume')&&(!oSco.etatEvaluation)){ var idPg=doLMSGetValue('cmi.core.lesson_location');if (idPg!=''){numPremierePage=oSco.numeroPage(idPg);}} } valeurExit('suspend'); if (numPremierePage<0){numPremierePage=0;} if (nbPages>0){if (agirSurLMS){ oSco.etatSCO = doLMSGetValue("cmi.core.lesson_status"); var nEtat = oSco.etatSCO; if ((oSco.etatSCO=="")||(oSco.etatSCO=="not attempted")){ nEtat = "incomplete"; } if ((!oSco.etatEvaluation)&&(nbPages==1)){ nEtat = "completed"; } if (nEtat!=oSco.etatSCO){ doLMSSetValue("cmi.core.lesson_status", nEtat); oSco.etatSCO=nEtat; } var filsSD=doLMSGetValue("cmi.student_data._children"); if (filsSD.indexOf("max_time_allowed")>=0){ var valMaxTA=doLMSGetValue("cmi.student_data.max_time_allowed"); if (valMaxTA!=""){ var tabR=formatTempsTab(valMaxTA); setTimeout("SCO_tempsDepasse()",((tabR[0]*3600)+(tabR[1]*60)+(tabR[2]))*1000); } } }SCO_demarreCompteur();var leBonNum=numPremierePage;var oPage=oSco.donnePage(numPremierePage);if (oPage==null){leBonNum=0;oPage=oSco.tabPages[0];}if (oSco.document){ window.document.title=oSco.titre; SCO_ouvrirDoc(oPage.code,oSco.documentType);} else {if ((oSco.etatEvaluation)&&(oSco.evaluation.etatRejoue)){window.contenu.location = RACINE_stage+"contenu/local/resultats."+oSco.version;} else {if ((leBonNum==0)&&(oSco.etatEvaluation)&&(oPage.type=='exercice')){oSco.numPageCourante=-1;oSco.evaluation.allerSuivant();} else {if ((oPage.prerequis=="SKIP")&&(idPg=="")){SCO_pageSuivante();} else {SCO_allerPage(leBonNum);}}}}}if ((agirSurLMS)&&(!oSco.document)){SCO_chargerNotes();}}function testerConfig(){var verStr=navigator.appVersion;var app=navigator.appName;var versionNavig = parseFloat(verStr);if (verStr.indexOf("Win") > 0) {oSco.config_plateforme="WIN";}if (verStr.indexOf("Mac") > 0) {oSco.config_plateforme="MAC";}if (app.indexOf('Microsoft') != -1) { oSco.config_navigateur="IE"; } else if (app.indexOf('Netscape') != -1) { oSco.config_navigateur="Netscape"; }}function SCO_enrHistorique(documentDansEtape){var oPage=oSco.donnePage(oSco.numPageCourante);if (oPage!=null){listePagesVues+=oPage.code+",";if ((surMosLMS)&&(parent.baseASP!=null)){if (documentDansEtape){parent.haut.majBoutonReprendre(oSco.identifiant,'','');}}} }function SCO_quitter(){if (!etatSortie){if (!oSco.etatEvaluation){SCO_positionSortie();}SCO_terminer(); }}function SCO_terminer(){if (!etatSortie){ SCO_termineCompteur(); SCO_exportNotes(); etatSortie=true; doLMSFinish(); }}function SCO_pageSuivante(){if (allerEtapeSuivante){valeurExit('');SCO_terminer();} else {var nump=oSco.numPageCourante+1;var trouvePoss=false;while (!trouvePoss && (nump<oSco.tabPages.length)){var oPg=oSco.donnePage(nump);if (oPg.prerequis!='SKIP'){trouvePoss=true;} else {nump++;}}SCO_allerPage(nump);}}function SCO_allerPage(num){var oPage=oSco.donnePage(num);if (oPage!=null){oSco.numPageCourante=num;if ((!oSco.etatEvaluation)&&(oSco.numPageCourante==oSco.tabPages.length-1)){if ((agirSurLMS)&&(oSco.etatSCO!="completed")&&(oSco.etatSCO!="passed")){doLMSSetValue( "cmi.core.lesson_status", "completed");doLMSCommit();}}allerEtapePrecedente=false;allerEtapeSuivante=false;this.contenu.location = RACINE_pages+oPage.code+"."+oSco.version;}}function SCO_pagePrecedente(){if (allerEtapePrecedente){valeurExit('suspend');SCO_positionSortie();SCO_terminer();if (surMosLMS){parent.haut.NAVIG_lanceSCO(parent.haut.oPrecCourant,"?idPg=_dernierePage");}} else {var derPgVue="";if (modePrecedent=="historique"){derPgVue=SCO_dernierePageVue(true);} if (derPgVue!='') {SCO_allerPage(oSco.numeroPage(derPgVue));} else {var nump=oSco.numPageCourante-1;var trouvePoss=false;while (!trouvePoss && (nump>=0)){var oPg=oSco.donnePage(nump);if (oPg.prerequis!='SKIP'){trouvePoss=true;} else {nump--;}}SCO_allerPage(nump);}}}function SCO_suivantPossible(){var possible=true;var dernierePage=false;if (oSco.evaluation!=null){dernierePage=!oSco.evaluation.suivantPossible();} else {if (oSco.numPageCourante>=(oSco.tabPages.length-1)){dernierePage=true;}if (!dernierePage){var nump=oSco.numPageCourante+1;var trouvePoss=false;while (!trouvePoss && (nump<oSco.tabPages.length)){var oPg=oSco.donnePage(nump);if (oPg.prerequis!='SKIP'){trouvePoss=true;}nump++;}if (!trouvePoss){dernierePage=true;}}}if (dernierePage){allerEtapeSuivante=true;possible=agirSurLMS;try {if ((top.MOS_LMS_LOCAL)&&(parent.haut.oSuivCourant==null)){possible=false;}} catch(e){}}return possible;}function SCO_precedentPossible(){var res=false;if (modePrecedent=="historique"){if (SCO_dernierePageVue(false)!=''){res=true;}} else if (oSco.numPageCourante>0){res=true;var nump=oSco.numPageCourante-1;var trouvePoss=false;while (!trouvePoss && (nump>=0)){var oPg=oSco.donnePage(nump);if (oPg.prerequis!='SKIP'){trouvePoss=true;}nump--;}if (!trouvePoss){res=false;}}if (!res) {if (surMosLMS){res=(parent.haut.oPrecCourant!=null);allerEtapePrecedente=true;} else {res=false;} }return res;}function SCO_demarreCompteur() { var oDate = new Date(); temps0=oDate.getTime();}function SCO_termineCompteur() { if (temps0>0) { var temps1 = new Date().getTime(); var elapsedSeconds = parseInt(((temps1 - temps0)/1000)); temps_session = formaterSecondes(elapsedSeconds); doLMSSetValue("cmi.core.session_time",temps_session); }}function formaterSecondes(ts){ var sec = (ts % 60); ts -= sec; var tmp = (ts % 3600); ts -= tmp; sec = Math.round(sec*100)/100; var strSec = new String(sec); var strWholeSec = strSec; var strFractionSec = ""; if (strSec.indexOf(".") != -1){ strWholeSec = strSec.substring(0, strSec.indexOf(".")); } if (strWholeSec.length < 2){ strWholeSec = "0" + strWholeSec; } strSec = strWholeSec; if ((ts % 3600) != 0 ) var hour = 0; else var hour = (ts / 3600); if ( (tmp % 60) != 0 ) var min = 0; else var min = (tmp / 60); if ((new String(hour)).length < 2) hour = "0"+hour; if ((new String(min)).length < 2) min = "0"+min; var rtnVal = hour+":"+min+":"+strSec; return rtnVal;}function formatTempsTab(t){ var strTemps=new String(t); var heures=strTemps.substring(0,strTemps.indexOf(':')); var min=strTemps.substring(strTemps.indexOf(':')+1,strTemps.lastIndexOf(':')); var sec=strTemps.substring(strTemps.lastIndexOf(':')+1,strTemps.length); var indexMilli=sec.indexOf('.'); if (indexMilli>0){ sec=sec.substring(0,indexMilli); } var resu=new Array(); resu[0]=Number(heures); resu[1]=Number(min); resu[2]=Number(sec); return resu;}function SCO_positionSortie(){var page=oSco.donnePage(oSco.numPageCourante);if (page!=null){doLMSSetValue("cmi.core.lesson_location", page.code);}}function valeurExit(val){ var chaine=doLMSGetValue('cmi.core._children');if (chaine.indexOf('exit')>0){ doLMSSetValue("cmi.core.exit",val);}}function SCO_titrePageSuivante(){var res='';var page=oSco.donnePage(oSco.numPageCourante+1);if (page!=null){res=page.titre;}return res;}function SCO_titrePagePrecedente(){var res='';var page=oSco.donnePage(oSco.numPageCourante-1);if (page!=null){res=page.titre;}return res;}var idMotCherche;function donneIdMotCherche(){return idMotCherche;}function SCO_afficherMotGlossaire(idMotGloss){var largeur,hauteur,gauche,haut;if (positionGloDetail==""){gauche=50;haut=50;largeur = 300;hauteur = 300;} else {var tabParm=positionGloDetail.split(",");gauche=tabParm[0];haut=tabParm[1];largeur = tabParm[2];hauteur = tabParm[3];}var position="left="+gauche+",top="+haut+",width="+largeur+",height="+hauteur+",";idMotCherche=idMotGloss;var nFen=oSco.codeStage;nFen=nFen.replace(/[- \.\/:]/g,'_');var locGFlo=RACINE_stage;if (oSco.refGlo!=''){locGFlo=RACINE_stage+"../"+oSco.refGlo+"/";}var fenGloDetail=window.open(locGFlo+"contenu/glossaire/glossaire."+oSco.version,'GlossaireDetail'+nFen,'toolbar=no,status=no,menubar=no,'+position+'scrollbars=no,resizable=yes');fenGloDetail.focus();}function SCO_ouvrirDoc(code,type){var nomFen='MosDoc'+code;if (type=='PAGE'){var fenTmp=window.open(RACINE_stage+'contenu/pages/'+code+"."+oSco.version,nomFen,'scrollbars=yes,toolbar=no,status=no,menubar=no,width=20,height=20,left=0,top=0,resizable=yes');fenTmp.focus();} else {var pos=oSco.csSCO_paramDoc(code,1);var largeur;var hauteur;var decalx = 0;var decaly = 0;if (pos!=''){var tabP=pos.split(',');decalx =tabP[1];decaly =tabP[2];largeur=tabP[3];hauteur=tabP[4];} else {largeur=screen.width;hauteur=screen.height;}var srcD;if (type=='REFERENCE'){var addr=oSco.csSCO_paramDoc(code,2);if (addr.indexOf('../')==0){addr=RACINE_stage+addr.substring(3);}srcD=addr;} else {srcD=RACINE_stage+'contenu/pages/'+code+"."+type;}if (pos.indexOf('inclus')==0){if (oSco.identifiant.indexOf("Doc")==0){SCO_enrHistorique(false);window.contenu.location=srcD;} else {var afficheSimple=true;if (surMosLMS){try {var oItem=parent.planLMS.MENU_trouveItemID("MosDoc"+code);if ((oItem!=null)&&(oItem.visible)){afficheSimple=false;parent.haut.NAVIG_afficheLien(oItem.codeItem,"");}} catch(e){}}if (afficheSimple){SCO_enrHistorique(true);window.contenu.location=srcD;} }} else {var position="width="+largeur+",height="+hauteur+",left="+decalx+",top="+decaly+",screenX="+decalx+",screenY="+decaly;var optMenubar='no';if ((type=='doc')||(type=='xls')){optMenubar='yes';}fenDoc=window.open(srcD,nomFen,'scrollbars=yes,toolbar=no,status=no,menubar='+optMenubar+','+position+',resizable=yes');var titreDoc=code+"."+type;if (oSco.document){titreDoc=oSco.titre;}titreFenDoc(titreDoc);setTimeout("titreFenDoc('"+titreDoc+"');fenDoc.focus()",200);}}}function titreFenDoc(nom){try{fenDoc.document.title=nom;}catch(e){}}function donneLex(num){return lexique.lexs[num];}function donneTitreStage(){ return (oSco.titreStage);}function donneLangue(){ return (oSco.langue);}function donneNomModuleCourant(){ return (oSco.nomModuleCourant);} function donneNomUtilisateur(){var res='';var nom=doLMSGetValue("cmi.core.student_name");var indexVirg=nom.indexOf(',');if (indexVirg>0){res=nom.substring(indexVirg+1,nom.length)+' '+nom.substring(0,indexVirg);} else {res=nom;} return res;}function donneDateCourante(){ return (oSco.donneDate(parent.oSco.dateCourante));}function donneCodeUtilisateur(){ return oSco.idUtil;}function donneDroits(){ return (oSco.nomEntreprise);}function donneVersion(){ return (oSco.version);}function donneNomEtapeCourante(){ return oSco.titre;}function SCO_tempsDepasse(){var activeLimite=true;if (oSco.etatEvaluation){if ((oSco.evaluation.etatCorrige) || (window.contenu.location.href.indexOf("/resultats.")>0)){ activeLimite=false;}}if (activeLimite){var actionFin=doLMSGetValue("cmi.student_data.time_limit_action");if (actionFin.indexOf("exit")==0){SCO_termineCompteur();temps0=0; }if (actionFin.indexOf(",message")>0){alert(donneLex(63));}if (actionFin.indexOf("exit")==0){valeurExit('time-out');SCO_terminer();}}}function SCO_blocNotes(){var oFen=window.open(RACINE_stage+"MosMtr/gen/blocNotes.htm","blocNotes","top=90,left=100,width=300,height=300,menubar=no,toolbar=no,resizable=no,status=no");oFen.focus();}function SCO_chargerNotes(){var lesnotes=doLMSGetValue("cmi.comments");if (lesnotes!=""){var tabP=lesnotes.split("[idPg]");for (var i=0;i<tabP.length;i++){var stmp=tabP[i];var premdpoints=stmp.indexOf(":");if (premdpoints>0){var oPg=oSco.donnePage(oSco.numeroPage(stmp.substring(0,premdpoints)));if (oPg!=null){oPg.notes=stmp.substring(premdpoints+1);}}}}}function SCO_exportNotes(){var res="";for (var i=0;i<oSco.tabPages.length;i++){var oPg=oSco.tabPages[i];if (oPg.notes!=""){res+="[idPg]"+oPg.code+":"+oPg.notes;}}doLMSSetValue("cmi.comments",res);}/* Classe Lexique */function ICLexique() { this.lexs; this.init = LEXO_init; this.ajLex = LEX_ajouterLex;}function LEXO_init(){this.lexs=new Array();}function LEX_ajouterLex(id,lex){this.lexs[id]=lex;}function SCO_donneParam(nomP){ var res=''; var params=window.location.search; if ((params!="")&&(params.indexOf('%26')>0)){params=params.replace(/%26/,'&');} var ind=params.indexOf(nomP+'='); if (ind>0){ var reste=params.substring(ind+nomP.length+1); var indexFin=reste.indexOf('&'); if (indexFin<0){indexFin=params.length;} res= reste.substring(0,indexFin); } else if ((nomP=="idU")&&(top.window!=window)){ try {res=top.donneParam(nomP);} catch(e){} } return res;}function SCO_dernierePageVue(efface){var codeRes='';if (listePagesVues!=","){var codeCourant=oSco.donnePage(oSco.numPageCourante).code;var tabP=listePagesVues.substring(1).split(",");var n=tabP.length;var depart=false;var gardeN=-1;while (n>0){n--;if (tabP[n]==codeCourant){depart=true;}else if (depart){codeRes=tabP[n];gardeN=n;n=-1;}}if (efface &&(gardeN>0)){listePagesVues=",";n=0;while (n<gardeN){listePagesVues+=tabP[n]+",";n++;}}}if (efface){pagePrecHisto=oSco.donnePage(oSco.numPageCourante).code;}return codeRes;}
+var version_MosMtr = "4.24";
+var oSco;
+var lexique;
+var temps0 = -1;
+var temps_session = '';
+var allerEtapeSuivante = false;
+var allerEtapePrecedente = false;
+var RACINE_stage;
+var RACINE_pages;
+var surMosLMS = false;
+var agirSurLMS = true;
+var API = null;
+var etatSortie = false;
+var listePagesVues = ",";
+var positionGloDetail = "";
+var rechargePage = true;
+var modePrecedent = "plan";
+var pagePrecHisto = "";
+var defilContenu = false;
+var fenDoc;
+
+function SCO_init() {
+    entrerDonnees();
+    if ((window.opener != null) && (window.opener.parent != null) && (window.opener.parent.oSco != null)) {
+        agirSurLMS = false;
+        var estStyleDiff = true;
+        var pereEstLienFen = false;
+        var decalDouble = 0;
+        var oPere = window.opener.parent;
+        try {
+            if (oPere.oSco.posFenLocale == oSco.posFenLocale) {
+                estStyleDiff = false;
+            }
+            if (oPere.agirSurLMS == false) {
+                if ((oPere.opener != null) && (oPere.opener.parent != null) && (oPere.opener.parent.oSco != null)) {
+                    decalDouble = 40;
+                }
+            }
+        } catch (e) {
+        }
+        if ((estStyleDiff) || (decalDouble > 0)) {
+            var tabP = oSco.posFenLocale.split(",");
+            window.moveTo(parseInt(tabP[0].substring(5)) + decalDouble, parseInt(tabP[1].substring(4)) + decalDouble);
+            if (estStyleDiff) {
+                window.resizeTo(parseInt(tabP[2].substring(6)), parseInt(tabP[3].substring(7)));
+            }
+        }
+    }
+    testerConfig();
+    var strLoc = new String(this.location.href);
+    var indexD = strLoc.indexOf("sco/" + oSco.identifiant);
+    if (indexD < 0) {
+        indexD = strLoc.indexOf("sco\\" + oSco.identifiant);
+    }
+    RACINE_stage = strLoc.substring(0, indexD);
+    RACINE_pages = RACINE_stage + "contenu/pages/";
+    if ((!oSco.document) || (oSco.documentType == 'PAGE')) {
+        lexique = new ICLexique();
+        lexique.init();
+        LEX_entrerLexs();
+    }
+    try {
+        if ((parent.API != null) && (parent.haut != null)) {
+            surMosLMS = true;
+        }
+    } catch (e) {
+    }
+    if (oSco.etatEvaluation) {
+        if ((agirSurLMS) && (window.opener != null) && (window.opener.document.title == "defautStg")) {
+            agirSurLMS = false;
+        }
+    }
+    if (agirSurLMS) {
+        doLMSInitialize();
+        if (API == null) {
+            agirSurLMS = false;
+        } else {
+            oSco.idUtil = doLMSGetValue("cmi.core.student_id");
+        }
+    }
+    if (!agirSurLMS) {
+        var cstg = SCO_donneParam("stg");
+        if (cstg != "") {
+            oSco.codeStage = cstg;
+        }
+    }
+    var spdman = doLMSGetValue("cmi.launch_data");
+    if ((oSco.etatEvaluation) && (spdman != 'entrainement')) {
+        oSco.evaluation.init();
+    } else {
+        oSco.etatEvaluation = false;
+        oSco.evaluation = null;
+    }
+    var numPremierePage = 0;
+    var nbPages = oSco.tabPages.length;
+    var idPg = SCO_donneParam("idPg");
+    if (idPg != "") {
+        if (idPg == "_dernierePage") {
+            if (!oSco.etatEvaluation) {
+                numPremierePage = oSco.tabPages.length - 1;
+            }
+        } else {
+            numPremierePage = oSco.numeroPage(idPg);
+            if (numPremierePage < 0) {
+                numPremierePage = 0;
+            }
+        }
+    } else {
+        if ((doLMSGetValue('cmi.core.entry') == 'resume') && (!oSco.etatEvaluation)) {
+            var idPg = doLMSGetValue('cmi.core.lesson_location');
+            if (idPg != '') {
+                numPremierePage = oSco.numeroPage(idPg);
+            }
+        }
+    }
+    valeurExit('suspend');
+    if (numPremierePage < 0) {
+        numPremierePage = 0;
+    }
+    if (nbPages > 0) {
+        if (agirSurLMS) {
+            oSco.etatSCO = doLMSGetValue("cmi.core.lesson_status");
+            var nEtat = oSco.etatSCO;
+            if ((oSco.etatSCO == "") || (oSco.etatSCO == "not attempted")) {
+                nEtat = "incomplete";
+            }
+            if ((!oSco.etatEvaluation) && (nbPages == 1)) {
+                nEtat = "completed";
+            }
+            if (nEtat != oSco.etatSCO) {
+                doLMSSetValue("cmi.core.lesson_status", nEtat);
+                oSco.etatSCO = nEtat;
+            }
+            var filsSD = doLMSGetValue("cmi.student_data._children");
+            if (filsSD.indexOf("max_time_allowed") >= 0) {
+                var valMaxTA = doLMSGetValue("cmi.student_data.max_time_allowed");
+                if (valMaxTA != "") {
+                    var tabR = formatTempsTab(valMaxTA);
+                    setTimeout("SCO_tempsDepasse()", ((tabR[0] * 3600) + (tabR[1] * 60) + (tabR[2])) * 1000);
+                }
+            }
+        }
+        SCO_demarreCompteur();
+        var leBonNum = numPremierePage;
+        var oPage = oSco.donnePage(numPremierePage);
+        if (oPage == null) {
+            leBonNum = 0;
+            oPage = oSco.tabPages[0];
+        }
+        if (oSco.document) {
+            window.document.title = oSco.titre;
+            SCO_ouvrirDoc(oPage.code, oSco.documentType);
+        } else {
+            if ((oSco.etatEvaluation) && (oSco.evaluation.etatRejoue)) {
+                window.contenu.location = RACINE_stage + "contenu/local/resultats." + oSco.version;
+            } else {
+                if ((leBonNum == 0) && (oSco.etatEvaluation) && (oPage.type == 'exercice')) {
+                    oSco.numPageCourante = -1;
+                    oSco.evaluation.allerSuivant();
+                } else {
+                    if ((oPage.prerequis == "SKIP") && (idPg == "")) {
+                        SCO_pageSuivante();
+                    } else {
+                        SCO_allerPage(leBonNum);
+                    }
+                }
+            }
+        }
+    }
+    if ((agirSurLMS) && (!oSco.document)) {
+        SCO_chargerNotes();
+    }
+}
+
+function testerConfig() {
+    var verStr = navigator.appVersion;
+    var app = navigator.appName;
+    var versionNavig = parseFloat(verStr);
+    if (verStr.indexOf("Win") > 0) {
+        oSco.config_plateforme = "WIN";
+    }
+    if (verStr.indexOf("Mac") > 0) {
+        oSco.config_plateforme = "MAC";
+    }
+    if (app.indexOf('Microsoft') != -1) {
+        oSco.config_navigateur = "IE";
+    } else if (app.indexOf('Netscape') != -1) {
+        oSco.config_navigateur = "Netscape";
+    }
+}
+
+function SCO_enrHistorique(documentDansEtape) {
+    var oPage = oSco.donnePage(oSco.numPageCourante);
+    if (oPage != null) {
+        listePagesVues += oPage.code + ",";
+        if ((surMosLMS) && (parent.baseASP != null)) {
+            if (documentDansEtape) {
+                parent.haut.majBoutonReprendre(oSco.identifiant, '', '');
+            }
+        }
+    }
+}
+
+function SCO_quitter() {
+    if (!etatSortie) {
+        if (!oSco.etatEvaluation) {
+            SCO_positionSortie();
+        }
+        SCO_terminer();
+    }
+}
+
+function SCO_terminer() {
+    if (!etatSortie) {
+        SCO_termineCompteur();
+        SCO_exportNotes();
+        etatSortie = true;
+        doLMSFinish();
+    }
+}
+
+function SCO_pageSuivante() {
+    if (allerEtapeSuivante) {
+        valeurExit('');
+        SCO_terminer();
+    } else {
+        var nump = oSco.numPageCourante + 1;
+        var trouvePoss = false;
+        while (!trouvePoss && (nump < oSco.tabPages.length)) {
+            var oPg = oSco.donnePage(nump);
+            if (oPg.prerequis != 'SKIP') {
+                trouvePoss = true;
+            } else {
+                nump++;
+            }
+        }
+        SCO_allerPage(nump);
+    }
+}
+
+function SCO_allerPage(num) {
+    var oPage = oSco.donnePage(num);
+    if (oPage != null) {
+        oSco.numPageCourante = num;
+        if ((!oSco.etatEvaluation) && (oSco.numPageCourante == oSco.tabPages.length - 1)) {
+            if ((agirSurLMS) && (oSco.etatSCO != "completed") && (oSco.etatSCO != "passed")) {
+                doLMSSetValue("cmi.core.lesson_status", "completed");
+                doLMSCommit();
+            }
+        }
+        allerEtapePrecedente = false;
+        allerEtapeSuivante = false;
+        this.contenu.location = RACINE_pages + oPage.code + "." + oSco.version;
+    }
+}
+
+function SCO_pagePrecedente() {
+    if (allerEtapePrecedente) {
+        valeurExit('suspend');
+        SCO_positionSortie();
+        SCO_terminer();
+        if (surMosLMS) {
+            parent.haut.NAVIG_lanceSCO(parent.haut.oPrecCourant, "?idPg=_dernierePage");
+        }
+    } else {
+        var derPgVue = "";
+        if (modePrecedent == "historique") {
+            derPgVue = SCO_dernierePageVue(true);
+        }
+        if (derPgVue != '') {
+            SCO_allerPage(oSco.numeroPage(derPgVue));
+        } else {
+            var nump = oSco.numPageCourante - 1;
+            var trouvePoss = false;
+            while (!trouvePoss && (nump >= 0)) {
+                var oPg = oSco.donnePage(nump);
+                if (oPg.prerequis != 'SKIP') {
+                    trouvePoss = true;
+                } else {
+                    nump--;
+                }
+            }
+            SCO_allerPage(nump);
+        }
+    }
+}
+
+function SCO_suivantPossible() {
+    var possible = true;
+    var dernierePage = false;
+    if (oSco.evaluation != null) {
+        dernierePage = !oSco.evaluation.suivantPossible();
+    } else {
+        if (oSco.numPageCourante >= (oSco.tabPages.length - 1)) {
+            dernierePage = true;
+        }
+        if (!dernierePage) {
+            var nump = oSco.numPageCourante + 1;
+            var trouvePoss = false;
+            while (!trouvePoss && (nump < oSco.tabPages.length)) {
+                var oPg = oSco.donnePage(nump);
+                if (oPg.prerequis != 'SKIP') {
+                    trouvePoss = true;
+                }
+                nump++;
+            }
+            if (!trouvePoss) {
+                dernierePage = true;
+            }
+        }
+    }
+    if (dernierePage) {
+        allerEtapeSuivante = true;
+        possible = agirSurLMS;
+        try {
+            if ((top.MOS_LMS_LOCAL) && (parent.haut.oSuivCourant == null)) {
+                possible = false;
+            }
+        } catch (e) {
+        }
+    }
+    return possible;
+}
+
+function SCO_precedentPossible() {
+    var res = false;
+    if (modePrecedent == "historique") {
+        if (SCO_dernierePageVue(false) != '') {
+            res = true;
+        }
+    } else if (oSco.numPageCourante > 0) {
+        res = true;
+        var nump = oSco.numPageCourante - 1;
+        var trouvePoss = false;
+        while (!trouvePoss && (nump >= 0)) {
+            var oPg = oSco.donnePage(nump);
+            if (oPg.prerequis != 'SKIP') {
+                trouvePoss = true;
+            }
+            nump--;
+        }
+        if (!trouvePoss) {
+            res = false;
+        }
+    }
+    if (!res) {
+        if (surMosLMS) {
+            res = (parent.haut.oPrecCourant != null);
+            allerEtapePrecedente = true;
+        } else {
+            res = false;
+        }
+    }
+    return res;
+}
+
+function SCO_demarreCompteur() {
+    var oDate = new Date();
+    temps0 = oDate.getTime();
+}
+
+function SCO_termineCompteur() {
+    if (temps0 > 0) {
+        var temps1 = new Date().getTime();
+        var elapsedSeconds = parseInt(((temps1 - temps0) / 1000));
+        temps_session = formaterSecondes(elapsedSeconds);
+        doLMSSetValue("cmi.core.session_time", temps_session);
+    }
+}
+
+function formaterSecondes(ts) {
+    var sec = (ts % 60);
+    ts -= sec;
+    var tmp = (ts % 3600);
+    ts -= tmp;
+    sec = Math.round(sec * 100) / 100;
+    var strSec = new String(sec);
+    var strWholeSec = strSec;
+    var strFractionSec = "";
+    if (strSec.indexOf(".") != -1) {
+        strWholeSec = strSec.substring(0, strSec.indexOf("."));
+    }
+    if (strWholeSec.length < 2) {
+        strWholeSec = "0" + strWholeSec;
+    }
+    strSec = strWholeSec;
+    if ((ts % 3600) != 0) var hour = 0; else var hour = (ts / 3600);
+    if ((tmp % 60) != 0) var min = 0; else var min = (tmp / 60);
+    if ((new String(hour)).length < 2) hour = "0" + hour;
+    if ((new String(min)).length < 2) min = "0" + min;
+    var rtnVal = hour + ":" + min + ":" + strSec;
+    return rtnVal;
+}
+
+function formatTempsTab(t) {
+    var strTemps = new String(t);
+    var heures = strTemps.substring(0, strTemps.indexOf(':'));
+    var min = strTemps.substring(strTemps.indexOf(':') + 1, strTemps.lastIndexOf(':'));
+    var sec = strTemps.substring(strTemps.lastIndexOf(':') + 1, strTemps.length);
+    var indexMilli = sec.indexOf('.');
+    if (indexMilli > 0) {
+        sec = sec.substring(0, indexMilli);
+    }
+    var resu = new Array();
+    resu[0] = Number(heures);
+    resu[1] = Number(min);
+    resu[2] = Number(sec);
+    return resu;
+}
+
+function SCO_positionSortie() {
+    var page = oSco.donnePage(oSco.numPageCourante);
+    if (page != null) {
+        doLMSSetValue("cmi.core.lesson_location", page.code);
+    }
+}
+
+function valeurExit(val) {
+    var chaine = doLMSGetValue('cmi.core._children');
+    if (chaine.indexOf('exit') > 0) {
+        doLMSSetValue("cmi.core.exit", val);
+    }
+}
+
+function SCO_titrePageSuivante() {
+    var res = '';
+    var page = oSco.donnePage(oSco.numPageCourante + 1);
+    if (page != null) {
+        res = page.titre;
+    }
+    return res;
+}
+
+function SCO_titrePagePrecedente() {
+    var res = '';
+    var page = oSco.donnePage(oSco.numPageCourante - 1);
+    if (page != null) {
+        res = page.titre;
+    }
+    return res;
+}
+
+var idMotCherche;
+
+function donneIdMotCherche() {
+    return idMotCherche;
+}
+
+function SCO_afficherMotGlossaire(idMotGloss) {
+    var largeur, hauteur, gauche, haut;
+    if (positionGloDetail == "") {
+        gauche = 50;
+        haut = 50;
+        largeur = 300;
+        hauteur = 300;
+    } else {
+        var tabParm = positionGloDetail.split(",");
+        gauche = tabParm[0];
+        haut = tabParm[1];
+        largeur = tabParm[2];
+        hauteur = tabParm[3];
+    }
+    var position = "left=" + gauche + ",top=" + haut + ",width=" + largeur + ",height=" + hauteur + ",";
+    idMotCherche = idMotGloss;
+    var nFen = oSco.codeStage;
+    nFen = nFen.replace(/[- \.\/:]/g, '_');
+    var locGFlo = RACINE_stage;
+    if (oSco.refGlo != '') {
+        locGFlo = RACINE_stage + "../" + oSco.refGlo + "/";
+    }
+    var fenGloDetail = window.open(locGFlo + "contenu/glossaire/glossaire." + oSco.version, 'GlossaireDetail' + nFen, 'toolbar=no,status=no,menubar=no,' + position + 'scrollbars=no,resizable=yes');
+    fenGloDetail.focus();
+}
+
+function SCO_ouvrirDoc(code, type) {
+    var nomFen = 'MosDoc' + code;
+    if (type == 'PAGE') {
+        var fenTmp = window.open(RACINE_stage + 'contenu/pages/' + code + "." + oSco.version, nomFen, 'scrollbars=yes,toolbar=no,status=no,menubar=no,width=20,height=20,left=0,top=0,resizable=yes');
+        fenTmp.focus();
+    } else {
+        var pos = oSco.csSCO_paramDoc(code, 1);
+        var largeur;
+        var hauteur;
+        var decalx = 0;
+        var decaly = 0;
+        if (pos != '') {
+            var tabP = pos.split(',');
+            decalx = tabP[1];
+            decaly = tabP[2];
+            largeur = tabP[3];
+            hauteur = tabP[4];
+        } else {
+            largeur = screen.width;
+            hauteur = screen.height;
+        }
+        var srcD;
+        if (type == 'REFERENCE') {
+            var addr = oSco.csSCO_paramDoc(code, 2);
+            if (addr.indexOf('../') == 0) {
+                addr = RACINE_stage + addr.substring(3);
+            }
+            srcD = addr;
+        } else {
+            srcD = RACINE_stage + 'contenu/pages/' + code + "." + type;
+        }
+        if (pos.indexOf('inclus') == 0) {
+            if (oSco.identifiant.indexOf("Doc") == 0) {
+                SCO_enrHistorique(false);
+                window.contenu.location = srcD;
+            } else {
+                var afficheSimple = true;
+                if (surMosLMS) {
+                    try {
+                        var oItem = parent.planLMS.MENU_trouveItemID("MosDoc" + code);
+                        if ((oItem != null) && (oItem.visible)) {
+                            afficheSimple = false;
+                            parent.haut.NAVIG_afficheLien(oItem.codeItem, "");
+                        }
+                    } catch (e) {
+                    }
+                }
+                if (afficheSimple) {
+                    SCO_enrHistorique(true);
+                    window.contenu.location = srcD;
+                }
+            }
+        } else {
+            var position = "width=" + largeur + ",height=" + hauteur + ",left=" + decalx + ",top=" + decaly + ",screenX=" + decalx + ",screenY=" + decaly;
+            var optMenubar = 'no';
+            if ((type == 'doc') || (type == 'xls')) {
+                optMenubar = 'yes';
+            }
+            fenDoc = window.open(srcD, nomFen, 'scrollbars=yes,toolbar=no,status=no,menubar=' + optMenubar + ',' + position + ',resizable=yes');
+            var titreDoc = code + "." + type;
+            if (oSco.document) {
+                titreDoc = oSco.titre;
+            }
+            titreFenDoc(titreDoc);
+            setTimeout("titreFenDoc('" + titreDoc + "');fenDoc.focus()", 200);
+        }
+    }
+}
+
+function titreFenDoc(nom) {
+    try {
+        fenDoc.document.title = nom;
+    } catch (e) {
+    }
+}
+
+function donneLex(num) {
+    return lexique.lexs[num];
+}
+
+function donneTitreStage() {
+    return (oSco.titreStage);
+}
+
+function donneLangue() {
+    return (oSco.langue);
+}
+
+function donneNomModuleCourant() {
+    return (oSco.nomModuleCourant);
+}
+
+function donneNomUtilisateur() {
+    var res = '';
+    var nom = doLMSGetValue("cmi.core.student_name");
+    var indexVirg = nom.indexOf(',');
+    if (indexVirg > 0) {
+        res = nom.substring(indexVirg + 1, nom.length) + ' ' + nom.substring(0, indexVirg);
+    } else {
+        res = nom;
+    }
+    return res;
+}
+
+function donneDateCourante() {
+    return (oSco.donneDate(parent.oSco.dateCourante));
+}
+
+function donneCodeUtilisateur() {
+    return oSco.idUtil;
+}
+
+function donneDroits() {
+    return (oSco.nomEntreprise);
+}
+
+function donneVersion() {
+    return (oSco.version);
+}
+
+function donneNomEtapeCourante() {
+    return oSco.titre;
+}
+
+function SCO_tempsDepasse() {
+    var activeLimite = true;
+    if (oSco.etatEvaluation) {
+        if ((oSco.evaluation.etatCorrige) || (window.contenu.location.href.indexOf("/resultats.") > 0)) {
+            activeLimite = false;
+        }
+    }
+    if (activeLimite) {
+        var actionFin = doLMSGetValue("cmi.student_data.time_limit_action");
+        if (actionFin.indexOf("exit") == 0) {
+            SCO_termineCompteur();
+            temps0 = 0;
+        }
+        if (actionFin.indexOf(",message") > 0) {
+            alert(donneLex(63));
+        }
+        if (actionFin.indexOf("exit") == 0) {
+            valeurExit('time-out');
+            SCO_terminer();
+        }
+    }
+}
+
+function SCO_blocNotes() {
+    var oFen = window.open(RACINE_stage + "MosMtr/gen/blocNotes.htm", "blocNotes", "top=90,left=100,width=300,height=300,menubar=no,toolbar=no,resizable=no,status=no");
+    oFen.focus();
+}
+
+function SCO_chargerNotes() {
+    var lesnotes = doLMSGetValue("cmi.comments");
+    if (lesnotes != "") {
+        var tabP = lesnotes.split("[idPg]");
+        for (var i = 0; i < tabP.length; i++) {
+            var stmp = tabP[i];
+            var premdpoints = stmp.indexOf(":");
+            if (premdpoints > 0) {
+                var oPg = oSco.donnePage(oSco.numeroPage(stmp.substring(0, premdpoints)));
+                if (oPg != null) {
+                    oPg.notes = stmp.substring(premdpoints + 1);
+                }
+            }
+        }
+    }
+}
+
+function SCO_exportNotes() {
+    var res = "";
+    for (var i = 0; i < oSco.tabPages.length; i++) {
+        var oPg = oSco.tabPages[i];
+        if (oPg.notes != "") {
+            res += "[idPg]" + oPg.code + ":" + oPg.notes;
+        }
+    }
+    doLMSSetValue("cmi.comments", res);
+}/* Classe Lexique */
+function ICLexique() {
+    this.lexs;
+    this.init = LEXO_init;
+    this.ajLex = LEX_ajouterLex;
+}
+
+function LEXO_init() {
+    this.lexs = new Array();
+}
+
+function LEX_ajouterLex(id, lex) {
+    this.lexs[id] = lex;
+}
+
+function SCO_donneParam(nomP) {
+    var res = '';
+    var params = window.location.search;
+    if ((params != "") && (params.indexOf('%26') > 0)) {
+        params = params.replace(/%26/, '&');
+    }
+    var ind = params.indexOf(nomP + '=');
+    if (ind > 0) {
+        var reste = params.substring(ind + nomP.length + 1);
+        var indexFin = reste.indexOf('&');
+        if (indexFin < 0) {
+            indexFin = params.length;
+        }
+        res = reste.substring(0, indexFin);
+    } else if ((nomP == "idU") && (top.window != window)) {
+        try {
+            res = top.donneParam(nomP);
+        } catch (e) {
+        }
+    }
+    return res;
+}
+
+function SCO_dernierePageVue(efface) {
+    var codeRes = '';
+    if (listePagesVues != ",") {
+        var codeCourant = oSco.donnePage(oSco.numPageCourante).code;
+        var tabP = listePagesVues.substring(1).split(",");
+        var n = tabP.length;
+        var depart = false;
+        var gardeN = -1;
+        while (n > 0) {
+            n--;
+            if (tabP[n] == codeCourant) {
+                depart = true;
+            } else if (depart) {
+                codeRes = tabP[n];
+                gardeN = n;
+                n = -1;
+            }
+        }
+        if (efface && (gardeN > 0)) {
+            listePagesVues = ",";
+            n = 0;
+            while (n < gardeN) {
+                listePagesVues += tabP[n] + ",";
+                n++;
+            }
+        }
+    }
+    if (efface) {
+        pagePrecHisto = oSco.donnePage(oSco.numPageCourante).code;
+    }
+    return codeRes;
+}
diff --git a/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/enveloppeAPI.js b/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/enveloppeAPI.js
index e65ddd6c9cbc64239a0ce2dad62034fa015308a0..79304801fb12a4c73de7d8cec017ce377f639da7 100755
--- a/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/enveloppeAPI.js
+++ b/Basilisk/MACAO/macao_12/MosMtr/scripts/sco/enveloppeAPI.js
@@ -1 +1,182 @@
-var _Debug = false; var _NoError = '0';var _GeneralException = '101';var _ServerBusy = '102';var _InvalidArgumentError = '201';var _ElementCannotHaveChildren = '202';var _ElementIsNotAnArray = '203';var _NotInitialized = '301';var _NotImplementedError = '401';var _InvalidSetValue = '402';var _ElementIsReadOnly = '403';var _ElementIsWriteOnly = '404';var _IncorrectDataType = '405';var apiHandle = null;var findAPITries = 0;var modifCmi=false;var adrMosSrv='http://localhost/MosV4/MosSrv/ressources/html/SCO_API.htm';function doLMSInitialize(){if ((parent.lms_frame!=null)&&(parent.rco_frame!=null)){try {API=parent.lms_frame.document.API;} catch(e){}} else { API = getAPIHandle(); } if (API == null) { return "false"; }var result= API.LMSInitialize(""); if (result.toString() != "true"){ var err = ErrorHandler(); } return result.toString();}function doLMSFinish(){ var result=""; if (API!=null){ result = API.LMSFinish(""); if (result.toString() != "true"){ var err = ErrorHandler(); } } try {window.contenu.desactiverBoutonSuivant();}catch(e){} return result.toString();}function doLMSGetValue(name){if (!agirSurLMS){return "";} if (API == null){ window.status="Unable to locate the LMS's API Implementation.\nLMSGetValue was not successful."; return ""; } else if (!etatSortie) { var value = API.LMSGetValue(name); var errCode = API.LMSGetLastError().toString(); if (errCode != _NoError) { var errDescription = API.LMSGetErrorString(errCode); window.status="LMSGetValue("+name+") failed. \n"+ errDescription; return ""; } else { return value.toString(); } }}function doLMSSetValue(name,value){ if (API == null){ window.status="Unable to locate the LMS's API Implementation.\nLMSSetValue was not successful."; }else if (!etatSortie) { var result = API.LMSSetValue(name, value); if (result.toString() != "true"){ var err = ErrorHandler(); } else { modifCmi=true; } }}function doLMSCommit(){var result=""; if (API == null){ window.status="Unable to locate the LMS's API Implementation.\nLMSCommit was not successful."; return "false"; }else { if (modifCmi){ result = API.LMSCommit(""); modifCmi=false; if (result != "true"){ var err = ErrorHandler(); } } } return result.toString();}function doLMSGetLastError(){ if (API == null){ window.status="Unable to locate the LMS's API Implementation.\nLMSGetLastError was not successful."; return _GeneralError; } else { return API.LMSGetLastError().toString(); }}function doLMSGetErrorString(errorCode){ if (API == null){ window.status="Unable to locate the LMS's API Implementation.\nLMSGetErrorString was not successful."; } return API.LMSGetErrorString(errorCode).toString();}function LMSIsInitialized(){ if (API == null) { window.status="Unable to locate the LMS's API Implementation.\nLMSIsInitialized() failed."; return false; } else { var value = API.LMSGetValue("cmi.core.student_name"); var errCode = API.LMSGetLastError().toString(); if (errCode == _NotInitialized) { return false; } else { return true; } }}function ErrorHandler(){ if (API == null) { window.status="Unable to locate the LMS's API Implementation.\nCannot determine LMS error code."; return false; } var errCode = API.LMSGetLastError().toString(); if (errCode != _NoError) { var errDescription = API.LMSGetErrorString(errCode); if (_Debug == true) { errDescription += "\n"; errDescription += API.LMSGetDiagnostic(null); } window.status=errDescription; } return errCode;}function getAPIHandle(){ if (apiHandle == null){ try { apiHandle = getAPI(); } catch(e){} } return apiHandle;}function findAPI(win){ while ((win.API == null) && (win.parent != null) && (win.parent != win)) { findAPITries++; if (findAPITries > 7) { window.status="Error finding API -- too deeply nested."; return null; } win = win.parent; } return win.API;}function getAPI(){ var theAPI = findAPI(window); if ((theAPI == null) && (window.opener != null) && (typeof(window.opener) != "undefined")){ theAPI = findAPI(window.opener); } if (theAPI == null){ window.status="Unable to find an API adapter"; } return theAPI;}
+var _Debug = false;
+var _NoError = '0';
+var _GeneralException = '101';
+var _ServerBusy = '102';
+var _InvalidArgumentError = '201';
+var _ElementCannotHaveChildren = '202';
+var _ElementIsNotAnArray = '203';
+var _NotInitialized = '301';
+var _NotImplementedError = '401';
+var _InvalidSetValue = '402';
+var _ElementIsReadOnly = '403';
+var _ElementIsWriteOnly = '404';
+var _IncorrectDataType = '405';
+var apiHandle = null;
+var findAPITries = 0;
+var modifCmi = false;
+var adrMosSrv = 'http://localhost/MosV4/MosSrv/ressources/html/SCO_API.htm';
+
+function doLMSInitialize() {
+    if ((parent.lms_frame != null) && (parent.rco_frame != null)) {
+        try {
+            API = parent.lms_frame.document.API;
+        } catch (e) {
+        }
+    } else {
+        API = getAPIHandle();
+    }
+    if (API == null) {
+        return "false";
+    }
+    var result = API.LMSInitialize("");
+    if (result.toString() != "true") {
+        var err = ErrorHandler();
+    }
+    return result.toString();
+}
+
+function doLMSFinish() {
+    var result = "";
+    if (API != null) {
+        result = API.LMSFinish("");
+        if (result.toString() != "true") {
+            var err = ErrorHandler();
+        }
+    }
+    try {
+        window.contenu.desactiverBoutonSuivant();
+    } catch (e) {
+    }
+    return result.toString();
+}
+
+function doLMSGetValue(name) {
+    if (!agirSurLMS) {
+        return "";
+    }
+    if (API == null) {
+        window.status = "Unable to locate the LMS's API Implementation.\nLMSGetValue was not successful.";
+        return "";
+    } else if (!etatSortie) {
+        var value = API.LMSGetValue(name);
+        var errCode = API.LMSGetLastError().toString();
+        if (errCode != _NoError) {
+            var errDescription = API.LMSGetErrorString(errCode);
+            window.status = "LMSGetValue(" + name + ") failed. \n" + errDescription;
+            return "";
+        } else {
+            return value.toString();
+        }
+    }
+}
+
+function doLMSSetValue(name, value) {
+    if (API == null) {
+        window.status = "Unable to locate the LMS's API Implementation.\nLMSSetValue was not successful.";
+    } else if (!etatSortie) {
+        var result = API.LMSSetValue(name, value);
+        if (result.toString() != "true") {
+            var err = ErrorHandler();
+        } else {
+            modifCmi = true;
+        }
+    }
+}
+
+function doLMSCommit() {
+    var result = "";
+    if (API == null) {
+        window.status = "Unable to locate the LMS's API Implementation.\nLMSCommit was not successful.";
+        return "false";
+    } else {
+        if (modifCmi) {
+            result = API.LMSCommit("");
+            modifCmi = false;
+            if (result != "true") {
+                var err = ErrorHandler();
+            }
+        }
+    }
+    return result.toString();
+}
+
+function doLMSGetLastError() {
+    if (API == null) {
+        window.status = "Unable to locate the LMS's API Implementation.\nLMSGetLastError was not successful.";
+        return _GeneralError;
+    } else {
+        return API.LMSGetLastError().toString();
+    }
+}
+
+function doLMSGetErrorString(errorCode) {
+    if (API == null) {
+        window.status = "Unable to locate the LMS's API Implementation.\nLMSGetErrorString was not successful.";
+    }
+    return API.LMSGetErrorString(errorCode).toString();
+}
+
+function LMSIsInitialized() {
+    if (API == null) {
+        window.status = "Unable to locate the LMS's API Implementation.\nLMSIsInitialized() failed.";
+        return false;
+    } else {
+        var value = API.LMSGetValue("cmi.core.student_name");
+        var errCode = API.LMSGetLastError().toString();
+        if (errCode == _NotInitialized) {
+            return false;
+        } else {
+            return true;
+        }
+    }
+}
+
+function ErrorHandler() {
+    if (API == null) {
+        window.status = "Unable to locate the LMS's API Implementation.\nCannot determine LMS error code.";
+        return false;
+    }
+    var errCode = API.LMSGetLastError().toString();
+    if (errCode != _NoError) {
+        var errDescription = API.LMSGetErrorString(errCode);
+        if (_Debug == true) {
+            errDescription += "\n";
+            errDescription += API.LMSGetDiagnostic(null);
+        }
+        window.status = errDescription;
+    }
+    return errCode;
+}
+
+function getAPIHandle() {
+    if (apiHandle == null) {
+        try {
+            apiHandle = getAPI();
+        } catch (e) {
+        }
+    }
+    return apiHandle;
+}
+
+function findAPI(win) {
+    while ((win.API == null) && (win.parent != null) && (win.parent != win)) {
+        findAPITries++;
+        if (findAPITries > 7) {
+            window.status = "Error finding API -- too deeply nested.";
+            return null;
+        }
+        win = win.parent;
+    }
+    return win.API;
+}
+
+function getAPI() {
+    var theAPI = findAPI(window);
+    if ((theAPI == null) && (window.opener != null) && (typeof (window.opener) != "undefined")) {
+        theAPI = findAPI(window.opener);
+    }
+    if (theAPI == null) {
+        window.status = "Unable to find an API adapter";
+    }
+    return theAPI;
+}
diff --git a/Basilisk/MACAO/macao_12/adlcp_rootv1p2.xsd b/Basilisk/MACAO/macao_12/adlcp_rootv1p2.xsd
index 0a8bd25204c01f55c1e1146460db2701961986ae..af24aee498c59d792b9e8042028a764993daf0d2 100755
--- a/Basilisk/MACAO/macao_12/adlcp_rootv1p2.xsd
+++ b/Basilisk/MACAO/macao_12/adlcp_rootv1p2.xsd
@@ -1 +1,85 @@
-<?xml version="1.0"?><xsd:schema xmlns="http://www.adlnet.org/xsd/adlcp_rootv1p2" targetNamespace="http://www.adlnet.org/xsd/adlcp_rootv1p2" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:imscp="http://www.imsproject.org/xsd/imscp_rootv1p1p2" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified" version="ADL Version 1.2"> <xsd:import namespace="http://www.imsproject.org/xsd/imscp_rootv1p1p2" schemaLocation="imscp_rootv1p1p2.xsd"/> <xsd:element name="location" type="locationType"/> <xsd:element name="prerequisites" type="prerequisitesType"/> <xsd:element name="maxtimeallowed" type="maxtimeallowedType"/> <xsd:element name="timelimitaction" type="timelimitactionType"/> <xsd:element name="datafromlms" type="datafromlmsType"/> <xsd:element name="masteryscore" type="masteryscoreType"/> <xsd:element name="schema" type="newSchemaType"/> <xsd:simpleType name="newSchemaType"> <xsd:restriction base="imscp:schemaType">  <xsd:enumeration value="ADL SCORM"/> </xsd:restriction> </xsd:simpleType> <xsd:element name="schemaversion" type="newSchemaversionType"/> <xsd:simpleType name="newSchemaversionType"> <xsd:restriction base="imscp:schemaversionType">  <xsd:enumeration value="1.2"/> </xsd:restriction> </xsd:simpleType> <xsd:attribute name="scormtype"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="asset"/> <xsd:enumeration value="sco"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:simpleType name="locationType"> <xsd:restriction base="xsd:string">  <xsd:maxLength value="2000"/> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="prerequisitesType"> <xsd:simpleContent>  <xsd:extension base="prerequisiteStringType"> <xsd:attributeGroup ref="attr.prerequisitetype"/>  </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:attributeGroup name="attr.prerequisitetype"> <xsd:attribute name="type" use="required">  <xsd:simpleType> <xsd:restriction base="xsd:string">  <xsd:enumeration value="aicc_script"/> </xsd:restriction>  </xsd:simpleType> </xsd:attribute> </xsd:attributeGroup> <xsd:simpleType name="maxtimeallowedType"> <xsd:restriction base="xsd:string">  <xsd:maxLength value="13"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="timelimitactionType"> <xsd:restriction base="stringType">  <xsd:enumeration value="exit,no message"/>  <xsd:enumeration value="exit,message"/>  <xsd:enumeration value="continue,no message"/>  <xsd:enumeration value="continue,message"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="datafromlmsType"> <xsd:restriction base="xsd:string">  <xsd:maxLength value="255"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="masteryscoreType"> <xsd:restriction base="xsd:string">  <xsd:maxLength value="200"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="stringType"> <xsd:restriction base="xsd:string"/> </xsd:simpleType> <xsd:simpleType name="prerequisiteStringType"> <xsd:restriction base="xsd:string"> <xsd:maxLength value="200"/> </xsd:restriction> </xsd:simpleType></xsd:schema>
\ No newline at end of file
+<?xml version="1.0"?>
+<xsd:schema xmlns="http://www.adlnet.org/xsd/adlcp_rootv1p2" targetNamespace="http://www.adlnet.org/xsd/adlcp_rootv1p2"
+            xmlns:xml="http://www.w3.org/XML/1998/namespace"
+            xmlns:imscp="http://www.imsproject.org/xsd/imscp_rootv1p1p2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+            elementFormDefault="unqualified" version="ADL Version 1.2">
+    <xsd:import namespace="http://www.imsproject.org/xsd/imscp_rootv1p1p2" schemaLocation="imscp_rootv1p1p2.xsd"/>
+    <xsd:element name="location" type="locationType"/>
+    <xsd:element name="prerequisites" type="prerequisitesType"/>
+    <xsd:element name="maxtimeallowed" type="maxtimeallowedType"/>
+    <xsd:element name="timelimitaction" type="timelimitactionType"/>
+    <xsd:element name="datafromlms" type="datafromlmsType"/>
+    <xsd:element name="masteryscore" type="masteryscoreType"/>
+    <xsd:element name="schema" type="newSchemaType"/>
+    <xsd:simpleType name="newSchemaType">
+        <xsd:restriction base="imscp:schemaType">
+            <xsd:enumeration value="ADL SCORM"/>
+        </xsd:restriction>
+    </xsd:simpleType>
+    <xsd:element name="schemaversion" type="newSchemaversionType"/>
+    <xsd:simpleType name="newSchemaversionType">
+        <xsd:restriction base="imscp:schemaversionType">
+            <xsd:enumeration value="1.2"/>
+        </xsd:restriction>
+    </xsd:simpleType>
+    <xsd:attribute name="scormtype">
+        <xsd:simpleType>
+            <xsd:restriction base="xsd:string">
+                <xsd:enumeration value="asset"/>
+                <xsd:enumeration value="sco"/>
+            </xsd:restriction>
+        </xsd:simpleType>
+    </xsd:attribute>
+    <xsd:simpleType name="locationType">
+        <xsd:restriction base="xsd:string">
+            <xsd:maxLength value="2000"/>
+        </xsd:restriction>
+    </xsd:simpleType>
+    <xsd:complexType name="prerequisitesType">
+        <xsd:simpleContent>
+            <xsd:extension base="prerequisiteStringType">
+                <xsd:attributeGroup ref="attr.prerequisitetype"/>
+            </xsd:extension>
+        </xsd:simpleContent>
+    </xsd:complexType>
+    <xsd:attributeGroup name="attr.prerequisitetype">
+        <xsd:attribute name="type" use="required">
+            <xsd:simpleType>
+                <xsd:restriction base="xsd:string">
+                    <xsd:enumeration value="aicc_script"/>
+                </xsd:restriction>
+            </xsd:simpleType>
+        </xsd:attribute>
+    </xsd:attributeGroup>
+    <xsd:simpleType name="maxtimeallowedType">
+        <xsd:restriction base="xsd:string">
+            <xsd:maxLength value="13"/>
+        </xsd:restriction>
+    </xsd:simpleType>
+    <xsd:simpleType name="timelimitactionType">
+        <xsd:restriction base="stringType">
+            <xsd:enumeration value="exit,no message"/>
+            <xsd:enumeration value="exit,message"/>
+            <xsd:enumeration value="continue,no message"/>
+            <xsd:enumeration value="continue,message"/>
+        </xsd:restriction>
+    </xsd:simpleType>
+    <xsd:simpleType name="datafromlmsType">
+        <xsd:restriction base="xsd:string">
+            <xsd:maxLength value="255"/>
+        </xsd:restriction>
+    </xsd:simpleType>
+    <xsd:simpleType name="masteryscoreType">
+        <xsd:restriction base="xsd:string">
+            <xsd:maxLength value="200"/>
+        </xsd:restriction>
+    </xsd:simpleType>
+    <xsd:simpleType name="stringType">
+        <xsd:restriction base="xsd:string"/>
+    </xsd:simpleType>
+    <xsd:simpleType name="prerequisiteStringType">
+        <xsd:restriction base="xsd:string">
+            <xsd:maxLength value="200"/>
+        </xsd:restriction>
+    </xsd:simpleType>
+</xsd:schema>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/glossaire/accueil.html b/Basilisk/MACAO/macao_12/contenu/glossaire/accueil.html
index 2b9dc5508e75e4bcf60f4daa32adc3d7c2f8e9a6..99b07e2df6421bb2c9de2d13c844b5acc69a858a 100755
--- a/Basilisk/MACAO/macao_12/contenu/glossaire/accueil.html
+++ b/Basilisk/MACAO/macao_12/contenu/glossaire/accueil.html
@@ -1 +1,24 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Accueil Glossaire</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireContenu.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script>function donneLex(n){return parent.liste.donneLex(n);}</script></head><body class="STY_fondAccueilGLO" onload="PF_ecritDocW()"><div style=" left: 48px; width: 454px; position: absolute; top: 35px; height: 97px"><div id="STY_titreFormationGLOAcc" class="STY_titreFormationGLOAcc"><script>ajDocW(parent.liste.GLO_donneTitreStage())</script></div><br><div id="LEX_0" style="DISPLAY: inline; FONT-WEIGHT: bold; FONT-SIZE: 20px"><script>ajDocW(donneLex(0))</script></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Accueil Glossaire</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireContenu.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script>function donneLex(n) {
+        return parent.liste.donneLex(n);
+    }</script>
+</head>
+<body class="STY_fondAccueilGLO" onload="PF_ecritDocW()">
+<div style=" left: 48px; width: 454px; position: absolute; top: 35px; height: 97px">
+    <div id="STY_titreFormationGLOAcc" class="STY_titreFormationGLOAcc">
+        <script>ajDocW(parent.liste.GLO_donneTitreStage())</script>
+    </div>
+    <br>
+    <div id="LEX_0" style="DISPLAY: inline; FONT-WEIGHT: bold; FONT-SIZE: 20px">
+        <script>ajDocW(donneLex(0))</script>
+    </div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/glossaire/contenu.html b/Basilisk/MACAO/macao_12/contenu/glossaire/contenu.html
index ba5e4a00e6076bb89eaad58428d24840489d6fe8..234ff137773876dfdd250cd588a7f0465f5c8594 100755
--- a/Basilisk/MACAO/macao_12/contenu/glossaire/contenu.html
+++ b/Basilisk/MACAO/macao_12/contenu/glossaire/contenu.html
@@ -1 +1,23 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Contenu</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireContenu.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/glossaire/contenuGlossaire.js"></script></head><body onload="charger()" class="STY_fondContenuGLO"><div id="STY_titreEntreeComplet" class="STY_titreEntreeComplet"></div><div id="STY_defEntreeComplet" class="STY_defEntreeComplet"></div><div id="STY_zoneAussiComplet" class="STY_zoneAussiComplet"><div id="LEX_18" style="DISPLAY: inline"><script>ajDocW(donneLex(18))</script></div> <div id="STY_voirAussiComplet" class="STY_voirAussiComplet"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Contenu</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireContenu.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/glossaire/contenuGlossaire.js"></script>
+</head>
+<body onload="charger()" class="STY_fondContenuGLO">
+<div id="STY_titreEntreeComplet" class="STY_titreEntreeComplet"></div>
+<div id="STY_defEntreeComplet" class="STY_defEntreeComplet"></div>
+<div id="STY_zoneAussiComplet" class="STY_zoneAussiComplet">
+    <div id="LEX_18" style="DISPLAY: inline">
+        <script>ajDocW(donneLex(18))</script>
+    </div>
+     
+    <div id="STY_voirAussiComplet" class="STY_voirAussiComplet"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/glossaire/glossaire.html b/Basilisk/MACAO/macao_12/contenu/glossaire/glossaire.html
index e65fbf30f9f9761c67e1f818ad12524faaf0d4ee..799891a0c928a51cd39600d56ba977fd0888b4fe 100755
--- a/Basilisk/MACAO/macao_12/contenu/glossaire/glossaire.html
+++ b/Basilisk/MACAO/macao_12/contenu/glossaire/glossaire.html
@@ -1 +1,91 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><title> </title><link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireDetail.css"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireListe.css"><script type="text/javascript" src="../../MosMtr/scripts/glossaire/ICglossaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/glossaire/ClasseGlossaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/ressources/langue/lexiqueGLO.js"></script><script type="text/javascript">var chemin_img;var glossaire;var lexique;lexique=new ICLexique();lexique.init();LEX_entrerLexs();var modeListe=true;var idMotCherche;var leTitre=new String(top.document.title);if (top.menu==null){if (window.opener.positionGloDetail==''){var sFEN_L='409';var sFEN_H='311';var sFEN_X='180';var sFEN_Y='150';var FEN_L,FEN_H,FEN_X,FEN_Y;if (sFEN_L!=''){FEN_L=parseInt(sFEN_L);}if (sFEN_H!=''){ FEN_H=parseInt(sFEN_H);}if (sFEN_X!=''){ FEN_X=parseInt(sFEN_X);}if (sFEN_Y!=''){ FEN_Y=parseInt(sFEN_Y);}if ((!isNaN(FEN_X))&&(!isNaN(FEN_Y))){top.window.moveTo(FEN_X,FEN_Y);}if ((!isNaN(FEN_L))&&(!isNaN(FEN_H))&&(FEN_L>0)&&(FEN_H>0)){top.window.resizeTo(FEN_L,FEN_H);}var oHTML=document.getElementsByTagName("html").item(0);FEN_L=parseInt(oHTML.offsetWidth);FEN_H=parseInt(oHTML.offsetHeight);if (isNaN(FEN_H)||(FEN_H==0)){FEN_L=window.innerWidth;FEN_H=window.innerHeight;}window.opener.positionGloDetail=FEN_X+","+FEN_Y+","+FEN_L+","+FEN_H;}idMotCherche=window.opener.donneIdMotCherche();modeListe=false;}function entrerDonnees(){chemin_img = "../../MosMtr/ressources/style/media/";idMotGloss="";var motGloss="";var defGloss="";var refGloss;var motTrouve=false;PF_ecritDocW();glossaire = new Glossaire();glossaire.init();if (modeListe){GLO_initListe();} else {GLO_initDetail(idMotCherche);}}</script></head><body onload="entrerDonnees()" style="margin:0px" oncontextmenu="return false"><div id="STY_fondListeGLO" class="STY_fondListeGLO" style="display:none; position:absolute; left:0;width:100%; height:100%"><div id="STY_zoneListe" class="STY_zoneListe"></div></div><div id="STY_fondDetailGLO" class="STY_fondDetailGLO" style="display:none; position:absolute; left:0;width:101%; height:101%;overflow:hidden"><div id="STY_titreEntreeDetail" class="STY_titreEntreeDetail"></div><div id="STY_defEntreeDetail" class="STY_defEntreeDetail" style="  width: 368px; height: 228px"></div></div><div style="display:none;visibility:hidden"></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <title> </title>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireDetail.css">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireListe.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/glossaire/ICglossaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/glossaire/ClasseGlossaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/langue/lexiqueGLO.js"></script>
+    <script type="text/javascript">var chemin_img;
+    var glossaire;
+    var lexique;
+    lexique = new ICLexique();
+    lexique.init();
+    LEX_entrerLexs();
+    var modeListe = true;
+    var idMotCherche;
+    var leTitre = new String(top.document.title);
+    if (top.menu == null) {
+        if (window.opener.positionGloDetail == '') {
+            var sFEN_L = '409';
+            var sFEN_H = '311';
+            var sFEN_X = '180';
+            var sFEN_Y = '150';
+            var FEN_L, FEN_H, FEN_X, FEN_Y;
+            if (sFEN_L != '') {
+                FEN_L = parseInt(sFEN_L);
+            }
+            if (sFEN_H != '') {
+                FEN_H = parseInt(sFEN_H);
+            }
+            if (sFEN_X != '') {
+                FEN_X = parseInt(sFEN_X);
+            }
+            if (sFEN_Y != '') {
+                FEN_Y = parseInt(sFEN_Y);
+            }
+            if ((!isNaN(FEN_X)) && (!isNaN(FEN_Y))) {
+                top.window.moveTo(FEN_X, FEN_Y);
+            }
+            if ((!isNaN(FEN_L)) && (!isNaN(FEN_H)) && (FEN_L > 0) && (FEN_H > 0)) {
+                top.window.resizeTo(FEN_L, FEN_H);
+            }
+            var oHTML = document.getElementsByTagName("html").item(0);
+            FEN_L = parseInt(oHTML.offsetWidth);
+            FEN_H = parseInt(oHTML.offsetHeight);
+            if (isNaN(FEN_H) || (FEN_H == 0)) {
+                FEN_L = window.innerWidth;
+                FEN_H = window.innerHeight;
+            }
+            window.opener.positionGloDetail = FEN_X + "," + FEN_Y + "," + FEN_L + "," + FEN_H;
+        }
+        idMotCherche = window.opener.donneIdMotCherche();
+        modeListe = false;
+    }
+
+    function entrerDonnees() {
+        chemin_img = "../../MosMtr/ressources/style/media/";
+        idMotGloss = "";
+        var motGloss = "";
+        var defGloss = "";
+        var refGloss;
+        var motTrouve = false;
+        PF_ecritDocW();
+        glossaire = new Glossaire();
+        glossaire.init();
+        if (modeListe) {
+            GLO_initListe();
+        } else {
+            GLO_initDetail(idMotCherche);
+        }
+    }</script>
+</head>
+<body onload="entrerDonnees()" style="margin:0px" oncontextmenu="return false">
+<div id="STY_fondListeGLO" class="STY_fondListeGLO"
+     style="display:none; position:absolute; left:0;width:100%; height:100%">
+    <div id="STY_zoneListe" class="STY_zoneListe"></div>
+</div>
+<div id="STY_fondDetailGLO" class="STY_fondDetailGLO"
+     style="display:none; position:absolute; left:0;width:101%; height:101%;overflow:hidden">
+    <div id="STY_titreEntreeDetail" class="STY_titreEntreeDetail"></div>
+    <div id="STY_defEntreeDetail" class="STY_defEntreeDetail" style="  width: 368px; height: 228px"></div>
+</div>
+<div style="display:none;visibility:hidden"></div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/glossaire/menu.html b/Basilisk/MACAO/macao_12/contenu/glossaire/menu.html
index eefcba6523e7ec4e8570c9e5f8f569d2abaa24d9..34e94c23fd57755e9b02b1a9eac607357770b87c 100755
--- a/Basilisk/MACAO/macao_12/contenu/glossaire/menu.html
+++ b/Basilisk/MACAO/macao_12/contenu/glossaire/menu.html
@@ -1 +1,18 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>menu</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireMenu.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript">function initMenu(){PF_affecterAlt();}function donneLex(num){return parent.liste.donneLex(num);}</script></head><body onload="initMenu()" class="STY_fondMenuGLO"></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>menu</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireMenu.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript">function initMenu() {
+        PF_affecterAlt();
+    }
+
+    function donneLex(num) {
+        return parent.liste.donneLex(num);
+    }</script>
+</head>
+<body onload="initMenu()" class="STY_fondMenuGLO"></body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/glossaire/recherche.html b/Basilisk/MACAO/macao_12/contenu/glossaire/recherche.html
index 6cd199168dd771abe23e8bb80b78db0a6292ef7b..170f18a8ac0b33b9a0301db81b7a971c21c8166a 100755
--- a/Basilisk/MACAO/macao_12/contenu/glossaire/recherche.html
+++ b/Basilisk/MACAO/macao_12/contenu/glossaire/recherche.html
@@ -1 +1,15 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title> </title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/glossaireRecherche.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/glossaire/FenetreRecherche.js"></script><script>window.moveTo(,);window.resizeTo(,);</script></head><body onload="FEN_init()" class="STY_fondRechercheGLO"><a href="javascript:lancerRecherche()"></a><a href="javascript:window.close()"></a></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title> </title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/glossaireRecherche.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/glossaire/FenetreRecherche.js"></script>
+    <script>window.moveTo(,);
+    window.resizeTo(,);</script>
+</head>
+<body onload="FEN_init()" class="STY_fondRechercheGLO"><a href="javascript:lancerRecherche()"></a><a
+        href="javascript:window.close()"></a></body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/local/diplome.html b/Basilisk/MACAO/macao_12/contenu/local/diplome.html
index 2729ac1676d9251fa1a6382269eb474f82edb52b..716022d4e3323336be983d479d2a042d80a114a8 100755
--- a/Basilisk/MACAO/macao_12/contenu/local/diplome.html
+++ b/Basilisk/MACAO/macao_12/contenu/local/diplome.html
@@ -1 +1,86 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>window.resizeTo('682','450');window.moveTo('160','160');</script><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><script type="text/javascript" src="../../MosMtr/scripts/interface/ICdiplome.js"></script><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/diplome.css"></head><body class="STY_fondDiplome" onLoad="DIPL_init()"><div style=" display: inline; background-image: url(../../MosMtr/ressources/style/media/barredoc.gif); width: 28px; background-repeat: repeat-x; position: relative; top: 2px; height: 20px"></div><div id="STY_titreDIPL" class="STY_titreDIPL" style="  "></div><div id="STY_libelleDIPL" class="STY_libelleDIPL" style=" display: none; display:none"><div id="STY_nomUtilDIPL" class="STY_nomUtilDIPL" style="  "></div>  <div id="LEX_47" style=" display: inline; "><script>ajDocW(donneLex(47))</script></div>  <div id="STY_nomEtapeDIPL" class="STY_nomEtapeDIPL" style="  "><script>ajDocW(window.opener.donneNomEtapeCourante())</script></div><br><div id="LEX_48" style=" display: inline; "><script>ajDocW(donneLex(48))</script></div>  <div id="STY_titreFormationDIPL" class="STY_titreFormationDIPL" style="  "><script>ajDocW(window.opener.donneTitreStage())</script></div><br><div id="LEX_45" style=" display: inline; "><script>ajDocW(donneLex(45))</script></div>  <div id="STY_dateCouranteDIPL" class="STY_dateCouranteDIPL" style="  "><script>ajDocW(window.opener.donneDateCourante())</script></div>. </div><div style="border-right: #878787 0px solid; border-top: #808080 1px solid; font-size: 11px; left: 37px; border-left: #878787 0px solid; width: 169px; color: #404040; line-height: 18px; padding-top: 0px; border-bottom: #878787 0px solid; position: absolute; top: 354px; height: 65px"><div id="LEX_32" style=" display: inline; font-weight: bold; "><script>ajDocW(donneLex(32))</script></div><div id="LEX_61" style=" display: inline; "><script>ajDocW(donneLex(61))</script></div>  <div id="STY_scoreAtteintDIPL" class="STY_scoreAtteintDIPL" style="  "><script>ajDocW(donneScoreAtteint())</script></div>/ <div id="STY_scoreTotalDIPL" class="STY_scoreTotalDIPL" style="  "><script>ajDocW(window.opener.parent.oSco.evaluation.scoreTotal)</script></div> ( <div id="STY_pourcentAtteintDIPL" class="STY_pourcentAtteintDIPL" style="  "><script>ajDocW(donnePcAtteint())</script></div>%)<br><b>ID</b><div id="LEX_61" style=" display: inline; "><script>ajDocW(donneLex(61))</script></div>  <div id="STY_idUtilDIPL" class="STY_idUtilDIPL" style="  "></div></div><div id="STY_zoneNonImprimDIPL" class="STY_zoneNonImprimDIPL" style="  "><a name="FC_modifierNom" href="javascript:DIPL_modifierNom()"><div id="LEX_43" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(43))</script></div></a> -  <a name="FC_imprimer" href="javascript:DIPL_imprimer()"><div id="LEX_30" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(30))</script></div></a></div><div style=" left: 510px; width: 151px; position: absolute; top: 330px; height: 85px"><img src="../../MosMtr/ressources/style/media/pourdipl.gif" id="styImg1"></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>window.resizeTo('682', '450');
+    window.moveTo('160', '160');</script>
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/interface/ICdiplome.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/diplome.css">
+</head>
+<body class="STY_fondDiplome" onLoad="DIPL_init()">
+<div style=" display: inline; background-image: url(../../MosMtr/ressources/style/media/barredoc.gif); width: 28px; background-repeat: repeat-x; position: relative; top: 2px; height: 20px"></div>
+<div id="STY_titreDIPL" class="STY_titreDIPL" style="  "></div>
+<div id="STY_libelleDIPL" class="STY_libelleDIPL" style=" display: none; display:none">
+    <div id="STY_nomUtilDIPL" class="STY_nomUtilDIPL" style="  "></div>
+     
+    <div id="LEX_47" style=" display: inline; ">
+        <script>ajDocW(donneLex(47))</script>
+    </div>
+     
+    <div id="STY_nomEtapeDIPL" class="STY_nomEtapeDIPL" style="  ">
+        <script>ajDocW(window.opener.donneNomEtapeCourante())</script>
+    </div>
+    <br>
+    <div id="LEX_48" style=" display: inline; ">
+        <script>ajDocW(donneLex(48))</script>
+    </div>
+     
+    <div id="STY_titreFormationDIPL" class="STY_titreFormationDIPL" style="  ">
+        <script>ajDocW(window.opener.donneTitreStage())</script>
+    </div>
+    <br>
+    <div id="LEX_45" style=" display: inline; ">
+        <script>ajDocW(donneLex(45))</script>
+    </div>
+     
+    <div id="STY_dateCouranteDIPL" class="STY_dateCouranteDIPL" style="  ">
+        <script>ajDocW(window.opener.donneDateCourante())</script>
+    </div>
+    .
+</div>
+<div style="border-right: #878787 0px solid; border-top: #808080 1px solid; font-size: 11px; left: 37px; border-left: #878787 0px solid; width: 169px; color: #404040; line-height: 18px; padding-top: 0px; border-bottom: #878787 0px solid; position: absolute; top: 354px; height: 65px">
+    <div id="LEX_32" style=" display: inline; font-weight: bold; ">
+        <script>ajDocW(donneLex(32))</script>
+    </div>
+    <div id="LEX_61" style=" display: inline; ">
+        <script>ajDocW(donneLex(61))</script>
+    </div>
+     
+    <div id="STY_scoreAtteintDIPL" class="STY_scoreAtteintDIPL" style="  ">
+        <script>ajDocW(donneScoreAtteint())</script>
+    </div>
+    /
+    <div id="STY_scoreTotalDIPL" class="STY_scoreTotalDIPL" style="  ">
+        <script>ajDocW(window.opener.parent.oSco.evaluation.scoreTotal)</script>
+    </div>
+     (
+    <div id="STY_pourcentAtteintDIPL" class="STY_pourcentAtteintDIPL" style="  ">
+        <script>ajDocW(donnePcAtteint())</script>
+    </div>
+    %)<br><b>ID</b>
+    <div id="LEX_61" style=" display: inline; ">
+        <script>ajDocW(donneLex(61))</script>
+    </div>
+     
+    <div id="STY_idUtilDIPL" class="STY_idUtilDIPL" style="  "></div>
+</div>
+<div id="STY_zoneNonImprimDIPL" class="STY_zoneNonImprimDIPL" style="  "><a name="FC_modifierNom"
+                                                                            href="javascript:DIPL_modifierNom()">
+    <div id="LEX_43" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(43))</script>
+    </div>
+</a> -  <a name="FC_imprimer" href="javascript:DIPL_imprimer()">
+    <div id="LEX_30" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(30))</script>
+    </div>
+</a></div>
+<div style=" left: 510px; width: 151px; position: absolute; top: 330px; height: 85px"><img
+        src="../../MosMtr/ressources/style/media/pourdipl.gif" id="styImg1"></div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/local/menuLMS.html b/Basilisk/MACAO/macao_12/contenu/local/menuLMS.html
index 4e0bda2fa06e628729aac04f3b4234b05bfb8fc4..e9c4dab322d1dbae2fab2bc65540b78e27ef0a5e 100755
--- a/Basilisk/MACAO/macao_12/contenu/local/menuLMS.html
+++ b/Basilisk/MACAO/macao_12/contenu/local/menuLMS.html
@@ -1 +1,24 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>plan LMS</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/menuLMS.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/interface/menuLMS.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script></head><body ondragstart="return false" class="STY_fondMenuLMS" onload="initMenu()"><a href="javascript:top.planLMS.PLAN_basculerTout('block')"></a><div style=" background-position: right top; left: 5px; width: 32px; position: absolute; top: 2px; height: 26px"><a name="FC_basculerPlanLMS" href="javascript:top.planLMS.PLAN_basculePlan()"></a><a name="FC_basculerItemsLMS" href="javascript:top.planLMS.PLAN_basculeItems()" onmouseover="PF_survol('styImg3',0)" onmouseout="PF_survol('styImg3',1)"><img hspace="50" border="0" src="../../MosMtr/ressources/style/media/items_survl0.gif" title="LEX_18" width="25" height="26" id="styImg3"></a><a name="FC_precHisto" href="javascript:top.LMS_precedentHistorique()"></a></div> </body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>plan LMS</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/menuLMS.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/interface/menuLMS.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+</head>
+<body ondragstart="return false" class="STY_fondMenuLMS" onload="initMenu()"><a
+        href="javascript:top.planLMS.PLAN_basculerTout('block')"></a>
+<div style=" background-position: right top; left: 5px; width: 32px; position: absolute; top: 2px; height: 26px"><a
+        name="FC_basculerPlanLMS" href="javascript:top.planLMS.PLAN_basculePlan()"></a><a name="FC_basculerItemsLMS"
+                                                                                          href="javascript:top.planLMS.PLAN_basculeItems()"
+                                                                                          onmouseover="PF_survol('styImg3',0)"
+                                                                                          onmouseout="PF_survol('styImg3',1)"><img
+        hspace="50" border="0" src="../../MosMtr/ressources/style/media/items_survl0.gif" title="LEX_18" width="25"
+        height="26" id="styImg3"></a><a name="FC_precHisto" href="javascript:top.LMS_precedentHistorique()"></a></div>
+ 
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/local/resultats.html b/Basilisk/MACAO/macao_12/contenu/local/resultats.html
index 83d5d3e51c2d26ddccf21f1bf4b4a4d1e1ace309..c551569c9b3504828e4ea88c1e605bdaa6e0131f 100755
--- a/Basilisk/MACAO/macao_12/contenu/local/resultats.html
+++ b/Basilisk/MACAO/macao_12/contenu/local/resultats.html
@@ -1 +1,155 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Resultats</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();var existeMosMap=false;var format_btn="gif";</script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/resultats.css"><script type="text/javascript" src="../../MosMtr/scripts/interface/ICresultats.js"></script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY36_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY36_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY36_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY39_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY39_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY39_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY18_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY18_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY18_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="RES_init()"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px"></div></td></tr></TBODY></table></div><div style=" left: 80%; background-image: url(../../MosMtr/ressources/style/media/barrebouton1.gif); width: 163px; background-repeat: no-repeat; position: absolute; top: 90%; height: 82px"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 40px; height: 20px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 40px; height: 20px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 40px; height: 20px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 40px; height: 20px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="PanDetails" style=" display: none; left: 65px; width: 52.69%; line-height: 28px; position: absolute; top: 15.02%; height: 77.74%"><div id="STY_commentaireRes" class="STY_commentaireRes" style="  "></div><div id="STY_zoneLienDiplome" class="STY_zoneLienDiplome" style=" display: none; ;display:none"><a name="FC_ouvreDiplome" href="javascript:RES_ouvrirDiplome()"><img align="left" hspace="6" border="0" src="../../MosMtr/ressources/style/media/diplom.gif" width="66" height="62" id="styImg1"><font color="#0000ff"></font></a><a name="FC_ouvreDiplome" href="javascript:RES_ouvrirDiplome()"><div id="LEX_41" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(41))</script></div></a></div><div id="STY_zoneSuccesEval" class="STY_zoneSuccesEval" style=" display: none; ;display:none"><script type="text/javascript">ajDocW(PF_clipAV('clipSTY36','bonhomej2.swf','80','80','true','Flash','false','','wmode:transparent',''));</script></div><div id="STY_zoneEchecEval" class="STY_zoneEchecEval" style=" display: none; ;display:none"><script type="text/javascript">ajDocW(PF_clipAV('clipSTY39','bonhomer2.swf','80','80','true','Flash','false','','wmode:transparent',''));</script></div><br><div id="STY_detailsRes" class="STY_detailsRes" style="border-top-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px"></div></div><div style=" font-size: 13px; left: 79%; color: #ffffff; position: absolute; top: 12.81%; height: 63.67%">      <div id="LEX_32" style=" display: inline; font-weight: bold; "><script>ajDocW(donneLex(32))</script></div><div id="LEX_61" style=" display: inline; "><script>ajDocW(donneLex(61))</script></div><br><br><script type="text/javascript">ajDocW(PF_clipAV('clipSTY18','S_montrescore.swf','230','330','true','Flash','false','','wmode:transparent;quality:high',''));</script><br></div><div style=" font-size: 13px; left: 75%; width: 25%; position: absolute; top: 61.83%; height: 10.57%; text-align: center"><div id="LEX_34" style=" display: inline; "><script>ajDocW(donneLex(34))</script></div><div id="LEX_61" style=" display: inline; "><script>ajDocW(donneLex(61))</script></div><br> <div id="STY_pourcentRequis" class="STY_pourcentRequis" style="  "><script>ajDocW(parent.oSco.evaluation.pourcentageRequis)</script></div>%</div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Resultats</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();
+    var existeMosMap = false;
+    var format_btn = "gif";</script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/resultats.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/interface/ICresultats.js"></script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY36_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY36_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY36_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY39_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY39_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY39_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY18_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY18_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY18_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="RES_init()">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px"></div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div style=" left: 80%; background-image: url(../../MosMtr/ressources/style/media/barrebouton1.gif); width: 163px; background-repeat: no-repeat; position: absolute; top: 90%; height: 82px">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 40px; height: 20px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 40px; height: 20px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 40px; height: 20px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 40px; height: 20px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="PanDetails"
+     style=" display: none; left: 65px; width: 52.69%; line-height: 28px; position: absolute; top: 15.02%; height: 77.74%">
+    <div id="STY_commentaireRes" class="STY_commentaireRes" style="  "></div>
+    <div id="STY_zoneLienDiplome" class="STY_zoneLienDiplome" style=" display: none; ;display:none"><a
+            name="FC_ouvreDiplome" href="javascript:RES_ouvrirDiplome()"><img align="left" hspace="6" border="0"
+                                                                              src="../../MosMtr/ressources/style/media/diplom.gif"
+                                                                              width="66" height="62" id="styImg1"><font
+            color="#0000ff"></font></a><a name="FC_ouvreDiplome" href="javascript:RES_ouvrirDiplome()">
+        <div id="LEX_41" style=" display: inline; color: #a60a69; ">
+            <script>ajDocW(donneLex(41))</script>
+        </div>
+    </a></div>
+    <div id="STY_zoneSuccesEval" class="STY_zoneSuccesEval" style=" display: none; ;display:none">
+        <script type="text/javascript">ajDocW(PF_clipAV('clipSTY36', 'bonhomej2.swf', '80', '80', 'true', 'Flash', 'false', '', 'wmode:transparent', ''));</script>
+    </div>
+    <div id="STY_zoneEchecEval" class="STY_zoneEchecEval" style=" display: none; ;display:none">
+        <script type="text/javascript">ajDocW(PF_clipAV('clipSTY39', 'bonhomer2.swf', '80', '80', 'true', 'Flash', 'false', '', 'wmode:transparent', ''));</script>
+    </div>
+    <br>
+    <div id="STY_detailsRes" class="STY_detailsRes"
+         style="border-top-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px"></div>
+</div>
+<div style=" font-size: 13px; left: 79%; color: #ffffff; position: absolute; top: 12.81%; height: 63.67%">     
+    <div id="LEX_32" style=" display: inline; font-weight: bold; ">
+        <script>ajDocW(donneLex(32))</script>
+    </div>
+    <div id="LEX_61" style=" display: inline; ">
+        <script>ajDocW(donneLex(61))</script>
+    </div>
+    <br><br>
+    <script type="text/javascript">ajDocW(PF_clipAV('clipSTY18', 'S_montrescore.swf', '230', '330', 'true', 'Flash', 'false', '', 'wmode:transparent;quality:high', ''));</script>
+    <br></div>
+<div style=" font-size: 13px; left: 75%; width: 25%; position: absolute; top: 61.83%; height: 10.57%; text-align: center">
+    <div id="LEX_34" style=" display: inline; ">
+        <script>ajDocW(donneLex(34))</script>
+    </div>
+    <div id="LEX_61" style=" display: inline; ">
+        <script>ajDocW(donneLex(61))</script>
+    </div>
+    <br> 
+    <div id="STY_pourcentRequis" class="STY_pourcentRequis" style="  ">
+        <script>ajDocW(parent.oSco.evaluation.pourcentageRequis)</script>
+    </div>
+    %
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/consonne.htm b/Basilisk/MACAO/macao_12/contenu/pages/consonne.htm
index 4687d949252b0740279bb12099a1adbe59a41230..0364c91768cfbc947bd628b6b565eef425e81713 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/consonne.htm
+++ b/Basilisk/MACAO/macao_12/contenu/pages/consonne.htm
@@ -1,41 +1,69 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+        "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Les consonnes</title>
-<style type="text/css">
-<!--
-.Style9 {font-size: 9pt; color: #a60a69; font-family: Verdana, Arial, Helvetica, sans-serif;}
-body {
-	background-color: #ecf0d7;
-}
-.Style12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; }
-.Style14 {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-}
-.Style15 {font-size: 9pt}
-.Style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; font-weight: bold; }
--->
-</style>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>Les consonnes</title>
+    <style type="text/css">
+        <!--
+        .Style9 {
+            font-size: 9pt;
+            color: #a60a69;
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+        }
+
+        body {
+            background-color: #ecf0d7;
+        }
+
+        .Style12 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+        }
+
+        .Style14 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+        }
+
+        .Style15 {
+            font-size: 9pt
+        }
+
+        .Style16 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+            font-weight: bold;
+        }
+
+        -->
+    </style>
 </head>
 
 <body>
 <table width="430" border="0">
-  <tr>
-    <td> <div align="right"><span class="MsoNormal Style15"></span>
-        </div>
-      <p align="center" class="Style16">&nbsp;      </p>
-      <p align="justify" class="Style14">L'anglais comporte 23 consonnes. Pour en &eacute;couter, cliquez sur  le haut parleur. </p>
-      <p align="center" class="Style14">
-        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="80" height="40">
-          <param name="movie" value="pop_conson0322.swf">
-          <param name="quality" value="high">
-          <embed src="pop_conson0322.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="80" height="40"></embed>
-        </object>
-      </p></td>
-  </tr>
+    <tr>
+        <td>
+            <div align="right"><span class="MsoNormal Style15"></span>
+            </div>
+            <p align="center" class="Style16">&nbsp; </p>
+            <p align="justify" class="Style14">L'anglais comporte 23 consonnes. Pour en &eacute;couter, cliquez sur le
+                haut parleur. </p>
+            <p align="center" class="Style14">
+                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
+                        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
+                        width="80" height="40">
+                    <param name="movie" value="pop_conson0322.swf">
+                    <param name="quality" value="high">
+                    <embed src="pop_conson0322.swf" quality="high"
+                           pluginspage="http://www.macromedia.com/go/getflashplayer"
+                           type="application/x-shockwave-flash" width="80" height="40"></embed>
+                </object>
+            </p>
+        </td>
+    </tr>
 </table>
 </body>
 </html>
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/consonne11.htm b/Basilisk/MACAO/macao_12/contenu/pages/consonne11.htm
index 4687d949252b0740279bb12099a1adbe59a41230..0364c91768cfbc947bd628b6b565eef425e81713 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/consonne11.htm
+++ b/Basilisk/MACAO/macao_12/contenu/pages/consonne11.htm
@@ -1,41 +1,69 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+        "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Les consonnes</title>
-<style type="text/css">
-<!--
-.Style9 {font-size: 9pt; color: #a60a69; font-family: Verdana, Arial, Helvetica, sans-serif;}
-body {
-	background-color: #ecf0d7;
-}
-.Style12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; }
-.Style14 {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-}
-.Style15 {font-size: 9pt}
-.Style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; font-weight: bold; }
--->
-</style>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>Les consonnes</title>
+    <style type="text/css">
+        <!--
+        .Style9 {
+            font-size: 9pt;
+            color: #a60a69;
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+        }
+
+        body {
+            background-color: #ecf0d7;
+        }
+
+        .Style12 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+        }
+
+        .Style14 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+        }
+
+        .Style15 {
+            font-size: 9pt
+        }
+
+        .Style16 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+            font-weight: bold;
+        }
+
+        -->
+    </style>
 </head>
 
 <body>
 <table width="430" border="0">
-  <tr>
-    <td> <div align="right"><span class="MsoNormal Style15"></span>
-        </div>
-      <p align="center" class="Style16">&nbsp;      </p>
-      <p align="justify" class="Style14">L'anglais comporte 23 consonnes. Pour en &eacute;couter, cliquez sur  le haut parleur. </p>
-      <p align="center" class="Style14">
-        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="80" height="40">
-          <param name="movie" value="pop_conson0322.swf">
-          <param name="quality" value="high">
-          <embed src="pop_conson0322.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="80" height="40"></embed>
-        </object>
-      </p></td>
-  </tr>
+    <tr>
+        <td>
+            <div align="right"><span class="MsoNormal Style15"></span>
+            </div>
+            <p align="center" class="Style16">&nbsp; </p>
+            <p align="justify" class="Style14">L'anglais comporte 23 consonnes. Pour en &eacute;couter, cliquez sur le
+                haut parleur. </p>
+            <p align="center" class="Style14">
+                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
+                        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
+                        width="80" height="40">
+                    <param name="movie" value="pop_conson0322.swf">
+                    <param name="quality" value="high">
+                    <embed src="pop_conson0322.swf" quality="high"
+                           pluginspage="http://www.macromedia.com/go/getflashplayer"
+                           type="application/x-shockwave-flash" width="80" height="40"></embed>
+                </object>
+            </p>
+        </td>
+    </tr>
 </table>
 </body>
 </html>
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg10.html b/Basilisk/MACAO/macao_12/contenu/pages/pg10.html
index a3ac96602015574d2dbd575d09819294e4bc0f04..a328cea486d38376933d50f91067480a20daae80 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg10.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg10.html
@@ -1 +1,94 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Les symboles phonétiques (10)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles phonétiques (10)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><font color="#a60a69"><br>Entraînez-vous à prononcer ces mots :<br></font><br><font color="#800080"><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV29','page5e1.swf','500','150','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br><font color="#a60a69"><br>Voici d'autres mots à répéter après les avoir écoutés en cliquant sur les hauts-parleurs.</font><br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV26','page5e2.swf','500','150','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></font><font color="#a60a69"><br><br></font></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Les symboles phonétiques (10)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles
+                    phonétiques (10)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><font color="#a60a69"><br>Entraînez-vous à prononcer ces
+        mots :<br></font><br><font color="#800080"><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV29', 'page5e1.swf', '500', '150', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        <br><font color="#a60a69"><br>Voici d'autres mots à répéter après les avoir écoutés en cliquant sur les
+            hauts-parleurs.</font><br><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV26', 'page5e2.swf', '500', '150', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        <br></font><font color="#a60a69"><br><br></font></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg1000.html b/Basilisk/MACAO/macao_12/contenu/pages/pg1000.html
index c2f502b663188da05ef33417735cb07861bfbbe0..ed9e81a88a91b1b4f9dd3a3f9efcd51b7a3b5792 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg1000.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg1000.html
@@ -1 +1,255 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une transcription (9)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une transcription (9)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est la bonne réponse. Il s'agit d'un verbe qui signifie <i>mener</i>. <br><br>L'autre prononciation  <img align="center" border="0" src="../media/phon_leadplomb.png" id="MosImg266" style="visibility:hidden"><br>existe : il s'agit d'un nom qui signifie <i>plomb</i>.<br>Vous pouvez écouter et ainsi différencier les deux mots :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV871','bt_lead2.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">lead</td><td valign="top"><i>plomb</i><br><br></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV674','bt_lead.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">lead</td><td valign="top"><i>mener</i></td></tr></table></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">C'est inexact. Le mot entendu <img align="center" border="0" src="../media/phon_leadmener.png" id="MosImg29" style="visibility:hidden"><br>correspond à un verbe qui signifie <i>mener</i>. <br><br>L’autre prononciation <img align="center" border="0" src="../media/phon_leadplomb.png" id="MosImg26" style="visibility:hidden"> correspond à un nom qui signifie <i>plomb</i>.<br>Vous pouvez écouter et ainsi différencier les deux mots :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV87','bt_lead2.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">lead</td><td valign="top"><i>plomb</i><br><br></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV67','bt_lead.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">lead</td><td valign="top"><i>mener</i></td></tr></table></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez l'enregistrement en cliquant sur le bouton puis sélectionnez la <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a> qui correspond à ce que vous avez entendu :</p><p align=""><table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="25" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV673','bt_lead.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">lead</td></tr></table>                         </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img src="../media/phon_leadplomb.png" id="MosImg263" border="0" align="center" style="visibility:hidden"></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img src="../media/phon_leadmener.png" id="MosImg297" border="0" align="center" style="visibility:hidden"></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une transcription (9)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    transcription (9)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est la bonne réponse. Il
+        s'agit d'un verbe qui signifie <i>mener</i>. <br><br>L'autre prononciation  <img align="center" border="0"
+                                                                                         src="../media/phon_leadplomb.png"
+                                                                                         id="MosImg266"
+                                                                                         style="visibility:hidden"><br>existe
+        : il s'agit d'un nom qui signifie <i>plomb</i>.<br>Vous pouvez écouter et ainsi différencier les deux mots :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV871', 'bt_lead2.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">lead</td>
+                <td valign="top"><i>plomb</i><br><br></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV674', 'bt_lead.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">lead</td>
+                <td valign="top"><i>mener</i></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">C'est inexact. Le mot entendu <img
+            align="center" border="0" src="../media/phon_leadmener.png" id="MosImg29" style="visibility:hidden"><br>correspond
+        à un verbe qui signifie <i>mener</i>. <br><br>L’autre prononciation <img align="center" border="0"
+                                                                                 src="../media/phon_leadplomb.png"
+                                                                                 id="MosImg26"
+                                                                                 style="visibility:hidden"> correspond à
+        un nom qui signifie <i>plomb</i>.<br>Vous pouvez écouter et ainsi différencier les deux mots :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV87', 'bt_lead2.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">lead</td>
+                <td valign="top"><i>plomb</i><br><br></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV67', 'bt_lead.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">lead</td>
+                <td valign="top"><i>mener</i></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez l'enregistrement en cliquant sur le
+        bouton puis sélectionnez la <a class="STY_lienComt"
+                                       href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a>
+        qui correspond à ce que vous avez entendu :</p>
+        <p align="">
+        <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="25" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV673', 'bt_lead.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">lead</td>
+            </tr>
+        </table>
+                                 </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img
+                            src="../media/phon_leadplomb.png" id="MosImg263" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img
+                            src="../media/phon_leadmener.png" id="MosImg297" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg101.html b/Basilisk/MACAO/macao_12/contenu/pages/pg101.html
index 6b3a8b3a97275503f5455db68de48f1b72ed6595..2edbb4ec33a0226b99013725d4490b366f5e3819 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg101.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg101.html
@@ -1 +1,92 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Repérer l'accent primaire et l'accent secondaire</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Repérer l'accent primaire et l'accent secondaire</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69"><br></font> <script type="text/javascript">ajDocW(PF_clipAV('clipAV90','e29anj_s5_lc26.swf','427','293','false','Flash','false','','Quality:high;wmode:transparent',''));</script></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Repérer l'accent primaire et l'accent secondaire</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Repérer l'accent
+                    primaire et l'accent secondaire
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <p align=""><font color="#a60a69"><br></font> 
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV90', 'e29anj_s5_lc26.swf', '427', '293', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        </p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg108.html b/Basilisk/MACAO/macao_12/contenu/pages/pg108.html
index 47c1d197de72e3951272bc1aa5b114fc2afc2a18..e05161a0d05f21afea602b8a94a0be9be8540c83 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg108.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg108.html
@@ -1 +1,198 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une prononciation (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:129px;#STY_texteQC/width:510px;height:290px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une prononciation (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement, la transcription correspond au premier mot entendu : <i>thing</i>.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez, la transcription correspond au premier mot entendu : <i>thing</i>.<br><br><br><br> </p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici la transcription d'un mot : </p><p align=""><img align="center" border="0" src="../media/phon_thing.png" id="MosImg68" style="visibility:hidden"><br><br>Ecoutez les deux mots enregistrés, en cliquant sur les boutons.<br>La transcription ci-dessus correspond-elle au premier mot entendu ou au second ?<br><br>Sélectionnez l'enregistrement qui convient :                                                        </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><script type="text/javascript">ajDocW(PF_clipAV('clipAV84','bt_thing.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><script type="text/javascript">ajDocW(PF_clipAV('clipAV2','bt_think.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une prononciation (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:129px;#STY_texteQC/width:510px;height:290px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    prononciation (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement, la transcription correspond
+        au premier mot entendu : <i>thing</i>.
+    </div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez, la transcription
+        correspond au premier mot entendu : <i>thing</i>.<br><br><br><br> </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici la transcription d'un mot : </p>
+        <p align=""><img align="center" border="0" src="../media/phon_thing.png" id="MosImg68"
+                         style="visibility:hidden"><br><br>Ecoutez les deux mots enregistrés, en cliquant sur les
+            boutons.<br>La transcription ci-dessus correspond-elle au premier mot entendu ou au second ?<br><br>Sélectionnez
+            l'enregistrement qui convient :                                                        </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV84', 'bt_thing.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV2', 'bt_think.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg112.html b/Basilisk/MACAO/macao_12/contenu/pages/pg112.html
index 07f797b4468f4d8e79fbb81e91173c8a37e408cc..46a9a3510c49fa6060416cf655b87c53c8a95dde 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg112.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg112.html
@@ -1 +1,340 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir l'accentuation adéquate  (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCM");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=5;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=6;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=7;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=8;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=9;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","2","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","3","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","8","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","9","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir l'accentuation adéquate  (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font color="#a60a69"></font> </p><p align=""><font color="#a60a69"><br></font><br><font color="#a60a69"><br><span style="FONT-SIZE: 90%">Voici le corrigé :<br><br>The soldier decided<br>to <i><b>desert</b></i> before reaching the <i><b>desert</b></i>.</span><br><br>    <img align="center" border="0" src="../media/phon_desert_2.png" id="MosImg16557" style="visibility:hidden">           <img align="center" border="0" src="../media/phon_desert_1.png" id="MosImg21937" style="visibility:hidden"></font></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><font color="#a60a69"><p align=""><font color="#a60a69"></font> </p><p align=""><font color="#a60a69"><br></font> <br><font color="#a60a69"><br><span style="FONT-SIZE: 90%">Voici le corrigé :<br><br>The soldier decided<br>to <i><b>desert</b></i> before reaching the <i><b>desert</b></i>.</span><br><br>    <img align="center" border="0" src="../media/phon_desert_2.png" id="MosImg16559" style="visibility:hidden">           <img align="center" border="0" src="../media/phon_desert_1.png" id="MosImg21933" style="visibility:hidden"></font></p></font></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p align=""><font color="#a60a69"></font> </p><p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><br><br><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69">Voici le corrigé :<br><br>The soldier decided<br>to <i><b>desert</b></i> before reaching the <i><b>desert</b></i>.</font></span><br><br>    <img align="center" border="0" src="../media/phon_desert_2.png" id="MosImg16553" style="visibility:hidden">           <img align="center" border="0" src="../media/phon_desert_1.png" id="MosImg21939" style="visibility:hidden"></font></p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><font color="#a60a69"></font><p align=""><font color="#a60a69"></font> </p><p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><br><br><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69">Voici le corrigé :<br><br>The soldier decided<br>to <i><b>desert</b></i> before reaching the <i><b>desert</b></i>.<br></font></span><br>    <img align="center" border="0" src="../media/phon_desert_2.png" id="MosImg1655" style="visibility:hidden">           <img align="center" border="0" src="../media/phon_desert_1.png" id="MosImg2193" style="visibility:hidden"></font></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><font color="#a60a69"><p align=""><br>Ecoutez l'énoncé ci-dessous en cliquant sur le bouton et validez la transcription phonétique qui convient pour les mots écrits en italique.<br><br><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="50" valign="top">      <script type="text/javascript">ajDocW(PF_clipAV('clipAV51','bt_soldier1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="400" valign="top"><font color="#a60a69">The soldier decided to <i>desert</i> before reaching the <i>desert</i>.</font></td></tr></table></p></font></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellpadding="0" cellspacing="12" align="center"><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep1"><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><font color="#a60a69">The soldier decided to  <i><b>desert </b></i>...</font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep2"><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span style="FONT-SIZE: 250%">•<img align="center" border="0" src="../media/phon_desert_1.png" id="MosImg71" style="visibility:hidden"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep3"><td valign="top" class="STY_bordureQC" id="tdRep3"><div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span style="FONT-SIZE: 250%">•<img align="center" border="0" src="../media/phon_desert_2.png" id="MosImg31" style="visibility:hidden"></span></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep4"><td valign="top" class="STY_bordureQC" id="tdRep4"><div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);" onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep5"><td valign="top" class="STY_bordureQC" id="tdRep5"><div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);" onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><font color="#a60a69"></font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep6"><td valign="top" class="STY_bordureQC" id="tdRep6"><div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);" onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"><font color="#a60a69"><i><b></b></i></font></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep7"><td valign="top" class="STY_bordureQC" id="tdRep7"><div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);" onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><font color="#a60a69">...before reaching the <i><b>desert</b></i>.</font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep8"><td valign="top" class="STY_bordureQC" id="tdRep8"><div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);" onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span style="FONT-SIZE: 250%">•<img src="../media/phon_desert_1.png" id="MosImg32" border="0" align="center" style="visibility:hidden"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep9"><td valign="top" class="STY_bordureQC" id="tdRep9"><div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);" onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span style="FONT-SIZE: 250%">•<img src="../media/phon_desert_2.png" id="MosImg50" border="0" align="center" style="visibility:hidden"></span></div></td></tr></table></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir l'accentuation adéquate (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCM");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 5;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 6;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 7;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 8;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 9;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "3", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "8", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "9", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir
+                    l'accentuation adéquate (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font color="#a60a69"></font> </p>
+        <p align=""><font color="#a60a69"><br></font><br><font color="#a60a69"><br><span style="FONT-SIZE: 90%">Voici le corrigé :<br><br>The soldier decided<br>to <i><b>desert</b></i> before reaching the <i><b>desert</b></i>.</span><br><br>    <img
+                align="center" border="0" src="../media/phon_desert_2.png" id="MosImg16557" style="visibility:hidden">      
+                <img align="center" border="0" src="../media/phon_desert_1.png" id="MosImg21937"
+                     style="visibility:hidden"></font></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><font color="#a60a69"><p align=""><font
+            color="#a60a69"></font> </p>
+        <p align=""><font color="#a60a69"><br></font> <br><font color="#a60a69"><br><span style="FONT-SIZE: 90%">Voici le corrigé :<br><br>The soldier decided<br>to <i><b>desert</b></i> before reaching the <i><b>desert</b></i>.</span><br><br>    <img
+                align="center" border="0" src="../media/phon_desert_2.png" id="MosImg16559" style="visibility:hidden">      
+                <img align="center" border="0" src="../media/phon_desert_1.png" id="MosImg21933"
+                     style="visibility:hidden"></font></p></font></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p align=""><font color="#a60a69"></font> </p>
+        <p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><br><br><font color="#a60a69"><span
+                style="FONT-SIZE: 90%"><font color="#a60a69">Voici le corrigé :<br><br>The soldier decided<br>to <i><b>desert</b></i> before reaching the <i><b>desert</b></i>.</font></span><br><br>    <img
+                align="center" border="0" src="../media/phon_desert_2.png" id="MosImg16553" style="visibility:hidden">      
+                <img align="center" border="0" src="../media/phon_desert_1.png" id="MosImg21939"
+                     style="visibility:hidden"></font></p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><font color="#a60a69"></font>
+        <p align=""><font color="#a60a69"></font> </p>
+        <p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><br><br><font color="#a60a69"><span
+                style="FONT-SIZE: 90%"><font color="#a60a69">Voici le corrigé :<br><br>The soldier decided<br>to <i><b>desert</b></i> before reaching the <i><b>desert</b></i>.<br></font></span><br>    <img
+                align="center" border="0" src="../media/phon_desert_2.png" id="MosImg1655" style="visibility:hidden">      
+                <img align="center" border="0" src="../media/phon_desert_1.png" id="MosImg2193"
+                     style="visibility:hidden"></font></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><font color="#a60a69"><p align=""><br>Ecoutez l'énoncé
+        ci-dessous en cliquant sur le bouton et validez la transcription phonétique qui convient pour les mots écrits en
+        italique.<br><br>
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="50" valign="top">     
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV51', 'bt_soldier1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td width="400" valign="top"><font color="#a60a69">The soldier decided to <i>desert</i> before reaching
+                    the <i>desert</i>.</font></td>
+            </tr>
+        </table>
+        </p></font></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellpadding="0" cellspacing="12" align="center">
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep1">
+                            <td valign="top" class="STY_bordureQC" id="tdRep1">
+                                <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                                     onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><font
+                                        color="#a60a69">The soldier decided to  <i><b>desert </b></i>...</font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep2">
+                            <td valign="top" class="STY_bordureQC" id="tdRep2">
+                                <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                                     onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span
+                                        style="FONT-SIZE: 250%">•<img align="center" border="0"
+                                                                      src="../media/phon_desert_1.png" id="MosImg71"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep3">
+                            <td valign="top" class="STY_bordureQC" id="tdRep3">
+                                <div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);"
+                                     onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span
+                                        style="FONT-SIZE: 250%">•<img align="center" border="0"
+                                                                      src="../media/phon_desert_2.png" id="MosImg31"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep4">
+                            <td valign="top" class="STY_bordureQC" id="tdRep4">
+                                <div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);"
+                                     onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep5">
+                            <td valign="top" class="STY_bordureQC" id="tdRep5">
+                                <div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);"
+                                     onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><font
+                                        color="#a60a69"></font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep6">
+                            <td valign="top" class="STY_bordureQC" id="tdRep6">
+                                <div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);"
+                                     onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"><font
+                                        color="#a60a69"><i><b></b></i></font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep7">
+                            <td valign="top" class="STY_bordureQC" id="tdRep7">
+                                <div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);"
+                                     onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><font
+                                        color="#a60a69">...before reaching the <i><b>desert</b></i>.</font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep8">
+                            <td valign="top" class="STY_bordureQC" id="tdRep8">
+                                <div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);"
+                                     onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span
+                                        style="FONT-SIZE: 250%">•<img src="../media/phon_desert_1.png" id="MosImg32"
+                                                                      border="0" align="center"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep9">
+                            <td valign="top" class="STY_bordureQC" id="tdRep9">
+                                <div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);"
+                                     onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span
+                                        style="FONT-SIZE: 250%">•<img src="../media/phon_desert_2.png" id="MosImg50"
+                                                                      border="0" align="center"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg149.html b/Basilisk/MACAO/macao_12/contenu/pages/pg149.html
index 115fbd699dfd4c13dc23dda1035ca65fc5fdf8a3..9d02dea6e14a0a6be8a78d1e155bcf91c7bed305 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg149.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg149.html
@@ -1 +1,244 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir entre deux mots (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir entre deux mots (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bonne réponse ! </p><p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur transcription :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV91','bt_cow.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">cow</td><td valign="top"><img align="center" border="0" src="../media/phon_cow.png" id="MosImg10" style="visibility:hidden"><br><br></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV570','bt_cough.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">cough</td><td valign="top"><img align="center" border="0" src="../media/phon_cough.png" id="MosImg17" style="visibility:hidden"><br></td></tr></table></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez.</p><p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur transcription :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV9','bt_cow.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">cow</td><td valign="top"><img align="center" border="0" src="../media/phon_cow.png" id="MosImg104" style="visibility:hidden"><br><br></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV57','bt_cough.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">cough</td><td valign="top"><img align="center" border="0" src="../media/phon_cough.png" id="MosImg1710" style="visibility:hidden"><br></td></tr></table></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici une transcription : </p><p align=""><img align="center" border="0" src="../media/phon_cow.png" id="MosImg30" style="visibility:hidden">    <script type="text/javascript">ajDocW(PF_clipAV('clipAV97','bt_cow.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br><br>                                                              <br><br>Ecoutez l'enregistrement en cliquant sur le bouton puis validez le mot correspondant à l'enregistrement et à sa transcription :                                  </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">cow</div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">cough</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir entre deux mots (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir entre deux
+                    mots (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bonne réponse ! </p>
+        <p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur
+            transcription :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV91', 'bt_cow.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">cow</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_cow.png" id="MosImg10"
+                                      style="visibility:hidden"><br><br></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV570', 'bt_cough.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">cough</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_cough.png" id="MosImg17"
+                                      style="visibility:hidden"><br></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez.</p>
+        <p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur
+            transcription :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV9', 'bt_cow.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">cow</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_cow.png" id="MosImg104"
+                                      style="visibility:hidden"><br><br></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV57', 'bt_cough.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">cough</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_cough.png" id="MosImg1710"
+                                      style="visibility:hidden"><br></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici une transcription : </p>
+        <p align=""><img align="center" border="0" src="../media/phon_cow.png" id="MosImg30" style="visibility:hidden">   
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV97', 'bt_cow.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+            <br><br>                                                              <br><br>Ecoutez l'enregistrement en
+            cliquant sur le bouton puis validez le mot correspondant à l'enregistrement et à sa transcription
+            :                                 
+        </p>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">cow
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">cough
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg155.html b/Basilisk/MACAO/macao_12/contenu/pages/pg155.html
index f80569a49f329687fc39ec585f53f726290ed1fb..c506efe7b2fee24a1d0e9e12122eb92e3b71db65 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg155.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg155.html
@@ -1 +1,225 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Distinguer d'éventuelles variantes (4)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:150px;#STY_texteQC/width:510px;height:267px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Distinguer d'éventuelles variantes (4)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Vous avez bien entendu. La préposition <i>in</i> est prononcée dans les deux énoncés sans différence notable.</p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV267','e29_macao1_2b72.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script> <i>When visiting Naples we kept our passports in our pockets.<br><br></i></p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV727','e29_macao1_2b82.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script> <i>In Toronto, the use of cell phones when driving has been forbidden long before other Canadian cities.</i></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous n'avez pas bien entendu. </p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV268','e29_macao1_2b72.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script> <i>When visiting Naples we kept our passports in our pockets.<br></i></p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV724','e29_macao1_2b82.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script> <i>In Toronto, the use of cell phones when driving has been forbidden long before other Canadian cities.</i></p><p align=""><i>In </i>est prononcé dans les deux énoncés sans différence notable. Prenez le temps de réécouter chaque énoncé en cliquant sur le bouton.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez à nouveau chaque énoncé en cliquant sur la flèche.<br>Est-ce que IN se prononce de la même façon dans les deux énoncés ?<br><br><table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="100" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV26','e29_macao1_2b72.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>    Enoncé 1</td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV72','e29_macao1_2b82.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>    Enoncé 2</td></tr><tr><td valign="top"><br></td><td valign="top"><br></td></tr></table></p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">IN se prononce de la même façon dans les deux énoncés.</p></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><p align="">IN ne se prononce pas de la même façon dans les deux énoncés.</p></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Distinguer d'éventuelles variantes (4)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:150px;#STY_texteQC/width:510px;height:267px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Distinguer
+                    d'éventuelles variantes (4)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Vous avez bien entendu. La
+        préposition <i>in</i> est prononcée dans les deux énoncés sans différence notable.</p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV267', 'e29_macao1_2b72.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+             <i>When visiting Naples we kept our passports in our pockets.<br><br></i></p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV727', 'e29_macao1_2b82.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+             <i>In Toronto, the use of cell phones when driving has been forbidden long before other Canadian
+            cities.</i></p>
+    </div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous n'avez pas bien entendu. </p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV268', 'e29_macao1_2b72.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+             <i>When visiting Naples we kept our passports in our pockets.<br></i></p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV724', 'e29_macao1_2b82.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+             <i>In Toronto, the use of cell phones when driving has been forbidden long before other Canadian
+            cities.</i></p>
+        <p align=""><i>In </i>est prononcé dans les deux énoncés sans différence notable. Prenez le temps de réécouter
+            chaque énoncé en cliquant sur le bouton.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez à nouveau chaque énoncé en cliquant
+        sur la flèche.<br>Est-ce que IN se prononce de la même façon dans les deux énoncés ?<br><br>
+        <table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="100" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV26', 'e29_macao1_2b72.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>    Enoncé 1
+                </td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV72', 'e29_macao1_2b82.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>    Enoncé 2
+                </td>
+            </tr>
+            <tr>
+                <td valign="top"><br></td>
+                <td valign="top"><br></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">IN se prononce de
+                        la même façon dans les deux énoncés.</p></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><p align="">IN ne se prononce
+                        pas de la même façon dans les deux énoncés.</p></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg156.html b/Basilisk/MACAO/macao_12/contenu/pages/pg156.html
index ec58c4645014af84f1a3c6590b5da06bc8662baf..bb181859bd4c0be050d902d5b0664e37ea659849 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg156.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg156.html
@@ -1 +1,147 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'accentuation des syllabes (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'accentuation des syllabes (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69">Dans un mot, certaines syllabes s'entendent plus que les autres : ce sont des syllabes accentuées. D'autres syllabes s'entendent moins. On peut parler de degrés dans l'accentuation des syllabes, comme sur une échelle.<br><br>A un bout de l'échelle, l'accentuation est maximale. A l'autre bout de l'échelle, l'accentuation est minimale et la voyelle se caractérise par un phénomène de réduction : on parle de voyelle réduite. C'est le cas de la dernière voyelle dans les mots suivants. Pour écouter chaque mot, cliquez sur la flèche correspondante.<br><br></font></p><p align=""><font color="#a60a69"> </font></p><table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV11','interresting3.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="150" valign="top">interesting<br><br></td><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV21','reaction.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">reaction</td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV77','farmer.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">farmer<br><br></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV68','solution.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">solution</td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV20','letter.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">letter<br><br></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV5','chocolate.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">chocolate</td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV87','government.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">government<br><br></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV30','danger1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">danger</td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV37','religion.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">religion</td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV50','desperate1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">desperate</td></tr></table></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'accentuation des syllabes (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'accentuation des
+                    syllabes (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69">Dans un mot, certaines
+        syllabes s'entendent plus que les autres : ce sont des syllabes accentuées. D'autres syllabes s'entendent moins.
+        On peut parler de degrés dans l'accentuation des syllabes, comme sur une échelle.<br><br>A un bout de l'échelle,
+        l'accentuation est maximale. A l'autre bout de l'échelle, l'accentuation est minimale et la voyelle se
+        caractérise par un phénomène de réduction : on parle de voyelle réduite. C'est le cas de la dernière voyelle
+        dans les mots suivants. Pour écouter chaque mot, cliquez sur la flèche correspondante.<br><br></font></p>
+        <p align=""><font color="#a60a69"> </font></p>
+        <table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="20" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV11', 'interresting3.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td width="150" valign="top">interesting<br><br></td>
+                <td width="20" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV21', 'reaction.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">reaction</td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV77', 'farmer.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">farmer<br><br></td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV68', 'solution.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">solution</td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV20', 'letter.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">letter<br><br></td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV5', 'chocolate.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">chocolate</td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV87', 'government.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">government<br><br></td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV30', 'danger1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">danger</td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV37', 'religion.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">religion</td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV50', 'desperate1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">desperate</td>
+            </tr>
+        </table>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg162.html b/Basilisk/MACAO/macao_12/contenu/pages/pg162.html
index 0779808a2a96dad09de3aa13ce98842888899c56..ee74309622694fdaf5897f53883f416856b8a98d 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg162.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg162.html
@@ -1 +1,105 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire BE (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire BE (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69"><font color="#000000"><font color="#a60a69">Ecoutez chacun de ces deux énoncés en cliquant sur la flèche.<br></font><br><br></font></font></p><table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV28','e29_macao1_2a91.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top"><p align=""><br>How is John feeling today?</p><p align=""> </p></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV68','e29_macao1_2a101.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><br>Is John coming tonight?</td></tr></table><br><br></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire BE (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire BE (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69"><font
+            color="#000000"><font color="#a60a69">Ecoutez chacun de ces deux énoncés en cliquant sur la
+        flèche.<br></font><br><br></font></font></p>
+        <table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="20" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV28', 'e29_macao1_2a91.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br></td>
+                <td valign="top"><p align=""><br>How is John feeling today?</p>
+                    <p align=""> </p></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV68', 'e29_macao1_2a101.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><br>Is John coming tonight?</td>
+            </tr>
+        </table>
+        <br><br></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg170.html b/Basilisk/MACAO/macao_12/contenu/pages/pg170.html
index 61d4e13d94aaef3dd6a112f0cf208280746433ad..72e7992896c4a08bfc31d382a9fd590acce86d7a 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg170.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg170.html
@@ -1,8 +1,106 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Les symboles phonétiques (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles phonétiques (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Les symboles phonétiques (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles
+                    phonétiques (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
 
 <div id="" style=" z-index: 50; left: 180px; width: 94px; position: absolute; top: 437px; height: 40px">
-<div style="text-align:left"><applet code="fr.univmontp3.metice.recorderapplet/RecorderApplet.class" archive="../../contenu/media/Sum3recorder.jar" width="100" height="30">applet enregistreur.</applet></div>
+    <div style="text-align:left">
+        <applet code="fr.univmontp3.metice.recorderapplet/RecorderApplet.class"
+                archive="../../contenu/media/Sum3recorder.jar" width="100" height="30">applet enregistreur.
+        </applet>
+    </div>
 </div>
 </div>
 
-<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#800080"><font color="#a60a69">Ecoutez les différents mots associés aux symboles. Essayez de prendre conscience des <br>différentes zones de la bouche qui sont impliquées, en répétant ces mots. Pour écouter <br>cliquez sur les mots. Pour vous enregistrer ou interrompre l'enregistrement cliquez sur <br>le bouton rouge. pour vous réécouter, cliquez sur la flèche noire.</font></font><font color="#800080"><br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV7','page41.swf','500','320','true','Flash','false','','Quality:high;wmode:transparent',''));</script></font></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <p align=""><br><font color="#800080"><font color="#a60a69">Ecoutez les différents mots associés aux symboles.
+            Essayez de prendre conscience des <br>différentes zones de la bouche qui sont impliquées, en répétant ces
+            mots. Pour écouter <br>cliquez sur les mots. Pour vous enregistrer ou interrompre l'enregistrement cliquez
+            sur <br>le bouton rouge. pour vous réécouter, cliquez sur la flèche noire.</font></font><font
+                color="#800080"><br><br>
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV7', 'page41.swf', '500', '320', 'true', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        </font></p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg175.html b/Basilisk/MACAO/macao_12/contenu/pages/pg175.html
index 0c19dfc88d62903a4611c31bc706f3ee477b199b..bdf46a5873ad58a572679e5e39843d141149ec65 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg175.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg175.html
@@ -1 +1,90 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Mémento : liste des phonèmes</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento : liste des phonèmes</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><font color="#a60a69"><br></font><font color="#800080"><script type="text/javascript">ajDocW(PF_clipAV('clipAV97','page6.swf','500','320','false','Flash','false','','Quality:high;wmode:transparent',''));</script></font></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Mémento : liste des phonèmes</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento : liste des
+                    phonèmes
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><font color="#a60a69"><br></font><font color="#800080">
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV97', 'page6.swf', '500', '320', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </font></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg182.html b/Basilisk/MACAO/macao_12/contenu/pages/pg182.html
index 84ca71070b63df5b7b23f083f499d378b1a68c35..a791456300562b1ba250dfe40b015439247e7300 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg182.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg182.html
@@ -1 +1,94 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Désigner la syllabe la plus accentuée (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Désigner la syllabe la plus accentuée (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Le mot suivant comporte plusieurs syllabes orales représentées par des carrés. Ecoutez le mot en cliquant sur la flèche et désignez la syllabe qui s'entend le plus en cliquant sur le carré correspondant. Plusieurs mots vont vous être proposés successivement.<br></font><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV30','e29anj_s5_lc1_25.swf','427','293','false','Flash','false','','Quality:high;wmode:transparent',''));</script></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Désigner la syllabe la plus accentuée (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Désigner la syllabe
+                    la plus accentuée (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <p align=""><br><font color="#a60a69">Le mot suivant comporte plusieurs syllabes orales représentées par des
+            carrés. Ecoutez le mot en cliquant sur la flèche et désignez la syllabe qui s'entend le plus en cliquant sur
+            le carré correspondant. Plusieurs mots vont vous être proposés successivement.<br></font><br>
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV30', 'e29anj_s5_lc1_25.swf', '427', '293', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        </p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg20.html b/Basilisk/MACAO/macao_12/contenu/pages/pg20.html
index aaf7b5d69d01d45afb7739ba001def7f35f89d00..4e2b2cd718e637c91e4e8f54107fee5327608322 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg20.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg20.html
@@ -1 +1,170 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Ecoutez et complétez (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:110px;#STY_texteTAT/left:1px;top:27px;width:510px;height:230px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=30;exo.sensibleCasse=false; exo.respectAccents=false; exo.tabChamps[exo.tabChamps.length]='1';exo.tabSelects[exo.tabSelects.length]='1';exo.nombreTrous++;exo.tabChamps[exo.tabChamps.length]='2';exo.tabSelects[exo.tabSelects.length]='2';exo.nombreTrous++;exo.tabChamps[exo.tabChamps.length]='3';exo.tabSelects[exo.tabSelects.length]='3';exo.nombreTrous++;exo.tabChamps[exo.tabChamps.length]='4';exo.tabSelects[exo.tabSelects.length]='4';exo.nombreTrous++;exo.ajouterReponse('1','ng',"mother");exo.ajouterReponse('1','nw',"my mother");exo.ajouterReponse('2','nw',"#k111511610410103209711211210810");exo.ajouterReponse('2','ng',"apples");exo.ajouterReponse('1','ng',"our mother");exo.ajouterReponse('2','ng',"an apple");exo.ajouterReponse('3','ng',"a tree");exo.ajouterReponse('3','nw',"the tree");exo.ajouterReponse('3','ng',"tree");exo.ajouterReponse('4','ng',"for");exo.ajouterReponse('4','ng',"for a");exo.ajouterReponse('4','nw',"for the");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Ecoutez et complétez (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bien. Complétez maintenant la suite du texte.</p><p align=""> </p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Une ou plusieurs réponses ne conviennent pas.  Comparez vos réponses avec le corrigé.</p><p align=""><br>So,  <b>my mother</b> told us we were not to pick <b>the apples.</b> My mother said, 'It’s naughty to pick the apples when they are growing upon <b>the tree</b>, because we want them to go on growing until they are ripe and rosy, and then we shall pick them and put them quite away <b>for the</b> winter-time'.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice"><div id="STY_question" class="STY_question"><p align=""><br>Ecoutez maintenant les extraits sonores en cliquant sur les flèches et sélectionnez la bonne réponse dans les listes déroulantes. </p></div><div id="STY_texteTAT" class="STY_texteTAT"> <script type="text/javascript">ajDocW(PF_clipAV('clipAV45','e29_macao1_2c3_0228.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script>So, <select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"><option value=" "> </option></select> told us  <script type="text/javascript">ajDocW(PF_clipAV('clipAV11','e29_macao1_2c3_0229.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> we were not to pick <select class="STY_selectTAT" id="champTrou2" onchange="actionDetecteSelect()"><option value=" "> </option></select>.  <br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV89','e29_macao1_2c3_0230.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> My mother said, 'It’s naughty to pick the apples   <script type="text/javascript">ajDocW(PF_clipAV('clipAV82','e29_macao1_2c3_023311.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> when they are growing upon<br><br><select class="STY_selectTAT" id="champTrou3" onchange="actionDetecteSelect()"><option value=" "> </option></select>,  <script type="text/javascript">ajDocW(PF_clipAV('clipAV27','e29_macao1_2c3_0232.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> because we want them to go on growing until they are ripe and rosy,   <br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV46','e29_macao1_2c3_0233.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> and then we shall pick them and put them quite away <select class="STY_selectTAT" id="champTrou4" onchange="actionDetecteSelect()"><option value=" "> </option></select> winter-time'.</div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Ecoutez et complétez (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:110px;#STY_texteTAT/left:1px;top:27px;width:510px;height:230px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        exo.tabChamps[exo.tabChamps.length] = '1';
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        exo.nombreTrous++;
+        exo.tabChamps[exo.tabChamps.length] = '2';
+        exo.tabSelects[exo.tabSelects.length] = '2';
+        exo.nombreTrous++;
+        exo.tabChamps[exo.tabChamps.length] = '3';
+        exo.tabSelects[exo.tabSelects.length] = '3';
+        exo.nombreTrous++;
+        exo.tabChamps[exo.tabChamps.length] = '4';
+        exo.tabSelects[exo.tabSelects.length] = '4';
+        exo.nombreTrous++;
+        exo.ajouterReponse('1', 'ng', "mother");
+        exo.ajouterReponse('1', 'nw', "my mother");
+        exo.ajouterReponse('2', 'nw', "#k111511610410103209711211210810");
+        exo.ajouterReponse('2', 'ng', "apples");
+        exo.ajouterReponse('1', 'ng', "our mother");
+        exo.ajouterReponse('2', 'ng', "an apple");
+        exo.ajouterReponse('3', 'ng', "a tree");
+        exo.ajouterReponse('3', 'nw', "the tree");
+        exo.ajouterReponse('3', 'ng', "tree");
+        exo.ajouterReponse('4', 'ng', "for");
+        exo.ajouterReponse('4', 'ng', "for a");
+        exo.ajouterReponse('4', 'nw', "for the");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Ecoutez et complétez
+                    (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bien. Complétez maintenant la
+        suite du texte.</p>
+        <p align=""> </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Une ou plusieurs réponses ne
+        conviennent pas.  Comparez vos réponses avec le corrigé.</p>
+        <p align=""><br>So,  <b>my mother</b> told us we were not to pick <b>the apples.</b> My mother said, 'It’s
+            naughty to pick the apples when they are growing upon <b>the tree</b>, because we want them to go on growing
+            until they are ripe and rosy, and then we shall pick them and put them quite away <b>for the</b>
+            winter-time'.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice">
+    <div id="STY_question" class="STY_question"><p align=""><br>Ecoutez maintenant les extraits sonores en cliquant
+        sur les flèches et sélectionnez la bonne réponse dans les listes déroulantes. </p></div>
+    <div id="STY_texteTAT" class="STY_texteTAT"> 
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV45', 'e29_macao1_2c3_0228.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        So, <select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()">
+            <option value=" "> </option>
+        </select> told us  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV11', 'e29_macao1_2c3_0229.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         we were not to pick <select class="STY_selectTAT" id="champTrou2" onchange="actionDetecteSelect()">
+            <option value=" "> </option>
+        </select>.  <br><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV89', 'e29_macao1_2c3_0230.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         My mother said, 'It’s naughty to pick the apples   
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV82', 'e29_macao1_2c3_023311.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         when they are growing upon<br><br><select class="STY_selectTAT" id="champTrou3"
+                                                   onchange="actionDetecteSelect()">
+            <option value=" "> </option>
+        </select>,  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV27', 'e29_macao1_2c3_0232.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         because we want them to go on growing until they are ripe and rosy,   <br><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV46', 'e29_macao1_2c3_0233.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         and then we shall pick them and put them quite away <select class="STY_selectTAT" id="champTrou4"
+                                                                     onchange="actionDetecteSelect()">
+            <option value=" "> </option>
+        </select> winter-time'.
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg205.html b/Basilisk/MACAO/macao_12/contenu/pages/pg205.html
index 3277520c0c6a565a482eae0d00b02ec3ad2c4b95..f9cf11648524e54ca2338a794216ba34c98e2e74 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg205.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg205.html
@@ -1 +1,200 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une transcription (7)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une transcription (7)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous êtes trompé. La bonne transcription est </p><p align=""><img src="../media/phon_hear.png" id="MosImg86" border="0" align="center" style="visibility:hidden"></p><p align=""><br><br><br><br> </p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><br>Ecoutez l’enregistrement proposé en cliquant sur le bouton puis sélectionnez la <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a> qui correspond à ce que vous entendez : <br><br>                                                   <script type="text/javascript">ajDocW(PF_clipAV('clipAV48','bt_22.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img src="../media/phon_hear.png" id="MosImg90" border="0" align="center" style="visibility:hidden"></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img src="../media/phon_hear_faux.png" id="MosImg97" border="0" align="center" style="visibility:hidden"></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une transcription (7)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    transcription (7)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous êtes trompé. La bonne
+        transcription est </p>
+        <p align=""><img src="../media/phon_hear.png" id="MosImg86" border="0" align="center" style="visibility:hidden">
+        </p>
+        <p align=""><br><br><br><br> </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez l’enregistrement proposé en cliquant sur le
+        bouton puis sélectionnez la <a class="STY_lienComt"
+                                       href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a>
+        qui correspond à ce que vous entendez : <br><br>                                                  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV48', 'bt_22.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img
+                            src="../media/phon_hear.png" id="MosImg90" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img
+                            src="../media/phon_hear_faux.png" id="MosImg97" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg2051.html b/Basilisk/MACAO/macao_12/contenu/pages/pg2051.html
index 9762e5626e14a22a0ae88cb9d69d3b1f6e930b9f..7718f1bf20e67a9d6d0a1225926e88b953df8052 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg2051.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg2051.html
@@ -1 +1,255 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une transcription (11)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une transcription (11)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est la bonne réponse. Il s'agit d'un nom qui signifie <i>usage</i>. </p><p align="">L'autre prononciation   <img align="center" border="0" src="../media/phon_use_utiliser.png" id="MosImg7410" style="visibility:hidden"><br><br>existe et correspond au verbe <i>utiliser</i>.</p><p align="">Vous pouvez écouter et ainsi différencier les deux mots :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV410','bt_use2.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">use</td><td valign="top"><i>utiliser<br><br><br></i></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV790','bt_use.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">use</td><td valign="top"><p align=""><i>usage</i></p></td></tr></table></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">C'est inexact. Le mot entendu <img align="center" border="0" src="../media/phon_use_usage.png" id="MosImg4310" style="visibility:hidden"></p><p align="">correspond à un nom qui signifie <i>usage</i>.</p><p align="">L’autre prononciation   <img align="center" border="0" src="../media/phon_use_utiliser.png" id="MosImg747" style="visibility:hidden"><br><br>correspond au verbe <i>utiliser</i>.</p><p align="">Vous pouvez écouter et ainsi différencier les deux mots :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV41','bt_use2.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">use</td><td valign="top"><i>utiliser<br><br><br></i></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV79','bt_use.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">use</td><td valign="top"><p align=""><i>usage</i></p></td></tr></table></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez l'enregistrement en cliquant sur le bouton puis sélectionnez la <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a> qui correspond à ce que vous avez entendu :</p><p align=""><table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="25" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV793','bt_use.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">use</td></tr></table>                         </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img src="../media/phon_use_utiliser.png" id="MosImg74" border="0" align="center" style="visibility:hidden"></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img src="../media/phon_use_usage.png" id="MosImg43" border="0" align="center" style="visibility:hidden"></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une transcription (11)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    transcription (11)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est la bonne réponse. Il
+        s'agit d'un nom qui signifie <i>usage</i>. </p>
+        <p align="">L'autre prononciation   <img align="center" border="0" src="../media/phon_use_utiliser.png"
+                                                 id="MosImg7410" style="visibility:hidden"><br><br>existe et correspond
+            au verbe <i>utiliser</i>.</p>
+        <p align="">Vous pouvez écouter et ainsi différencier les deux mots :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV410', 'bt_use2.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">use</td>
+                <td valign="top"><i>utiliser<br><br><br></i></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV790', 'bt_use.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">use</td>
+                <td valign="top"><p align=""><i>usage</i></p></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">C'est inexact. Le mot entendu <img
+            align="center" border="0" src="../media/phon_use_usage.png" id="MosImg4310" style="visibility:hidden"></p>
+        <p align="">correspond à un nom qui signifie <i>usage</i>.</p>
+        <p align="">L’autre prononciation   <img align="center" border="0" src="../media/phon_use_utiliser.png"
+                                                 id="MosImg747" style="visibility:hidden"><br><br>correspond au verbe
+            <i>utiliser</i>.</p>
+        <p align="">Vous pouvez écouter et ainsi différencier les deux mots :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV41', 'bt_use2.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">use</td>
+                <td valign="top"><i>utiliser<br><br><br></i></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV79', 'bt_use.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">use</td>
+                <td valign="top"><p align=""><i>usage</i></p></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez l'enregistrement en cliquant sur le
+        bouton puis sélectionnez la <a class="STY_lienComt"
+                                       href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a>
+        qui correspond à ce que vous avez entendu :</p>
+        <p align="">
+        <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="25" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV793', 'bt_use.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">use</td>
+            </tr>
+        </table>
+                                 </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img
+                            src="../media/phon_use_utiliser.png" id="MosImg74" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img
+                            src="../media/phon_use_usage.png" id="MosImg43" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg217.html b/Basilisk/MACAO/macao_12/contenu/pages/pg217.html
index d264886c1dd3020a44083ec10a0525886bea947b..c00c047b0625ec6c9f29b4fb8504e7d7b924072f 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg217.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg217.html
@@ -1 +1,200 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une transcription (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="boutonRep3/#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une transcription (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Vous vous êtes trompé. La bonne transcription est <br><br><img src="../media/phon_thin.png" id="MosImg34" border="0" align="center" style="visibility:hidden"></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><br>Ecoutez l’enregistrement proposé en cliquant sur le bouton puis sélectionnez la <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a> qui correspond à ce que vous entendez : <br><br>                                                   <script type="text/javascript">ajDocW(PF_clipAV('clipAV55','bt_16.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img src="../media/phon_thin.png" id="MosImg9" border="0" align="center" style="visibility:hidden"></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img align="center" border="0" src="../media/phon_thin_faux.png" id="MosImg84" style="visibility:hidden">                                               </div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une transcription (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "boutonRep3/#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    transcription (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Vous vous êtes trompé. La bonne transcription est
+        <br><br><img src="../media/phon_thin.png" id="MosImg34" border="0" align="center" style="visibility:hidden">
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez l’enregistrement proposé en cliquant sur le
+        bouton puis sélectionnez la <a class="STY_lienComt"
+                                       href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a>
+        qui correspond à ce que vous entendez : <br><br>                                                  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV55', 'bt_16.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img
+                            src="../media/phon_thin.png" id="MosImg9" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img align="center" border="0"
+                                                                                               src="../media/phon_thin_faux.png"
+                                                                                               id="MosImg84"
+                                                                                               style="visibility:hidden">                                               
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg220.html b/Basilisk/MACAO/macao_12/contenu/pages/pg220.html
index 23dd688ab501a3ae26809a1645e3e08ad651d988..2f77c3b9208bfe490495318b8d80c18be2068bc3 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg220.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg220.html
@@ -1 +1,216 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Spécificité des voyelles (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Spécificité des voyelles (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est la bonne réponse.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Ce n'est pas la bonne réponse. Il y a bien deux sons mais ils ne sont pas prononcés de manière égale. Réécoutez le mot.</div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><br>Ecoutez le mot <i>boy</i>, en cliquant sur le bouton puis à l'aide de la souris, sélectionnez l'affirmation qui vous semble juste.<br><br>                                                     <script type="text/javascript">ajDocW(PF_clipAV('clipAV34','bt_9.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script>  <b>boy</b>                                     </div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">la voyelle contient un son unique et stable</div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">la voyelle est composée de 2 sons prononcés de manière égale</div></td></tr><tr id="trRep3"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><img border="0" hspace="1" id="boutonRep3" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep3"><div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)">la voyelle est composée de 2 sons prononcés de manière inégale</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Spécificité des voyelles (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Spécificité des
+                    voyelles (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est la bonne réponse.</div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Ce n'est pas la bonne réponse. Il y a bien deux
+        sons mais ils ne sont pas prononcés de manière égale. Réécoutez le mot.
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez le mot <i>boy</i>, en cliquant sur le bouton puis
+        à l'aide de la souris, sélectionnez l'affirmation qui vous semble juste.<br><br>                                                     
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV34', 'bt_9.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+          <b>boy</b>                                    
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">la voyelle contient un son
+                        unique et stable
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">la voyelle est composée de 2
+                        sons prononcés de manière égale
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep3">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg3"
+                                                                onmouseover="exo.changerBouton(3,true);"
+                                                                onmouseout="exo.changerBouton(3,false);"
+                                                                onclick="exo.action(3)"><img border="0" hspace="1"
+                                                                                             id="boutonRep3"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep3">
+                    <div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);"
+                         onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)">la voyelle est composée de 2
+                        sons prononcés de manière inégale
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg226.html b/Basilisk/MACAO/macao_12/contenu/pages/pg226.html
index a123145a46f0b0dfe89a69c8203553ff430bb55c..1cbf23ee0cad9f80764b41bc87e4083c6611ea5b 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg226.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg226.html
@@ -1 +1,215 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Spécificité des voyelles (5)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:126px;#STY_texteQC/width:510px;height:295px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Spécificité des voyelles (5)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">C'est inexact ; réécoutez attentivement les deux mots.</div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez les deux mots suivants en cliquant sur les boutons, puis sélectionnez<br>l'affirmation qui vous semble juste :<br><br><table class="STY_tableau" width="100" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV75','bt_12.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top"><br><img align="center" border="0" src="../media/phon_kid3.png" id="MosImg86" style="visibility:hidden"></td><td valign="top"><br>kid<br><br></td><td valign="top"><br></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV9','bt_12_seed.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><img align="center" border="0" src="../media/phon_seed1.png" id="MosImg50" style="visibility:hidden"></td><td valign="top">seed</td><td valign="top"></td></tr></table></p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">la voyelle en orange est plus longue que la voyelle en violet</div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">il est difficile d'établir une différence de longueur entre les 2 voyelles</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Spécificité des voyelles (5)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:126px;#STY_texteQC/width:510px;height:295px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Spécificité des
+                    voyelles (5)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">C'est inexact ; réécoutez attentivement les deux
+        mots.
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez les deux mots suivants en cliquant
+        sur les boutons, puis sélectionnez<br>l'affirmation qui vous semble juste :<br><br>
+        <table class="STY_tableau" width="100" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><br>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV75', 'bt_12.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br></td>
+                <td valign="top"><br><img align="center" border="0" src="../media/phon_kid3.png" id="MosImg86"
+                                          style="visibility:hidden"></td>
+                <td valign="top"><br>kid<br><br></td>
+                <td valign="top"><br></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV9', 'bt_12_seed.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_seed1.png" id="MosImg50"
+                                      style="visibility:hidden"></td>
+                <td valign="top">seed</td>
+                <td valign="top"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">la voyelle en orange est plus
+                        longue que la voyelle en violet
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">il est difficile d'établir une
+                        différence de longueur entre les 2 voyelles
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg228.html b/Basilisk/MACAO/macao_12/contenu/pages/pg228.html
index 663b069195cd75b0c7dce84ee5a995e8f56e1c03..3c5ec39333d72ec0c25012e3b9c4623ee16a6ad3 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg228.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg228.html
@@ -1 +1,348 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir l'accentuation adéquate  (4)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCM");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=5;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=6;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=7;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=8;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=9;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","2","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","3","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","8","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","9","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir l'accentuation adéquate  (4)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69"><br><br><br><br>Voici le corrigé :<br><br>How can<br></font><font color="#a60a69">I <i><b>intimate</b></i> this to my most <i><b>intimate</b></i> friend ? </font></span></font><font color="#a60a69"><br><br> <img align="center" border="0" src="../media/phon_intimate_1.png" id="MosImg844436" style="visibility:hidden">                <img align="center" border="0" src="../media/phon_intimate_2.png" id="MosImg6495426" style="visibility:hidden"></font></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69"><br><br><br><br>Voici le corrigé : <br><br>How can <br>I <i><b>intimate</b></i> this to my most <i><b>intimate</b></i> friend ? <br></font></span><br></font><font color="#a60a69"> <img align="center" border="0" src="../media/phon_intimate_1.png" id="MosImg844437" style="visibility:hidden">                </font><img align="center" border="0" src="../media/phon_intimate_2.png" id="MosImg6495428" style="visibility:hidden"></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><font color="#a60a69"><span style="FONT-SIZE: 90%"><br><br><br><br><br><br><br><br><br><br><br>Voici le corrigé : <br><br>How can <br>I <i><b>intimate</b></i> this to my most <i><b>intimate</b></i> friend ?</span> <br></font><br><font color="#a60a69"> <img align="center" border="0" src="../media/phon_intimate_1.png" id="MosImg8444363" style="visibility:hidden">                </font><img align="center" border="0" src="../media/phon_intimate_2.png" id="MosImg64954289" style="visibility:hidden"><br></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69"><br><br><br><br><br><br><br><br><br><br><br>Voici le corrigé : <br><br>How can <br>I <i><b>intimate </b></i>this to my most <i><b>intimate</b></i> friend ?</font></span><br></font><br><font color="#a60a69"> <img align="center" border="0" src="../media/phon_intimate_1.png" id="MosImg84443" style="visibility:hidden">                </font><img align="center" border="0" src="../media/phon_intimate_2.png" id="MosImg649542" style="visibility:hidden"><br></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><font color="#a60a69"><p align=""><br>Ecoutez l'énoncé ci-dessous en cliquant sur le bouton et validez la transcription phonétique qui convient pour les mots écrits en italique.<br><br><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="50" valign="top">      <script type="text/javascript">ajDocW(PF_clipAV('clipAV77','bt_howcan.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="400" valign="top"><font color="#a60a69">How can I <i>intimate</i> this to my most <i>intimate</i> friend ? </font></td></tr></table></p></font></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellpadding="0" cellspacing="12" align="center"><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep1"><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><font color="#a60a69">How can I <b><i>intimate </i></b>this<font color="#a60a69">...</font></font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep2"><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span style="FONT-SIZE: 250%">•<img align="center" border="0" src="../media/phon_intimate_1.png" id="MosImg847" style="visibility:hidden"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep3"><td valign="top" class="STY_bordureQC" id="tdRep3"><div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span style="FONT-SIZE: 250%">•<img align="center" border="0" src="../media/phon_intimate_2.png" id="MosImg78" style="visibility:hidden"></span></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep4"><td valign="top" class="STY_bordureQC" id="tdRep4"><div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);" onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep5"><td valign="top" class="STY_bordureQC" id="tdRep5"><div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);" onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><font color="#a60a69"></font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep6"><td valign="top" class="STY_bordureQC" id="tdRep6"><div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);" onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"><font color="#a60a69"><i><b></b></i></font></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep7"><td valign="top" class="STY_bordureQC" id="tdRep7"><div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);" onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><font color="#a60a69">...to my most <i><b>intimate</b></i> friend ?</font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep8"><td valign="top" class="STY_bordureQC" id="tdRep8"><div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);" onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span style="FONT-SIZE: 250%">•<img src="../media/phon_intimate_1.png" id="MosImg95" border="0" align="center" style="visibility:hidden"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep9"><td valign="top" class="STY_bordureQC" id="tdRep9"><div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);" onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span style="FONT-SIZE: 250%">•<img src="../media/phon_intimate_2.png" id="MosImg85" border="0" align="center" style="visibility:hidden"></span></div></td></tr></table></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir l'accentuation adéquate (4)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCM");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 5;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 6;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 7;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 8;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 9;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "3", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "8", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "9", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir
+                    l'accentuation adéquate (4)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font color="#a60a69"><span
+            style="FONT-SIZE: 90%"><font
+            color="#a60a69"><br><br><br><br>Voici le corrigé :<br><br>How can<br></font><font color="#a60a69">I <i><b>intimate</b></i> this to my most <i><b>intimate</b></i> friend ? </font></span></font><font
+            color="#a60a69"><br><br> <img align="center" border="0" src="../media/phon_intimate_1.png" id="MosImg844436"
+                                          style="visibility:hidden">                <img align="center" border="0"
+                                                                                         src="../media/phon_intimate_2.png"
+                                                                                         id="MosImg6495426"
+                                                                                         style="visibility:hidden"></font>
+    </p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><font color="#a60a69"><span style="FONT-SIZE: 90%"><font
+            color="#a60a69"><br><br><br><br>Voici le corrigé : <br><br>How can <br>I <i><b>intimate</b></i> this to my most <i><b>intimate</b></i> friend ? <br></font></span><br></font><font
+            color="#a60a69"> <img align="center" border="0" src="../media/phon_intimate_1.png" id="MosImg844437"
+                                  style="visibility:hidden">                </font><img align="center" border="0"
+                                                                                        src="../media/phon_intimate_2.png"
+                                                                                        id="MosImg6495428"
+                                                                                        style="visibility:hidden"></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><font color="#a60a69"><span style="FONT-SIZE: 90%"><br><br><br><br><br><br><br><br><br><br><br>Voici le corrigé : <br><br>How can <br>I <i><b>intimate</b></i> this to my most <i><b>intimate</b></i> friend ?</span> <br></font><br><font
+            color="#a60a69"> <img align="center" border="0" src="../media/phon_intimate_1.png" id="MosImg8444363"
+                                  style="visibility:hidden">                </font><img align="center" border="0"
+                                                                                        src="../media/phon_intimate_2.png"
+                                                                                        id="MosImg64954289"
+                                                                                        style="visibility:hidden"><br>
+    </div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><font color="#a60a69"><span style="FONT-SIZE: 90%"><font
+            color="#a60a69"><br><br><br><br><br><br><br><br><br><br><br>Voici le corrigé : <br><br>How can <br>I <i><b>intimate </b></i>this to my most <i><b>intimate</b></i> friend ?</font></span><br></font><br><font
+            color="#a60a69"> <img align="center" border="0" src="../media/phon_intimate_1.png" id="MosImg84443"
+                                  style="visibility:hidden">                </font><img align="center" border="0"
+                                                                                        src="../media/phon_intimate_2.png"
+                                                                                        id="MosImg649542"
+                                                                                        style="visibility:hidden"><br>
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><font color="#a60a69"><p align=""><br>Ecoutez l'énoncé
+        ci-dessous en cliquant sur le bouton et validez la transcription phonétique qui convient pour les mots écrits en
+        italique.<br><br>
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="50" valign="top">     
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV77', 'bt_howcan.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td width="400" valign="top"><font color="#a60a69">How can I <i>intimate</i> this to my most
+                    <i>intimate</i> friend ? </font></td>
+            </tr>
+        </table>
+        </p></font></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellpadding="0" cellspacing="12" align="center">
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep1">
+                            <td valign="top" class="STY_bordureQC" id="tdRep1">
+                                <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                                     onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><font
+                                        color="#a60a69">How can I <b><i>intimate </i></b>this<font
+                                        color="#a60a69">...</font></font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep2">
+                            <td valign="top" class="STY_bordureQC" id="tdRep2">
+                                <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                                     onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span
+                                        style="FONT-SIZE: 250%">•<img align="center" border="0"
+                                                                      src="../media/phon_intimate_1.png" id="MosImg847"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep3">
+                            <td valign="top" class="STY_bordureQC" id="tdRep3">
+                                <div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);"
+                                     onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span
+                                        style="FONT-SIZE: 250%">•<img align="center" border="0"
+                                                                      src="../media/phon_intimate_2.png" id="MosImg78"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep4">
+                            <td valign="top" class="STY_bordureQC" id="tdRep4">
+                                <div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);"
+                                     onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep5">
+                            <td valign="top" class="STY_bordureQC" id="tdRep5">
+                                <div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);"
+                                     onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><font
+                                        color="#a60a69"></font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep6">
+                            <td valign="top" class="STY_bordureQC" id="tdRep6">
+                                <div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);"
+                                     onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"><font
+                                        color="#a60a69"><i><b></b></i></font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep7">
+                            <td valign="top" class="STY_bordureQC" id="tdRep7">
+                                <div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);"
+                                     onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><font
+                                        color="#a60a69">...to my most <i><b>intimate</b></i> friend ?</font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep8">
+                            <td valign="top" class="STY_bordureQC" id="tdRep8">
+                                <div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);"
+                                     onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span
+                                        style="FONT-SIZE: 250%">•<img src="../media/phon_intimate_1.png" id="MosImg95"
+                                                                      border="0" align="center"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep9">
+                            <td valign="top" class="STY_bordureQC" id="tdRep9">
+                                <div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);"
+                                     onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span
+                                        style="FONT-SIZE: 250%">•<img src="../media/phon_intimate_2.png" id="MosImg85"
+                                                                      border="0" align="center"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg239.html b/Basilisk/MACAO/macao_12/contenu/pages/pg239.html
index 4a1aca129ad7647e19d685dd01ec70348b5cb0b7..eaf9517a99c8a7f73417855ab40f47c54ba92724 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg239.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg239.html
@@ -1 +1,88 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Syllabe orale</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Syllabe orale</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><br><b>La syllabe orale</b><br><br>Pour identifier les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes. <br></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Syllabe orale</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Syllabe orale</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><br><b>La syllabe orale</b><br><br>Pour identifier
+        les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule
+        voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes. <br></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg262.html b/Basilisk/MACAO/macao_12/contenu/pages/pg262.html
index bdee986d5f4d8d3ddb02b162969b60f807b06992..3087a777cbf63f2812bad14c9f44980e7e75c295 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg262.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg262.html
@@ -1 +1,379 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Compter les syllabes orales (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:88px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script><script type="text/javascript">function entrerDonnees(){ exo = new ExerciceQM("QCU");exo.init();exo.scoreTotal=40;var nr=1;exo.tabStylesR[nr]='3';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]='2';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]='2';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]='3';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";exo.nbColones=5;var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg2';idDet='divCmt1';EXO_ajouterCommentaire(idDet,"Syllabes orales","","","","","-1","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Compter les syllabes orales (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Exact !</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><b>Voici le corrigé :</b><br><br></p><p align=""><br><br><br><br>   <br><br><br>comfortable: 3 syllabes.</p><p align=""><br>history: 2 syllabes.</p><p align=""><br>average: 2 syllabes.</p><p align=""><br>interested: 3 syllabes.</p></div><div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br><br>Pour identifier les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.</div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="  "><div id="STY_question" class="STY_question" style="  "><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""><br>En cliquant sur la flèche combien de <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">syllabes</a> entendez-vous ? <br>Pour chaque mot, écouter et sélectionner 1, 2, 3, 4 ou 5 selon le nombre de syllabes entendues. </p><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""> </p><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""> </p><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="">                      <b>Nombre de syllabes</b></p></div><div id="STY_texteQM" class="STY_texteQM" style="  "><table cellspacing="1" cellpadding="0" class="STY_tableauQM"><tr><td></td><td class="STY_coloneQM">1</td><td class="STY_coloneQM">2</td><td class="STY_coloneQM">3</td><td class="STY_coloneQM">4</td><td class="STY_coloneQM">5</td></tr><tr id="trRep1"><td valign="top" id="tdRep1" class="STY_reponseQM"><table class="STY_tableau" width="100" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV40','confortable.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">comfortable</td></tr></table></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11" onmouseover="exo.changerBouton(1,1,true);" onmouseout="exo.changerBouton(1,1,false);" onclick="exo.action(1,1)"><img border="0" hspace="1" id="boutonRep11" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12" onmouseover="exo.changerBouton(1,2,true);" onmouseout="exo.changerBouton(1,2,false);" onclick="exo.action(1,2)"><img border="0" hspace="1" id="boutonRep12" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg13" onmouseover="exo.changerBouton(1,3,true);" onmouseout="exo.changerBouton(1,3,false);" onclick="exo.action(1,3)"><img border="0" hspace="1" id="boutonRep13" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg14" onmouseover="exo.changerBouton(1,4,true);" onmouseout="exo.changerBouton(1,4,false);" onclick="exo.action(1,4)"><img border="0" hspace="1" id="boutonRep14" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg15" onmouseover="exo.changerBouton(1,5,true);" onmouseout="exo.changerBouton(1,5,false);" onclick="exo.action(1,5)"><img border="0" hspace="1" id="boutonRep15" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr><tr id="trRep2"><td valign="top" id="tdRep2" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="100" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV82','history.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">history</td></tr></table></p></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21" onmouseover="exo.changerBouton(2,1,true);" onmouseout="exo.changerBouton(2,1,false);" onclick="exo.action(2,1)"><img border="0" hspace="1" id="boutonRep21" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22" onmouseover="exo.changerBouton(2,2,true);" onmouseout="exo.changerBouton(2,2,false);" onclick="exo.action(2,2)"><img border="0" hspace="1" id="boutonRep22" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg23" onmouseover="exo.changerBouton(2,3,true);" onmouseout="exo.changerBouton(2,3,false);" onclick="exo.action(2,3)"><img border="0" hspace="1" id="boutonRep23" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg24" onmouseover="exo.changerBouton(2,4,true);" onmouseout="exo.changerBouton(2,4,false);" onclick="exo.action(2,4)"><img border="0" hspace="1" id="boutonRep24" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg25" onmouseover="exo.changerBouton(2,5,true);" onmouseout="exo.changerBouton(2,5,false);" onclick="exo.action(2,5)"><img border="0" hspace="1" id="boutonRep25" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr><tr id="trRep3"><td valign="top" id="tdRep3" class="STY_reponseQM"><table class="STY_tableau" width="100" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV9','average.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">average</td></tr></table></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31" onmouseover="exo.changerBouton(3,1,true);" onmouseout="exo.changerBouton(3,1,false);" onclick="exo.action(3,1)"><img border="0" hspace="1" id="boutonRep31" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32" onmouseover="exo.changerBouton(3,2,true);" onmouseout="exo.changerBouton(3,2,false);" onclick="exo.action(3,2)"><img border="0" hspace="1" id="boutonRep32" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg33" onmouseover="exo.changerBouton(3,3,true);" onmouseout="exo.changerBouton(3,3,false);" onclick="exo.action(3,3)"><img border="0" hspace="1" id="boutonRep33" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg34" onmouseover="exo.changerBouton(3,4,true);" onmouseout="exo.changerBouton(3,4,false);" onclick="exo.action(3,4)"><img border="0" hspace="1" id="boutonRep34" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg35" onmouseover="exo.changerBouton(3,5,true);" onmouseout="exo.changerBouton(3,5,false);" onclick="exo.action(3,5)"><img border="0" hspace="1" id="boutonRep35" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr><tr id="trRep4"><td valign="top" id="tdRep4" class="STY_reponseQM"><table class="STY_tableau" width="100" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV60','interrested.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">interested</td></tr></table></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg41" onmouseover="exo.changerBouton(4,1,true);" onmouseout="exo.changerBouton(4,1,false);" onclick="exo.action(4,1)"><img border="0" hspace="1" id="boutonRep41" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg42" onmouseover="exo.changerBouton(4,2,true);" onmouseout="exo.changerBouton(4,2,false);" onclick="exo.action(4,2)"><img border="0" hspace="1" id="boutonRep42" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg43" onmouseover="exo.changerBouton(4,3,true);" onmouseout="exo.changerBouton(4,3,false);" onclick="exo.action(4,3)"><img border="0" hspace="1" id="boutonRep43" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg44" onmouseover="exo.changerBouton(4,4,true);" onmouseout="exo.changerBouton(4,4,false);" onclick="exo.action(4,4)"><img border="0" hspace="1" id="boutonRep44" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg45" onmouseover="exo.changerBouton(4,5,true);" onmouseout="exo.changerBouton(4,5,false);" onclick="exo.action(4,5)"><img border="0" hspace="1" id="boutonRep45" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Compter les syllabes orales (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:88px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceQM("QCU");
+        exo.init();
+        exo.scoreTotal = 40;
+        var nr = 1;
+        exo.tabStylesR[nr] = '3';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = '2';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = '2';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = '3';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        exo.nbColones = 5;
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        idDet = 'divCmt1';
+        EXO_ajouterCommentaire(idDet, "Syllabes orales", "", "", "", "", "-1", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Compter les syllabes
+                    orales (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Exact !</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><b>Voici le corrigé :</b><br><br></p>
+        <p align=""><br><br><br><br>   <br><br><br>comfortable: 3 syllabes.</p>
+        <p align=""><br>history: 2 syllabes.</p>
+        <p align=""><br>average: 2 syllabes.</p>
+        <p align=""><br>interested: 3 syllabes.</p></div>
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br><br>Pour identifier les syllabes
+        orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à
+        laquelle peuvent s'adjoindre une ou plusieurs consonnes.
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="  ">
+    <div id="STY_question" class="STY_question" style="  "><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="">
+        <br>En cliquant sur la flèche combien de <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')"
+                                                    onclick="enrPosClic(event,'1')">syllabes</a> entendez-vous ? <br>Pour
+        chaque mot, écouter et sélectionner 1, 2, 3, 4 ou 5 selon le nombre de syllabes entendues. </p>
+        <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""> </p>
+        <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""> </p>
+        <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="">                      <b>Nombre de syllabes</b></p>
+    </div>
+    <div id="STY_texteQM" class="STY_texteQM" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_tableauQM">
+            <tr>
+                <td></td>
+                <td class="STY_coloneQM">1</td>
+                <td class="STY_coloneQM">2</td>
+                <td class="STY_coloneQM">3</td>
+                <td class="STY_coloneQM">4</td>
+                <td class="STY_coloneQM">5</td>
+            </tr>
+            <tr id="trRep1">
+                <td valign="top" id="tdRep1" class="STY_reponseQM">
+                    <table class="STY_tableau" width="100" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="40" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV40', 'confortable.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">comfortable</td>
+                        </tr>
+                    </table>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11"
+                                                      onmouseover="exo.changerBouton(1,1,true);"
+                                                      onmouseout="exo.changerBouton(1,1,false);"
+                                                      onclick="exo.action(1,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep11"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12"
+                                                      onmouseover="exo.changerBouton(1,2,true);"
+                                                      onmouseout="exo.changerBouton(1,2,false);"
+                                                      onclick="exo.action(1,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep12"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg13"
+                                                      onmouseover="exo.changerBouton(1,3,true);"
+                                                      onmouseout="exo.changerBouton(1,3,false);"
+                                                      onclick="exo.action(1,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep13"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg14"
+                                                      onmouseover="exo.changerBouton(1,4,true);"
+                                                      onmouseout="exo.changerBouton(1,4,false);"
+                                                      onclick="exo.action(1,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep14"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg15"
+                                                      onmouseover="exo.changerBouton(1,5,true);"
+                                                      onmouseout="exo.changerBouton(1,5,false);"
+                                                      onclick="exo.action(1,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep15"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td valign="top" id="tdRep2" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="100" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV82', 'history.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">history</td>
+                        </tr>
+                    </table>
+                    </p></td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21"
+                                                      onmouseover="exo.changerBouton(2,1,true);"
+                                                      onmouseout="exo.changerBouton(2,1,false);"
+                                                      onclick="exo.action(2,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep21"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22"
+                                                      onmouseover="exo.changerBouton(2,2,true);"
+                                                      onmouseout="exo.changerBouton(2,2,false);"
+                                                      onclick="exo.action(2,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep22"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg23"
+                                                      onmouseover="exo.changerBouton(2,3,true);"
+                                                      onmouseout="exo.changerBouton(2,3,false);"
+                                                      onclick="exo.action(2,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep23"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg24"
+                                                      onmouseover="exo.changerBouton(2,4,true);"
+                                                      onmouseout="exo.changerBouton(2,4,false);"
+                                                      onclick="exo.action(2,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep24"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg25"
+                                                      onmouseover="exo.changerBouton(2,5,true);"
+                                                      onmouseout="exo.changerBouton(2,5,false);"
+                                                      onclick="exo.action(2,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep25"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+            <tr id="trRep3">
+                <td valign="top" id="tdRep3" class="STY_reponseQM">
+                    <table class="STY_tableau" width="100" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV9', 'average.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">average</td>
+                        </tr>
+                    </table>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31"
+                                                      onmouseover="exo.changerBouton(3,1,true);"
+                                                      onmouseout="exo.changerBouton(3,1,false);"
+                                                      onclick="exo.action(3,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep31"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32"
+                                                      onmouseover="exo.changerBouton(3,2,true);"
+                                                      onmouseout="exo.changerBouton(3,2,false);"
+                                                      onclick="exo.action(3,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep32"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg33"
+                                                      onmouseover="exo.changerBouton(3,3,true);"
+                                                      onmouseout="exo.changerBouton(3,3,false);"
+                                                      onclick="exo.action(3,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep33"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg34"
+                                                      onmouseover="exo.changerBouton(3,4,true);"
+                                                      onmouseout="exo.changerBouton(3,4,false);"
+                                                      onclick="exo.action(3,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep34"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg35"
+                                                      onmouseover="exo.changerBouton(3,5,true);"
+                                                      onmouseout="exo.changerBouton(3,5,false);"
+                                                      onclick="exo.action(3,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep35"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+            <tr id="trRep4">
+                <td valign="top" id="tdRep4" class="STY_reponseQM">
+                    <table class="STY_tableau" width="100" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV60', 'interrested.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">interested</td>
+                        </tr>
+                    </table>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg41"
+                                                      onmouseover="exo.changerBouton(4,1,true);"
+                                                      onmouseout="exo.changerBouton(4,1,false);"
+                                                      onclick="exo.action(4,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep41"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg42"
+                                                      onmouseover="exo.changerBouton(4,2,true);"
+                                                      onmouseout="exo.changerBouton(4,2,false);"
+                                                      onclick="exo.action(4,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep42"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg43"
+                                                      onmouseover="exo.changerBouton(4,3,true);"
+                                                      onmouseout="exo.changerBouton(4,3,false);"
+                                                      onclick="exo.action(4,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep43"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg44"
+                                                      onmouseover="exo.changerBouton(4,4,true);"
+                                                      onmouseout="exo.changerBouton(4,4,false);"
+                                                      onclick="exo.action(4,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep44"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg45"
+                                                      onmouseover="exo.changerBouton(4,5,true);"
+                                                      onmouseout="exo.changerBouton(4,5,false);"
+                                                      onclick="exo.action(4,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep45"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg278.html b/Basilisk/MACAO/macao_12/contenu/pages/pg278.html
index bc868b3fd9afe2c0d52aa4e05bbccf5045a9b915..48e02f839db9f265fc238c5bd392793b8f4fa1ac 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg278.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg278.html
@@ -1 +1,93 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Les symboles phonétiques (12)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles phonétiques (12)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><font color="#a60a69">Entraînez vous à prononcer ces mots. En anglais, la lettre <b>h</b> est généralement associé<br>à <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('pgd171','PAGE')">un phonème</a> : /<b>h</b>/.<br><br></font><font color="#800080"><script type="text/javascript">ajDocW(PF_clipAV('clipAV82','page5g1.swf','300','100','false','Flash','false','','Quality:high;wmode:transparent',''));</script></font></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Les symboles phonétiques (12)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles
+                    phonétiques (12)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><font color="#a60a69">Entraînez vous à prononcer ces
+        mots. En anglais, la lettre <b>h</b> est généralement associé<br>à <a class="STY_lienComt"
+                                                                              href="javascript:parent.SCO_ouvrirDoc('pgd171','PAGE')">un
+            phonème</a> : /<b>h</b>/.<br><br></font><font color="#800080">
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV82', 'page5g1.swf', '300', '100', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </font></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg288.html b/Basilisk/MACAO/macao_12/contenu/pages/pg288.html
index 990f2490c7f3ef8ed664c238277d251acfd45f14..b622f9645bc791013be09637b8200523a239753e 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg288.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg288.html
@@ -1 +1,150 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Mémento : l'accentuation des syllabes  (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');leCours.ajouterCommentaire("divCmt1","voyelle","","","","","","","","");leCours.ajouterCommentaire("divCmt2","voyelle réduite","","","","","","","","");leCours.ajouterCommentaire("divCmt3","syllabe","","","","","","","","");dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento : l'accentuation des syllabes  (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"><p align=""><b><br><br><br><br>La voyelle</b></p><p align="">La voyelle se caractérise par la vibration des cordes vocales, alors que la consonne n'existe pas par elle-même : elle s'appuie sur la voyelle qui la précède ou la suit. </p><p align="">L'anglais comporte 20 voyelles. Vous pouvez en écouter quelques-unes en<br>cliquant sur la flèche.<br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV76','pop_voyelle.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></div><div id="divCmt2" onclick="SPE_clicDansBulle(event,'2')"><p align=""><b><br><br><br><br>La voyelle réduite</b></p><p align="">Dans un mot, certaines syllabes s'entendent plus que les autres : ce sont des syllabes accentuées. D'autres syllabes s'entendent moins. On peut parler de degrés dans l'accentuation des syllabes, comme sur une échelle.</p><p align="">A un bout de l'échelle, l'accentuation est maximale. A l'autre bout de l'échelle, l'acentuation est minimale et la voyelle se caractérise par un phénomène de réduction: on parle de voyelle réduite.<br></p></div><div id="divCmt3" onclick="SPE_clicDansBulle(event,'3')"><p align=""><b><br><br><br><br>La syllabe orale</b></p><p align="">Pour identifier les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes. </p><p align=""> </p></div></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69"><br>Lorsqu'une <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">voyelle</a> est <a class="STY_lienComt" href="javascript:CRS_afficherDetail('2')" onclick="enrPosClic(event,'2')">réduite</a>, la <a class="STY_lienComt" href="javascript:CRS_afficherDetail('3')" onclick="enrPosClic(event,'3')">syllabe</a> qui la contient s'entend peu. Cela peut créer une difficulté de reconnaissance, surtout si le mot ne comporte que cette syllabe. <br><br>Cliquer sur la flèche correspondante pour écouter chacun des énoncés et prêtez attention à la prononciation des mots écrits en italique :</font></p><p align=""><font color="#a60a69"><br><br></font></p><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV92','p2611.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><p align=""><br>You <i>are</i> going <i>to</i> the cinema tonight, aren't you?<br><br></p></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV69','p2621.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><p align=""><br>My mother <i>is a</i> good cook.<br><br></p></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV72','p2631.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><p align=""><br>There are a lot of people <i>in</i> the shops today.<br><br></p></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV67','p2641.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><br>As you know, windfalls are apples <i>that</i> fall off <i>the</i> tree on to the grass.</td></tr></table><br><br></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Mémento : l'accentuation des syllabes (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        leCours.ajouterCommentaire("divCmt1", "voyelle", "", "", "", "", "", "", "", "");
+        leCours.ajouterCommentaire("divCmt2", "voyelle réduite", "", "", "", "", "", "", "", "");
+        leCours.ajouterCommentaire("divCmt3", "syllabe", "", "", "", "", "", "", "", "");
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento :
+                    l'accentuation des syllabes (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"><p align=""><b><br><br><br><br>La voyelle</b></p>
+        <p align="">La voyelle se caractérise par la vibration des cordes vocales, alors que la consonne n'existe pas
+            par elle-même : elle s'appuie sur la voyelle qui la précède ou la suit. </p>
+        <p align="">L'anglais comporte 20 voyelles. Vous pouvez en écouter quelques-unes en<br>cliquant sur la
+            flèche.<br><br>
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV76', 'pop_voyelle.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+        </p>
+    </div>
+    <div id="divCmt2" onclick="SPE_clicDansBulle(event,'2')"><p align=""><b><br><br><br><br>La voyelle réduite</b></p>
+        <p align="">Dans un mot, certaines syllabes s'entendent plus que les autres : ce sont des syllabes accentuées.
+            D'autres syllabes s'entendent moins. On peut parler de degrés dans l'accentuation des syllabes, comme sur
+            une échelle.</p>
+        <p align="">A un bout de l'échelle, l'accentuation est maximale. A l'autre bout de l'échelle, l'acentuation est
+            minimale et la voyelle se caractérise par un phénomène de réduction: on parle de voyelle réduite.<br></p>
+    </div>
+    <div id="divCmt3" onclick="SPE_clicDansBulle(event,'3')"><p align=""><b><br><br><br><br>La syllabe orale</b></p>
+        <p align="">Pour identifier les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral,
+            comportant une et une seule voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes. </p>
+        <p align=""> </p></div>
+</div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69"><br>Lorsqu'une <a
+            class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">voyelle</a>
+        est <a class="STY_lienComt" href="javascript:CRS_afficherDetail('2')"
+               onclick="enrPosClic(event,'2')">réduite</a>, la <a class="STY_lienComt"
+                                                                  href="javascript:CRS_afficherDetail('3')"
+                                                                  onclick="enrPosClic(event,'3')">syllabe</a> qui la
+        contient s'entend peu. Cela peut créer une difficulté de reconnaissance, surtout si le mot ne comporte que cette
+        syllabe. <br><br>Cliquer sur la flèche correspondante pour écouter chacun des énoncés et prêtez attention à la
+        prononciation des mots écrits en italique :</font></p>
+        <p align=""><font color="#a60a69"><br><br></font></p>
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="20" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV92', 'p2611.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><p align=""><br>You <i>are</i> going <i>to</i> the cinema tonight, aren't you?<br><br>
+                </p></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV69', 'p2621.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><p align=""><br>My mother <i>is a</i> good cook.<br><br></p></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV72', 'p2631.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><p align=""><br>There are a lot of people <i>in</i> the shops today.<br><br></p></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV67', 'p2641.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><br>As you know, windfalls are apples <i>that</i> fall off <i>the</i> tree on to the
+                    grass.
+                </td>
+            </tr>
+        </table>
+        <br><br></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg293.html b/Basilisk/MACAO/macao_12/contenu/pages/pg293.html
index 5cfc5d6b5e75bd1a90be7d05d6abe8a2430c6db6..36197d94d3961ee0605fcd4346feb109c7b43205 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg293.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg293.html
@@ -1 +1,355 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir l'accentuation adéquate  (5)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCM");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=5;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=6;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=7;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=8;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=9;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","2","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","3","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","8","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","9","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir l'accentuation adéquate  (5)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font color="#a60a69"></font> </p><p align=""> </p><p align=""><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69">Voici le corrigé :<br><br>The Beatles wanted the technicians to <i><b>record</b></i> their music on a colour <i><b>record</b></i></font><font color="#a60a69">? <br></font></span></font><font color="#a60a69"><br><img align="center" border="0" src="../media/phon_record_1.png" id="MosImg831039" style="visibility:hidden">                 <img align="center" border="0" src="../media/phon_record_2.png" id="MosImg319345" style="visibility:hidden"></font></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><font color="#a60a69"><p align=""><font color="#a60a69"></font> </p><p align=""> </p><font color="#a60a69"><font color="#a60a69"><p align=""><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69">Voici le corrigé :<br><br>The Beatles wanted the technicians to <i><b>record</b></i> their music on a colour <i><b>record</b></i></font><font color="#a60a69">? <br></font></span></font><font color="#a60a69"><br><img align="center" border="0" src="../media/phon_record_1.png" id="MosImg8310310" style="visibility:hidden">                 <img align="center" border="0" src="../media/phon_record_2.png" id="MosImg319347" style="visibility:hidden"></font></p></font></font></font></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p align=""><font color="#a60a69"></font> </p><p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><br></p><font color="#a60a69"><font color="#a60a69"><p align=""><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69">Voici le corrigé :<br><br>The Beatles wanted the technicians to <i><b>record</b></i> their music on a colour <i><b>record</b></i></font><font color="#a60a69">?</font></span></font><font color="#a60a69"> <br><br><img align="center" border="0" src="../media/phon_record_1.png" id="MosImg8310392" style="visibility:hidden">                 <img align="center" border="0" src="../media/phon_record_2.png" id="MosImg319343" style="visibility:hidden"></font></p></font></font></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><font color="#a60a69"></font><p align=""><font color="#a60a69"></font> </p><p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><br></p><font color="#a60a69"><font color="#a60a69"><p align=""><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69">Voici le corrigé :<br><br>The Beatles wanted the technicians to <i><b>record</b></i> their music on a colour <i><b>record</b></i></font><font color="#a60a69">? </font></span></font><font color="#a60a69"><br><br><img align="center" border="0" src="../media/phon_record_1.png" id="MosImg83103" style="visibility:hidden">                 <img align="center" border="0" src="../media/phon_record_2.png" id="MosImg31934" style="visibility:hidden"></font></p></font></font></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><font color="#a60a69"><p align=""><br>Ecoutez l'énoncé ci-dessous en cliquant sur le bouton et validez la transcription phonétique qui convient pour les mots écrits en italique.<br><br><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="50" valign="top">      <script type="text/javascript">ajDocW(PF_clipAV('clipAV38','bt_beatles1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="400" valign="top"><font color="#a60a69">The Beatles wanted the technicians to <i>record</i> their music on a colour <i>record</i>. </font></td></tr></table></p></font></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellpadding="0" cellspacing="12" align="center"><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep1"><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><font color="#a60a69">The Beatles wanted the technicians to <i><b>record</b></i>...</font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep2"><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span style="FONT-SIZE: 250%">•<img align="center" border="0" src="../media/phon_record_1.png" id="MosImg832" style="visibility:hidden"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep3"><td valign="top" class="STY_bordureQC" id="tdRep3"><div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span style="FONT-SIZE: 250%">•<img align="center" border="0" src="../media/phon_record_2.png" id="MosImg311" style="visibility:hidden"></span></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep4"><td valign="top" class="STY_bordureQC" id="tdRep4"><div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);" onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep5"><td valign="top" class="STY_bordureQC" id="tdRep5"><div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);" onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><font color="#a60a69"></font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep6"><td valign="top" class="STY_bordureQC" id="tdRep6"><div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);" onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"><font color="#a60a69"><i><b></b></i></font></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep7"><td valign="top" class="STY_bordureQC" id="tdRep7"><div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);" onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><font color="#a60a69">...their music on a colour <i><b>record</b></i>. </font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep8"><td valign="top" class="STY_bordureQC" id="tdRep8"><div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);" onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span style="FONT-SIZE: 250%">•<img src="../media/phon_record_1.png" id="MosImg97" border="0" align="center" style="visibility:hidden"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep9"><td valign="top" class="STY_bordureQC" id="tdRep9"><div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);" onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span style="FONT-SIZE: 250%">•<img src="../media/phon_record_2.png" id="MosImg58" border="0" align="center" style="visibility:hidden"></span></div></td></tr></table></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir l'accentuation adéquate (5)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCM");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 5;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 6;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 7;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 8;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 9;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "3", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "8", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "9", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir
+                    l'accentuation adéquate (5)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font color="#a60a69"></font> </p>
+        <p align=""> </p>
+        <p align=""><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69">Voici le corrigé :<br><br>The Beatles wanted the technicians to <i><b>record</b></i> their music on a colour <i><b>record</b></i></font><font
+                color="#a60a69">? <br></font></span></font><font color="#a60a69"><br><img align="center" border="0"
+                                                                                          src="../media/phon_record_1.png"
+                                                                                          id="MosImg831039"
+                                                                                          style="visibility:hidden">   
+                         <img align="center" border="0" src="../media/phon_record_2.png" id="MosImg319345"
+                              style="visibility:hidden"></font></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><font color="#a60a69"><p align=""><font
+            color="#a60a69"></font> </p>
+        <p align=""> </p><font color="#a60a69"><font color="#a60a69"><p align=""><font color="#a60a69"><span
+                style="FONT-SIZE: 90%"><font color="#a60a69">Voici le corrigé :<br><br>The Beatles wanted the technicians to <i><b>record</b></i> their music on a colour <i><b>record</b></i></font><font
+                color="#a60a69">? <br></font></span></font><font color="#a60a69"><br><img align="center" border="0"
+                                                                                          src="../media/phon_record_1.png"
+                                                                                          id="MosImg8310310"
+                                                                                          style="visibility:hidden">   
+                         <img align="center" border="0" src="../media/phon_record_2.png" id="MosImg319347"
+                              style="visibility:hidden"></font></p></font></font></font></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p align=""><font color="#a60a69"></font> </p>
+        <p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><br></p><font color="#a60a69"><font
+                color="#a60a69"><p align=""><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69">Voici le corrigé :<br><br>The Beatles wanted the technicians to <i><b>record</b></i> their music on a colour <i><b>record</b></i></font><font
+                color="#a60a69">?</font></span></font><font color="#a60a69"> <br><br><img align="center" border="0"
+                                                                                          src="../media/phon_record_1.png"
+                                                                                          id="MosImg8310392"
+                                                                                          style="visibility:hidden">   
+                         <img align="center" border="0" src="../media/phon_record_2.png" id="MosImg319343"
+                              style="visibility:hidden"></font></p></font></font></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><font color="#a60a69"></font>
+        <p align=""><font color="#a60a69"></font> </p>
+        <p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><br></p><font color="#a60a69"><font
+                color="#a60a69"><p align=""><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69">Voici le corrigé :<br><br>The Beatles wanted the technicians to <i><b>record</b></i> their music on a colour <i><b>record</b></i></font><font
+                color="#a60a69">? </font></span></font><font color="#a60a69"><br><br><img align="center" border="0"
+                                                                                          src="../media/phon_record_1.png"
+                                                                                          id="MosImg83103"
+                                                                                          style="visibility:hidden">   
+                         <img align="center" border="0" src="../media/phon_record_2.png" id="MosImg31934"
+                              style="visibility:hidden"></font></p></font></font></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><font color="#a60a69"><p align=""><br>Ecoutez l'énoncé
+        ci-dessous en cliquant sur le bouton et validez la transcription phonétique qui convient pour les mots écrits en
+        italique.<br><br>
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="50" valign="top">     
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV38', 'bt_beatles1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td width="400" valign="top"><font color="#a60a69">The Beatles wanted the technicians to <i>record</i>
+                    their music on a colour <i>record</i>. </font></td>
+            </tr>
+        </table>
+        </p></font></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellpadding="0" cellspacing="12" align="center">
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep1">
+                            <td valign="top" class="STY_bordureQC" id="tdRep1">
+                                <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                                     onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><font
+                                        color="#a60a69">The Beatles wanted the technicians to
+                                    <i><b>record</b></i>...</font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep2">
+                            <td valign="top" class="STY_bordureQC" id="tdRep2">
+                                <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                                     onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span
+                                        style="FONT-SIZE: 250%">•<img align="center" border="0"
+                                                                      src="../media/phon_record_1.png" id="MosImg832"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep3">
+                            <td valign="top" class="STY_bordureQC" id="tdRep3">
+                                <div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);"
+                                     onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span
+                                        style="FONT-SIZE: 250%">•<img align="center" border="0"
+                                                                      src="../media/phon_record_2.png" id="MosImg311"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep4">
+                            <td valign="top" class="STY_bordureQC" id="tdRep4">
+                                <div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);"
+                                     onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep5">
+                            <td valign="top" class="STY_bordureQC" id="tdRep5">
+                                <div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);"
+                                     onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><font
+                                        color="#a60a69"></font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep6">
+                            <td valign="top" class="STY_bordureQC" id="tdRep6">
+                                <div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);"
+                                     onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"><font
+                                        color="#a60a69"><i><b></b></i></font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep7">
+                            <td valign="top" class="STY_bordureQC" id="tdRep7">
+                                <div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);"
+                                     onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><font
+                                        color="#a60a69">...their music on a colour <i><b>record</b></i>. </font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep8">
+                            <td valign="top" class="STY_bordureQC" id="tdRep8">
+                                <div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);"
+                                     onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span
+                                        style="FONT-SIZE: 250%">•<img src="../media/phon_record_1.png" id="MosImg97"
+                                                                      border="0" align="center"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep9">
+                            <td valign="top" class="STY_bordureQC" id="tdRep9">
+                                <div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);"
+                                     onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span
+                                        style="FONT-SIZE: 250%">•<img src="../media/phon_record_2.png" id="MosImg58"
+                                                                      border="0" align="center"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg299.html b/Basilisk/MACAO/macao_12/contenu/pages/pg299.html
index 52f1ae4b7a3284894cfa3d8d69c5fd69c7ef55aa..5478e4409175bf382b191651a76855e08607a1bf 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg299.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg299.html
@@ -1 +1,172 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Mémento : longueur de la voyelle</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:27px;#STY_texteTAT/width:510px;height:379px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=30;exo.sensibleCasse=false; exo.respectAccents=false; EXO_ajouterCommentaire('divConsigne',"","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento : longueur de la voyelle</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"><p align="">Contrairement aux idées reçues, la longueur de la voyelle n'est pas un critère pertinent pour distinguer les voyelles tendues des voyelles lâches. La présence<br>de <img src="../media/deuxpoints.png" id="MosImg49" border="0" align="center" style="visibility:hidden"> (dans /<img src="../media/udeuxpoints.png" id="MosImg7" border="0" align="center" style="visibility:hidden">/ par exemple) n'indique pas que la prononciation de la voyelle soit particulièrement longue ; elle indique un phénomène de tension.<br>La même voyelle peut d'ailleurs être prononcée avec une longueur différente selon qu'elle est suivie par exemple de <b>/k/ </b>ou de <b>/g/, </b>de <b>/t/ </b>ou de <b>/d/</b>, de <b>/p/</b> ou de <b>/b/</b>.<br><br>Ecoutez en cliquant sur les boutons :<br><br>               Prononciation<br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="18" valign="top"></td><td valign="top">moins longue</td><td width="18" valign="top"></td><td valign="top">plus longue</td></tr><tr><td width="18" valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV90','bt_lick.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>lick</b></td><td width="18" valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV18','bt_big.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>big </b></td></tr><tr><td valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV50','bt_sit.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>sit</b></td><td valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV46','bt_lid.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>lid</b></td></tr><tr><td valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV15','bt_sharp.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>sharp   </b></td><td valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV2','bt_rhubarb.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>rhubarb</b></td></tr><tr><td valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV59','bt_leek.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>leek</b></td><td valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV83','bt_league.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>league</b></td></tr></table></p></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice"><div id="STY_question" class="STY_question"></div><div id="STY_texteTAT" class="STY_texteTAT"><script type="text/javascript">ajDocW(PF_clipAV('clipAV72','e29anj_s4lc_p115.swf','500','320','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Mémento : longueur de la voyelle</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:27px;#STY_texteTAT/width:510px;height:379px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        EXO_ajouterCommentaire('divConsigne', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento : longueur de
+                    la voyelle
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"><p align="">Contrairement aux idées reçues,
+        la longueur de la voyelle n'est pas un critère pertinent pour distinguer les voyelles tendues des voyelles
+        lâches. La présence<br>de <img src="../media/deuxpoints.png" id="MosImg49" border="0" align="center"
+                                       style="visibility:hidden"> (dans /<img src="../media/udeuxpoints.png"
+                                                                              id="MosImg7" border="0" align="center"
+                                                                              style="visibility:hidden">/ par exemple)
+        n'indique pas que la prononciation de la voyelle soit particulièrement longue ; elle indique un phénomène de
+        tension.<br>La même voyelle peut d'ailleurs être prononcée avec une longueur différente selon qu'elle est suivie
+        par exemple de <b>/k/ </b>ou de <b>/g/, </b>de <b>/t/ </b>ou de <b>/d/</b>, de <b>/p/</b> ou de
+        <b>/b/</b>.<br><br>Ecoutez en cliquant sur les boutons :<br><br>               Prononciation<br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="18" valign="top"></td>
+                <td valign="top">moins longue</td>
+                <td width="18" valign="top"></td>
+                <td valign="top">plus longue</td>
+            </tr>
+            <tr>
+                <td width="18" valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV90', 'bt_lick.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>lick</b></td>
+                <td width="18" valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV18', 'bt_big.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>big </b></td>
+            </tr>
+            <tr>
+                <td valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV50', 'bt_sit.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>sit</b></td>
+                <td valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV46', 'bt_lid.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>lid</b></td>
+            </tr>
+            <tr>
+                <td valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV15', 'bt_sharp.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>sharp   </b></td>
+                <td valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2', 'bt_rhubarb.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>rhubarb</b></td>
+            </tr>
+            <tr>
+                <td valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV59', 'bt_leek.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>leek</b></td>
+                <td valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV83', 'bt_league.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>league</b></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice">
+    <div id="STY_question" class="STY_question"></div>
+    <div id="STY_texteTAT" class="STY_texteTAT">
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV72', 'e29anj_s4lc_p115.swf', '500', '320', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg2991.html b/Basilisk/MACAO/macao_12/contenu/pages/pg2991.html
index 14d97a5798a4c06d4485db653ae75780fa6c3c7d..0c0418b678f02c87ec170fc5b91e76b48f7c811c 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg2991.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg2991.html
@@ -1 +1,90 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Voyelle réduite</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Voyelle réduite</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><br><b>La voyelle réduite</b><br><br>Dans un mot, certaines syllabes s'entendent plus que les autres : ce sont des syllabes accentuées. D'autres syllabes s'entendent moins. On peut parler de degrés dans l'accentuation des syllabes, comme sur une échelle. <br><br>A un bout de l'échelle, l'accentuation est maximale. A l'autre bout de l'échelle, l'acentuation est minimale et la voyelle se caractérise par un phénomène de réduction: on parle de <b>voyelle réduite</b>. <br></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Voyelle réduite</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Voyelle réduite</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><br><b>La voyelle réduite</b><br><br>Dans un mot,
+        certaines syllabes s'entendent plus que les autres : ce sont des syllabes accentuées. D'autres syllabes
+        s'entendent moins. On peut parler de degrés dans l'accentuation des syllabes, comme sur une échelle. <br><br>A
+        un bout de l'échelle, l'accentuation est maximale. A l'autre bout de l'échelle, l'acentuation est minimale et la
+        voyelle se caractérise par un phénomène de réduction: on parle de <b>voyelle réduite</b>. <br></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg301.html b/Basilisk/MACAO/macao_12/contenu/pages/pg301.html
index 934b576df5371b715da00ab2d910002b2666e508..b86258ce5c509e58420c7f7973d5b05fff856119 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg301.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg301.html
@@ -1 +1,88 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Syllabe écrite</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Syllabe écrite</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><br><b>La syllabe écrite</b><br><br>Si la syllabe orale peut être définie avec précision, la "<b>syllabe écrite</b>" est reconnue plus instinctivement : c'est l'héritage de l'école primaire où l'on a pu avoir l'habitude d'apprendre à lire en découpant les mots.<br></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Syllabe écrite</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Syllabe écrite</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><br><b>La syllabe écrite</b><br><br>Si la syllabe
+        orale peut être définie avec précision, la "<b>syllabe écrite</b>" est reconnue plus instinctivement : c'est
+        l'héritage de l'école primaire où l'on a pu avoir l'habitude d'apprendre à lire en découpant les mots.<br></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg310.html b/Basilisk/MACAO/macao_12/contenu/pages/pg310.html
index 1a87f2aa6e78c45e47842161582e6c916d918c99..1f54a5c32b090f134716001613e4234ad0459dcd 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg310.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg310.html
@@ -1 +1,102 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Remarquer la syllabe la plus accentuée (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');leCours.ajouterCommentaire("divCmt1","syllabe orale","","","","","","","","");dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Remarquer la syllabe la plus accentuée (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"><p align=""><br><br><br><br><br><br><br>Pour identifier les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.</p><p align=""> </p></div></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#a60a69">Le mot suivant contient 2 </font><font color="#a60a69"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">syllabes</a></font> <font color="#a60a69">représentées par 2 carrés. Ecoutez le mot en cliquant sur la flèche et désignez la syllabe qui s'entend le plus en cliquant sur le carré correspondant. Plusieurs mots (14) vont vous être proposés successivement.<br></font><p align=""><b><font color="#a60a69">                                            <script type="text/javascript">ajDocW(PF_clipAV('clipAV31','e29anj_s1lc_remarque_accen1.swf','367','267','false','Flash','false','','Quality:high;wmode:transparent;',''));</script></font></b></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Remarquer la syllabe la plus accentuée (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        leCours.ajouterCommentaire("divCmt1", "syllabe orale", "", "", "", "", "", "", "", "");
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Remarquer la syllabe
+                    la plus accentuée (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"><p align=""><br><br><br><br><br><br><br>Pour identifier les
+        syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule
+        voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.</p>
+        <p align=""> </p></div>
+</div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#a60a69">Le mot suivant contient
+        2 </font><font color="#a60a69"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')"
+                                          onclick="enrPosClic(event,'1')">syllabes</a></font> <font color="#a60a69">représentées
+        par 2 carrés. Ecoutez le mot en cliquant sur la flèche et désignez la syllabe qui s'entend le plus en cliquant
+        sur le carré correspondant. Plusieurs mots (14) vont vous être proposés successivement.<br></font>
+        <p align=""><b><font color="#a60a69">                                            
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV31', 'e29anj_s1lc_remarque_accen1.swf', '367', '267', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent;', ''));</script>
+        </font></b></p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg313.html b/Basilisk/MACAO/macao_12/contenu/pages/pg313.html
index 7dc227948b9e714f752e1aad39bd22c98f304809..7b7daa046d8c24e77e32630a0cfe95d65ef533ba 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg313.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg313.html
@@ -1 +1,237 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Lire des transcriptions phonétiques (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';idDet='divCmt1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg2';idDet='divCmt2';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg3';idDet='divCmt3';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg4';idDet='divCmt4';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Lire des transcriptions phonétiques (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div><div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br><br><br><br><br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV97','bt_psycho.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent','cmt'));</script>   <img align="center" border="0" src="../media/phon_psychology_juste.png" id="MosImg12" style="visibility:hidden"></div><div id="divCmt2" onclick="SPE_clicDansBulle(event,'divCmt2')"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV3','bt_philo.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent','cmt'));</script>   <img align="center" border="0" src="../media/phon_philosophy14.png" id="MosImg56" style="visibility:hidden"></div><div id="divCmt3" onclick="SPE_clicDansBulle(event,'divCmt3')"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <script type="text/javascript">ajDocW(PF_clipAV('clipAV16','bt_photo.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent','cmt'));</script>  <img align="center" border="0" src="../media/phon_photographer_14.png" id="MosImg137" style="visibility:hidden"></div><div id="divCmt4" onclick="SPE_clicDansBulle(event,'divCmt4')"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>  <script type="text/javascript">ajDocW(PF_clipAV('clipAV87','bt_criticsm.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent','cmt'));</script><img align="center" border="0" src="../media/phon_criticism.png" id="MosImg25" style="visibility:hidden"></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><br>Essayez de prononcer le mot transcrit et enregistrez-vous. Puis écoutez l'enregistrement-modèle en cliquant sur la transcription. Vous pouvez renouveler votre enregistrement si nécessaire.</div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align=""><a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')"><img align="center" border="0" src="../media/phon_psychology_juste.png" id="MosImg1" style="visibility:hidden"></a><br><br></p></div></td></tr><tr id="trRep2"><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('2')" onclick="enrPosClic(event,'2')"><img align="center" border="0" src="../media/phon_philosophy14.png" id="MosImg568" style="visibility:hidden"></a><br><br></div></td></tr><tr id="trRep3"><td valign="top" class="STY_bordureQC" id="tdRep3"><div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('3')" onclick="enrPosClic(event,'3')"><img align="center" border="0" src="../media/phon_photographer_14.png" id="MosImg13" style="visibility:hidden"></a><br><br></div></td></tr><tr id="trRep4"><td valign="top" class="STY_bordureQC" id="tdRep4"><div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);" onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('4')" onclick="enrPosClic(event,'4')"><img align="center" border="0" src="../media/phon_criticism.png" id="MosImg253" style="visibility:hidden"></a></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Lire des transcriptions phonétiques (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        idDet = 'divCmt1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        idDet = 'divCmt2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        idDet = 'divCmt3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        idDet = 'divCmt4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Lire des
+                    transcriptions phonétiques (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br><br><br><br><br><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV97', 'bt_psycho.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', 'cmt'));</script>
+           <img align="center" border="0" src="../media/phon_psychology_juste.png" id="MosImg12"
+                style="visibility:hidden"></div>
+    <div id="divCmt2" onclick="SPE_clicDansBulle(event,'divCmt2')">
+        <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV3', 'bt_philo.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', 'cmt'));</script>
+           <img align="center" border="0" src="../media/phon_philosophy14.png" id="MosImg56" style="visibility:hidden">
+    </div>
+    <div id="divCmt3" onclick="SPE_clicDansBulle(event,'divCmt3')">
+        <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> 
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV16', 'bt_photo.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', 'cmt'));</script>
+          <img align="center" border="0" src="../media/phon_photographer_14.png" id="MosImg137"
+               style="visibility:hidden"></div>
+    <div id="divCmt4" onclick="SPE_clicDansBulle(event,'divCmt4')">
+        <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV87', 'bt_criticsm.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', 'cmt'));</script>
+        <img align="center" border="0" src="../media/phon_criticism.png" id="MosImg25" style="visibility:hidden"></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><br>Essayez de prononcer le mot transcrit et
+        enregistrez-vous. Puis écoutez l'enregistrement-modèle en cliquant sur la transcription. Vous pouvez renouveler
+        votre enregistrement si nécessaire.
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align=""><a
+                            class="STY_lienComt" href="javascript:CRS_afficherDetail('1')"
+                            onclick="enrPosClic(event,'1')"><img align="center" border="0"
+                                                                 src="../media/phon_psychology_juste.png" id="MosImg1"
+                                                                 style="visibility:hidden"></a><br><br></p></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><a class="STY_lienComt"
+                                                                                             href="javascript:CRS_afficherDetail('2')"
+                                                                                             onclick="enrPosClic(event,'2')"><img
+                            align="center" border="0" src="../media/phon_philosophy14.png" id="MosImg568"
+                            style="visibility:hidden"></a><br><br></div>
+                </td>
+            </tr>
+            <tr id="trRep3">
+                <td valign="top" class="STY_bordureQC" id="tdRep3">
+                    <div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);"
+                         onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><a class="STY_lienComt"
+                                                                                             href="javascript:CRS_afficherDetail('3')"
+                                                                                             onclick="enrPosClic(event,'3')"><img
+                            align="center" border="0" src="../media/phon_photographer_14.png" id="MosImg13"
+                            style="visibility:hidden"></a><br><br></div>
+                </td>
+            </tr>
+            <tr id="trRep4">
+                <td valign="top" class="STY_bordureQC" id="tdRep4">
+                    <div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);"
+                         onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"><a class="STY_lienComt"
+                                                                                             href="javascript:CRS_afficherDetail('4')"
+                                                                                             onclick="enrPosClic(event,'4')"><img
+                            align="center" border="0" src="../media/phon_criticism.png" id="MosImg253"
+                            style="visibility:hidden"></a></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg331.html b/Basilisk/MACAO/macao_12/contenu/pages/pg331.html
index 736f2f04e679849d694269e89a941a874ced58f7..ccb76282ba9426356e2d8529bb9e4b203f0b6d75 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg331.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg331.html
@@ -1 +1,471 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Trouver l'accent secondaire (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script><script type="text/javascript">function entrerDonnees(){ exo = new ExerciceQM("QCU");exo.init();exo.scoreTotal=40;var nr=1;exo.tabStylesR[nr]='1';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]='2';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]='1';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";exo.nbColones=5;var idDet='divSugg1';idDet='divCmt1';EXO_ajouterCommentaire(idDet,"theoretician","","","","","","","","","");var idDet='divSugg2';idDet='divCmt2';EXO_ajouterCommentaire(idDet,"technological","","","","","","","","","");var idDet='divSugg3';idDet='divCmt3';EXO_ajouterCommentaire(idDet,"technocratic","","","","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","1:","","","");var idDet='divSugg5';EXO_ajouterCommentaire(idDet,"","","","","","","2:","","","");var idDet='divSugg6';EXO_ajouterCommentaire(idDet,"","","","","","","3:","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Trouver l'accent secondaire (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div><div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><p align=""><font color="#a60a69"><br><br><br><br><br><br><br><font color="#000000">Vous pouvez réécouter le mot en cliquant sur le bouton.</font><br></font><br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_theoretician_juste.png" id="MosImg866" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_theoretician_corri.png" id="MosImg463" style="visibility:hidden"></td></tr></table></p></div><div id="divCmt2" onclick="SPE_clicDansBulle(event,'divCmt2')"><p align=""><font color="#a60a69"><br><br><br><br><br><br><br></font><font color="#000000">Vous pouvez réécouter le mot en cliquant sur le bouton.<br><br><br><br><br></font><br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_technological_juste.png" id="MosImg945" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_technological_corr.png" id="MosImg1001" style="visibility:hidden"></td></tr></table></p></div><div id="divCmt3" onclick="SPE_clicDansBulle(event,'divCmt3')"><p align=""><font color="#a60a69"><br><br><br><br><br><br><br></font><font color="#000000">Vous pouvez réécouter le mot en cliquant sur le bouton.<br><br><br><br><br><br><br></font><br><br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_technocratic_juste.png" id="MosImg448" style="visibility:hidden"></td><td valign="top"><img src="../media/tableau_technocratic_corri6.png" id="MosImg591" border="0" align="center" style="visibility:hidden"></td></tr></table></p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><br><br><br><br><br><br><br><br><br><br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_theoretician_juste.png" id="MosImg86" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_theoretician_corri.png" id="MosImg46" style="visibility:hidden"></td></tr></table><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_technological_juste.png" id="MosImg94" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_technological_corr.png" id="MosImg100" style="visibility:hidden"></td></tr></table></p><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_technocratic_juste.png" id="MosImg44" style="visibility:hidden"></td><td valign="top"><img src="../media/tableau_technocratic_corri6.png" id="MosImg594" border="0" align="center" style="visibility:hidden"></td></tr></table></p></div><div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><br><br><br><br><br><br><br><br><br><br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_theoretician_juste.png" id="MosImg860" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_theoretician_corri.png" id="MosImg4610" style="visibility:hidden"></td></tr></table><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_technological_juste.png" id="MosImg9410" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_technological_corr.png" id="MosImg10013" style="visibility:hidden"></td></tr></table></p><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_technocratic_juste.png" id="MosImg444" style="visibility:hidden"></td><td valign="top"><img src="../media/tableau_technocratic_corri6.png" id="MosImg593" border="0" align="center" style="visibility:hidden"></td></tr></table></p></div><div id="divSugg6" onclick="SPE_clicDansBulle(event,'divSugg6')"><br><br><br><br><br><br><br><br><br><br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_theoretician_juste.png" id="MosImg867" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_theoretician_corri.png" id="MosImg462" style="visibility:hidden"></td></tr></table><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_technological_juste.png" id="MosImg944" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_technological_corr.png" id="MosImg1004" style="visibility:hidden"></td></tr></table></p><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_technocratic_juste.png" id="MosImg442" style="visibility:hidden"></td><td valign="top"><img src="../media/tableau_technocratic_corri6.png" id="MosImg59" border="0" align="center" style="visibility:hidden"></td></tr></table></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="  "><div id="STY_question" class="STY_question" style="  ">Voici des mots comportant un accent primaire et un accent secondaire. L'accent primaire est déjà signalé. Ecoutez chaque mot en cliquant sur le bouton puis cliquez sur la case correspondant à la syllabe qui porte l'accent secondaire.</div><div id="STY_texteQM" class="STY_texteQM" style="  "><table cellspacing="1" cellpadding="0" class="STY_tableauQM"><tr><td class="STY_coloneQM">1</td><td class="STY_coloneQM">2</td><td class="STY_coloneQM">3</td><td class="STY_coloneQM">4</td><td class="STY_coloneQM">5</td></tr><tr id="trRep1"><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11" onmouseover="exo.changerBouton(1,1,true);" onmouseout="exo.changerBouton(1,1,false);" onclick="exo.action(1,1)"><img border="0" hspace="1" id="boutonRep11" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12" onmouseover="exo.changerBouton(1,2,true);" onmouseout="exo.changerBouton(1,2,false);" onclick="exo.action(1,2)"><img border="0" hspace="1" id="boutonRep12" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg13" onmouseover="exo.changerBouton(1,3,true);" onmouseout="exo.changerBouton(1,3,false);" onclick="exo.action(1,3)"><img border="0" hspace="1" id="boutonRep13" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg14" onmouseover="exo.changerBouton(1,4,true);" onmouseout="exo.changerBouton(1,4,false);" onclick="exo.action(1,4)"><img border="0" hspace="1" id="boutonRep14" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg15" onmouseover="exo.changerBouton(1,5,true);" onmouseout="exo.changerBouton(1,5,false);" onclick="exo.action(1,5)"><img border="0" hspace="1" id="boutonRep15" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" id="tdRep1" class="STY_reponseQM"><table class="STY_tableau" width="355" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV5','bt_theoretician.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="120" valign="top"><p align="">theoretician</p></td><td width="105" valign="top"><img align="center" border="0" src="../media/phon_theoretician.png" id="MosImg79" style="visibility:hidden"></td><td width="80" valign="top"><img align="center" border="0" src="../media/tableau_theoretician.png" id="MosImg70" style="visibility:hidden"></td><td width="30" valign="top"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">corrigé</a><a class="STY_lienComt" href="javascript:CRS_afficherDetail('2')" onclick="enrPosClic(event,'2')"></a></td></tr></table></td></tr><tr id="trRep2"><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21" onmouseover="exo.changerBouton(2,1,true);" onmouseout="exo.changerBouton(2,1,false);" onclick="exo.action(2,1)"><img border="0" hspace="1" id="boutonRep21" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22" onmouseover="exo.changerBouton(2,2,true);" onmouseout="exo.changerBouton(2,2,false);" onclick="exo.action(2,2)"><img border="0" hspace="1" id="boutonRep22" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg23" onmouseover="exo.changerBouton(2,3,true);" onmouseout="exo.changerBouton(2,3,false);" onclick="exo.action(2,3)"><img border="0" hspace="1" id="boutonRep23" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg24" onmouseover="exo.changerBouton(2,4,true);" onmouseout="exo.changerBouton(2,4,false);" onclick="exo.action(2,4)"><img border="0" hspace="1" id="boutonRep24" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg25" onmouseover="exo.changerBouton(2,5,true);" onmouseout="exo.changerBouton(2,5,false);" onclick="exo.action(2,5)"><img border="0" hspace="1" id="boutonRep25" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" id="tdRep2" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="355" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV44','bt_tecnological.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="80" valign="top">technological</td><td width="105" valign="top"><img align="center" border="0" src="../media/phon_technological.png" id="MosImg23" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_technological.png" id="MosImg55" style="visibility:hidden"></td><td width="30" valign="top"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('2')" onclick="enrPosClic(event,'2')">corrigé</a></td></tr></table></p></td></tr><tr id="trRep3"><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31" onmouseover="exo.changerBouton(3,1,true);" onmouseout="exo.changerBouton(3,1,false);" onclick="exo.action(3,1)"><img border="0" hspace="1" id="boutonRep31" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32" onmouseover="exo.changerBouton(3,2,true);" onmouseout="exo.changerBouton(3,2,false);" onclick="exo.action(3,2)"><img border="0" hspace="1" id="boutonRep32" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg33" onmouseover="exo.changerBouton(3,3,true);" onmouseout="exo.changerBouton(3,3,false);" onclick="exo.action(3,3)"><img border="0" hspace="1" id="boutonRep33" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg34" onmouseover="exo.changerBouton(3,4,true);" onmouseout="exo.changerBouton(3,4,false);" onclick="exo.action(3,4)"><img border="0" hspace="1" id="boutonRep34" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg35" onmouseover="exo.changerBouton(3,5,true);" onmouseout="exo.changerBouton(3,5,false);" onclick="exo.action(3,5)"><img border="0" hspace="1" id="boutonRep35" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" id="tdRep3" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="355" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV17','bt_tecnocratic.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="120" valign="top"><p align="">technocratic</p></td><td width="105" valign="top"><img align="center" border="0" src="../media/phon_technocratic.png" id="MosImg25" style="visibility:hidden"></td><td width="80" valign="top"><img align="center" border="0" src="../media/tableau_technocratic2.png" id="MosImg71" style="visibility:hidden"></td><td width="30" valign="top"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('3')" onclick="enrPosClic(event,'3')">corrigé</a></td></tr></table></p></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Trouver l'accent secondaire (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceQM("QCU");
+        exo.init();
+        exo.scoreTotal = 40;
+        var nr = 1;
+        exo.tabStylesR[nr] = '1';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = '2';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = '1';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        exo.nbColones = 5;
+        var idDet = 'divSugg1';
+        idDet = 'divCmt1';
+        EXO_ajouterCommentaire(idDet, "theoretician", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        idDet = 'divCmt2';
+        EXO_ajouterCommentaire(idDet, "technological", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        idDet = 'divCmt3';
+        EXO_ajouterCommentaire(idDet, "technocratic", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:", "", "", "");
+        var idDet = 'divSugg5';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:", "", "", "");
+        var idDet = 'divSugg6';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "3:", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Trouver l'accent
+                    secondaire (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><p align=""><font
+            color="#a60a69"><br><br><br><br><br><br><br><font color="#000000">Vous pouvez réécouter le mot en cliquant
+        sur le bouton.</font><br></font><br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_theoretician_juste.png"
+                                      id="MosImg866" style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_theoretician_corri.png"
+                                      id="MosImg463" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divCmt2" onclick="SPE_clicDansBulle(event,'divCmt2')"><p align=""><font
+            color="#a60a69"><br><br><br><br><br><br><br></font><font color="#000000">Vous pouvez réécouter le mot en
+        cliquant sur le bouton.<br><br><br><br><br></font><br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_technological_juste.png"
+                                      id="MosImg945" style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_technological_corr.png"
+                                      id="MosImg1001" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divCmt3" onclick="SPE_clicDansBulle(event,'divCmt3')"><p align=""><font
+            color="#a60a69"><br><br><br><br><br><br><br></font><font color="#000000">Vous pouvez réécouter le mot en
+        cliquant sur le bouton.<br><br><br><br><br><br><br></font><br><br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_technocratic_juste.png"
+                                      id="MosImg448" style="visibility:hidden"></td>
+                <td valign="top"><img src="../media/tableau_technocratic_corri6.png" id="MosImg591" border="0"
+                                      align="center" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><br><br><br><br><br><br><br><br><br><br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_theoretician_juste.png" id="MosImg86"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_theoretician_corri.png"
+                                      id="MosImg46" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        <p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_technological_juste.png"
+                                      id="MosImg94" style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_technological_corr.png"
+                                      id="MosImg100" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p><p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_technocratic_juste.png" id="MosImg44"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img src="../media/tableau_technocratic_corri6.png" id="MosImg594" border="0"
+                                      align="center" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><br><br><br><br><br><br><br><br><br><br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_theoretician_juste.png"
+                                      id="MosImg860" style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_theoretician_corri.png"
+                                      id="MosImg4610" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        <p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_technological_juste.png"
+                                      id="MosImg9410" style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_technological_corr.png"
+                                      id="MosImg10013" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p><p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_technocratic_juste.png"
+                                      id="MosImg444" style="visibility:hidden"></td>
+                <td valign="top"><img src="../media/tableau_technocratic_corri6.png" id="MosImg593" border="0"
+                                      align="center" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divSugg6" onclick="SPE_clicDansBulle(event,'divSugg6')"><br><br><br><br><br><br><br><br><br><br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_theoretician_juste.png"
+                                      id="MosImg867" style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_theoretician_corri.png"
+                                      id="MosImg462" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        <p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_technological_juste.png"
+                                      id="MosImg944" style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_technological_corr.png"
+                                      id="MosImg1004" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p><p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_technocratic_juste.png"
+                                      id="MosImg442" style="visibility:hidden"></td>
+                <td valign="top"><img src="../media/tableau_technocratic_corri6.png" id="MosImg59" border="0"
+                                      align="center" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="  ">
+    <div id="STY_question" class="STY_question" style="  ">Voici des mots comportant un accent primaire et un accent
+        secondaire. L'accent primaire est déjà signalé. Ecoutez chaque mot en cliquant sur le bouton puis cliquez sur la
+        case correspondant à la syllabe qui porte l'accent secondaire.
+    </div>
+    <div id="STY_texteQM" class="STY_texteQM" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_tableauQM">
+            <tr>
+                <td class="STY_coloneQM">1</td>
+                <td class="STY_coloneQM">2</td>
+                <td class="STY_coloneQM">3</td>
+                <td class="STY_coloneQM">4</td>
+                <td class="STY_coloneQM">5</td>
+            </tr>
+            <tr id="trRep1">
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11"
+                                                      onmouseover="exo.changerBouton(1,1,true);"
+                                                      onmouseout="exo.changerBouton(1,1,false);"
+                                                      onclick="exo.action(1,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep11"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12"
+                                                      onmouseover="exo.changerBouton(1,2,true);"
+                                                      onmouseout="exo.changerBouton(1,2,false);"
+                                                      onclick="exo.action(1,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep12"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg13"
+                                                      onmouseover="exo.changerBouton(1,3,true);"
+                                                      onmouseout="exo.changerBouton(1,3,false);"
+                                                      onclick="exo.action(1,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep13"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg14"
+                                                      onmouseover="exo.changerBouton(1,4,true);"
+                                                      onmouseout="exo.changerBouton(1,4,false);"
+                                                      onclick="exo.action(1,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep14"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg15"
+                                                      onmouseover="exo.changerBouton(1,5,true);"
+                                                      onmouseout="exo.changerBouton(1,5,false);"
+                                                      onclick="exo.action(1,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep15"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" id="tdRep1" class="STY_reponseQM">
+                    <table class="STY_tableau" width="355" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV5', 'bt_theoretician.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td width="120" valign="top"><p align="">theoretician</p></td>
+                            <td width="105" valign="top"><img align="center" border="0"
+                                                              src="../media/phon_theoretician.png" id="MosImg79"
+                                                              style="visibility:hidden"></td>
+                            <td width="80" valign="top"><img align="center" border="0"
+                                                             src="../media/tableau_theoretician.png" id="MosImg70"
+                                                             style="visibility:hidden"></td>
+                            <td width="30" valign="top"><a class="STY_lienComt"
+                                                           href="javascript:CRS_afficherDetail('1')"
+                                                           onclick="enrPosClic(event,'1')">corrigé</a><a
+                                    class="STY_lienComt" href="javascript:CRS_afficherDetail('2')"
+                                    onclick="enrPosClic(event,'2')"></a></td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21"
+                                                      onmouseover="exo.changerBouton(2,1,true);"
+                                                      onmouseout="exo.changerBouton(2,1,false);"
+                                                      onclick="exo.action(2,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep21"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22"
+                                                      onmouseover="exo.changerBouton(2,2,true);"
+                                                      onmouseout="exo.changerBouton(2,2,false);"
+                                                      onclick="exo.action(2,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep22"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg23"
+                                                      onmouseover="exo.changerBouton(2,3,true);"
+                                                      onmouseout="exo.changerBouton(2,3,false);"
+                                                      onclick="exo.action(2,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep23"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg24"
+                                                      onmouseover="exo.changerBouton(2,4,true);"
+                                                      onmouseout="exo.changerBouton(2,4,false);"
+                                                      onclick="exo.action(2,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep24"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg25"
+                                                      onmouseover="exo.changerBouton(2,5,true);"
+                                                      onmouseout="exo.changerBouton(2,5,false);"
+                                                      onclick="exo.action(2,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep25"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" id="tdRep2" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="355" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV44', 'bt_tecnological.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td width="80" valign="top">technological</td>
+                            <td width="105" valign="top"><img align="center" border="0"
+                                                              src="../media/phon_technological.png" id="MosImg23"
+                                                              style="visibility:hidden"></td>
+                            <td valign="top"><img align="center" border="0" src="../media/tableau_technological.png"
+                                                  id="MosImg55" style="visibility:hidden"></td>
+                            <td width="30" valign="top"><a class="STY_lienComt"
+                                                           href="javascript:CRS_afficherDetail('2')"
+                                                           onclick="enrPosClic(event,'2')">corrigé</a></td>
+                        </tr>
+                    </table>
+                    </p></td>
+            </tr>
+            <tr id="trRep3">
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31"
+                                                      onmouseover="exo.changerBouton(3,1,true);"
+                                                      onmouseout="exo.changerBouton(3,1,false);"
+                                                      onclick="exo.action(3,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep31"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32"
+                                                      onmouseover="exo.changerBouton(3,2,true);"
+                                                      onmouseout="exo.changerBouton(3,2,false);"
+                                                      onclick="exo.action(3,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep32"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg33"
+                                                      onmouseover="exo.changerBouton(3,3,true);"
+                                                      onmouseout="exo.changerBouton(3,3,false);"
+                                                      onclick="exo.action(3,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep33"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg34"
+                                                      onmouseover="exo.changerBouton(3,4,true);"
+                                                      onmouseout="exo.changerBouton(3,4,false);"
+                                                      onclick="exo.action(3,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep34"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg35"
+                                                      onmouseover="exo.changerBouton(3,5,true);"
+                                                      onmouseout="exo.changerBouton(3,5,false);"
+                                                      onclick="exo.action(3,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep35"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" id="tdRep3" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="355" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV17', 'bt_tecnocratic.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td width="120" valign="top"><p align="">technocratic</p></td>
+                            <td width="105" valign="top"><img align="center" border="0"
+                                                              src="../media/phon_technocratic.png" id="MosImg25"
+                                                              style="visibility:hidden"></td>
+                            <td width="80" valign="top"><img align="center" border="0"
+                                                             src="../media/tableau_technocratic2.png" id="MosImg71"
+                                                             style="visibility:hidden"></td>
+                            <td width="30" valign="top"><a class="STY_lienComt"
+                                                           href="javascript:CRS_afficherDetail('3')"
+                                                           onclick="enrPosClic(event,'3')">corrigé</a></td>
+                        </tr>
+                    </table>
+                    </p></td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg334.html b/Basilisk/MACAO/macao_12/contenu/pages/pg334.html
index bd260a5ad023230a45bc4d8ce28aad8a991f29ab..2e26189015d6fb85effdc54c52749015abf075d0 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg334.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg334.html
@@ -1 +1,113 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Comparer ''syllabes écrites'' et ''syllabes orales''</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');leCours.ajouterCommentaire("divCmt1","syllabes orales","","","","","","","","");leCours.ajouterCommentaire("divCmt2","syllabes écrites","","","","","","","","");dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Comparer ''syllabes écrites'' et ''syllabes orales''</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"><br><br><br><br><br><br><br><br><br><br><br>Pour identifier les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.</div><div id="divCmt2" onclick="SPE_clicDansBulle(event,'2')"><br><br><br><br><br><br><br><br><br><br><br>Si la syllabe orale peut être définie avec précision, la "syllabe écrite" est reconnue plus instinctivement: c'est l'héritage de l'école primaire où l'on a pu avoir l'habitude d'apprendre à lire en découpant les mots.</div></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Le nombre de </font><font color="#a60a69"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">syllabes orales</a></font> <font color="#a60a69">est indépendant du nombre de </font><font color="#a60a69"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('2')" onclick="enrPosClic(event,'2')">syllabes écrites</a></font><font color="#a60a69">.<br>Ecoutez et répétez chacun des mots suivants, qui comportent plus de syllabes orales que de "syllabes écrites".<br></font><font color="#c00000"><font color="#a60a69">Pour écouter chaque mot, cliquez sur la flèche verte. Pour vous enregistrer et interrompre l'enregistrement, cliquez sur le bouton rouge. Pour vous réécouter, cliquez sur la flèche noire.</font><br></font></p><p align="">      <script type="text/javascript">ajDocW(PF_clipAV('clipAV74','macao_comparer_syll_orale_1.swf','450','200','false','Flash','false','','Quality:high;wmode:transparent;',''));</script>                                   </p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Comparer ''syllabes écrites'' et ''syllabes orales''</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        leCours.ajouterCommentaire("divCmt1", "syllabes orales", "", "", "", "", "", "", "", "");
+        leCours.ajouterCommentaire("divCmt2", "syllabes écrites", "", "", "", "", "", "", "", "");
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Comparer ''syllabes
+                    écrites'' et ''syllabes orales''
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"><br><br><br><br><br><br><br><br><br><br><br>Pour identifier
+        les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule
+        voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.
+    </div>
+    <div id="divCmt2" onclick="SPE_clicDansBulle(event,'2')"><br><br><br><br><br><br><br><br><br><br><br>Si la syllabe
+        orale peut être définie avec précision, la "syllabe écrite" est reconnue plus instinctivement: c'est l'héritage
+        de l'école primaire où l'on a pu avoir l'habitude d'apprendre à lire en découpant les mots.
+    </div>
+</div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Le nombre
+        de </font><font color="#a60a69"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')"
+                                           onclick="enrPosClic(event,'1')">syllabes orales</a></font> <font
+            color="#a60a69">est indépendant du nombre de </font><font color="#a60a69"><a class="STY_lienComt"
+                                                                                         href="javascript:CRS_afficherDetail('2')"
+                                                                                         onclick="enrPosClic(event,'2')">syllabes
+        écrites</a></font><font color="#a60a69">.<br>Ecoutez et répétez chacun des mots suivants, qui comportent plus de
+        syllabes orales que de "syllabes écrites".<br></font><font color="#c00000"><font color="#a60a69">Pour écouter
+        chaque mot, cliquez sur la flèche verte. Pour vous enregistrer et interrompre l'enregistrement, cliquez sur le
+        bouton rouge. Pour vous réécouter, cliquez sur la flèche noire.</font><br></font></p>
+        <p align="">     
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV74', 'macao_comparer_syll_orale_1.swf', '450', '200', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent;', ''));</script>
+                                              
+        </p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg359.html b/Basilisk/MACAO/macao_12/contenu/pages/pg359.html
index 887cfe5dc7ac8f4a0fa119dfcea391391a7e0619..da8ee518e72062ebd6398e5bbc53b7c6397cf1a1 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg359.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg359.html
@@ -1 +1,93 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire MUST (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteCours/width:554px;height:440px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire MUST (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Indiquez la nature de l'énoncé en cliquant sur la case qui convient.</font></p><p align=""><font color="#a60a69"></font> <script type="text/javascript">ajDocW(PF_clipAV('clipAV100','macao_auxiliaire1.swf','467','130','false','Flash','false','','quality:high;wmode:transparent',''));</script></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire MUST (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteCours/width:554px;height:440px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire MUST
+                    (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Indiquez la nature
+        de l'énoncé en cliquant sur la case qui convient.</font></p>
+        <p align=""><font color="#a60a69"></font> 
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV100', 'macao_auxiliaire1.swf', '467', '130', 'false', 'Flash', 'false', '', 'quality:high;wmode:transparent', ''));</script>
+        </p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg368.html b/Basilisk/MACAO/macao_12/contenu/pages/pg368.html
index fc0f619f3f2a45fb9876ca087568b9645e6f186e..175121b837b2da03153da9592b5f00e336430771 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg368.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg368.html
@@ -1 +1,111 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Vérifier la place de l'accent primaire (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Vérifier la place de l'accent primaire (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69"><br><table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><font color="#a60a69">Ecoutez le dialogue suivant en cliquant sur le bouton.</font></td></tr></table><br><table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="150" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV5','lecteur.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="200" valign="top"><p align=""><font color="#a60a69">"Would you consider that the narrator in your last novel is the one who builds up the unity of the story?"<br><br>"No, my theory is rather that the unity comes from the relationships between the characters."<br><br>"Could you give an example?"<br><br>"Well, for instance, the heroin is totally unable to communicate her feelings in the beginning, but then it becomes obvious that her psychology evolves, especially after she falls in love with the photographer."</font></p></td></tr></table></font></p><p align=""> </p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Vérifier la place de l'accent primaire (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Vérifier la place de
+                    l'accent primaire (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <p align=""><font color="#a60a69"><br>
+            <table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0">
+                <tr>
+                    <td valign="top"><font color="#a60a69">Ecoutez le dialogue suivant en cliquant sur le bouton.</font>
+                    </td>
+                </tr>
+            </table>
+            <br>
+            <table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0">
+                <tr>
+                    <td width="150" valign="top">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV5', 'lecteur.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    </td>
+                    <td width="200" valign="top"><p align=""><font color="#a60a69">"Would you consider that the narrator
+                        in your last novel is the one who builds up the unity of the story?"<br><br>"No, my theory is
+                        rather that the unity comes from the relationships between the characters."<br><br>"Could you
+                        give an example?"<br><br>"Well, for instance, the heroin is totally unable to communicate her
+                        feelings in the beginning, but then it becomes obvious that her psychology evolves, especially
+                        after she falls in love with the photographer."</font></p></td>
+                </tr>
+            </table>
+        </font></p>
+        <p align=""> </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg376.html b/Basilisk/MACAO/macao_12/contenu/pages/pg376.html
index 001ff8886dabe63ba9082f8ea51060ad60b7a205..bb36e79a88e7dab2123700bde4522cd6b07d073e 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg376.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg376.html
@@ -1 +1,194 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Ecouter les mots d'une syllabe</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');leCours.ajouterCommentaire("divCmt1","syllabe orale","","","","","","","","");dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Ecouter les mots d'une syllabe</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"><br><br><br><br><br><br><br>Pour identifier les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.</div></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Ecoutez et répétez chacun des mots suivants. <br>Chaque mot ne comporte qu'une </font><font color="#a60a69"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">syllabe</a></font><font color="#a60a69">. Pour écouter, cliquez sur la flèche. <br>Pour vous enregistrer et interrompre l'enregistrement, cliquez sur le bouton rouge.<br>Pour vous réécouter, cliquez sur la flèche.</font><br></p><p align=""><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="65" valign="top"></td><td valign="top"><p align=""><table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="30" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV46','i1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td width="150" valign="top">I<br><br></td><td width="30" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV52','stopped1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">stopped</td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV51','eye1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top"><p align="">eye<br><br></p></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV72','brought1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">brought</td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV93','cry1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><p align="">cry<br><br></p></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV55','marked1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">marked</td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV41','head1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></p></td><td valign="top"><p align="">head<br><br></p></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV70','horse1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">horse</td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV7','spring1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">spring<br><br></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV88','some1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">some</td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV98','talked1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">talked<br><br></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV30','buy1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">buy</td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV67','months1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top">months<br><br></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV17','by1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">by</td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV49','blurred1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></p></td><td valign="top"><p align="">blurred</p></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV12','son_a2.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">a</td></tr></table></p></td></tr></table></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Ecouter les mots d'une syllabe</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        leCours.ajouterCommentaire("divCmt1", "syllabe orale", "", "", "", "", "", "", "", "");
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Ecouter les mots
+                    d'une syllabe
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"><br><br><br><br><br><br><br>Pour identifier les syllabes
+        orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à
+        laquelle peuvent s'adjoindre une ou plusieurs consonnes.
+    </div>
+</div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Ecoutez et répétez
+        chacun des mots suivants. <br>Chaque mot ne comporte qu'une </font><font color="#a60a69"><a class="STY_lienComt"
+                                                                                                    href="javascript:CRS_afficherDetail('1')"
+                                                                                                    onclick="enrPosClic(event,'1')">syllabe</a></font><font
+            color="#a60a69">. Pour écouter, cliquez sur la flèche. <br>Pour vous enregistrer et interrompre
+        l'enregistrement, cliquez sur le bouton rouge.<br>Pour vous réécouter, cliquez sur la flèche.</font><br></p>
+        <p align="">
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="65" valign="top"></td>
+                <td valign="top"><p align="">
+                    <table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="30" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV46', 'i1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                                <br></td>
+                            <td width="150" valign="top">I<br><br></td>
+                            <td width="30" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV52', 'stopped1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">stopped</td>
+                        </tr>
+                        <tr>
+                            <td valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV51', 'eye1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                                <br></td>
+                            <td valign="top"><p align="">eye<br><br></p></td>
+                            <td valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV72', 'brought1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">brought</td>
+                        </tr>
+                        <tr>
+                            <td valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV93', 'cry1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top"><p align="">cry<br><br></p></td>
+                            <td valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV55', 'marked1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">marked</td>
+                        </tr>
+                        <tr>
+                            <td valign="top">
+                                <p align="">
+                                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV41', 'head1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                                    <br></p>
+                            </td>
+                            <td valign="top"><p align="">head<br><br></p></td>
+                            <td valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV70', 'horse1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">horse</td>
+                        </tr>
+                        <tr>
+                            <td valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV7', 'spring1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">spring<br><br></td>
+                            <td valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV88', 'some1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">some</td>
+                        </tr>
+                        <tr>
+                            <td valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV98', 'talked1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">talked<br><br></td>
+                            <td valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV30', 'buy1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">buy</td>
+                        </tr>
+                        <tr>
+                            <td valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV67', 'months1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                                <br></td>
+                            <td valign="top">months<br><br></td>
+                            <td valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV17', 'by1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">by</td>
+                        </tr>
+                        <tr>
+                            <td valign="top">
+                                <p align="">
+                                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV49', 'blurred1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                                </p>
+                            </td>
+                            <td valign="top"><p align="">blurred</p></td>
+                            <td valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV12', 'son_a2.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">a</td>
+                        </tr>
+                    </table>
+                    </p></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg379.html b/Basilisk/MACAO/macao_12/contenu/pages/pg379.html
index 859a7a8826ba1e2ccba6be8209cae94931d44cda..07316a61eea977a694a3366ea63ca8514a72464d 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg379.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg379.html
@@ -1 +1,93 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire WILL (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire WILL (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Indiquez la nature de la réponse en cliquant sur la case qui convient.</font></p><p align="">   <script type="text/javascript">ajDocW(PF_clipAV('clipAV21','macao_auxiliaire21.swf','467','101','false','Flash','false','','quality:high;wmode:transparent',''));</script></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire WILL (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire WILL
+                    (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Indiquez la nature
+        de la réponse en cliquant sur la case qui convient.</font></p>
+        <p align="">   
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV21', 'macao_auxiliaire21.swf', '467', '101', 'false', 'Flash', 'false', '', 'quality:high;wmode:transparent', ''));</script>
+        </p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg381.html b/Basilisk/MACAO/macao_12/contenu/pages/pg381.html
index 7725a71dac825f2c09fd480981beef14dc024110..8ab23dff127a7ef28fea4357bfe82007bee120c6 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg381.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg381.html
@@ -1 +1,216 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire MUST (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:162px;#STY_zoneExercice/width:520px;height:612px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire MUST (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""><br><br><br><br><br><br><br><br>Bien !</p><p align="">L'auxiliaire est effectivement prononcé dans les deux énoncés avec la forme <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">réduite</a></b> de la <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle','htm')">voyelle</a></b>.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><br><br><br><br>Non. Vous vous êtes trompé:</p><p align="">L'auxiliaire est prononcé dans les deux énoncés avec la forme <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">réduite</a></b> de la <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle','htm')">voyelle</a></b>. Vous pouvez réécouter chaque énoncé en cliquant sur le haut-parleur.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez chacun de ces deux énoncés en cliquant sur la flèche.<br><br><table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV34','e29_macao1_2a1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top">We must leave at once.</td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV7','e29_macao1_2a2.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">You must be joking.</td></tr></table></p><p align="">Dans ces énoncés, l'auxiliaire MUST est-il prononcé de façon identique ?<br></p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">l'auxiliaire MUST est prononcé de façon identique.</p></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">l'auxiliaire MUST n'est pas prononcé de façon identique.</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire MUST (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:162px;#STY_zoneExercice/width:520px;height:612px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire MUST
+                    (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">
+        <br><br><br><br><br><br><br><br>Bien !</p>
+        <p align="">L'auxiliaire est effectivement prononcé dans les deux énoncés avec la forme <b><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">réduite</a></b>
+            de la <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle','htm')">voyelle</a></b>.
+        </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><br><br><br><br>Non. Vous vous êtes
+        trompé:</p>
+        <p align="">L'auxiliaire est prononcé dans les deux énoncés avec la forme <b><a class="STY_lienDansZoneComt"
+                                                                                        href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">réduite</a></b>
+            de la <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle','htm')">voyelle</a></b>.
+            Vous pouvez réécouter chaque énoncé en cliquant sur le haut-parleur.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez chacun de ces deux énoncés en
+        cliquant sur la flèche.<br><br>
+        <table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="20" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV34', 'e29_macao1_2a1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br></td>
+                <td valign="top">We must leave at once.</td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV7', 'e29_macao1_2a2.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">You must be joking.</td>
+            </tr>
+        </table>
+        </p><p align="">Dans ces énoncés, l'auxiliaire MUST est-il prononcé de façon identique ?<br></p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">l'auxiliaire MUST
+                        est prononcé de façon identique.</p></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">l'auxiliaire MUST n'est pas
+                        prononcé de façon identique.
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg386.html b/Basilisk/MACAO/macao_12/contenu/pages/pg386.html
index 94e0f2dffc8b869e02f1c1c51af18096d085f948..8822b942629c48d13626f15346736f78b281a929 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg386.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg386.html
@@ -1 +1,198 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une prononciation (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:129px;#STY_texteQC/width:510px;height:290px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une prononciation (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement, la transcription correspond au second mot entendu : <i>ear</i>.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez, la transcription correspond au second mot entendu : <i>ear</i>.<br><br><br><br> </p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici la transcription d'un mot : </p><p align=""><img align="center" border="0" src="../media/phon_ear.png" id="MosImg29" style="visibility:hidden"><br><br>Ecoutez les deux mots enregistrés, en cliquant sur les boutons.<br>La transcription ci-dessus correspond-elle au premier mot entendu ou au second ?<br><br>Sélectionnez l'enregistrement qui convient :                                                   </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"> <script type="text/javascript">ajDocW(PF_clipAV('clipAV91','bt_hear.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"> <script type="text/javascript">ajDocW(PF_clipAV('clipAV83','bt_ear.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une prononciation (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:129px;#STY_texteQC/width:510px;height:290px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    prononciation (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement, la transcription correspond
+        au second mot entendu : <i>ear</i>.
+    </div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez, la transcription
+        correspond au second mot entendu : <i>ear</i>.<br><br><br><br> </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici la transcription d'un mot : </p>
+        <p align=""><img align="center" border="0" src="../media/phon_ear.png" id="MosImg29"
+                         style="visibility:hidden"><br><br>Ecoutez les deux mots enregistrés, en cliquant sur les
+            boutons.<br>La transcription ci-dessus correspond-elle au premier mot entendu ou au second ?<br><br>Sélectionnez
+            l'enregistrement qui convient :                                                   </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"> 
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV91', 'bt_hear.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"> 
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV83', 'bt_ear.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg396.html b/Basilisk/MACAO/macao_12/contenu/pages/pg396.html
index 82fb1d502d070d793c5976930569902c98db563f..d6963db770528249e6933d6e4de3ed9da997f92b 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg396.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg396.html
@@ -1 +1,383 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Compter les syllabes orales (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:91px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script><script type="text/javascript">function entrerDonnees(){ exo = new ExerciceQM("QCU");exo.init();exo.scoreTotal=40;var nr=1;exo.tabStylesR[nr]='2';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]='3';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]='2';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]='3';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";exo.nbColones=5;var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg2';idDet='divCmt1';EXO_ajouterCommentaire(idDet,"Syllabes orales","","","","","-1","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Compter les syllabes orales (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Exact !</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><b>Voici le corrigé :</b><br><br></p><p align=""> </p><p align=""> <br> </p><p align=""><br>safety : 2 syllabes.</p><p align=""><br>management : 3 syllabes.</p><p align=""><br>precise : 2 syllabes.</p><p align=""><br><br>differently : 3 syllabes.</p></div><div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br><br>Pour identifier les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.</div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="  "><div id="STY_question" class="STY_question" style="  "><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""><br>En cliquant sur la flèche combien de <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">syllabes</a> entendez-vous ? <br>Pour chaque mot, écouter et sélectionner 1, 2, 3, 4 ou 5 selon le nombre de syllabes entendues. </p><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""> </p><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""> </p><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="">                      <b>Nombre de syllabes</b></p></div><div id="STY_texteQM" class="STY_texteQM" style="  "><table cellspacing="1" cellpadding="0" class="STY_tableauQM"><tr><td></td><td class="STY_coloneQM">1</td><td class="STY_coloneQM">2</td><td class="STY_coloneQM">3</td><td class="STY_coloneQM">4</td><td class="STY_coloneQM">5</td></tr><tr id="trRep1"><td valign="top" id="tdRep1" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV53','safety.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></p></td><td valign="top">safety</td></tr></table></p></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11" onmouseover="exo.changerBouton(1,1,true);" onmouseout="exo.changerBouton(1,1,false);" onclick="exo.action(1,1)"><img border="0" hspace="1" id="boutonRep11" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12" onmouseover="exo.changerBouton(1,2,true);" onmouseout="exo.changerBouton(1,2,false);" onclick="exo.action(1,2)"><img border="0" hspace="1" id="boutonRep12" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg13" onmouseover="exo.changerBouton(1,3,true);" onmouseout="exo.changerBouton(1,3,false);" onclick="exo.action(1,3)"><img border="0" hspace="1" id="boutonRep13" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg14" onmouseover="exo.changerBouton(1,4,true);" onmouseout="exo.changerBouton(1,4,false);" onclick="exo.action(1,4)"><img border="0" hspace="1" id="boutonRep14" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg15" onmouseover="exo.changerBouton(1,5,true);" onmouseout="exo.changerBouton(1,5,false);" onclick="exo.action(1,5)"><img border="0" hspace="1" id="boutonRep15" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr><tr id="trRep2"><td valign="top" id="tdRep2" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV66','management.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">management</td></tr></table> </p></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21" onmouseover="exo.changerBouton(2,1,true);" onmouseout="exo.changerBouton(2,1,false);" onclick="exo.action(2,1)"><img border="0" hspace="1" id="boutonRep21" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22" onmouseover="exo.changerBouton(2,2,true);" onmouseout="exo.changerBouton(2,2,false);" onclick="exo.action(2,2)"><img border="0" hspace="1" id="boutonRep22" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg23" onmouseover="exo.changerBouton(2,3,true);" onmouseout="exo.changerBouton(2,3,false);" onclick="exo.action(2,3)"><img border="0" hspace="1" id="boutonRep23" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg24" onmouseover="exo.changerBouton(2,4,true);" onmouseout="exo.changerBouton(2,4,false);" onclick="exo.action(2,4)"><img border="0" hspace="1" id="boutonRep24" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg25" onmouseover="exo.changerBouton(2,5,true);" onmouseout="exo.changerBouton(2,5,false);" onclick="exo.action(2,5)"><img border="0" hspace="1" id="boutonRep25" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr><tr id="trRep3"><td valign="top" id="tdRep3" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV41','precise.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">precise</td></tr></table></p></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31" onmouseover="exo.changerBouton(3,1,true);" onmouseout="exo.changerBouton(3,1,false);" onclick="exo.action(3,1)"><img border="0" hspace="1" id="boutonRep31" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32" onmouseover="exo.changerBouton(3,2,true);" onmouseout="exo.changerBouton(3,2,false);" onclick="exo.action(3,2)"><img border="0" hspace="1" id="boutonRep32" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg33" onmouseover="exo.changerBouton(3,3,true);" onmouseout="exo.changerBouton(3,3,false);" onclick="exo.action(3,3)"><img border="0" hspace="1" id="boutonRep33" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg34" onmouseover="exo.changerBouton(3,4,true);" onmouseout="exo.changerBouton(3,4,false);" onclick="exo.action(3,4)"><img border="0" hspace="1" id="boutonRep34" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg35" onmouseover="exo.changerBouton(3,5,true);" onmouseout="exo.changerBouton(3,5,false);" onclick="exo.action(3,5)"><img border="0" hspace="1" id="boutonRep35" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr><tr id="trRep4"><td valign="top" id="tdRep4" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV28','differently.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">differently</td></tr></table> </p></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg41" onmouseover="exo.changerBouton(4,1,true);" onmouseout="exo.changerBouton(4,1,false);" onclick="exo.action(4,1)"><img border="0" hspace="1" id="boutonRep41" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg42" onmouseover="exo.changerBouton(4,2,true);" onmouseout="exo.changerBouton(4,2,false);" onclick="exo.action(4,2)"><img border="0" hspace="1" id="boutonRep42" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg43" onmouseover="exo.changerBouton(4,3,true);" onmouseout="exo.changerBouton(4,3,false);" onclick="exo.action(4,3)"><img border="0" hspace="1" id="boutonRep43" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg44" onmouseover="exo.changerBouton(4,4,true);" onmouseout="exo.changerBouton(4,4,false);" onclick="exo.action(4,4)"><img border="0" hspace="1" id="boutonRep44" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg45" onmouseover="exo.changerBouton(4,5,true);" onmouseout="exo.changerBouton(4,5,false);" onclick="exo.action(4,5)"><img border="0" hspace="1" id="boutonRep45" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Compter les syllabes orales (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:91px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceQM("QCU");
+        exo.init();
+        exo.scoreTotal = 40;
+        var nr = 1;
+        exo.tabStylesR[nr] = '2';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = '3';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = '2';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = '3';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        exo.nbColones = 5;
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        idDet = 'divCmt1';
+        EXO_ajouterCommentaire(idDet, "Syllabes orales", "", "", "", "", "-1", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Compter les syllabes
+                    orales (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Exact !</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><b>Voici le corrigé :</b><br><br></p>
+        <p align=""> </p>
+        <p align=""> <br> </p>
+        <p align=""><br>safety : 2 syllabes.</p>
+        <p align=""><br>management : 3 syllabes.</p>
+        <p align=""><br>precise : 2 syllabes.</p>
+        <p align=""><br><br>differently : 3 syllabes.</p></div>
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br><br>Pour identifier les syllabes
+        orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à
+        laquelle peuvent s'adjoindre une ou plusieurs consonnes.
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="  ">
+    <div id="STY_question" class="STY_question" style="  "><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="">
+        <br>En cliquant sur la flèche combien de <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')"
+                                                    onclick="enrPosClic(event,'1')">syllabes</a> entendez-vous ? <br>Pour
+        chaque mot, écouter et sélectionner 1, 2, 3, 4 ou 5 selon le nombre de syllabes entendues. </p>
+        <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""> </p>
+        <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""> </p>
+        <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="">                      <b>Nombre de syllabes</b></p>
+    </div>
+    <div id="STY_texteQM" class="STY_texteQM" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_tableauQM">
+            <tr>
+                <td></td>
+                <td class="STY_coloneQM">1</td>
+                <td class="STY_coloneQM">2</td>
+                <td class="STY_coloneQM">3</td>
+                <td class="STY_coloneQM">4</td>
+                <td class="STY_coloneQM">5</td>
+            </tr>
+            <tr id="trRep1">
+                <td valign="top" id="tdRep1" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <p align="">
+                                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV53', 'safety.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                                </p>
+                            </td>
+                            <td valign="top">safety</td>
+                        </tr>
+                    </table>
+                    </p></td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11"
+                                                      onmouseover="exo.changerBouton(1,1,true);"
+                                                      onmouseout="exo.changerBouton(1,1,false);"
+                                                      onclick="exo.action(1,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep11"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12"
+                                                      onmouseover="exo.changerBouton(1,2,true);"
+                                                      onmouseout="exo.changerBouton(1,2,false);"
+                                                      onclick="exo.action(1,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep12"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg13"
+                                                      onmouseover="exo.changerBouton(1,3,true);"
+                                                      onmouseout="exo.changerBouton(1,3,false);"
+                                                      onclick="exo.action(1,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep13"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg14"
+                                                      onmouseover="exo.changerBouton(1,4,true);"
+                                                      onmouseout="exo.changerBouton(1,4,false);"
+                                                      onclick="exo.action(1,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep14"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg15"
+                                                      onmouseover="exo.changerBouton(1,5,true);"
+                                                      onmouseout="exo.changerBouton(1,5,false);"
+                                                      onclick="exo.action(1,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep15"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td valign="top" id="tdRep2" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV66', 'management.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">management</td>
+                        </tr>
+                    </table>
+                     </p></td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21"
+                                                      onmouseover="exo.changerBouton(2,1,true);"
+                                                      onmouseout="exo.changerBouton(2,1,false);"
+                                                      onclick="exo.action(2,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep21"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22"
+                                                      onmouseover="exo.changerBouton(2,2,true);"
+                                                      onmouseout="exo.changerBouton(2,2,false);"
+                                                      onclick="exo.action(2,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep22"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg23"
+                                                      onmouseover="exo.changerBouton(2,3,true);"
+                                                      onmouseout="exo.changerBouton(2,3,false);"
+                                                      onclick="exo.action(2,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep23"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg24"
+                                                      onmouseover="exo.changerBouton(2,4,true);"
+                                                      onmouseout="exo.changerBouton(2,4,false);"
+                                                      onclick="exo.action(2,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep24"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg25"
+                                                      onmouseover="exo.changerBouton(2,5,true);"
+                                                      onmouseout="exo.changerBouton(2,5,false);"
+                                                      onclick="exo.action(2,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep25"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+            <tr id="trRep3">
+                <td valign="top" id="tdRep3" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV41', 'precise.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">precise</td>
+                        </tr>
+                    </table>
+                    </p></td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31"
+                                                      onmouseover="exo.changerBouton(3,1,true);"
+                                                      onmouseout="exo.changerBouton(3,1,false);"
+                                                      onclick="exo.action(3,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep31"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32"
+                                                      onmouseover="exo.changerBouton(3,2,true);"
+                                                      onmouseout="exo.changerBouton(3,2,false);"
+                                                      onclick="exo.action(3,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep32"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg33"
+                                                      onmouseover="exo.changerBouton(3,3,true);"
+                                                      onmouseout="exo.changerBouton(3,3,false);"
+                                                      onclick="exo.action(3,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep33"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg34"
+                                                      onmouseover="exo.changerBouton(3,4,true);"
+                                                      onmouseout="exo.changerBouton(3,4,false);"
+                                                      onclick="exo.action(3,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep34"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg35"
+                                                      onmouseover="exo.changerBouton(3,5,true);"
+                                                      onmouseout="exo.changerBouton(3,5,false);"
+                                                      onclick="exo.action(3,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep35"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+            <tr id="trRep4">
+                <td valign="top" id="tdRep4" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV28', 'differently.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">differently</td>
+                        </tr>
+                    </table>
+                     </p></td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg41"
+                                                      onmouseover="exo.changerBouton(4,1,true);"
+                                                      onmouseout="exo.changerBouton(4,1,false);"
+                                                      onclick="exo.action(4,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep41"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg42"
+                                                      onmouseover="exo.changerBouton(4,2,true);"
+                                                      onmouseout="exo.changerBouton(4,2,false);"
+                                                      onclick="exo.action(4,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep42"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg43"
+                                                      onmouseover="exo.changerBouton(4,3,true);"
+                                                      onmouseout="exo.changerBouton(4,3,false);"
+                                                      onclick="exo.action(4,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep43"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg44"
+                                                      onmouseover="exo.changerBouton(4,4,true);"
+                                                      onmouseout="exo.changerBouton(4,4,false);"
+                                                      onclick="exo.action(4,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep44"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg45"
+                                                      onmouseover="exo.changerBouton(4,5,true);"
+                                                      onmouseout="exo.changerBouton(4,5,false);"
+                                                      onclick="exo.action(4,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep45"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg397.html b/Basilisk/MACAO/macao_12/contenu/pages/pg397.html
index ac678085ca82ad73577281571cd420759d1d3afc..0b84a1a5cf3b4437577d3bf7a50adc0a4aa31aec 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg397.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg397.html
@@ -1 +1,172 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Longueur de la voyelle</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:27px;#STY_texteTAT/width:510px;height:379px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=30;exo.sensibleCasse=false; exo.respectAccents=false; EXO_ajouterCommentaire('divConsigne',"","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Longueur de la voyelle</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"><p align="">Contrairement aux idées reçues, la longueur de la voyelle n'est pas un critère pertinent pour distinguer les voyelles tendues des voyelles lâches. La présence<br>de <img src="../media/deuxpoints.png" id="MosImg49" border="0" align="center" style="visibility:hidden"> (dans /<img src="../media/udeuxpoints.png" id="MosImg7" border="0" align="center" style="visibility:hidden">/ par exemple) n'indique pas que la prononciation de la voyelle soit particulièrement longue ; elle indique un phénomène de tension.<br>La même voyelle peut d'ailleurs être prononcée avec une longueur différente selon qu'elle est suivie par exemple de <b>/k/ </b>ou de <b>/g/, </b>de <b>/t/ </b>ou de <b>/d/</b>, de <b>/p/</b> ou de <b>/b/</b>.<br><br>Ecoutez en cliquant sur les boutons :<br><br>               Prononciation<br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="18" valign="top"></td><td valign="top">moins longue</td><td width="18" valign="top"></td><td valign="top">plus longue</td></tr><tr><td width="18" valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV90','bt_lick.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>lick</b></td><td width="18" valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV18','bt_big.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>big </b></td></tr><tr><td valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV50','bt_sit.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>sit</b></td><td valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV46','bt_lid.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>lid</b></td></tr><tr><td valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV15','bt_sharp.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>sharp   </b></td><td valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV2','bt_rhubarb.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>rhubarb</b></td></tr><tr><td valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV59','bt_leek.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>leek</b></td><td valign="top"><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV83','bt_league.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></b></td><td valign="top"><b>league</b></td></tr></table></p></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice"><div id="STY_question" class="STY_question"></div><div id="STY_texteTAT" class="STY_texteTAT"><script type="text/javascript">ajDocW(PF_clipAV('clipAV72','e29anj_s4lc_p115.swf','500','320','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Longueur de la voyelle</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:27px;#STY_texteTAT/width:510px;height:379px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        EXO_ajouterCommentaire('divConsigne', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Longueur de la
+                    voyelle
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"><p align="">Contrairement aux idées reçues,
+        la longueur de la voyelle n'est pas un critère pertinent pour distinguer les voyelles tendues des voyelles
+        lâches. La présence<br>de <img src="../media/deuxpoints.png" id="MosImg49" border="0" align="center"
+                                       style="visibility:hidden"> (dans /<img src="../media/udeuxpoints.png"
+                                                                              id="MosImg7" border="0" align="center"
+                                                                              style="visibility:hidden">/ par exemple)
+        n'indique pas que la prononciation de la voyelle soit particulièrement longue ; elle indique un phénomène de
+        tension.<br>La même voyelle peut d'ailleurs être prononcée avec une longueur différente selon qu'elle est suivie
+        par exemple de <b>/k/ </b>ou de <b>/g/, </b>de <b>/t/ </b>ou de <b>/d/</b>, de <b>/p/</b> ou de
+        <b>/b/</b>.<br><br>Ecoutez en cliquant sur les boutons :<br><br>               Prononciation<br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="18" valign="top"></td>
+                <td valign="top">moins longue</td>
+                <td width="18" valign="top"></td>
+                <td valign="top">plus longue</td>
+            </tr>
+            <tr>
+                <td width="18" valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV90', 'bt_lick.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>lick</b></td>
+                <td width="18" valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV18', 'bt_big.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>big </b></td>
+            </tr>
+            <tr>
+                <td valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV50', 'bt_sit.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>sit</b></td>
+                <td valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV46', 'bt_lid.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>lid</b></td>
+            </tr>
+            <tr>
+                <td valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV15', 'bt_sharp.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>sharp   </b></td>
+                <td valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2', 'bt_rhubarb.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>rhubarb</b></td>
+            </tr>
+            <tr>
+                <td valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV59', 'bt_leek.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>leek</b></td>
+                <td valign="top"><b>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV83', 'bt_league.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </b></td>
+                <td valign="top"><b>league</b></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice">
+    <div id="STY_question" class="STY_question"></div>
+    <div id="STY_texteTAT" class="STY_texteTAT">
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV72', 'e29anj_s4lc_p115.swf', '500', '320', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg400.html b/Basilisk/MACAO/macao_12/contenu/pages/pg400.html
index 8eaa99375705a8514e79e6b0629ad2f6d7d880d8..2333fd57295d07658ce38fd9513e00aeb5e16cb6 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg400.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg400.html
@@ -1 +1,235 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Lire des transcriptions phonétiques (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';idDet='divCmt1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg2';idDet='divCmt2';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg3';idDet='divCmt3';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg4';idDet='divCmt4';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Lire des transcriptions phonétiques (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div><div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br><br><br><br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV77','bt_about.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent','cmt'));</script>   <img align="center" border="0" src="../media/phon_about.png" id="MosImg2149" style="visibility:hidden"></div><div id="divCmt2" onclick="SPE_clicDansBulle(event,'divCmt2')"><br><br><br><br><br><br><br><br><br><br><br><br><br> <script type="text/javascript">ajDocW(PF_clipAV('clipAV23','bt_university.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent','cmt'));</script>  <img align="center" border="0" src="../media/phon_university__162.png" id="MosImg38" style="visibility:hidden"></div><div id="divCmt3" onclick="SPE_clicDansBulle(event,'divCmt3')"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV59','bt_eighteen.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent','cmt'));</script>   <img align="center" border="0" src="../media/phon_eighteen.png" id="MosImg1910" style="visibility:hidden"></div><div id="divCmt4" onclick="SPE_clicDansBulle(event,'divCmt4')"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV52','bt_eighty.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent','cmt'));</script>   <img align="center" border="0" src="../media/phon_eighty.png" id="MosImg434" style="visibility:hidden"></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><br>Essayez de prononcer le mot transcrit et enregistrez-vous. Puis écoutez l'enregistrement-modèle en cliquant sur la transcription. Vous pouvez renouveler votre enregistrement si nécessaire.</div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align=""><a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')"><img align="center" border="0" src="../media/phon_about.png" id="MosImg21" style="visibility:hidden"></a><br><br></p></div></td></tr><tr id="trRep2"><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('2')" onclick="enrPosClic(event,'2')"><img src="../media/phon_university__162.png" id="MosImg387" border="0" align="center" style="visibility:hidden"></a><br><br></div></td></tr><tr id="trRep3"><td valign="top" class="STY_bordureQC" id="tdRep3"><div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('3')" onclick="enrPosClic(event,'3')"><img align="center" border="0" src="../media/phon_eighteen.png" id="MosImg19" style="visibility:hidden"></a><br><br></div></td></tr><tr id="trRep4"><td valign="top" class="STY_bordureQC" id="tdRep4"><div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);" onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('4')" onclick="enrPosClic(event,'4')"><img align="center" border="0" src="../media/phon_eighty.png" id="MosImg43" style="visibility:hidden"></a></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Lire des transcriptions phonétiques (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        idDet = 'divCmt1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        idDet = 'divCmt2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        idDet = 'divCmt3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        idDet = 'divCmt4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Lire des
+                    transcriptions phonétiques (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br><br><br><br><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV77', 'bt_about.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', 'cmt'));</script>
+           <img align="center" border="0" src="../media/phon_about.png" id="MosImg2149" style="visibility:hidden"></div>
+    <div id="divCmt2" onclick="SPE_clicDansBulle(event,'divCmt2')"><br><br><br><br><br><br><br><br><br><br><br><br><br> 
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV23', 'bt_university.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', 'cmt'));</script>
+          <img align="center" border="0" src="../media/phon_university__162.png" id="MosImg38"
+               style="visibility:hidden"></div>
+    <div id="divCmt3" onclick="SPE_clicDansBulle(event,'divCmt3')">
+        <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV59', 'bt_eighteen.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', 'cmt'));</script>
+           <img align="center" border="0" src="../media/phon_eighteen.png" id="MosImg1910" style="visibility:hidden">
+    </div>
+    <div id="divCmt4" onclick="SPE_clicDansBulle(event,'divCmt4')">
+        <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV52', 'bt_eighty.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', 'cmt'));</script>
+           <img align="center" border="0" src="../media/phon_eighty.png" id="MosImg434" style="visibility:hidden"></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><br>Essayez de prononcer le mot transcrit et
+        enregistrez-vous. Puis écoutez l'enregistrement-modèle en cliquant sur la transcription. Vous pouvez renouveler
+        votre enregistrement si nécessaire.
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align=""><a
+                            class="STY_lienComt" href="javascript:CRS_afficherDetail('1')"
+                            onclick="enrPosClic(event,'1')"><img align="center" border="0" src="../media/phon_about.png"
+                                                                 id="MosImg21" style="visibility:hidden"></a><br><br>
+                    </p></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><a class="STY_lienComt"
+                                                                                             href="javascript:CRS_afficherDetail('2')"
+                                                                                             onclick="enrPosClic(event,'2')"><img
+                            src="../media/phon_university__162.png" id="MosImg387" border="0" align="center"
+                            style="visibility:hidden"></a><br><br></div>
+                </td>
+            </tr>
+            <tr id="trRep3">
+                <td valign="top" class="STY_bordureQC" id="tdRep3">
+                    <div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);"
+                         onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><a class="STY_lienComt"
+                                                                                             href="javascript:CRS_afficherDetail('3')"
+                                                                                             onclick="enrPosClic(event,'3')"><img
+                            align="center" border="0" src="../media/phon_eighteen.png" id="MosImg19"
+                            style="visibility:hidden"></a><br><br></div>
+                </td>
+            </tr>
+            <tr id="trRep4">
+                <td valign="top" class="STY_bordureQC" id="tdRep4">
+                    <div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);"
+                         onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"><a class="STY_lienComt"
+                                                                                             href="javascript:CRS_afficherDetail('4')"
+                                                                                             onclick="enrPosClic(event,'4')"><img
+                            align="center" border="0" src="../media/phon_eighty.png" id="MosImg43"
+                            style="visibility:hidden"></a></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg401.html b/Basilisk/MACAO/macao_12/contenu/pages/pg401.html
index ca001b65ab58a9dcb19a736a2ca1bbad89ff6205..375d254bf8e1f44a95d311d299bafcaded1cb0bd 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg401.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg401.html
@@ -1 +1,216 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire BE (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:210px;#STY_zoneExercice/width:520px;height:612px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire BE (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""><br><br><br><br><br><br><br><br><br><br>Effectivement.</p><p align="">On observe des degrés différents dans la <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">réduction de la voyelle</a></b> de chacun des auxiliaires. On entend une voyelle plus réduite dans le premier énoncé que dans le second.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><br><br><br><br><br><br><br><br><br><br>Non. Vous vous êtes trompé.</p><p align="">On observe des degrés différents dans la <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">réduction de la voyelle</a></b> de chacun des auxiliaires. On entend une voyelle plus réduite dans le premier énoncé que dans le second. Vous pouvez réécouter chaque énoncé en cliquant sur le haut-parleur.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br><br><br><br><table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV65','e29_macao1_2a92.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><p align=""><br>How is John feeling today?</p><p align=""> </p></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV23','e29_macao1_2a102.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top"><br>Is John coming tonight?</td></tr></table><br><br>L'auxiliaire est-il prononcé de façon identique ? <br>Ecoutez de nouveau les énoncés et sélectionnez l'un des deux choix :</p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">l'auxiliaire est prononcé de façon identique.</p></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">l'auxiliaire n'est pas prononcé de façon identique.</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire BE (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:210px;#STY_zoneExercice/width:520px;height:612px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire BE (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">
+        <br><br><br><br><br><br><br><br><br><br>Effectivement.</p>
+        <p align="">On observe des degrés différents dans la <b><a class="STY_lienDansZoneComt"
+                                                                   href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">réduction
+            de la voyelle</a></b> de chacun des auxiliaires. On entend une voyelle plus réduite dans le premier énoncé
+            que dans le second.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">
+        <br><br><br><br><br><br><br><br><br><br>Non. Vous vous êtes trompé.</p>
+        <p align="">On observe des degrés différents dans la <b><a class="STY_lienDansZoneComt"
+                                                                   href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">réduction
+            de la voyelle</a></b> de chacun des auxiliaires. On entend une voyelle plus réduite dans le premier énoncé
+            que dans le second. Vous pouvez réécouter chaque énoncé en cliquant sur le haut-parleur.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br><br><br><br>
+        <table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="20" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV65', 'e29_macao1_2a92.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><p align=""><br>How is John feeling today?</p>
+                    <p align=""> </p></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV23', 'e29_macao1_2a102.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br></td>
+                <td valign="top"><br>Is John coming tonight?</td>
+            </tr>
+        </table>
+        <br><br>L'auxiliaire est-il prononcé de façon identique ? <br>Ecoutez de nouveau les énoncés et sélectionnez
+        l'un des deux choix :</p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">l'auxiliaire est
+                        prononcé de façon identique.</p></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">l'auxiliaire n'est pas
+                        prononcé de façon identique.
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg409.html b/Basilisk/MACAO/macao_12/contenu/pages/pg409.html
index d7e4c646c20729e06968f1091ac28f2c972e6560..f6625b7d4cf347430405071e0e640b7e6c839bbb 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg409.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg409.html
@@ -1 +1,96 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Les symboles phonétiques (13)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles phonétiques (13)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69">Les deux <font color="#0000ff"><a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('pgd171','PAGE')">phonèmes</a></font> /w/ et /j/ sont particuliers car ils partagent des caractéristiques des consonnes </font><font color="#a60a69">et des voyelles. On les désigne par les termes de semi-consonnes ou semi-voyelles.<br><br></font><font color="#800080"><script type="text/javascript">ajDocW(PF_clipAV('clipAV94','page5h1.swf','200','100','false','Flash','false','','Quality:high;wmode:transparent',''));</script></font></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Les symboles phonétiques (13)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles
+                    phonétiques (13)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <p align=""><font color="#a60a69">Les deux <font color="#0000ff"><a class="STY_lienComt"
+                                                                            href="javascript:parent.SCO_ouvrirDoc('pgd171','PAGE')">phonèmes</a></font>
+            /w/ et /j/ sont particuliers car ils partagent des caractéristiques des consonnes </font><font
+                color="#a60a69">et des voyelles. On les désigne par les termes de semi-consonnes ou
+            semi-voyelles.<br><br></font><font color="#800080">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV94', 'page5h1.swf', '200', '100', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        </font></p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg41.html b/Basilisk/MACAO/macao_12/contenu/pages/pg41.html
index 0ab584e5460d79892218168d62168aa106758af9..8db1f6a618444a64ea717ba1a50a778ac2085584 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg41.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg41.html
@@ -1 +1,218 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Spécificité des voyelles (4)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Spécificité des voyelles (4)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est la bonne réponse.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Ce n'est pas la bonne réponse. Il y a bien deux sons mais ils ne sont pas prononcés de manière égale. Réécoutez le mot.</div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez le mot <i>fool</i>, en cliquant sur le bouton puis à l'aide de la souris, sélectionnez l'affirmation qui vous semble juste.<br><br>                                                      <script type="text/javascript">ajDocW(PF_clipAV('clipAV77','bt_10.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script>  <b>fool</b>              </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">la voyelle contient un son unique et stable</div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">la voyelle est composée de 2 sons prononcés de manière égale</div></td></tr><tr id="trRep3"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><img border="0" hspace="1" id="boutonRep3" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep3"><div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)">la voyelle est composée de 2 sons prononcés de manière inégale</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Spécificité des voyelles (4)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Spécificité des
+                    voyelles (4)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est la bonne réponse.</div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Ce n'est pas la bonne réponse. Il y a bien deux
+        sons mais ils ne sont pas prononcés de manière égale. Réécoutez le mot.
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  ">
+        <p align=""><br>Ecoutez le mot <i>fool</i>, en cliquant sur le bouton puis à l'aide de la souris, sélectionnez
+            l'affirmation qui vous semble juste.<br><br>                                                      
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV77', 'bt_10.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+              <b>fool</b>              
+        </p>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">la voyelle contient un son
+                        unique et stable
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">la voyelle est composée de 2
+                        sons prononcés de manière égale
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep3">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg3"
+                                                                onmouseover="exo.changerBouton(3,true);"
+                                                                onmouseout="exo.changerBouton(3,false);"
+                                                                onclick="exo.action(3)"><img border="0" hspace="1"
+                                                                                             id="boutonRep3"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep3">
+                    <div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);"
+                         onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)">la voyelle est composée de 2
+                        sons prononcés de manière inégale
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg435.html b/Basilisk/MACAO/macao_12/contenu/pages/pg435.html
index f8d52926e87a833184fc19dfdfb9ac70b8662983..b24894570d3ec330980ec8008abf370fd82badff 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg435.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg435.html
@@ -1 +1,89 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Consonne</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Consonne</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><br><br>L'anglais comporte 23 <b>consonnes</b>. Pour en écouter, cliquez sur la flèche du lecteur. <br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV70','pop_conson0322.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Consonne</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Consonne</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><br><br>L'anglais comporte 23 <b>consonnes</b>. Pour
+        en écouter, cliquez sur la flèche du lecteur. <br><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV70', 'pop_conson0322.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg436.html b/Basilisk/MACAO/macao_12/contenu/pages/pg436.html
index 0dc2503e7d002bd025ad20021b6f4cfd0bc42062..ac1a30b908d376a93943c4cbe8b5d58e9ee69296 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg436.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg436.html
@@ -1 +1,301 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Placer les accents primaire et secondaire (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceGD.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClassePaireGD.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/IC_exerciceGD.js"></script><script type="text/javascript">function entrerDonnees(){mobileCourant=PF_donneObjet('exoGDd1');exo = new ExerciceGD(); exo.init();exo.scoreTotal=30;exo.retourManque = false;exo.retourIncorrect = false;  exo.tabDeplaces[exo.tabDeplaces.length]='d1'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d1";  exo.tabDeplaces[exo.tabDeplaces.length]='d2'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d2";  exo.tabDeplaces[exo.tabDeplaces.length]='d3'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d3";  exo.tabCibles[exo.tabCibles.length]='c2'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c2";  exo.tabCibles[exo.tabCibles.length]='c4'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c4";  exo.tabCibles[exo.tabCibles.length]='c6'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c6";  exo.decalageX='5'; exo.decalageY='5'; exo.tabPaires[exo.tabPaires.length]=new PaireGD('d2','c2','nw','0','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c2','nw','0','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c4','nw','0','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c6','nw','5','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d2','c4','nw','0','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d2','c6','nw','5','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c2','nw','0','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c4','nw','0','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c6','nw','5','0');  for (var i=0; i<exo.tabDeplaces.length ; i++){var oDiv=PF_donneObjet("exoGD"+exo.tabDeplaces[i]);if (oDiv!=null){exo.tabDeplacesX[i]=oDiv.style.left;exo.tabDeplacesY[i]=oDiv.style.top;}} exo.creerPairesFausses();var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('explore')" onmousemove="GD_deplaceDiv(event)" onmouseup="GD_finDep()"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Placer les accents primaire et secondaire (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br><br></font><br><br><br><img align="center" border="0" src="../media/phon_computer_p57_juste.png" id="MosImg60" style="visibility:hidden"><br><br><br><br><img align="center" border="0" src="../media/phon_identify_p57_juste.png" id="MosImg47" style="visibility:hidden"><br><br><br><img align="center" border="0" src="../media/phon_narrativ_justep57.png" id="MosImg49" style="visibility:hidden"><br><br><font color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12" id="MosImg8458736" style="visibility:hidden">/ ).</font></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p align=""><font color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br><br></font><br><br><br><img align="center" border="0" src="../media/phon_computer_p57_juste.png" id="MosImg609" style="visibility:hidden"><br><br><br><br><img align="center" border="0" src="../media/phon_identify_p57_juste.png" id="MosImg479" style="visibility:hidden"><br><br><br><img align="center" border="0" src="../media/phon_narrativ_justep57.png" id="MosImg490" style="visibility:hidden"><br><br><font color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12" id="MosImg8458738" style="visibility:hidden">/ ).</font></p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p align=""><font color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br><br></font><br><br><br><img align="center" border="0" src="../media/phon_computer_p57_juste.png" id="MosImg604" style="visibility:hidden"><br><br><br><br><img align="center" border="0" src="../media/phon_identify_p57_juste.png" id="MosImg474" style="visibility:hidden"><br><br><br><img align="center" border="0" src="../media/phon_narrativ_justep57.png" id="MosImg498" style="visibility:hidden"><br><br><font color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12" id="MosImg845873" style="visibility:hidden">/ ).</font></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="  "><div id="STY_question" class="STY_question" style="  "><br>Voici maintenant la fin du texte. Les mots transcrits sont porteurs uniquement d'un accent primaire. Réécoutez les mots concernés en cliquant sur les boutons et placez l'accent à l'endroit adéquat. Utilisez la souris pour faire glisser la marque de l'accentuation.</div><div id="STY_texteGD" class="STY_texteGD" style="  "><p align=""> </p><p align=""><table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="200" valign="top"><font color="#a60a69"></font></td><td width="100" valign="top"><font color="#a60a69">      </font><font color="#000000">primaire</font></td><td width="100" valign="top"><font color="#a60a69">   </font></td></tr><tr><td valign="top"></td><td valign="top"></td><td valign="middle"></td></tr></table><br><br><br><table class="STY_tableau" width="450" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="250" valign="top"><p align="">He was the first specialist<br>who used the <script type="text/javascript">ajDocW(PF_clipAV('clipAV23','bt_computer.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent',''));</script>  <b>computer</b><br><br></p></td><td width="200" valign="top"><img align="center" border="0" src="../media/phon_computer_p56.png" id="MosImg14" style="visibility:hidden"></td></tr><tr><td width="250" valign="top">to <script type="text/javascript">ajDocW(PF_clipAV('clipAV19','bt_identify.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent',''));</script> <b>identify</b> and measure<br>the units which constitute<b><br><br></b></td><td width="200" valign="top"><img align="center" border="0" src="../media/phon_identify_p57.png" id="MosImg2" style="visibility:hidden"></td></tr><tr><td width="250" valign="top">the <script type="text/javascript">ajDocW(PF_clipAV('clipAV86','bt_narrative.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent',''));</script>  <b>narrative</b> of musical pieces.<br></td><td width="200" valign="top"><img align="center" border="0" src="../media/phon_narrator_p57.png" id="MosImg13" style="visibility:hidden"></td></tr></table></p><p align=""> </p><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 238px; WIDTH: 18px; POSITION: absolute; TOP: 51px; HEIGHT: 15px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd1" onmousedown="GD_debutDep(event,'d1')"><img align="center" border="0" src="../media/accent12.png" id="MosImg20" style="visibility:hidden"> </div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 234px; WIDTH: 20px; POSITION: absolute; TOP: 51px; HEIGHT: 14px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd2" onmousedown="GD_debutDep(event,'d2')"> <img align="center" border="0" src="../media/accent13.png" id="MosImg43" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 234px; WIDTH: 20px; POSITION: absolute; TOP: 51px; HEIGHT: 14px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd3" onmousedown="GD_debutDep(event,'d3')"> <img align="center" border="0" src="../media/accent14.png" id="MosImg28" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 10; LEFT: 286px; WIDTH: 9px; POSITION: absolute; TOP: 84px; HEIGHT: 17px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc2"> </div><div onselectstart="return false" style="Z-INDEX: 10; LEFT: 289px; WIDTH: 19px; POSITION: absolute; TOP: 133px; HEIGHT: 25px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc4"> </div><div onselectstart="return false" style="Z-INDEX: 10; LEFT: 282px; WIDTH: 19px; POSITION: absolute; TOP: 180px; HEIGHT: 31px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc6"> </div></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Placer les accents primaire et secondaire (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceGD.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClassePaireGD.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/IC_exerciceGD.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        mobileCourant = PF_donneObjet('exoGDd1');
+        exo = new ExerciceGD();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.retourManque = false;
+        exo.retourIncorrect = false;
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd1';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d1";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd2';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d2";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd3';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d3";
+        exo.tabCibles[exo.tabCibles.length] = 'c2';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c2";
+        exo.tabCibles[exo.tabCibles.length] = 'c4';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c4";
+        exo.tabCibles[exo.tabCibles.length] = 'c6';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c6";
+        exo.decalageX = '5';
+        exo.decalageY = '5';
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d2', 'c2', 'nw', '0', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c2', 'nw', '0', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c4', 'nw', '0', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c6', 'nw', '5', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d2', 'c4', 'nw', '0', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d2', 'c6', 'nw', '5', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c2', 'nw', '0', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c4', 'nw', '0', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c6', 'nw', '5', '0');
+        for (var i = 0; i < exo.tabDeplaces.length; i++) {
+            var oDiv = PF_donneObjet("exoGD" + exo.tabDeplaces[i]);
+            if (oDiv != null) {
+                exo.tabDeplacesX[i] = oDiv.style.left;
+                exo.tabDeplacesY[i] = oDiv.style.top;
+            }
+        }
+        exo.creerPairesFausses();
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('explore')" onmousemove="GD_deplaceDiv(event)"
+      onmouseup="GD_finDep()">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Placer les accents
+                    primaire et secondaire (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font
+            color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br><br></font><br><br><br><img
+            align="center" border="0" src="../media/phon_computer_p57_juste.png" id="MosImg60"
+            style="visibility:hidden"><br><br><br><br><img align="center" border="0"
+                                                           src="../media/phon_identify_p57_juste.png" id="MosImg47"
+                                                           style="visibility:hidden"><br><br><br><img align="center"
+                                                                                                      border="0"
+                                                                                                      src="../media/phon_narrativ_justep57.png"
+                                                                                                      id="MosImg49"
+                                                                                                      style="visibility:hidden"><br><br><font
+            color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant
+        qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12"
+                                           id="MosImg8458736" style="visibility:hidden">/ ).</font></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p align=""><font
+            color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br><br></font><br><br><br><img
+            align="center" border="0" src="../media/phon_computer_p57_juste.png" id="MosImg609"
+            style="visibility:hidden"><br><br><br><br><img align="center" border="0"
+                                                           src="../media/phon_identify_p57_juste.png" id="MosImg479"
+                                                           style="visibility:hidden"><br><br><br><img align="center"
+                                                                                                      border="0"
+                                                                                                      src="../media/phon_narrativ_justep57.png"
+                                                                                                      id="MosImg490"
+                                                                                                      style="visibility:hidden"><br><br><font
+            color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant
+        qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12"
+                                           id="MosImg8458738" style="visibility:hidden">/ ).</font></p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p align=""><font
+            color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br><br></font><br><br><br><img
+            align="center" border="0" src="../media/phon_computer_p57_juste.png" id="MosImg604"
+            style="visibility:hidden"><br><br><br><br><img align="center" border="0"
+                                                           src="../media/phon_identify_p57_juste.png" id="MosImg474"
+                                                           style="visibility:hidden"><br><br><br><img align="center"
+                                                                                                      border="0"
+                                                                                                      src="../media/phon_narrativ_justep57.png"
+                                                                                                      id="MosImg498"
+                                                                                                      style="visibility:hidden"><br><br><font
+            color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant
+        qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12"
+                                           id="MosImg845873" style="visibility:hidden">/ ).</font></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="  ">
+    <div id="STY_question" class="STY_question" style="  "><br>Voici maintenant la fin du texte. Les mots transcrits
+        sont porteurs uniquement d'un accent primaire. Réécoutez les mots concernés en cliquant sur les boutons et
+        placez l'accent à l'endroit adéquat. Utilisez la souris pour faire glisser la marque de l'accentuation.
+    </div>
+    <div id="STY_texteGD" class="STY_texteGD" style="  "><p align=""> </p>
+        <p align="">
+        <table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="200" valign="top"><font color="#a60a69"></font></td>
+                <td width="100" valign="top"><font color="#a60a69">      </font><font color="#000000">primaire</font>
+                </td>
+                <td width="100" valign="top"><font color="#a60a69">   </font></td>
+            </tr>
+            <tr>
+                <td valign="top"></td>
+                <td valign="top"></td>
+                <td valign="middle"></td>
+            </tr>
+        </table>
+        <br><br><br>
+        <table class="STY_tableau" width="450" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="250" valign="top">
+                    <p align="">He was the first specialist<br>who used the 
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV23', 'bt_computer.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                          <b>computer</b><br><br></p>
+                </td>
+                <td width="200" valign="top"><img align="center" border="0" src="../media/phon_computer_p56.png"
+                                                  id="MosImg14" style="visibility:hidden"></td>
+            </tr>
+            <tr>
+                <td width="250" valign="top">to
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV19', 'bt_identify.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                     <b>identify</b> and measure<br>the units which constitute<b><br><br></b></td>
+                <td width="200" valign="top"><img align="center" border="0" src="../media/phon_identify_p57.png"
+                                                  id="MosImg2" style="visibility:hidden"></td>
+            </tr>
+            <tr>
+                <td width="250" valign="top">the
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV86', 'bt_narrative.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                      <b>narrative</b> of musical pieces.<br></td>
+                <td width="200" valign="top"><img align="center" border="0" src="../media/phon_narrator_p57.png"
+                                                  id="MosImg13" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p><p align=""> </p>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 238px; WIDTH: 18px; POSITION: absolute; TOP: 51px; HEIGHT: 15px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd1" onmousedown="GD_debutDep(event,'d1')"><img align="center" border="0"
+                                                                                           src="../media/accent12.png"
+                                                                                           id="MosImg20"
+                                                                                           style="visibility:hidden"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 234px; WIDTH: 20px; POSITION: absolute; TOP: 51px; HEIGHT: 14px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd2" onmousedown="GD_debutDep(event,'d2')"> <img align="center" border="0"
+                                                                                            src="../media/accent13.png"
+                                                                                            id="MosImg43"
+                                                                                            style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 234px; WIDTH: 20px; POSITION: absolute; TOP: 51px; HEIGHT: 14px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd3" onmousedown="GD_debutDep(event,'d3')"> <img align="center" border="0"
+                                                                                            src="../media/accent14.png"
+                                                                                            id="MosImg28"
+                                                                                            style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; LEFT: 286px; WIDTH: 9px; POSITION: absolute; TOP: 84px; HEIGHT: 17px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc2"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; LEFT: 289px; WIDTH: 19px; POSITION: absolute; TOP: 133px; HEIGHT: 25px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc4"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; LEFT: 282px; WIDTH: 19px; POSITION: absolute; TOP: 180px; HEIGHT: 31px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc6"> 
+        </div>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg437.html b/Basilisk/MACAO/macao_12/contenu/pages/pg437.html
index e0467bb84e618985fbdbc356f7f9356852b2e096..6c33bd62b153b7e87c14a747a0c1b62c58349121 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg437.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg437.html
@@ -1 +1,106 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire CAN (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire CAN (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69"><font color="#000000"><font color="#a60a69">Ecoutez chacun de ces deux énoncés en cliquant sur la flèche.<br></font><br><br></font></font></p><table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV21','e29_macao1_2a71.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top"><p align=""><br>It can be rough at times.</p><p align=""> </p></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV54','e29_macao1_2a81.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><br>Can you pass me the salt please?</td></tr></table><br><br></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire CAN (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire CAN
+                    (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69"><font
+            color="#000000"><font color="#a60a69">Ecoutez chacun de ces deux énoncés en cliquant sur la
+        flèche.<br></font><br><br></font></font></p>
+        <table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="20" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV21', 'e29_macao1_2a71.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br></td>
+                <td valign="top"><p align=""><br>It can be rough at times.</p>
+                    <p align=""> </p></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV54', 'e29_macao1_2a81.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><br>Can you pass me the salt please?</td>
+            </tr>
+        </table>
+        <br><br></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg44.html b/Basilisk/MACAO/macao_12/contenu/pages/pg44.html
index dff13cd3ab65f56404882657e94bc7ae02849d06..331e86f277aedd5315f81fa44e537dbc25c8ba00 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg44.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg44.html
@@ -1 +1,132 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Mémento : voyelles lâches et voyelles tendues</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:27px;#STY_texteTAT/width:510px;height:379px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=30;exo.sensibleCasse=false; exo.respectAccents=false; EXO_ajouterCommentaire('divConsigne',"","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento : voyelles lâches et voyelles tendues</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"><p align=""><br><br><font color="#a60a69">Contrairement à la voyelle de <i>leg</i> qui comporte un son unique et stable (/<img align="center" border="0" src="../media/e.png" id="MosImg808" style="visibility:hidden">/) la voyelle de <i>boy</i> est composée de 2 sons prononcés de manière inégale : on a comme un mouvement vers /<img align="center" border="0" src="../media/i.png" id="MosImg337" style="visibility:hidden">/ sans que /<img align="center" border="0" src="../media/i.png" id="MosImg3367" style="visibility:hidden">/ soit totalement prononcé et on dit que la voyelle de <i>boy</i>  (/<img align="center" border="0" src="../media/ci_boy.png" id="MosImg445" style="visibility:hidden">/) est une voyelle tendue. La voyelle de <i>fool </i>(/<img align="center" border="0" src="../media/u1.png" id="MosImg943" style="visibility:hidden">/) présente le même phénomène, avec cette fois-ci une tension vers /<img align="center" border="0" src="../media/omega1.png" id="MosImg189" style="visibility:hidden">/. Dans la transcription, le mouvement de tension est signalé soit par /ː/ (c'est le cas de /<img align="center" border="0" src="../media/u1.png" id="MosImg9443" style="visibility:hidden">/ ) soit par la présence de 2 symboles placés à égalité (c'est le cas de (/<img align="center" border="0" src="../media/ci_boy.png" id="MosImg4418" style="visibility:hidden">/). La représentation par deux symboles placés à égalité ne rend pas vraiment compte du phénomène de tension.</font><br><br></p></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice"><div id="STY_question" class="STY_question"></div><div id="STY_texteTAT" class="STY_texteTAT"><script type="text/javascript">ajDocW(PF_clipAV('clipAV13','e29anj_s4lc_p114.swf','500','320','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Mémento : voyelles lâches et voyelles tendues</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:27px;#STY_texteTAT/width:510px;height:379px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        EXO_ajouterCommentaire('divConsigne', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento : voyelles
+                    lâches et voyelles tendues
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"><p align=""><br><br><font color="#a60a69">Contrairement
+        à la voyelle de <i>leg</i> qui comporte un son unique et stable (/<img align="center" border="0"
+                                                                               src="../media/e.png" id="MosImg808"
+                                                                               style="visibility:hidden">/) la voyelle
+        de <i>boy</i> est composée de 2 sons prononcés de manière inégale : on a comme un mouvement vers /<img
+                align="center" border="0" src="../media/i.png" id="MosImg337" style="visibility:hidden">/ sans que /<img
+                align="center" border="0" src="../media/i.png" id="MosImg3367" style="visibility:hidden">/ soit
+        totalement prononcé et on dit que la voyelle de <i>boy</i>  (/<img align="center" border="0"
+                                                                           src="../media/ci_boy.png" id="MosImg445"
+                                                                           style="visibility:hidden">/) est une voyelle
+        tendue. La voyelle de <i>fool </i>(/<img align="center" border="0" src="../media/u1.png" id="MosImg943"
+                                                 style="visibility:hidden">/) présente le même phénomène, avec cette
+        fois-ci une tension vers /<img align="center" border="0" src="../media/omega1.png" id="MosImg189"
+                                       style="visibility:hidden">/. Dans la transcription, le mouvement de tension est
+        signalé soit par /ː/ (c'est le cas de /<img align="center" border="0" src="../media/u1.png" id="MosImg9443"
+                                                    style="visibility:hidden">/ ) soit par la présence de 2 symboles
+        placés à égalité (c'est le cas de (/<img align="center" border="0" src="../media/ci_boy.png" id="MosImg4418"
+                                                 style="visibility:hidden">/). La représentation par deux symboles
+        placés à égalité ne rend pas vraiment compte du phénomène de tension.</font><br><br></p></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice">
+    <div id="STY_question" class="STY_question"></div>
+    <div id="STY_texteTAT" class="STY_texteTAT">
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV13', 'e29anj_s4lc_p114.swf', '500', '320', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg444.html b/Basilisk/MACAO/macao_12/contenu/pages/pg444.html
index 82a605a5899a939662a495cb59184df6ac8fc971..4ef068b43a0cffb6faf25069c7e24dc632391eae 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg444.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg444.html
@@ -1 +1,151 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Reconnaître le mot commun (5)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=30;exo.sensibleCasse=false; exo.respectAccents=false; exo.tabChamps[exo.tabChamps.length]='1';exo.tabSelects[exo.tabSelects.length]='1';exo.nombreTrous++;exo.ajouterReponse('1','ng',"at");exo.ajouterReponse('1','nw',"for");exo.ajouterReponse('1','ng',"in");exo.ajouterReponse('1','ng',"of");exo.ajouterReponse('1','ng',"on");exo.ajouterReponse('1','ng',"to");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Reconnaître le mot commun (5)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est cela! </p><p align="">FOR est le seul mot commun aux deux énoncés.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Non. </p><p align="">FOR est le seul mot commun aux deux énoncés. Vous pouvez réécouter les énoncés.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice"><div id="STY_question" class="STY_question"><br>Les énoncés suivants n'ont qu'un seul mot en commun. Ecoutez chacun de ces énoncés en cliquant sur la flèche  puis sélectionnez dans la liste déroulante le mot qui leur est commun.</div><div id="STY_texteTAT" class="STY_texteTAT"><p align=""><table class="STY_tableau" width="100%" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="100" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV84','e29_macao1_2b91.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>    Enoncé 1</td><td valign="top"></td></tr><tr><td valign="top"></td><td valign="top"><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"><option value=" "> </option></select></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV41','e29_macao1_2b101.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>    Enoncé 2</td><td valign="top"></td></tr></table></p></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Reconnaître le mot commun (5)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        exo.tabChamps[exo.tabChamps.length] = '1';
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        exo.nombreTrous++;
+        exo.ajouterReponse('1', 'ng', "at");
+        exo.ajouterReponse('1', 'nw', "for");
+        exo.ajouterReponse('1', 'ng', "in");
+        exo.ajouterReponse('1', 'ng', "of");
+        exo.ajouterReponse('1', 'ng', "on");
+        exo.ajouterReponse('1', 'ng', "to");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Reconnaître le mot
+                    commun (5)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est cela! </p>
+        <p align="">FOR est le seul mot commun aux deux énoncés.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Non. </p>
+        <p align="">FOR est le seul mot commun aux deux énoncés. Vous pouvez réécouter les énoncés.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice">
+    <div id="STY_question" class="STY_question"><br>Les énoncés suivants n'ont qu'un seul mot en commun. Ecoutez chacun
+        de ces énoncés en cliquant sur la flèche  puis sélectionnez dans la liste déroulante le mot qui leur est commun.
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT"><p align="">
+        <table class="STY_tableau" width="100%" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="100" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV84', 'e29_macao1_2b91.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>    Enoncé 1
+                </td>
+                <td valign="top"></td>
+            </tr>
+            <tr>
+                <td valign="top"></td>
+                <td valign="top"><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()">
+                    <option value=" "> </option>
+                </select></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV41', 'e29_macao1_2b101.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>    Enoncé 2
+                </td>
+                <td valign="top"></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg448.html b/Basilisk/MACAO/macao_12/contenu/pages/pg448.html
index 92302293aaec90cc53c522b9c0fe204a22d98c14..15621cf8b46a81a841dd6efe6fd1c57b6a2562b8 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg448.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg448.html
@@ -1 +1,93 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire CAN (4)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire CAN (4)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Indiquez la nature de l'énoncé en cliquant sur la case qui convient.</font></p><p align="">  <script type="text/javascript">ajDocW(PF_clipAV('clipAV68','macao_auxiliaire72.swf','467','130','false','Flash','false','','quality:high;wmode:transparent',''));</script></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire CAN (4)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire CAN
+                    (4)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Indiquez la nature
+        de l'énoncé en cliquant sur la case qui convient.</font></p>
+        <p align="">  
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV68', 'macao_auxiliaire72.swf', '467', '130', 'false', 'Flash', 'false', '', 'quality:high;wmode:transparent', ''));</script>
+        </p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg449.html b/Basilisk/MACAO/macao_12/contenu/pages/pg449.html
index a940435e79d7556bc09df429f1e02585b01c24ef..6c468e9f86bfd7afdfda6b06b37eeb99cdd9d894 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg449.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg449.html
@@ -1 +1,425 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Placer les accents primaire et secondaire (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceGD.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClassePaireGD.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/IC_exerciceGD.js"></script><script type="text/javascript">function entrerDonnees(){mobileCourant=PF_donneObjet('exoGDd1');exo = new ExerciceGD(); exo.init();exo.scoreTotal=30;exo.retourManque = false;exo.retourIncorrect = false;  exo.tabDeplaces[exo.tabDeplaces.length]='d1'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d1";  exo.tabDeplaces[exo.tabDeplaces.length]='d2'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d2";  exo.tabDeplaces[exo.tabDeplaces.length]='d3'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d3";  exo.tabCibles[exo.tabCibles.length]='c1'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c1";  exo.tabCibles[exo.tabCibles.length]='c2'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c2";  exo.tabCibles[exo.tabCibles.length]='c3'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c3";  exo.tabCibles[exo.tabCibles.length]='c4'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c4";  exo.tabCibles[exo.tabCibles.length]='c5'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c5";  exo.tabCibles[exo.tabCibles.length]='c6'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c6";  exo.tabDeplaces[exo.tabDeplaces.length]='d4'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d4";  exo.tabDeplaces[exo.tabDeplaces.length]='d5'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d5";  exo.tabDeplaces[exo.tabDeplaces.length]='d6'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d6";  exo.decalageX='5'; exo.decalageY='5'; exo.tabPaires[exo.tabPaires.length]=new PaireGD('d4','c1','nw','2','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d2','c1','ng','0','-10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d6','c1','nw','2','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c1','ng','0','-10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d2','c2','nw','0','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c2','nw','0','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c3','ng','2','-10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c4','nw','0','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c5','ng','4','-10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c6','nw','5','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d2','c3','ng','2','-10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d2','c4','nw','0','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d2','c5','ng','4','-10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d2','c6','nw','5','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c1','ng','0','-10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c2','nw','0','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c3','ng','2','-10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c4','nw','0','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c5','ng','4','-10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c6','nw','5','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d4','c2','ng','0','15'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d4','c3','nw','2','5'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d4','c4','ng','0','10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d4','c5','nw','4','5'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d4','c6','ng','0','10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d5','c1','nw','2','0'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d5','c2','ng','0','15'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d5','c3','nw','2','5'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d5','c4','ng','0','10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d5','c5','nw','4','5'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d5','c6','ng','0','10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d6','c2','ng','0','15'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d6','c3','nw','2','5'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d6','c4','ng','0','10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d6','c5','nw','4','5'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d6','c6','ng','0','10');  for (var i=0; i<exo.tabDeplaces.length ; i++){var oDiv=PF_donneObjet("exoGD"+exo.tabDeplaces[i]);if (oDiv!=null){exo.tabDeplacesX[i]=oDiv.style.left;exo.tabDeplacesY[i]=oDiv.style.top;}} exo.creerPairesFausses();var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg5';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg6';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('explore')" onmousemove="GD_deplaceDiv(event)" onmouseup="GD_finDep()"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Placer les accents primaire et secondaire (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br><br></font><br><br><br><img align="center" border="0" src="../media/phon_theoretician_p54_just.png" id="MosImg54" style="visibility:hidden"><br><br><br><br><img align="center" border="0" src="../media/phon_university__p54_juste.png" id="MosImg77" style="visibility:hidden"><br><br><br><img align="center" border="0" src="../media/phon_recognition_54_juste.png" id="MosImg17" style="visibility:hidden"><br><br><font color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12" id="MosImg8458738" style="visibility:hidden">/ ).</font></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p align=""><font color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br></font><br><br><br><br><img align="center" border="0" src="../media/phon_theoretician_p54_just.png" id="MosImg541" style="visibility:hidden"><br><br><br><br><img align="center" border="0" src="../media/phon_university__p54_juste.png" id="MosImg777" style="visibility:hidden"><br><br><br><img align="center" border="0" src="../media/phon_recognition_54_juste.png" id="MosImg10" style="visibility:hidden"><br><br><font color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12" id="MosImg8458737" style="visibility:hidden">/ ).</font></p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p align=""><font color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br><br><br></font><br><br><img align="center" border="0" src="../media/phon_theoretician_p54_just.png" id="MosImg543" style="visibility:hidden"><br><br><br><br><img align="center" border="0" src="../media/phon_university__p54_juste.png" id="MosImg7777" style="visibility:hidden"><br><br><br><img align="center" border="0" src="../media/phon_recognition_54_juste.png" id="MosImg11" style="visibility:hidden"><br><br><font color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12" id="MosImg8458732" style="visibility:hidden">/ ).</font></p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p align=""><font color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br></font><br><br><br><br><br><img align="center" border="0" src="../media/phon_theoretician_p54_just.png" id="MosImg5437" style="visibility:hidden"><br><br><br><br><img align="center" border="0" src="../media/phon_university__p54_juste.png" id="MosImg7776" style="visibility:hidden"><br><br><br><img align="center" border="0" src="../media/phon_recognition_54_juste.png" id="MosImg18" style="visibility:hidden"><br><br><font color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12" id="MosImg8458735" style="visibility:hidden">/ ).</font></p></div><div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p align=""><font color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br></font><br><br><br><br><img align="center" border="0" src="../media/phon_theoretician_p54_just.png" id="MosImg546" style="visibility:hidden"><br><br><br><br><img align="center" border="0" src="../media/phon_university__p54_juste.png" id="MosImg774" style="visibility:hidden"><br><br><br><img align="center" border="0" src="../media/phon_recognition_54_juste.png" id="MosImg14" style="visibility:hidden"><br><br><font color="#a60a69"><font color="#000000"><font color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant qu'une voyelle réduite (ici, /</font><img align="absMiddle" border="0" src="../media/about.png" width="12" height="12" id="MosImg84587310" style="visibility:hidden"></font></font><font color="#a60a69">/ ).</font></p></div><div id="divSugg6" onclick="SPE_clicDansBulle(event,'divSugg6')"><p align=""><font color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br><br><br></font><br><br><img align="center" border="0" src="../media/phon_theoretician_p54_just.png" id="MosImg549" style="visibility:hidden"><br><br><br><br><img align="center" border="0" src="../media/phon_university__p54_juste.png" id="MosImg7745" style="visibility:hidden"><br><br><br><img align="center" border="0" src="../media/phon_recognition_54_juste.png" id="MosImg1" style="visibility:hidden"><br><br><font color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12" id="MosImg845873" style="visibility:hidden">/ ).</font></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="  "><div id="STY_question" class="STY_question" style="  ">Voici la transcription de certains mots du début du texte. Chaque mot transcrit est porteur d'un accent primaire et d'un accent secondaire. Réécoutez les mots concernés en cliquant sur les boutons et placez les accents adéquats. Utilisez la souris pour faire glisser les marques de l'accentuation.</div><div id="STY_texteGD" class="STY_texteGD" style="  "><p align=""> </p><p align=""><table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="200" valign="top"><font color="#a60a69"></font></td><td width="100" valign="top"><font color="#a60a69">      </font><font color="#000000">primaire</font></td><td width="100" valign="top"><font color="#a60a69">   </font><font color="#000000">secondaire</font></td></tr><tr><td valign="top"></td><td valign="top"></td><td valign="middle"></td></tr></table><br><br><br><table class="STY_tableau" width="450" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="250" valign="top"><p align="">As a  <script type="text/javascript">ajDocW(PF_clipAV('clipAV80','bt_theoretician.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent',''));</script>  <b>theoretician</b> of<br>contemporary music,<br><br></p></td><td width="200" valign="top"><img align="center" border="0" src="../media/phon_theoretician_p54.png" id="MosImg82" style="visibility:hidden"></td></tr><tr><td width="250" valign="top">his research at  <script type="text/javascript">ajDocW(PF_clipAV('clipAV26','bt_university.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent',''));</script>  <b>University<br><br><br></b></td><td width="200" valign="top"><img align="center" border="0" src="../media/phon_university__p54.png" id="MosImg88" style="visibility:hidden"></td></tr><tr><td width="250" valign="top">received world-wide <script type="text/javascript">ajDocW(PF_clipAV('clipAV1','bt_recognition.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent',''));</script> <b>recognition</b>.<br></td><td width="200" valign="top"><img align="center" border="0" src="../media/phon_recognition_p54.png" id="MosImg15" style="visibility:hidden"></td></tr></table></p><p align=""> </p><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 238px; WIDTH: 18px; POSITION: absolute; TOP: 51px; HEIGHT: 15px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd1" onmousedown="GD_debutDep(event,'d1')"><img align="center" border="0" src="../media/accent12.png" id="MosImg20" style="visibility:hidden"> </div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 234px; WIDTH: 20px; POSITION: absolute; TOP: 51px; HEIGHT: 14px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd2" onmousedown="GD_debutDep(event,'d2')"> <img align="center" border="0" src="../media/accent13.png" id="MosImg43" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 234px; WIDTH: 20px; POSITION: absolute; TOP: 51px; HEIGHT: 14px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd3" onmousedown="GD_debutDep(event,'d3')"> <img align="center" border="0" src="../media/accent14.png" id="MosImg28" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 10; LEFT: 250px; WIDTH: 19px; POSITION: absolute; TOP: 97px; HEIGHT: 30px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc1"> </div><div onselectstart="return false" style="Z-INDEX: 10; LEFT: 291px; WIDTH: 17px; POSITION: absolute; TOP: 84px; HEIGHT: 34px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc2"> </div><div onselectstart="return false" style="Z-INDEX: 10; LEFT: 249px; WIDTH: 18px; POSITION: absolute; TOP: 143px; HEIGHT: 25px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc3"> </div><div onselectstart="return false" style="Z-INDEX: 10; LEFT: 289px; WIDTH: 19px; POSITION: absolute; TOP: 133px; HEIGHT: 25px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc4"> </div><div onselectstart="return false" style="Z-INDEX: 10; LEFT: 250px; WIDTH: 16px; POSITION: absolute; TOP: 184px; HEIGHT: 27px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc5"> </div><div onselectstart="return false" style="Z-INDEX: 10; LEFT: 282px; WIDTH: 19px; POSITION: absolute; TOP: 178px; HEIGHT: 31px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc6"> </div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 339px; WIDTH: 13px; POSITION: absolute; TOP: 50px; HEIGHT: 14px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd4" onmousedown="GD_debutDep(event,'d4')"><img align="center" border="0" src="../media/accent22.png" id="MosImg21" style="visibility:hidden"> </div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 339px; WIDTH: 20px; POSITION: absolute; TOP: 51px; HEIGHT: 13px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd5" onmousedown="GD_debutDep(event,'d5')"><img align="center" border="0" src="../media/accent23.png" id="MosImg31" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 339px; WIDTH: 20px; POSITION: absolute; TOP: 51px; HEIGHT: 13px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd6" onmousedown="GD_debutDep(event,'d6')"><img align="center" border="0" src="../media/accent24.png" id="MosImg66" style="visibility:hidden"></div></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Placer les accents primaire et secondaire (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceGD.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClassePaireGD.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/IC_exerciceGD.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        mobileCourant = PF_donneObjet('exoGDd1');
+        exo = new ExerciceGD();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.retourManque = false;
+        exo.retourIncorrect = false;
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd1';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d1";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd2';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d2";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd3';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d3";
+        exo.tabCibles[exo.tabCibles.length] = 'c1';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c1";
+        exo.tabCibles[exo.tabCibles.length] = 'c2';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c2";
+        exo.tabCibles[exo.tabCibles.length] = 'c3';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c3";
+        exo.tabCibles[exo.tabCibles.length] = 'c4';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c4";
+        exo.tabCibles[exo.tabCibles.length] = 'c5';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c5";
+        exo.tabCibles[exo.tabCibles.length] = 'c6';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c6";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd4';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d4";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd5';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d5";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd6';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d6";
+        exo.decalageX = '5';
+        exo.decalageY = '5';
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d4', 'c1', 'nw', '2', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d2', 'c1', 'ng', '0', '-10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d6', 'c1', 'nw', '2', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c1', 'ng', '0', '-10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d2', 'c2', 'nw', '0', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c2', 'nw', '0', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c3', 'ng', '2', '-10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c4', 'nw', '0', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c5', 'ng', '4', '-10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c6', 'nw', '5', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d2', 'c3', 'ng', '2', '-10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d2', 'c4', 'nw', '0', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d2', 'c5', 'ng', '4', '-10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d2', 'c6', 'nw', '5', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c1', 'ng', '0', '-10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c2', 'nw', '0', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c3', 'ng', '2', '-10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c4', 'nw', '0', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c5', 'ng', '4', '-10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c6', 'nw', '5', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d4', 'c2', 'ng', '0', '15');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d4', 'c3', 'nw', '2', '5');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d4', 'c4', 'ng', '0', '10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d4', 'c5', 'nw', '4', '5');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d4', 'c6', 'ng', '0', '10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d5', 'c1', 'nw', '2', '0');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d5', 'c2', 'ng', '0', '15');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d5', 'c3', 'nw', '2', '5');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d5', 'c4', 'ng', '0', '10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d5', 'c5', 'nw', '4', '5');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d5', 'c6', 'ng', '0', '10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d6', 'c2', 'ng', '0', '15');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d6', 'c3', 'nw', '2', '5');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d6', 'c4', 'ng', '0', '10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d6', 'c5', 'nw', '4', '5');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d6', 'c6', 'ng', '0', '10');
+        for (var i = 0; i < exo.tabDeplaces.length; i++) {
+            var oDiv = PF_donneObjet("exoGD" + exo.tabDeplaces[i]);
+            if (oDiv != null) {
+                exo.tabDeplacesX[i] = oDiv.style.left;
+                exo.tabDeplacesY[i] = oDiv.style.top;
+            }
+        }
+        exo.creerPairesFausses();
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg5';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg6';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('explore')" onmousemove="GD_deplaceDiv(event)"
+      onmouseup="GD_finDep()">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Placer les accents
+                    primaire et secondaire (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font
+            color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br><br></font><br><br><br><img
+            align="center" border="0" src="../media/phon_theoretician_p54_just.png" id="MosImg54"
+            style="visibility:hidden"><br><br><br><br><img align="center" border="0"
+                                                           src="../media/phon_university__p54_juste.png" id="MosImg77"
+                                                           style="visibility:hidden"><br><br><br><img align="center"
+                                                                                                      border="0"
+                                                                                                      src="../media/phon_recognition_54_juste.png"
+                                                                                                      id="MosImg17"
+                                                                                                      style="visibility:hidden"><br><br><font
+            color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant
+        qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12"
+                                           id="MosImg8458738" style="visibility:hidden">/ ).</font></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p align=""><font
+            color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br></font><br><br><br><br><img
+            align="center" border="0" src="../media/phon_theoretician_p54_just.png" id="MosImg541"
+            style="visibility:hidden"><br><br><br><br><img align="center" border="0"
+                                                           src="../media/phon_university__p54_juste.png" id="MosImg777"
+                                                           style="visibility:hidden"><br><br><br><img align="center"
+                                                                                                      border="0"
+                                                                                                      src="../media/phon_recognition_54_juste.png"
+                                                                                                      id="MosImg10"
+                                                                                                      style="visibility:hidden"><br><br><font
+            color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant
+        qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12"
+                                           id="MosImg8458737" style="visibility:hidden">/ ).</font></p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p align=""><font
+            color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br><br><br></font><br><br><img
+            align="center" border="0" src="../media/phon_theoretician_p54_just.png" id="MosImg543"
+            style="visibility:hidden"><br><br><br><br><img align="center" border="0"
+                                                           src="../media/phon_university__p54_juste.png" id="MosImg7777"
+                                                           style="visibility:hidden"><br><br><br><img align="center"
+                                                                                                      border="0"
+                                                                                                      src="../media/phon_recognition_54_juste.png"
+                                                                                                      id="MosImg11"
+                                                                                                      style="visibility:hidden"><br><br><font
+            color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant
+        qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12"
+                                           id="MosImg8458732" style="visibility:hidden">/ ).</font></p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p align=""><font
+            color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br></font><br><br><br><br><br><img
+            align="center" border="0" src="../media/phon_theoretician_p54_just.png" id="MosImg5437"
+            style="visibility:hidden"><br><br><br><br><img align="center" border="0"
+                                                           src="../media/phon_university__p54_juste.png" id="MosImg7776"
+                                                           style="visibility:hidden"><br><br><br><img align="center"
+                                                                                                      border="0"
+                                                                                                      src="../media/phon_recognition_54_juste.png"
+                                                                                                      id="MosImg18"
+                                                                                                      style="visibility:hidden"><br><br><font
+            color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant
+        qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12"
+                                           id="MosImg8458735" style="visibility:hidden">/ ).</font></p></div>
+    <div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p align=""><font
+            color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br></font><br><br><br><br><img
+            align="center" border="0" src="../media/phon_theoretician_p54_just.png" id="MosImg546"
+            style="visibility:hidden"><br><br><br><br><img align="center" border="0"
+                                                           src="../media/phon_university__p54_juste.png" id="MosImg774"
+                                                           style="visibility:hidden"><br><br><br><img align="center"
+                                                                                                      border="0"
+                                                                                                      src="../media/phon_recognition_54_juste.png"
+                                                                                                      id="MosImg14"
+                                                                                                      style="visibility:hidden"><br><br><font
+            color="#a60a69"><font color="#000000"><font color="#a60a69">Vous pouvez remarquer que l'accent primaire ne
+        porte jamais sur une syllabe ne comportant qu'une voyelle réduite (ici, /</font><img align="absMiddle"
+                                                                                             border="0"
+                                                                                             src="../media/about.png"
+                                                                                             width="12" height="12"
+                                                                                             id="MosImg84587310"
+                                                                                             style="visibility:hidden"></font></font><font
+            color="#a60a69">/ ).</font></p></div>
+    <div id="divSugg6" onclick="SPE_clicDansBulle(event,'divSugg6')"><p align=""><font
+            color="#000000"><br><br><br><br><br>Comparez vos réponses au corrigé. Vous pouvez réécouter chaque mot :<br><br><br><br><br><br></font><br><br><img
+            align="center" border="0" src="../media/phon_theoretician_p54_just.png" id="MosImg549"
+            style="visibility:hidden"><br><br><br><br><img align="center" border="0"
+                                                           src="../media/phon_university__p54_juste.png" id="MosImg7745"
+                                                           style="visibility:hidden"><br><br><br><img align="center"
+                                                                                                      border="0"
+                                                                                                      src="../media/phon_recognition_54_juste.png"
+                                                                                                      id="MosImg1"
+                                                                                                      style="visibility:hidden"><br><br><font
+            color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant
+        qu'une voyelle réduite (ici, /<img align="absMiddle" border="0" src="../media/about.png" width="12" height="12"
+                                           id="MosImg845873" style="visibility:hidden">/ ).</font></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="  ">
+    <div id="STY_question" class="STY_question" style="  ">Voici la transcription de certains mots du début du texte.
+        Chaque mot transcrit est porteur d'un accent primaire et d'un accent secondaire. Réécoutez les mots concernés en
+        cliquant sur les boutons et placez les accents adéquats. Utilisez la souris pour faire glisser les marques de
+        l'accentuation.
+    </div>
+    <div id="STY_texteGD" class="STY_texteGD" style="  "><p align=""> </p>
+        <p align="">
+        <table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="200" valign="top"><font color="#a60a69"></font></td>
+                <td width="100" valign="top"><font color="#a60a69">      </font><font color="#000000">primaire</font>
+                </td>
+                <td width="100" valign="top"><font color="#a60a69">   </font><font color="#000000">secondaire</font>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top"></td>
+                <td valign="top"></td>
+                <td valign="middle"></td>
+            </tr>
+        </table>
+        <br><br><br>
+        <table class="STY_tableau" width="450" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="250" valign="top">
+                    <p align="">As a  
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV80', 'bt_theoretician.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', ''));</script>
+                          <b>theoretician</b> of<br>contemporary music,<br><br></p>
+                </td>
+                <td width="200" valign="top"><img align="center" border="0" src="../media/phon_theoretician_p54.png"
+                                                  id="MosImg82" style="visibility:hidden"></td>
+            </tr>
+            <tr>
+                <td width="250" valign="top">his research at  
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV26', 'bt_university.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', ''));</script>
+                      <b>University<br><br><br></b></td>
+                <td width="200" valign="top"><img align="center" border="0" src="../media/phon_university__p54.png"
+                                                  id="MosImg88" style="visibility:hidden"></td>
+            </tr>
+            <tr>
+                <td width="250" valign="top">received world-wide 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV1', 'bt_recognition.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', ''));</script>
+                     <b>recognition</b>.<br></td>
+                <td width="200" valign="top"><img align="center" border="0" src="../media/phon_recognition_p54.png"
+                                                  id="MosImg15" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p><p align=""> </p>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 238px; WIDTH: 18px; POSITION: absolute; TOP: 51px; HEIGHT: 15px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd1" onmousedown="GD_debutDep(event,'d1')"><img align="center" border="0"
+                                                                                           src="../media/accent12.png"
+                                                                                           id="MosImg20"
+                                                                                           style="visibility:hidden"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 234px; WIDTH: 20px; POSITION: absolute; TOP: 51px; HEIGHT: 14px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd2" onmousedown="GD_debutDep(event,'d2')"> <img align="center" border="0"
+                                                                                            src="../media/accent13.png"
+                                                                                            id="MosImg43"
+                                                                                            style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 234px; WIDTH: 20px; POSITION: absolute; TOP: 51px; HEIGHT: 14px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd3" onmousedown="GD_debutDep(event,'d3')"> <img align="center" border="0"
+                                                                                            src="../media/accent14.png"
+                                                                                            id="MosImg28"
+                                                                                            style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; LEFT: 250px; WIDTH: 19px; POSITION: absolute; TOP: 97px; HEIGHT: 30px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc1"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; LEFT: 291px; WIDTH: 17px; POSITION: absolute; TOP: 84px; HEIGHT: 34px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc2"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; LEFT: 249px; WIDTH: 18px; POSITION: absolute; TOP: 143px; HEIGHT: 25px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc3"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; LEFT: 289px; WIDTH: 19px; POSITION: absolute; TOP: 133px; HEIGHT: 25px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc4"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; LEFT: 250px; WIDTH: 16px; POSITION: absolute; TOP: 184px; HEIGHT: 27px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc5"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; LEFT: 282px; WIDTH: 19px; POSITION: absolute; TOP: 178px; HEIGHT: 31px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc6"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 339px; WIDTH: 13px; POSITION: absolute; TOP: 50px; HEIGHT: 14px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd4" onmousedown="GD_debutDep(event,'d4')"><img align="center" border="0"
+                                                                                           src="../media/accent22.png"
+                                                                                           id="MosImg21"
+                                                                                           style="visibility:hidden"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 339px; WIDTH: 20px; POSITION: absolute; TOP: 51px; HEIGHT: 13px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd5" onmousedown="GD_debutDep(event,'d5')"><img align="center" border="0"
+                                                                                           src="../media/accent23.png"
+                                                                                           id="MosImg31"
+                                                                                           style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 339px; WIDTH: 20px; POSITION: absolute; TOP: 51px; HEIGHT: 13px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd6" onmousedown="GD_debutDep(event,'d6')"><img align="center" border="0"
+                                                                                           src="../media/accent24.png"
+                                                                                           id="MosImg66"
+                                                                                           style="visibility:hidden">
+        </div>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg455.html b/Basilisk/MACAO/macao_12/contenu/pages/pg455.html
index 4de3ce18279c024e927ed4d038e652f53a8bb2a6..ce79aebc21219411c8945f7e7b53f5ff0c1655a5 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg455.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg455.html
@@ -1 +1,94 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Désigner la syllabe la plus accentuée (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Désigner la syllabe la plus accentuée (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Le mot suivant comporte deux syllabes orales représentées par deux carrés.<br>Ecoutez le mot en cliquant sur la flèche et désignez la syllabe qui s'entend le plus en cliquant sur le carré correspondant. Plusieurs mots vont vous être proposés successivement.</font><br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV13','e29anj_s5_lc1_1.swf','427','293','false','Flash','false','','Quality:high;wmode:transparent',''));</script></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Désigner la syllabe la plus accentuée (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Désigner la syllabe
+                    la plus accentuée (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <p align=""><br><font color="#a60a69">Le mot suivant comporte deux syllabes orales représentées par deux carrés.<br>Ecoutez
+            le mot en cliquant sur la flèche et désignez la syllabe qui s'entend le plus en cliquant sur le carré
+            correspondant. Plusieurs mots vont vous être proposés successivement.</font><br><br>
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV13', 'e29anj_s5_lc1_1.swf', '427', '293', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        </p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg491.html b/Basilisk/MACAO/macao_12/contenu/pages/pg491.html
index 9cf4d2018759bad459068628542c6aa60c60ae20..433a9f7ca9697521297edf361570270806c5844c 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg491.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg491.html
@@ -1 +1,198 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une transcription (4)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une transcription (4)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Vous vous êtes trompé. La bonne transcription est <br><br><img src="../media/phon_dark.png" id="MosImg78" border="0" align="center" style="visibility:hidden"></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><br>Ecoutez l’enregistrement proposé en cliquant sur le bouton puis sélectionnez la <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a> qui correspond à ce que vous entendez : <br><br>                                                   <script type="text/javascript">ajDocW(PF_clipAV('clipAV60','bt_19.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img src="../media/phon_dark.png" id="MosImg85" border="0" align="center" style="visibility:hidden"></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img src="../media/phon_dark_faux.png" id="MosImg29" border="0" align="center" style="visibility:hidden"></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une transcription (4)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    transcription (4)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Vous vous êtes trompé. La bonne transcription est
+        <br><br><img src="../media/phon_dark.png" id="MosImg78" border="0" align="center" style="visibility:hidden">
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez l’enregistrement proposé en cliquant sur
+        le bouton puis sélectionnez la <a class="STY_lienComt"
+                                          href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a>
+        qui correspond à ce que vous entendez : <br><br>                                                  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV60', 'bt_19.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img
+                            src="../media/phon_dark.png" id="MosImg85" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img
+                            src="../media/phon_dark_faux.png" id="MosImg29" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg496.html b/Basilisk/MACAO/macao_12/contenu/pages/pg496.html
index c562f754e96d3d4c84b0c445d6f37487f0ab2af7..accdf921071f787e4d81cec2d7083497b2ada917 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg496.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg496.html
@@ -1 +1,129 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>crédits et licence</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">crédits et licence</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><b><p align="center"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 200%"><span style="FONT-SIZE: 20%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 200%">MACAO<br></span></b></span></span></span></b></span><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 80%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 10%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 80%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 200%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 80%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 10%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 80%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 50%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 80%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 10%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 80%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 200%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 80%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 10%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 80%"><span style="FONT-SIZE: 200%"><b>Modules d'Aide à la Compréhension<br>de l'Anglais Oral</b></span></span></b></span></span></b><br></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span><br><br></p></b><p align="center"><table class="STY_tableau" width="100%" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><p align="left"><b>Conception<br></b>Cécile Poussard et Laurence Vincent-Durroux<br></p></td></tr><tr><td valign="top"><p align="left"><br><b>Médiatisation<br></b>Odile Besson, Philippe Gassin, Agathe Rouveyrollis, Corinne Rubio</p></td></tr><tr><td valign="top"><p align="left"><b>Voix</b><br>Julie Lorimer, Nick Meyers, Wendy Penso, Katherin Watkin-Jones, Richard Weetman<br></p></td></tr><tr><td valign="top"><p align="left"><b>Son<br></b>Fabrice Belmessieri<br></p></td></tr></table><br>Ce didacticiel est mis à votre disposition sous un contrat <a class="STY_lienComt" target="_blank" href="http://creativecommons.org/licenses/by-nc-nd/2.0/fr/">Creative Commons</a>.<br><a class="STY_lienComt" target="_blank" href="http://creativecommons.org/licenses/by-nc-nd/2.0/fr/"><img align="center" border="0" src="../media/cc.png" id="MosImg61" style="visibility:hidden"></a> </p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>crédits et licence</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">crédits et licence
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><b><p align="center"><span
+            style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 200%"><span style="FONT-SIZE: 20%"><span
+            style="FONT-SIZE: 200%"><b><span
+            style="FONT-SIZE: 200%">MACAO<br></span></b></span></span></span></b></span><span
+            style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 80%"><span style="FONT-SIZE: 200%"><b><span
+            style="FONT-SIZE: 10%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 80%"><span
+            style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 200%"><span style="FONT-SIZE: 200%"><b><span
+            style="FONT-SIZE: 80%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 10%"><span
+            style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 80%"><span style="FONT-SIZE: 200%"><b><span
+            style="FONT-SIZE: 50%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 80%"><span
+            style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 10%"><span style="FONT-SIZE: 200%"><b><span
+            style="FONT-SIZE: 80%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 200%"><span
+            style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 80%"><span style="FONT-SIZE: 200%"><b><span
+            style="FONT-SIZE: 10%"><span style="FONT-SIZE: 200%"><b><span style="FONT-SIZE: 80%"><span
+            style="FONT-SIZE: 200%"><b>Modules d'Aide à la Compréhension<br>de l'Anglais Oral</b></span></span></b></span></span></b><br></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span></span></b></span><br><br>
+    </p></b>
+        <p align="center">
+        <table class="STY_tableau" width="100%" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><p align="left"><b>Conception<br></b>Cécile Poussard et Laurence Vincent-Durroux<br>
+                </p></td>
+            </tr>
+            <tr>
+                <td valign="top"><p align="left"><br><b>Médiatisation<br></b>Odile Besson, Philippe Gassin, Agathe
+                    Rouveyrollis, Corinne Rubio</p></td>
+            </tr>
+            <tr>
+                <td valign="top"><p align="left"><b>Voix</b><br>Julie Lorimer, Nick Meyers, Wendy Penso, Katherin
+                    Watkin-Jones, Richard Weetman<br></p></td>
+            </tr>
+            <tr>
+                <td valign="top"><p align="left"><b>Son<br></b>Fabrice Belmessieri<br></p></td>
+            </tr>
+        </table>
+        <br>Ce didacticiel est mis à votre disposition sous un contrat <a class="STY_lienComt" target="_blank"
+                                                                          href="http://creativecommons.org/licenses/by-nc-nd/2.0/fr/">Creative
+            Commons</a>.<br><a class="STY_lienComt" target="_blank"
+                               href="http://creativecommons.org/licenses/by-nc-nd/2.0/fr/"><img align="center"
+                                                                                                border="0"
+                                                                                                src="../media/cc.png"
+                                                                                                id="MosImg61"
+                                                                                                style="visibility:hidden"></a> </p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg503.html b/Basilisk/MACAO/macao_12/contenu/pages/pg503.html
index 2ae5883581cfcbcc027aa7eb86cc781f95141af6..15cbc15bddd2a40671bdcb41cb012150883fe789 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg503.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg503.html
@@ -1 +1,178 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Ecoutez et complétez (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:110px;#STY_texteTAT/left:1px;top:27px;width:510px;height:230px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=30;exo.sensibleCasse=false; exo.respectAccents=false; exo.tabChamps[exo.tabChamps.length]='1';exo.tabSelects[exo.tabSelects.length]='1';exo.nombreTrous++;exo.tabChamps[exo.tabChamps.length]='2';exo.tabSelects[exo.tabSelects.length]='2';exo.nombreTrous++;exo.tabChamps[exo.tabChamps.length]='4';exo.tabSelects[exo.tabSelects.length]='4';exo.nombreTrous++;exo.tabChamps[exo.tabChamps.length]='5';exo.tabSelects[exo.tabSelects.length]='5';exo.nombreTrous++;exo.tabChamps[exo.tabChamps.length]='3';exo.tabSelects[exo.tabSelects.length]='3';exo.nombreTrous++;exo.ajouterReponse('1','ng',"want the apple");exo.ajouterReponse('1','nw',"want an apple");exo.ajouterReponse('2','nw',"#k110111610410103211611410");exo.ajouterReponse('2','ng',"a tree");exo.ajouterReponse('4','ng',"a grass ");exo.ajouterReponse('4','ng',"grass ");exo.ajouterReponse('5','ng',"under a tree");exo.ajouterReponse('5','nw',"under the tree");exo.ajouterReponse('3','ng',"nice big windfall");exo.ajouterReponse('3','ng',"the nice big windfall");exo.ajouterReponse('1','ng',"want our apple");exo.ajouterReponse('2','ng',"tree");exo.ajouterReponse('4','nw',"the grass ");exo.ajouterReponse('3','nw',"a nice big windfall");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Ecoutez et complétez (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bien ! </p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Une ou plusieurs réponses ne conviennent pas.  Comparez vos réponses avec le corrigé.</p><p align="">'If you  <b>want an apple</b>', my mother said, 'you must pick up a windfall and bring it to me, and I shall wash it for you.'<br>As you know, 'windfalls' are apples that fall off  <b>the tree</b> on to <b>the grass</b>, so, one day, my little sister looked <b>under the tree</b> and found <b>a nice big windfall</b> on the grass and she took it in for my mother to wash.<br></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice"><div id="STY_question" class="STY_question"><p align=""><br>Ecoutez maintenant les extraits sonores en cliquant sur les flèches et sélectionnez la bonne réponse dans les listes déroulantes. </p></div><div id="STY_texteTAT" class="STY_texteTAT"><script type="text/javascript">ajDocW(PF_clipAV('clipAV66','e29_macao1_2c4_0234.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> 'If you <select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"><option value=" "> </option></select>"  <script type="text/javascript">ajDocW(PF_clipAV('clipAV69','e29_macao1_2c4_0235.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> , my mother said,  <script type="text/javascript">ajDocW(PF_clipAV('clipAV24','e29_macao1_2c4_0236.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> 'you must pick up a windfall <br><br>and bring it to me, and I shall wash it for you.' <script type="text/javascript">ajDocW(PF_clipAV('clipAV58','e29_macao1_2c4_0237.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> As you know, 'windfalls' <br><br>are apples that fall off <select class="STY_selectTAT" id="champTrou2" onchange="actionDetecteSelect()"><option value=" "> </option></select>  <script type="text/javascript">ajDocW(PF_clipAV('clipAV17','e29_macao1_2c4_0238.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script>  on to <select class="STY_selectTAT" id="champTrou4" onchange="actionDetecteSelect()"><option value=" "> </option></select>,   <script type="text/javascript">ajDocW(PF_clipAV('clipAV72','e29_macao1_2c4_0239.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> so, one day, my little <br><br>sister looked <select class="STY_selectTAT" id="champTrou5" onchange="actionDetecteSelect()"><option value=" "> </option></select>  <script type="text/javascript">ajDocW(PF_clipAV('clipAV93','e29_macao1_2c4_0240.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script>  and found  <select class="STY_selectTAT" id="champTrou3" onchange="actionDetecteSelect()"><option value=" "> </option></select> on the grass <br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV36','e29_macao1_2c4_0241.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> and she took it in for my mother to wash.<br><br></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Ecoutez et complétez (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:110px;#STY_texteTAT/left:1px;top:27px;width:510px;height:230px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        exo.tabChamps[exo.tabChamps.length] = '1';
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        exo.nombreTrous++;
+        exo.tabChamps[exo.tabChamps.length] = '2';
+        exo.tabSelects[exo.tabSelects.length] = '2';
+        exo.nombreTrous++;
+        exo.tabChamps[exo.tabChamps.length] = '4';
+        exo.tabSelects[exo.tabSelects.length] = '4';
+        exo.nombreTrous++;
+        exo.tabChamps[exo.tabChamps.length] = '5';
+        exo.tabSelects[exo.tabSelects.length] = '5';
+        exo.nombreTrous++;
+        exo.tabChamps[exo.tabChamps.length] = '3';
+        exo.tabSelects[exo.tabSelects.length] = '3';
+        exo.nombreTrous++;
+        exo.ajouterReponse('1', 'ng', "want the apple");
+        exo.ajouterReponse('1', 'nw', "want an apple");
+        exo.ajouterReponse('2', 'nw', "#k110111610410103211611410");
+        exo.ajouterReponse('2', 'ng', "a tree");
+        exo.ajouterReponse('4', 'ng', "a grass ");
+        exo.ajouterReponse('4', 'ng', "grass ");
+        exo.ajouterReponse('5', 'ng', "under a tree");
+        exo.ajouterReponse('5', 'nw', "under the tree");
+        exo.ajouterReponse('3', 'ng', "nice big windfall");
+        exo.ajouterReponse('3', 'ng', "the nice big windfall");
+        exo.ajouterReponse('1', 'ng', "want our apple");
+        exo.ajouterReponse('2', 'ng', "tree");
+        exo.ajouterReponse('4', 'nw', "the grass ");
+        exo.ajouterReponse('3', 'nw', "a nice big windfall");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Ecoutez et complétez
+                    (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bien ! </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Une ou plusieurs réponses ne
+        conviennent pas.  Comparez vos réponses avec le corrigé.</p>
+        <p align="">'If you  <b>want an apple</b>', my mother said, 'you must pick up a windfall and bring it to me, and
+            I shall wash it for you.'<br>As you know, 'windfalls' are apples that fall off  <b>the tree</b> on to <b>the
+                grass</b>, so, one day, my little sister looked <b>under the tree</b> and found <b>a nice big
+                windfall</b> on the grass and she took it in for my mother to wash.<br></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice">
+    <div id="STY_question" class="STY_question"><p align=""><br>Ecoutez maintenant les extraits sonores en cliquant
+        sur les flèches et sélectionnez la bonne réponse dans les listes déroulantes. </p></div>
+    <div id="STY_texteTAT" class="STY_texteTAT">
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV66', 'e29_macao1_2c4_0234.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         'If you <select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()">
+        <option value=" "> </option>
+    </select>"  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV69', 'e29_macao1_2c4_0235.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         , my mother said,  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV24', 'e29_macao1_2c4_0236.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         'you must pick up a windfall <br><br>and bring it to me, and I shall wash it for you.' 
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV58', 'e29_macao1_2c4_0237.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         As you know, 'windfalls' <br><br>are apples that fall off <select class="STY_selectTAT" id="champTrou2"
+                                                                           onchange="actionDetecteSelect()">
+        <option value=" "> </option>
+    </select> 
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV17', 'e29_macao1_2c4_0238.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+          on to <select class="STY_selectTAT" id="champTrou4" onchange="actionDetecteSelect()">
+        <option value=" "> </option>
+    </select>,   
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV72', 'e29_macao1_2c4_0239.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         so, one day, my little <br><br>sister looked <select class="STY_selectTAT" id="champTrou5"
+                                                              onchange="actionDetecteSelect()">
+        <option value=" "> </option>
+    </select>  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV93', 'e29_macao1_2c4_0240.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+          and found  <select class="STY_selectTAT" id="champTrou3" onchange="actionDetecteSelect()">
+        <option value=" "> </option>
+    </select> on the grass <br><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV36', 'e29_macao1_2c4_0241.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         and she took it in for my mother to wash.<br><br></div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg512.html b/Basilisk/MACAO/macao_12/contenu/pages/pg512.html
index 0e37dc5d359be54326219817a03bc06bb90a9af7..ce91b8772a07edcbc52c0592c53cd3b09018593f 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg512.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg512.html
@@ -1 +1,128 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>La prononciation des prépositions : mémento</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">La prononciation des prépositions : mémento</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69"><font color="#000000"><font color="#a60a69"></font></font></font> </p><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><p align=""><font color="#a60a69">Certaines prépositions formées d’une seule syllabe présentent des variantes de prononciation en fonction de leur environnement immédiat. C’est le cas de <i>at, for, from, of, on, to</i>. D’autres prépositions ne présentent pas de différences notables à la prononciation : <i>in, off, up, with.<br></i><br>Les variantes inaccentuées s’entendent peu. On n’entend parfois que la <b><a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('consonne','htm')">consonne</a></b>, ce qui peut être une source de difficulté de compréhension ; cette difficulté est plus grande encore si le mot qui suit la préposition comporte la même <b><a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('consonne','htm')">consonne</a></b>. Regardez et écoutez chaque énoncé en cliquant sur la flèche :<br></font></p></td></tr></table><p align=""><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV28','e29_macao1_3c11.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><br>I'm looking <i>at</i> <i>T</i>om.<br></td></tr><tr><td width="100" valign="top"> </td><td valign="top"><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV56','e29_macao1_3c21.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><br><br>I'm going <i>to</i> <i>T</i>oronto.</td></tr><tr><td valign="top"></td><td valign="top"><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV36','e29_macao1_3c31.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><br><br>I'm relying <i>on</i> <i>N</i>igel for that.</td></tr></table></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>La prononciation des prépositions : mémento</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">La prononciation des
+                    prépositions : mémento
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69"><font
+            color="#000000"><font color="#a60a69"></font></font></font> </p>
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><p align=""><font color="#a60a69">Certaines prépositions formées d’une seule syllabe
+                    présentent des variantes de prononciation en fonction de leur environnement immédiat. C’est le cas
+                    de <i>at, for, from, of, on, to</i>. D’autres prépositions ne présentent pas de différences notables
+                    à la prononciation : <i>in, off, up, with.<br></i><br>Les variantes inaccentuées s’entendent peu. On
+                    n’entend parfois que la <b><a class="STY_lienComt"
+                                                  href="javascript:parent.SCO_ouvrirDoc('consonne','htm')">consonne</a></b>,
+                    ce qui peut être une source de difficulté de compréhension ; cette difficulté est plus grande encore
+                    si le mot qui suit la préposition comporte la même <b><a class="STY_lienComt"
+                                                                             href="javascript:parent.SCO_ouvrirDoc('consonne','htm')">consonne</a></b>.
+                    Regardez et écoutez chaque énoncé en cliquant sur la flèche :<br></font></p></td>
+            </tr>
+        </table>
+        <p align="">
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"></td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV28', 'e29_macao1_3c11.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><br>I'm looking <i>at</i> <i>T</i>om.<br></td>
+            </tr>
+            <tr>
+                <td width="100" valign="top"> </td>
+                <td valign="top"><br>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV56', 'e29_macao1_3c21.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><br><br>I'm going <i>to</i> <i>T</i>oronto.</td>
+            </tr>
+            <tr>
+                <td valign="top"></td>
+                <td valign="top"><br>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV36', 'e29_macao1_3c31.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><br><br>I'm relying <i>on</i> <i>N</i>igel for that.</td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg5121.html b/Basilisk/MACAO/macao_12/contenu/pages/pg5121.html
index 6c5434d3cd1c0ed82261e7ff90049a2da9124bed..259113d09d36a490072a5eb4c899f8aaa43cd13c 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg5121.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg5121.html
@@ -1 +1,141 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>La prononciation des déterminants : mémento</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">La prononciation des déterminants : mémento</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""> </p><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><p align=""><font color="#a60a69">Vous avez peut-être remarqué que les déterminants que vous avez entendus ne sont pas accentués. Ils sont quelquefois difficiles à entendre. Les mots précédents ou suivants sont donc plus saillants et il y a des phénomènes de liaison.<br><br>On entend principalement les <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('syllabe','htm')"><b>syllabes</b></a> qui entourent ces déterminants et les déterminants eux-mêmes sont souvent presque inaudibles (phénomène de saillance). La </font><a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a> <font color="#a60a69">de ces déterminants est réduite. La <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')"><b>voyelle réduite</b></a> et la <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('consonne','htm')"><b>consonne</b></a> qui demeure audible, sil y en a une, sont souvent "accrochées" au mot qui précède ou qui suit (phénomène de liaison). Ecoutez chaque énoncé en cliquant sur le bouton :<br></font></p></td></tr></table><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"></td><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV36','e29_macao1_3d1_318.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top"><p align="">If you want an apple (=  "<i>a napple</i>")</p><p align=""> </p></td></tr><tr><td width="100" valign="top"> </td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV95','e29_macao1_3d1_319.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><p align="">When I was a little girl (=  "<i>was a little girl</i>")<br></p><p align=""> </p></td></tr><tr><td valign="top"></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV67','e29_macao1_3d1_320.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top">So my mother told us (=  "<i>som(y) mother</i>")</td></tr></table><br><br><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><p align=""><font color="#a60a69">Ce sont les connaissances grammaticales sur le fonctionnement de la langue anglaise qui permettent parfois, par inférence, de compenser ce que lon peut avoir du mal à entendre. A l'oral, pensez à effectuer ce type de liaison, qui assure une fluidité plus authentique de la parole.<br></font></p></td></tr></table><br></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>La prononciation des déterminants : mémento</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">La prononciation des
+                    déterminants : mémento
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""> </p>
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><p align=""><font color="#a60a69">Vous avez peut-être remarqué que les déterminants que
+                    vous avez entendus ne sont pas accentués. Ils sont quelquefois difficiles à entendre. Les mots
+                    précédents ou suivants sont donc plus saillants et il y a des phénomènes de liaison.<br><br>On
+                    entend principalement les <a class="STY_lienComt"
+                                                 href="javascript:parent.SCO_ouvrirDoc('syllabe','htm')"><b>syllabes</b></a>
+                    qui entourent ces déterminants et les déterminants eux-mêmes sont souvent presque inaudibles
+                    (phénomène de saillance). La </font><a class="STY_lienComt"
+                                                           href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a> <font
+                        color="#a60a69">de ces déterminants est réduite. La <a class="STY_lienComt"
+                                                                               href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')"><b>voyelle
+                    réduite</b></a> et la <a class="STY_lienComt"
+                                             href="javascript:parent.SCO_ouvrirDoc('consonne','htm')"><b>consonne</b></a>
+                    qui demeure audible, sil y en a une, sont souvent "accrochées" au mot qui précède ou qui suit
+                    (phénomène de liaison). Ecoutez chaque énoncé en cliquant sur le bouton :<br></font></p></td>
+            </tr>
+        </table>
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"></td>
+                <td width="20" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV36', 'e29_macao1_3d1_318.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br></td>
+                <td valign="top"><p align="">If you want an apple (=  "<i>a napple</i>")</p>
+                    <p align=""> </p></td>
+            </tr>
+            <tr>
+                <td width="100" valign="top"> </td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV95', 'e29_macao1_3d1_319.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><p align="">When I was a little girl (=  "<i>was a little girl</i>")<br></p>
+                    <p align=""> </p></td>
+            </tr>
+            <tr>
+                <td valign="top"></td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV67', 'e29_macao1_3d1_320.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br></td>
+                <td valign="top">So my mother told us (=  "<i>som(y) mother</i>")</td>
+            </tr>
+        </table>
+        <br><br>
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><p align=""><font color="#a60a69">Ce sont les connaissances grammaticales sur le
+                    fonctionnement de la langue anglaise qui permettent parfois, par inférence, de compenser ce que lon
+                    peut avoir du mal à entendre. A l'oral, pensez à effectuer ce type de liaison, qui assure une
+                    fluidité plus authentique de la parole.<br></font></p></td>
+            </tr>
+        </table>
+        <br></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg5122.html b/Basilisk/MACAO/macao_12/contenu/pages/pg5122.html
index bf065b233950453c8934064d955fe96e980ced96..6c45e2e3e9f2bbd3d051d429d2942ebd65cd5eb5 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg5122.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg5122.html
@@ -1 +1,112 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'accentuation des auxiliaires : mémento (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'accentuation des auxiliaires : mémento (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69"><font color="#000000"><font color="#a60a69"></font></font></font> </p><p align=""> </p><p align=""><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><p align=""><font color="#a60a69"><font color="#000000"><font color="#a60a69">La perception des auxiliaires peut être problématique :</font></font></font></p><p align=""><font color="#a60a69">- il existe des degrés différents dans la <b><font color="#a60a69"><a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">réduction des voyelles</a></font></b> des auxiliaires ;</font></p><p align=""><font color="#a60a69">- la réduction des voyelles des auxiliaires dépend en grande partie de la nature des énoncés : négatif, interrogatif ou affirmatif (avec le cas particulier de la réponse brève).</font></p><p align=""><font color="#a60a69">De façon courante, la voyelle est réduite dans les énoncés affirmatifs (sauf dans le cas d'une </font><font color="#a60a69">réponse brève) tandis qu'elle n'est pas réduite dans les énoncés négatifs.</font></p><p align=""><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"></table></p></td></tr></table></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'accentuation des auxiliaires : mémento (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'accentuation des
+                    auxiliaires : mémento (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69"><font
+            color="#000000"><font color="#a60a69"></font></font></font> </p>
+        <p align=""> </p>
+        <p align="">
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><p align=""><font color="#a60a69"><font color="#000000"><font color="#a60a69">La
+                    perception des auxiliaires peut être problématique :</font></font></font></p>
+                    <p align=""><font color="#a60a69">- il existe des degrés différents dans la <b><font
+                            color="#a60a69"><a class="STY_lienComt"
+                                               href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">réduction
+                        des voyelles</a></font></b> des auxiliaires ;</font></p>
+                    <p align=""><font color="#a60a69">- la réduction des voyelles des auxiliaires dépend en grande
+                        partie de la nature des énoncés : négatif, interrogatif ou affirmatif (avec le cas particulier
+                        de la réponse brève).</font></p>
+                    <p align=""><font color="#a60a69">De façon courante, la voyelle est réduite dans les énoncés
+                        affirmatifs (sauf dans le cas d'une </font><font color="#a60a69">réponse brève) tandis qu'elle
+                        n'est pas réduite dans les énoncés négatifs.</font></p>
+                    <p align="">
+                    <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top"
+                           border="0"></table>
+                    </p></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg519.html b/Basilisk/MACAO/macao_12/contenu/pages/pg519.html
index 65fa796fdf9389465d3bbd02b43a15f0d18e90bc..a48a953dd1eb37a6d593550be0f72ac1779d03d3 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg519.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg519.html
@@ -1 +1,121 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'accentuation des syllabes (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'accentuation des syllabes (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  ">Lorsqu'une voyelle est réduite, la syllabe qui la contient s'entend peu. Cela peut créer une difficulté de reconnaissance, surtout si le mot ne comporte que cette syllabe. <br><br>Cliquer sur la flèche correspondante pour écouter chacun des énoncés et prêtez attention à la prononciation des mots écrits en italique :<p align=""><font color="#a60a69"><br><br></font></p><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV92','p2611.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><p align=""><br>You <i>are</i> going <i>to</i> the cinema tonight, aren't you?<br><br></p></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV69','p2621.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><p align=""><br>My mother <i>is a</i> good cook.<br><br></p></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV72','p2631.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><p align=""><br>There are a lot of people <i>in</i> the shops today.<br><br></p></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV67','p2641.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><br>As you know, windfalls are apples <i>that</i> fall off <i>the</i> tree on to the grass.</td></tr></table><br><br></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'accentuation des syllabes (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'accentuation des
+                    syllabes (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">Lorsqu'une voyelle est réduite, la syllabe qui la
+        contient s'entend peu. Cela peut créer une difficulté de reconnaissance, surtout si le mot ne comporte que cette
+        syllabe. <br><br>Cliquer sur la flèche correspondante pour écouter chacun des énoncés et prêtez attention à la
+        prononciation des mots écrits en italique :<p align=""><font color="#a60a69"><br><br></font></p>
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="20" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV92', 'p2611.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><p align=""><br>You <i>are</i> going <i>to</i> the cinema tonight, aren't you?<br><br>
+                </p></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV69', 'p2621.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><p align=""><br>My mother <i>is a</i> good cook.<br><br></p></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV72', 'p2631.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><p align=""><br>There are a lot of people <i>in</i> the shops today.<br><br></p></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV67', 'p2641.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><br>As you know, windfalls are apples <i>that</i> fall off <i>the</i> tree on to the
+                    grass.
+                </td>
+            </tr>
+        </table>
+        <br><br></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg52.html b/Basilisk/MACAO/macao_12/contenu/pages/pg52.html
index 07e28522df4f7bddad9cc22602dde04d09771deb..41814cb2cdfe60ca4c0bea336dc925121c937c48 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg52.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg52.html
@@ -1 +1,151 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Reconnaître le mot commun (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=30;exo.sensibleCasse=false; exo.respectAccents=false; exo.tabChamps[exo.tabChamps.length]='1';exo.tabSelects[exo.tabSelects.length]='1';exo.nombreTrous++;exo.ajouterReponse('1','ng',"at");exo.ajouterReponse('1','ng',"for");exo.ajouterReponse('1','ng',"in");exo.ajouterReponse('1','ng',"of");exo.ajouterReponse('1','ng',"on");exo.ajouterReponse('1','nw',"to");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Reconnaître le mot commun (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est cela! </p><p align="">TO est le seul mot commun aux deux énoncés.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous êtes trompé.</p><p align="">TO est le seul mot commun aux deux énoncés. Vous pouvez réécouter les énoncés.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice"><div id="STY_question" class="STY_question"><br>Les énoncés suivants n'ont qu'un seul mot en commun. Ecoutez chacun de ces énoncés en cliquant sur la flèche puis sélectionnez dans la liste déroulante le mot qui leur est commun.</div><div id="STY_texteTAT" class="STY_texteTAT"><p align=""><table class="STY_tableau" width="100%" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="100" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV2','e29_macao1_2b51.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>   Enoncé 1</td><td valign="top"></td></tr><tr><td valign="top"></td><td valign="top"><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"><option value=" "> </option></select></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV48','e29_macao1_2b61.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>   Enoncé 2</td><td valign="top"></td></tr></table></p></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Reconnaître le mot commun (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        exo.tabChamps[exo.tabChamps.length] = '1';
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        exo.nombreTrous++;
+        exo.ajouterReponse('1', 'ng', "at");
+        exo.ajouterReponse('1', 'ng', "for");
+        exo.ajouterReponse('1', 'ng', "in");
+        exo.ajouterReponse('1', 'ng', "of");
+        exo.ajouterReponse('1', 'ng', "on");
+        exo.ajouterReponse('1', 'nw', "to");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Reconnaître le mot
+                    commun (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est cela! </p>
+        <p align="">TO est le seul mot commun aux deux énoncés.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous êtes trompé.</p>
+        <p align="">TO est le seul mot commun aux deux énoncés. Vous pouvez réécouter les énoncés.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice">
+    <div id="STY_question" class="STY_question"><br>Les énoncés suivants n'ont qu'un seul mot en commun. Ecoutez chacun
+        de ces énoncés en cliquant sur la flèche puis sélectionnez dans la liste déroulante le mot qui leur est commun.
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT"><p align="">
+        <table class="STY_tableau" width="100%" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="100" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2', 'e29_macao1_2b51.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>   Enoncé 1
+                </td>
+                <td valign="top"></td>
+            </tr>
+            <tr>
+                <td valign="top"></td>
+                <td valign="top"><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()">
+                    <option value=" "> </option>
+                </select></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV48', 'e29_macao1_2b61.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>   Enoncé 2
+                </td>
+                <td valign="top"></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg525.html b/Basilisk/MACAO/macao_12/contenu/pages/pg525.html
index dd0515b51cd9fcc3156462720b3b7a4c5025d123..fd5862d6c100c04a65fa9f22e38cd0f0874b3971 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg525.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg525.html
@@ -1,8 +1,107 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Les symboles phonétiques (8)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles phonétiques (8)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Les symboles phonétiques (8)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles
+                    phonétiques (8)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
 
 <div id="" style=" z-index: 50; left: 180px; width: 94px; position: absolute; top: 437px; height: 40px">
-<div style="text-align:left"><applet code="fr.univmontp3.metice.recorderapplet/RecorderApplet.class" archive="../../contenu/media/Sum3recorder.jar" width="100" height="30">applet enregistreur.</applet></div>
+    <div style="text-align:left">
+        <applet code="fr.univmontp3.metice.recorderapplet/RecorderApplet.class"
+                archive="../../contenu/media/Sum3recorder.jar" width="100" height="30">applet enregistreur.
+        </applet>
+    </div>
 </div>
 </div>
 
-<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Pour certaines consonnes, l'articulation n'est pas identique<br>à celle du français. Entraînez-vous en comparant votre prononciation<br>en français et en anglais.<br><br>Pour <b>/l/</b>, la différence n'existe que si <b>/l/</b> se trouve en fin de mot<br>(par exemple, dans <i>oil</i> et <i>ball</i>).<br><br>Pour produire les sons <b>/t/ et /d/</b> en anglais il faut mettre en contact<br>l'avant de la langue et les alvéoles dentaires supérieures, c'est à dire<br>la muqueuse qui se trouve près des incisives supérieures.<br></font><font color="#800080"><script type="text/javascript">ajDocW(PF_clipAV('clipAV93','page5c22.swf','450','250','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br><br><br></font></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <p align=""><br><font color="#a60a69">Pour certaines consonnes, l'articulation n'est pas identique<br>à celle du
+            français. Entraînez-vous en comparant votre prononciation<br>en français et en anglais.<br><br>Pour
+            <b>/l/</b>, la différence n'existe que si <b>/l/</b> se trouve en fin de mot<br>(par exemple, dans
+            <i>oil</i> et <i>ball</i>).<br><br>Pour produire les sons <b>/t/ et /d/</b> en anglais il faut mettre en
+            contact<br>l'avant de la langue et les alvéoles dentaires supérieures, c'est à dire<br>la muqueuse qui se
+            trouve près des incisives supérieures.<br></font><font color="#800080">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV93', 'page5c22.swf', '450', '250', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+            <br><br><br></font></p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg531.html b/Basilisk/MACAO/macao_12/contenu/pages/pg531.html
index a02117accae708977b2db960f4c8f091514150f7..40d80108a75793bfd17bfa8008107c372948a8ef 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg531.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg531.html
@@ -1 +1,216 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire CAN (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:226px;#STY_zoneExercice/width:520px;height:612px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire CAN (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""><br><br><br><br><br><br><br><br><br><br>Exact.</p><p align="">L'auxiliaire du premier énoncé comporte une <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a></b> ; ce n'est pas le cas du  deuxième énoncé.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><br><br><br><br><br><br><br><br><br><br>Non. Vous vous êtes trompé.</p><p align="">L'auxiliaire du premier énoncé comporte une <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a></b> ; ce n'est pas le cas du deuxième énoncé. Vous pouvez réécouter chaque énoncé en cliquant sur le haut-parleur.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br><br><br><br><table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV14','e29_macao1_2a72.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><p align=""><br>It can be rough at times.</p><p align=""> </p></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV71','e29_macao1_2a82.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top"><br>Can you pass me the salt please?</td></tr></table><br><br><br>L'auxiliaire CAN est-il prononcé de façon identique ? <br>Ecoutez de nouveau les énoncés et sélectionnez l'un des deux choix :</p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">l'auxiliaire CAN est prononcé de façon identique.</p></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">l'auxiliaire CAN n'est pas prononcé de façon identique.</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire CAN (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:226px;#STY_zoneExercice/width:520px;height:612px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire CAN
+                    (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">
+        <br><br><br><br><br><br><br><br><br><br>Exact.</p>
+        <p align="">L'auxiliaire du premier énoncé comporte une <b><a class="STY_lienDansZoneComt"
+                                                                      href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle
+            réduite</a></b> ; ce n'est pas le cas du  deuxième énoncé.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">
+        <br><br><br><br><br><br><br><br><br><br>Non. Vous vous êtes trompé.</p>
+        <p align="">L'auxiliaire du premier énoncé comporte une <b><a class="STY_lienDansZoneComt"
+                                                                      href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a></b>
+            ; ce n'est pas le cas du deuxième énoncé. Vous pouvez réécouter chaque énoncé en cliquant sur le
+            haut-parleur.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br><br><br><br>
+        <table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="20" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV14', 'e29_macao1_2a72.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><p align=""><br>It can be rough at times.</p>
+                    <p align=""> </p></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV71', 'e29_macao1_2a82.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br></td>
+                <td valign="top"><br>Can you pass me the salt please?</td>
+            </tr>
+        </table>
+        <br><br><br>L'auxiliaire CAN est-il prononcé de façon identique ? <br>Ecoutez de nouveau les énoncés et
+        sélectionnez l'un des deux choix :</p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">l'auxiliaire CAN
+                        est prononcé de façon identique.</p></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">l'auxiliaire CAN n'est pas
+                        prononcé de façon identique.
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg542.html b/Basilisk/MACAO/macao_12/contenu/pages/pg542.html
index 520007d50f0112e853c1075735450b96532e4dd5..b33d4a176aa2ef7791219a463aa1914ff9481dee 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg542.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg542.html
@@ -1 +1,103 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'accentuation des auxiliaires : mémento (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'accentuation des auxiliaires : mémento (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""> </p><p align=""> </p><p align=""><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><p align=""><font color="#a60a69">Il est essentiel de savoir identifier les auxiliaires avec leurs degrés de réduction possibles. </font></p><p align=""><font color="#a60a69">Cela est important pour comprendre l'anglais oral tout autant que pour se faire comprendre par des anglophones : l'utilisation d'une voyelle pleine à la place d'une </font><font color="#a60a69"><b><a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a></b></font><font color="#a60a69"> va créer chez l'auditeur anglophone une interprétation différente du contenu de sens que vous vouliez donner.</font></p></td></tr></table></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'accentuation des auxiliaires : mémento (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'accentuation des
+                    auxiliaires : mémento (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""> </p>
+        <p align=""> </p>
+        <p align="">
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><p align=""><font color="#a60a69">Il est essentiel de savoir identifier les auxiliaires
+                    avec leurs degrés de réduction possibles. </font></p>
+                    <p align=""><font color="#a60a69">Cela est important pour comprendre l'anglais oral tout autant que
+                        pour se faire comprendre par des anglophones : l'utilisation d'une voyelle pleine à la place
+                        d'une </font><font color="#a60a69"><b><a class="STY_lienComt"
+                                                                 href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle
+                        réduite</a></b></font><font color="#a60a69"> va créer chez l'auditeur anglophone une
+                        interprétation différente du contenu de sens que vous vouliez donner.</font></p></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg543.html b/Basilisk/MACAO/macao_12/contenu/pages/pg543.html
index e4510c17ae8d1526d138ea09151c1f7a8e8c45d3..587481235b7690278b0f9974bfd213789ebe6d12 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg543.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg543.html
@@ -1 +1,93 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire HAVE (4)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire HAVE (4)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Indiquez la nature de l'énoncé en cliquant sur la case qui convient.</font></p><p align="">  <script type="text/javascript">ajDocW(PF_clipAV('clipAV27','macao_auxiliaire5.swf','467','101','false','Flash','false','','quality:high;wmode:transparent',''));</script></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire HAVE (4)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire HAVE
+                    (4)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Indiquez la nature
+        de l'énoncé en cliquant sur la case qui convient.</font></p>
+        <p align="">  
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV27', 'macao_auxiliaire5.swf', '467', '101', 'false', 'Flash', 'false', '', 'quality:high;wmode:transparent', ''));</script>
+        </p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg545.html b/Basilisk/MACAO/macao_12/contenu/pages/pg545.html
index d059981ba56f45c4e40088a83e286a3c27a17284..1fab5c33b28c225c808264ff46442cf57117e865 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg545.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg545.html
@@ -1 +1,248 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Compléter une transcription (1) </title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceGD.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClassePaireGD.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/IC_exerciceGD.js"></script><script type="text/javascript">function entrerDonnees(){mobileCourant=PF_donneObjet('exoGDd1');exo = new ExerciceGD(); exo.init();exo.scoreTotal=30;exo.retourManque = false;exo.retourIncorrect = false;  exo.tabDeplaces[exo.tabDeplaces.length]='d1'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d1";  exo.tabDeplaces[exo.tabDeplaces.length]='d3'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d3";  exo.tabCibles[exo.tabCibles.length]='c1'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c1";  exo.tabDeplaces[exo.tabDeplaces.length]='d2'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d2";  exo.tabDeplaces[exo.tabDeplaces.length]='d4'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d4";  exo.tabCibles[exo.tabCibles.length]='c2'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c2";  exo.decalageX='20'; exo.decalageY='20'; exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c1','nw','6','10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c1','ng','5','10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d4','c2','ng','20','7'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d2','c2','nw','25','7');  for (var i=0; i<exo.tabDeplaces.length ; i++){var oDiv=PF_donneObjet("exoGD"+exo.tabDeplaces[i]);if (oDiv!=null){exo.tabDeplacesX[i]=oDiv.style.left;exo.tabDeplacesY[i]=oDiv.style.top;}} var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('explore')" onmousemove="GD_deplaceDiv(event)" onmouseup="GD_finDep()"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Compléter une transcription (1) </div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""> </p><p align=""> </p><p align=""> </p><p align=""> </p><p align=""> </p><p align="">Voici la transcription appropriée : </p><p align=""><img src="../media/phon_p37_agree_right.png" id="MosImg51" border="0" align="center" style="visibility:hidden">     et     <img src="../media/phon_p37_shaking_right2.png" id="MosImg81" border="0" align="center" style="visibility:hidden"></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""> </p><p align=""> </p><p align=""> </p><p align=""> </p><p align=""> </p><p align="">Voici la transcription appropriée :  </p><p align=""><img src="../media/phon_p37_agree_right.png" id="MosImg9" border="0" align="center" style="visibility:hidden">    et     <img src="../media/phon_p37_shaking_right1.png" id="MosImg87" border="0" align="center" style="visibility:hidden"></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="  "><div id="STY_question" class="STY_question" style="  "><br>Ecoutez l'enregistrement correspondant aux énoncés ci-dessous en cliquant sur le bouton puis par <font color="#ff4040"><font color="#a60a69">glisser-déposer </font></font>complétez la transcription en choisissant parmi les deux possibilités offertes :   <br>               <br>                                                 <script type="text/javascript">ajDocW(PF_clipAV('clipAV94','bt_enonce.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div><div id="STY_texteGD" class="STY_texteGD" style="  "><p align="">           </p>               He doesn't <b>agree</b>.                         He's <b>shaking</b> his head.                     <p align="">        </p><p align="">       </p><p align="">                  <img align="center" border="0" src="../media/phon_p37_slash.png" id="MosImg40" style="visibility:hidden"> <img align="center" border="0" src="../media/phon_p37_agree_gree.png" id="MosImg38" style="visibility:hidden">                                        <img align="center" border="0" src="../media/phon_p37_shaking_shak.png" id="MosImg61" style="visibility:hidden">  <img align="center" border="0" src="../media/phon_p37_shaking_ng2.png" id="MosImg35" style="visibility:hidden"></p><p align=""> </p><p align=""> </p><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 74px; WIDTH: 1px; POSITION: absolute; TOP: 77px; HEIGHT: 1px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd1" onmousedown="GD_debutDep(event,'d1')"><img align="center" border="0" src="../media/phon_p37_agree_a_right.png" id="MosImg67" style="visibility:hidden"> </div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 109px; WIDTH: 14px; POSITION: absolute; TOP: 78px; HEIGHT: 18px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd3" onmousedown="GD_debutDep(event,'d3')"><img align="center" border="0" src="../media/phon_p37_agree_a_wrong.png" id="MosImg50" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 10; LEFT: 73px; WIDTH: 50px; POSITION: absolute; TOP: 114px; HEIGHT: 50px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc1"> </div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 330px; WIDTH: 14px; POSITION: absolute; TOP: 76px; HEIGHT: 19px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd2" onmousedown="GD_debutDep(event,'d2')"><img align="center" border="0" src="../media/phon_p37_shaking_i_right.png" id="MosImg31" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 286px; WIDTH: 17px; POSITION: absolute; TOP: 76px; HEIGHT: 18px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd4" onmousedown="GD_debutDep(event,'d4')"><img align="center" border="0" src="../media/phon_p37_shaking_i_wrong.png" id="MosImg62" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 10; LEFT: 295px; WIDTH: 50px; POSITION: absolute; TOP: 117px; HEIGHT: 50px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc2"></div></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Compléter une transcription (1) </title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceGD.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClassePaireGD.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/IC_exerciceGD.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        mobileCourant = PF_donneObjet('exoGDd1');
+        exo = new ExerciceGD();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.retourManque = false;
+        exo.retourIncorrect = false;
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd1';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d1";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd3';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d3";
+        exo.tabCibles[exo.tabCibles.length] = 'c1';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c1";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd2';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d2";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd4';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d4";
+        exo.tabCibles[exo.tabCibles.length] = 'c2';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c2";
+        exo.decalageX = '20';
+        exo.decalageY = '20';
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c1', 'nw', '6', '10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c1', 'ng', '5', '10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d4', 'c2', 'ng', '20', '7');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d2', 'c2', 'nw', '25', '7');
+        for (var i = 0; i < exo.tabDeplaces.length; i++) {
+            var oDiv = PF_donneObjet("exoGD" + exo.tabDeplaces[i]);
+            if (oDiv != null) {
+                exo.tabDeplacesX[i] = oDiv.style.left;
+                exo.tabDeplacesY[i] = oDiv.style.top;
+            }
+        }
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('explore')" onmousemove="GD_deplaceDiv(event)"
+      onmouseup="GD_finDep()">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Compléter une
+                    transcription (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align="">Voici la transcription appropriée : </p>
+        <p align=""><img src="../media/phon_p37_agree_right.png" id="MosImg51" border="0" align="center"
+                         style="visibility:hidden">     et     <img src="../media/phon_p37_shaking_right2.png"
+                                                                    id="MosImg81" border="0" align="center"
+                                                                    style="visibility:hidden"></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align="">Voici la transcription appropriée :  </p>
+        <p align=""><img src="../media/phon_p37_agree_right.png" id="MosImg9" border="0" align="center"
+                         style="visibility:hidden">    et     <img src="../media/phon_p37_shaking_right1.png"
+                                                                   id="MosImg87" border="0" align="center"
+                                                                   style="visibility:hidden"></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="  ">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez l'enregistrement correspondant aux énoncés
+        ci-dessous en cliquant sur le bouton puis par <font color="#ff4040"><font
+                color="#a60a69">glisser-déposer </font></font>complétez la transcription en choisissant parmi les deux
+        possibilités offertes :   <br>               <br>                                                 
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV94', 'bt_enonce.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+    <div id="STY_texteGD" class="STY_texteGD" style="  "><p align="">           </p>               He doesn't
+        <b>agree</b>.                         He's <b>shaking</b> his head.                     <p align="">        </p>
+        <p align="">       </p>
+        <p align="">                  <img align="center" border="0" src="../media/phon_p37_slash.png" id="MosImg40"
+                                           style="visibility:hidden"> <img align="center" border="0"
+                                                                           src="../media/phon_p37_agree_gree.png"
+                                                                           id="MosImg38" style="visibility:hidden">              
+                                     <img align="center" border="0" src="../media/phon_p37_shaking_shak.png"
+                                          id="MosImg61" style="visibility:hidden">  <img align="center" border="0"
+                                                                                         src="../media/phon_p37_shaking_ng2.png"
+                                                                                         id="MosImg35"
+                                                                                         style="visibility:hidden"></p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 74px; WIDTH: 1px; POSITION: absolute; TOP: 77px; HEIGHT: 1px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd1" onmousedown="GD_debutDep(event,'d1')"><img align="center" border="0"
+                                                                                           src="../media/phon_p37_agree_a_right.png"
+                                                                                           id="MosImg67"
+                                                                                           style="visibility:hidden"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 109px; WIDTH: 14px; POSITION: absolute; TOP: 78px; HEIGHT: 18px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd3" onmousedown="GD_debutDep(event,'d3')"><img align="center" border="0"
+                                                                                           src="../media/phon_p37_agree_a_wrong.png"
+                                                                                           id="MosImg50"
+                                                                                           style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; LEFT: 73px; WIDTH: 50px; POSITION: absolute; TOP: 114px; HEIGHT: 50px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc1"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 330px; WIDTH: 14px; POSITION: absolute; TOP: 76px; HEIGHT: 19px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd2" onmousedown="GD_debutDep(event,'d2')"><img align="center" border="0"
+                                                                                           src="../media/phon_p37_shaking_i_right.png"
+                                                                                           id="MosImg31"
+                                                                                           style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 286px; WIDTH: 17px; POSITION: absolute; TOP: 76px; HEIGHT: 18px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd4" onmousedown="GD_debutDep(event,'d4')"><img align="center" border="0"
+                                                                                           src="../media/phon_p37_shaking_i_wrong.png"
+                                                                                           id="MosImg62"
+                                                                                           style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; LEFT: 295px; WIDTH: 50px; POSITION: absolute; TOP: 117px; HEIGHT: 50px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc2"></div>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg549.html b/Basilisk/MACAO/macao_12/contenu/pages/pg549.html
index 57931e690391a61345050599b54703b006a5c6d9..3c488f8f8e91c50480667593aa5b59b15fd61a15 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg549.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg549.html
@@ -1 +1,88 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Phonèmes liste</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Phonèmes liste</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><br><b>Liste des phonèmes<br><script type="text/javascript">ajDocW(PF_clipAV('clipAV98','phonemes_liste_page6.swf','500','320','false','Flash','false','','Quality:high;wmode:transparent',''));</script></b></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Phonèmes liste</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Phonèmes liste</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><br><b>Liste des phonèmes<br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV98', 'phonemes_liste_page6.swf', '500', '320', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </b></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg558.html b/Basilisk/MACAO/macao_12/contenu/pages/pg558.html
index 2286123b7047498572fd21738cfc9477a409bdb4..4666e9610305719d1042c30064e739d9b6500943 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg558.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg558.html
@@ -1 +1,151 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Reconnaître le mot commun (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=30;exo.sensibleCasse=false; exo.respectAccents=false; exo.tabChamps[exo.tabChamps.length]='1';exo.tabSelects[exo.tabSelects.length]='1';exo.nombreTrous++;exo.ajouterReponse('1','nw',"at");exo.ajouterReponse('1','ng',"for");exo.ajouterReponse('1','ng',"in");exo.ajouterReponse('1','ng',"of");exo.ajouterReponse('1','ng',"on");exo.ajouterReponse('1','ng',"to");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Reconnaître le mot commun (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est cela! </p><p align="">AT est le seul mot commun aux deux énoncés.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous êtes trompé.</p><p align="">AT est le seul mot commun aux deux énoncés. Vous pouvez réécouter les énoncés.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice"><div id="STY_question" class="STY_question"><br>Les énoncés suivants n'ont qu'un seul mot en commun. Ecoutez chacun de ces énoncés en cliquant sur la flèche  puis sélectionnez dans la liste déroulante le mot qui leur est commun.</div><div id="STY_texteTAT" class="STY_texteTAT"><p align=""><table class="STY_tableau" width="100%" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="100" valign="top"> <script type="text/javascript">ajDocW(PF_clipAV('clipAV85','e29_macao1_2b31.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>     Enoncé 1</td><td valign="top"></td></tr><tr><td valign="top"></td><td valign="top"><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"><option value=" "> </option></select></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV76','e29_macao1_2b41.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>     Enoncé 2</td><td valign="top"></td></tr></table></p></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Reconnaître le mot commun (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        exo.tabChamps[exo.tabChamps.length] = '1';
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        exo.nombreTrous++;
+        exo.ajouterReponse('1', 'nw', "at");
+        exo.ajouterReponse('1', 'ng', "for");
+        exo.ajouterReponse('1', 'ng', "in");
+        exo.ajouterReponse('1', 'ng', "of");
+        exo.ajouterReponse('1', 'ng', "on");
+        exo.ajouterReponse('1', 'ng', "to");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Reconnaître le mot
+                    commun (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est cela! </p>
+        <p align="">AT est le seul mot commun aux deux énoncés.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous êtes trompé.</p>
+        <p align="">AT est le seul mot commun aux deux énoncés. Vous pouvez réécouter les énoncés.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice">
+    <div id="STY_question" class="STY_question"><br>Les énoncés suivants n'ont qu'un seul mot en commun. Ecoutez chacun
+        de ces énoncés en cliquant sur la flèche  puis sélectionnez dans la liste déroulante le mot qui leur est commun.
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT"><p align="">
+        <table class="STY_tableau" width="100%" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="100" valign="top"> 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV85', 'e29_macao1_2b31.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>     Enoncé 1
+                </td>
+                <td valign="top"></td>
+            </tr>
+            <tr>
+                <td valign="top"></td>
+                <td valign="top"><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()">
+                    <option value=" "> </option>
+                </select></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV76', 'e29_macao1_2b41.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>     Enoncé 2
+                </td>
+                <td valign="top"></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg561.html b/Basilisk/MACAO/macao_12/contenu/pages/pg561.html
index 57ee5abd44d1addb9ebddc0ee9be0758666fa22f..737bad12e2b5315906843ff7d725378ed061b798 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg561.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg561.html
@@ -1 +1,245 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir entre deux mots (5)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir entre deux mots (5)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bonne réponse ! </p><p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur transcription :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV444','bt_bought.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">bought</td><td valign="top"><img align="center" border="0" src="../media/phon_bought.png" id="MosImg71" style="visibility:hidden"><br><br></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV193','bt_boat.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">boat</td><td valign="top"><img align="center" border="0" src="../media/phon_boat.png" id="MosImg94" style="visibility:hidden"></td></tr></table></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez.</p><p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur transcription :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV44','bt_bought.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">bought</td><td valign="top"><img align="center" border="0" src="../media/phon_bought.png" id="MosImg715" style="visibility:hidden"><br><br></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV19','bt_boat.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">boat</td><td valign="top"><img align="center" border="0" src="../media/phon_boat.png" id="MosImg945" style="visibility:hidden"></td></tr></table></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici une transcription : </p><p align=""><img align="center" border="0" src="../media/phon_boat.png" id="MosImg2410" style="visibility:hidden">     <script type="text/javascript">ajDocW(PF_clipAV('clipAV194','bt_boat.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br><br>                                                                <br>Ecoutez l'enregistrement en cliquant sur le bouton puis validez le mot correspondant à l'enregistrement et à sa transcription :                                   </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">bought</div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">boat</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir entre deux mots (5)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir entre deux
+                    mots (5)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bonne réponse ! </p>
+        <p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur
+            transcription :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV444', 'bt_bought.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">bought</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_bought.png" id="MosImg71"
+                                      style="visibility:hidden"><br><br></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV193', 'bt_boat.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">boat</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_boat.png" id="MosImg94"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez.</p>
+        <p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur
+            transcription :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV44', 'bt_bought.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">bought</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_bought.png" id="MosImg715"
+                                      style="visibility:hidden"><br><br></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV19', 'bt_boat.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">boat</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_boat.png" id="MosImg945"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici une transcription : </p>
+        <p align=""><img align="center" border="0" src="../media/phon_boat.png" id="MosImg2410"
+                         style="visibility:hidden">     
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV194', 'bt_boat.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+            <br><br>                                                                <br>Ecoutez l'enregistrement en
+            cliquant sur le bouton puis validez le mot correspondant à l'enregistrement et à sa transcription
+            :                                  
+        </p>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">bought
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">boat
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg576.html b/Basilisk/MACAO/macao_12/contenu/pages/pg576.html
index ec6df1b1522379abd8dc243bdb57910e26b16681..b12fb59e6b1091fa103a3fc2a2746697882aa9a4 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg576.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg576.html
@@ -1 +1,199 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une prononciation (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:129px;#STY_texteQC/width:510px;height:290px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une prononciation (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement, la transcription correspond au premier mot entendu : <i>test</i>.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez, la transcription correspond au premier mot entendu : <i>test</i>.<br><br><br><br> </p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><br>Voici la transcription d'un mot :<br><br><img align="center" border="0" src="../media/phon_test.png" id="MosImg73" style="visibility:hidden"><br><br>Ecoutez les deux mots enregistrés, en cliquant sur les boutons.<br>La transcription ci-dessus correspond-elle au premier mot entendu ou au second ?<br><br>Sélectionnez l'enregistrement qui convient :                                                   </div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><script type="text/javascript">ajDocW(PF_clipAV('clipAV11','bt_test.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><script type="text/javascript">ajDocW(PF_clipAV('clipAV21','bt_chest.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une prononciation (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:129px;#STY_texteQC/width:510px;height:290px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    prononciation (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement, la transcription correspond
+        au premier mot entendu : <i>test</i>.
+    </div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez, la transcription
+        correspond au premier mot entendu : <i>test</i>.<br><br><br><br> </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><br>Voici la transcription d'un mot :<br><br><img
+            align="center" border="0" src="../media/phon_test.png" id="MosImg73" style="visibility:hidden"><br><br>Ecoutez
+        les deux mots enregistrés, en cliquant sur les boutons.<br>La transcription ci-dessus correspond-elle au premier
+        mot entendu ou au second ?<br><br>Sélectionnez l'enregistrement qui
+        convient :                                                  
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV11', 'bt_test.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV21', 'bt_chest.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg578.html b/Basilisk/MACAO/macao_12/contenu/pages/pg578.html
index 4b2605dc77c6bbb870da6dbbd36ac626bbd2d782..c4ae287cab69e5be1d19c1cd729d98eb1e91e26b 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg578.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg578.html
@@ -1 +1,91 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Utiliser les mémentos</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Utiliser les mémentos</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><br><br><br><br>Pour reprendre certaines notions ou circuler autrement dans <b>MACAO</b><br>vous pouvez accéder directement, par le menu aux mémentos<br>et aux définitions qui accompagnent certains exercices.</div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Utiliser les mémentos</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Utiliser les
+                    mémentos
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><br><br><br><br>Pour reprendre certaines notions ou
+        circuler autrement dans <b>MACAO</b><br>vous pouvez accéder directement, par le menu aux mémentos<br>et aux
+        définitions qui accompagnent certains exercices.
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg584.html b/Basilisk/MACAO/macao_12/contenu/pages/pg584.html
index e204269672f07ee060dacafe7b05d19133a9e40a..7109146e3b6d7cbdfe5145c43270c364fb1d7ed8 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg584.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg584.html
@@ -1,9 +1,107 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Les symboles phonétiques (6)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles phonétiques (6)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Les symboles phonétiques (6)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles
+                    phonétiques (6)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
 
 
 <div id="" style=" z-index: 50; left: 180px; width: 94px; position: absolute; top: 437px; height: 40px">
-<div style="text-align:left"><applet code="fr.univmontp3.metice.recorderapplet/RecorderApplet.class" archive="../../contenu/media/Sum3recorder.jar" width="100" height="30">applet enregistreur.</applet></div>
+    <div style="text-align:left">
+        <applet code="fr.univmontp3.metice.recorderapplet/RecorderApplet.class"
+                archive="../../contenu/media/Sum3recorder.jar" width="100" height="30">applet enregistreur.
+        </applet>
+    </div>
 </div>
 </div>
 
-<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#a60a69">Entraînez-vous à prononcer ces mots. Ici, l'articulation des deux consonnes<br>mobilise la pointe de la langue et les incisives.<br></font><font color="#800080"><script type="text/javascript">ajDocW(PF_clipAV('clipAV4','page5b1.swf','200','150','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br><br><font color="#a60a69">Voici d'autres mots à répéter après les avoir écoutés en cliquant sur les hauts-parleurs.<br><script type="text/javascript">ajDocW(PF_clipAV('clipAV48','page5b21.swf','350','80','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>Pour vous enregistrer ou interrompre l'enregistrement, cliquez sur le bouton rouge.<br>Pour vous réécouter, cliquez sur la flèche noire.<br></font><br></font></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#a60a69">Entraînez-vous à prononcer ces
+        mots. Ici, l'articulation des deux consonnes<br>mobilise la pointe de la langue et les
+        incisives.<br></font><font color="#800080">
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV4', 'page5b1.swf', '200', '150', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        <br><br><font color="#a60a69">Voici d'autres mots à répéter après les avoir écoutés en cliquant sur les
+        hauts-parleurs.<br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV48', 'page5b21.swf', '350', '80', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        <br>Pour vous enregistrer ou interrompre l'enregistrement, cliquez sur le bouton rouge.<br>Pour vous réécouter,
+        cliquez sur la flèche noire.<br></font><br></font></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg594.html b/Basilisk/MACAO/macao_12/contenu/pages/pg594.html
index 55571fcb7d8bc1660a8b7882677f09d1d5fd22b8..1bc878751802c383c374d92018a2ffe320123402 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg594.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg594.html
@@ -1 +1,88 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Phonème</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Phonème</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><br>Un <b>phonème</b> est une unité minimale de l'oral.</div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Phonème</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Phonème</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><br>Un <b>phonème</b> est une unité minimale de
+        l'oral.
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg5981.html b/Basilisk/MACAO/macao_12/contenu/pages/pg5981.html
index fdc2ed0991164b164eaaa48c5719d13cd597114b..a25b19c5bc74e7c6b1401e5d08223734b98b3656 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg5981.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg5981.html
@@ -1 +1,91 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Les symboles phonétiques (7)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles phonétiques (7)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#a60a69">Entraînez-vous à prononcer ces mots :<br><br></font><font color="#800080"><script type="text/javascript">ajDocW(PF_clipAV('clipAV60','page5c.swf','500','320','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br><br></font></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Les symboles phonétiques (7)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles
+                    phonétiques (7)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#a60a69">Entraînez-vous à prononcer ces
+        mots :<br><br></font><font color="#800080">
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV60', 'page5c.swf', '500', '320', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        <br><br></font></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg60.html b/Basilisk/MACAO/macao_12/contenu/pages/pg60.html
index a2d9afaf2eceb9939fd85a7f1b6bea0a647a90d4..299ef17f4f5f58cf5e8960d3b5af5f3c50b3cc20 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg60.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg60.html
@@ -1 +1,301 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Repérer les syllabes écrites</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:82px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script><script type="text/javascript">function entrerDonnees(){ exo = new ExerciceQM("QCU");exo.init();exo.scoreTotal=40;var nr=1;exo.tabStylesR[nr]='3';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]='4';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]='3';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";exo.nbColones=5;var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg2';idDet='divCmt1';EXO_ajouterCommentaire(idDet,"Syllabes écrites","","","","","-1","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Repérer les syllabes écrites</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est bien cela !</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><b>Voici le corrigé :</b><br><br></p><p align=""> <br><br><br></p><p align=""> </p><p align="">every: 3 "syllabes écrites".</p><p align=""><br>interesting: 4 "syllabes écrites".</p><p align=""><br>dangerous: 3 "syllabes écrites".</p></div><div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br>Si la syllabe orale peut être définie avec précision, la "syllabe écrite" est reconnue plus instinctivement : c'est l'héritage de l'école primaire où l'on a pu avoir l'habitude d'apprendre à lire en découpant les mots.</div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="  "><div id="STY_question" class="STY_question" style="  "><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""><font color="#000000"><br></font>Combien de "<a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">syllabes</a>" chacun de ces mots comporte t-il ?<br>Sélectionnez 1, 2, 3, 4 ou 5 selon le nombre de "syllabes écrites" que vous associez à chaque mot.</p><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""> </p><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="">                  <b>Nombre de "syllabes écrites"</b></p></div><div id="STY_texteQM" class="STY_texteQM" style="  "><table cellspacing="1" cellpadding="0" class="STY_tableauQM"><tr><td class="STY_coloneQM">1</td><td class="STY_coloneQM">2</td><td class="STY_coloneQM">3</td><td class="STY_coloneQM">4</td><td class="STY_coloneQM">5</td></tr><tr id="trRep1"><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11" onmouseover="exo.changerBouton(1,1,true);" onmouseout="exo.changerBouton(1,1,false);" onclick="exo.action(1,1)"><img border="0" hspace="1" id="boutonRep11" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12" onmouseover="exo.changerBouton(1,2,true);" onmouseout="exo.changerBouton(1,2,false);" onclick="exo.action(1,2)"><img border="0" hspace="1" id="boutonRep12" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg13" onmouseover="exo.changerBouton(1,3,true);" onmouseout="exo.changerBouton(1,3,false);" onclick="exo.action(1,3)"><img border="0" hspace="1" id="boutonRep13" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg14" onmouseover="exo.changerBouton(1,4,true);" onmouseout="exo.changerBouton(1,4,false);" onclick="exo.action(1,4)"><img border="0" hspace="1" id="boutonRep14" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg15" onmouseover="exo.changerBouton(1,5,true);" onmouseout="exo.changerBouton(1,5,false);" onclick="exo.action(1,5)"><img border="0" hspace="1" id="boutonRep15" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" id="tdRep1" class="STY_reponseQM">every               </td></tr><tr id="trRep2"><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21" onmouseover="exo.changerBouton(2,1,true);" onmouseout="exo.changerBouton(2,1,false);" onclick="exo.action(2,1)"><img border="0" hspace="1" id="boutonRep21" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22" onmouseover="exo.changerBouton(2,2,true);" onmouseout="exo.changerBouton(2,2,false);" onclick="exo.action(2,2)"><img border="0" hspace="1" id="boutonRep22" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg23" onmouseover="exo.changerBouton(2,3,true);" onmouseout="exo.changerBouton(2,3,false);" onclick="exo.action(2,3)"><img border="0" hspace="1" id="boutonRep23" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg24" onmouseover="exo.changerBouton(2,4,true);" onmouseout="exo.changerBouton(2,4,false);" onclick="exo.action(2,4)"><img border="0" hspace="1" id="boutonRep24" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg25" onmouseover="exo.changerBouton(2,5,true);" onmouseout="exo.changerBouton(2,5,false);" onclick="exo.action(2,5)"><img border="0" hspace="1" id="boutonRep25" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" id="tdRep2" class="STY_reponseQM"><p align="">interesting</p></td></tr><tr id="trRep3"><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31" onmouseover="exo.changerBouton(3,1,true);" onmouseout="exo.changerBouton(3,1,false);" onclick="exo.action(3,1)"><img border="0" hspace="1" id="boutonRep31" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32" onmouseover="exo.changerBouton(3,2,true);" onmouseout="exo.changerBouton(3,2,false);" onclick="exo.action(3,2)"><img border="0" hspace="1" id="boutonRep32" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg33" onmouseover="exo.changerBouton(3,3,true);" onmouseout="exo.changerBouton(3,3,false);" onclick="exo.action(3,3)"><img border="0" hspace="1" id="boutonRep33" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg34" onmouseover="exo.changerBouton(3,4,true);" onmouseout="exo.changerBouton(3,4,false);" onclick="exo.action(3,4)"><img border="0" hspace="1" id="boutonRep34" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg35" onmouseover="exo.changerBouton(3,5,true);" onmouseout="exo.changerBouton(3,5,false);" onclick="exo.action(3,5)"><img border="0" hspace="1" id="boutonRep35" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" id="tdRep3" class="STY_reponseQM"><p align="">dangerous</p></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Repérer les syllabes écrites</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:82px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceQM("QCU");
+        exo.init();
+        exo.scoreTotal = 40;
+        var nr = 1;
+        exo.tabStylesR[nr] = '3';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = '4';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = '3';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        exo.nbColones = 5;
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        idDet = 'divCmt1';
+        EXO_ajouterCommentaire(idDet, "Syllabes écrites", "", "", "", "", "-1", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Repérer les syllabes
+                    écrites
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est bien cela !</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><b>Voici le corrigé :</b><br><br></p>
+        <p align=""> <br><br><br></p>
+        <p align=""> </p>
+        <p align="">every: 3 "syllabes écrites".</p>
+        <p align=""><br>interesting: 4 "syllabes écrites".</p>
+        <p align=""><br>dangerous: 3 "syllabes écrites".</p></div>
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br>Si la syllabe orale peut être
+        définie avec précision, la "syllabe écrite" est reconnue plus instinctivement : c'est l'héritage de l'école
+        primaire où l'on a pu avoir l'habitude d'apprendre à lire en découpant les mots.
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="  ">
+    <div id="STY_question" class="STY_question" style="  "><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="">
+        <font color="#000000"><br></font>Combien de "<a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')"
+                                                        onclick="enrPosClic(event,'1')">syllabes</a>" chacun de ces mots
+        comporte t-il ?<br>Sélectionnez 1, 2, 3, 4 ou 5 selon le nombre de "syllabes écrites" que vous associez à chaque
+        mot.</p>
+        <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""> </p>
+        <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="">                  <b>Nombre de "syllabes écrites"</b>
+        </p></div>
+    <div id="STY_texteQM" class="STY_texteQM" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_tableauQM">
+            <tr>
+                <td class="STY_coloneQM">1</td>
+                <td class="STY_coloneQM">2</td>
+                <td class="STY_coloneQM">3</td>
+                <td class="STY_coloneQM">4</td>
+                <td class="STY_coloneQM">5</td>
+            </tr>
+            <tr id="trRep1">
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11"
+                                                      onmouseover="exo.changerBouton(1,1,true);"
+                                                      onmouseout="exo.changerBouton(1,1,false);"
+                                                      onclick="exo.action(1,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep11"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12"
+                                                      onmouseover="exo.changerBouton(1,2,true);"
+                                                      onmouseout="exo.changerBouton(1,2,false);"
+                                                      onclick="exo.action(1,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep12"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg13"
+                                                      onmouseover="exo.changerBouton(1,3,true);"
+                                                      onmouseout="exo.changerBouton(1,3,false);"
+                                                      onclick="exo.action(1,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep13"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg14"
+                                                      onmouseover="exo.changerBouton(1,4,true);"
+                                                      onmouseout="exo.changerBouton(1,4,false);"
+                                                      onclick="exo.action(1,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep14"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg15"
+                                                      onmouseover="exo.changerBouton(1,5,true);"
+                                                      onmouseout="exo.changerBouton(1,5,false);"
+                                                      onclick="exo.action(1,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep15"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" id="tdRep1" class="STY_reponseQM">every              </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21"
+                                                      onmouseover="exo.changerBouton(2,1,true);"
+                                                      onmouseout="exo.changerBouton(2,1,false);"
+                                                      onclick="exo.action(2,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep21"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22"
+                                                      onmouseover="exo.changerBouton(2,2,true);"
+                                                      onmouseout="exo.changerBouton(2,2,false);"
+                                                      onclick="exo.action(2,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep22"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg23"
+                                                      onmouseover="exo.changerBouton(2,3,true);"
+                                                      onmouseout="exo.changerBouton(2,3,false);"
+                                                      onclick="exo.action(2,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep23"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg24"
+                                                      onmouseover="exo.changerBouton(2,4,true);"
+                                                      onmouseout="exo.changerBouton(2,4,false);"
+                                                      onclick="exo.action(2,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep24"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg25"
+                                                      onmouseover="exo.changerBouton(2,5,true);"
+                                                      onmouseout="exo.changerBouton(2,5,false);"
+                                                      onclick="exo.action(2,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep25"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" id="tdRep2" class="STY_reponseQM"><p align="">interesting</p></td>
+            </tr>
+            <tr id="trRep3">
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31"
+                                                      onmouseover="exo.changerBouton(3,1,true);"
+                                                      onmouseout="exo.changerBouton(3,1,false);"
+                                                      onclick="exo.action(3,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep31"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32"
+                                                      onmouseover="exo.changerBouton(3,2,true);"
+                                                      onmouseout="exo.changerBouton(3,2,false);"
+                                                      onclick="exo.action(3,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep32"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg33"
+                                                      onmouseover="exo.changerBouton(3,3,true);"
+                                                      onmouseout="exo.changerBouton(3,3,false);"
+                                                      onclick="exo.action(3,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep33"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg34"
+                                                      onmouseover="exo.changerBouton(3,4,true);"
+                                                      onmouseout="exo.changerBouton(3,4,false);"
+                                                      onclick="exo.action(3,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep34"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg35"
+                                                      onmouseover="exo.changerBouton(3,5,true);"
+                                                      onmouseout="exo.changerBouton(3,5,false);"
+                                                      onclick="exo.action(3,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep35"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" id="tdRep3" class="STY_reponseQM"><p align="">dangerous</p></td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg608.html b/Basilisk/MACAO/macao_12/contenu/pages/pg608.html
index 920f841d61c063bef20952039d0d179c8ffd7482..45f6497f7b9923b93181dc19f0074694b5d8bf52 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg608.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg608.html
@@ -1 +1,250 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Compléter une transcription (2) </title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceGD.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClassePaireGD.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/IC_exerciceGD.js"></script><script type="text/javascript">function entrerDonnees(){mobileCourant=PF_donneObjet('exoGDd1');exo = new ExerciceGD(); exo.init();exo.scoreTotal=30;exo.retourManque = false;exo.retourIncorrect = false;  exo.tabDeplaces[exo.tabDeplaces.length]='d1'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d1";  exo.tabDeplaces[exo.tabDeplaces.length]='d3'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d3";  exo.tabCibles[exo.tabCibles.length]='c1'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c1";  exo.tabDeplaces[exo.tabDeplaces.length]='d2'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d2";  exo.tabDeplaces[exo.tabDeplaces.length]='d4'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d4";  exo.tabCibles[exo.tabCibles.length]='c2'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c2";  exo.decalageX='20'; exo.decalageY='20'; exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c1','nw','22','10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c1','ng','22','10'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d4','c2','ng','5','7'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d2','c2','nw','9','7');  for (var i=0; i<exo.tabDeplaces.length ; i++){var oDiv=PF_donneObjet("exoGD"+exo.tabDeplaces[i]);if (oDiv!=null){exo.tabDeplacesX[i]=oDiv.style.left;exo.tabDeplacesY[i]=oDiv.style.top;}} var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('explore')" onmousemove="GD_deplaceDiv(event)" onmouseup="GD_finDep()"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Compléter une transcription (2) </div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""> </p><p align=""> </p><p align=""> </p><p align=""> </p><p align=""> </p><p align="">Voici la transcription appropriée :  </p><p align=""><img src="../media/phon_to_right.png" id="MosImg59" border="0" align="center" style="visibility:hidden">     et     <img src="../media/phon_about_right.png" id="MosImg71" border="0" align="center" style="visibility:hidden"></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""> </p><p align=""> </p><p align=""> </p><p align=""> </p><p align=""> </p><p align="">Voici la transcription appropriée :  </p><p align="">  <img align="center" border="0" src="../media/phon_to_right.png" id="MosImg35" style="visibility:hidden">  et     <img align="center" border="0" src="../media/phon_about_right.png" id="MosImg88" style="visibility:hidden"></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="  "><div id="STY_question" class="STY_question" style="  "><br>Ecoutez l'enregistrement correspondant aux énoncés ci-dessous en cliquant sur le bouton puis par <font color="#ff4040"><font color="#a60a69">glisser-déposer </font></font>complétez la transcription en choisissant parmi les deux possibilités offertes :   <br>               <br>                                                 <script type="text/javascript">ajDocW(PF_clipAV('clipAV93','bt_enonce38.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div><div id="STY_texteGD" class="STY_texteGD" style="  "><p align="">           </p><p align="">              Say goodbye <b>to</b> her.                         She's <b>about</b> to leave.                     </p><p align="">        </p><p align="">       <br></p><p align="">                     <img align="center" border="0" src="../media/phon_to_t.png" id="MosImg12" style="visibility:hidden">  <img align="center" border="0" src="../media/phon_p37_slash.png" id="MosImg81" style="visibility:hidden">                                            <img align="center" border="0" src="../media/phon_p37_slash.png" id="MosImg47" style="visibility:hidden">  <img align="center" border="0" src="../media/phon_about_bout.png" id="MosImg45" style="visibility:hidden"></p><p align=""> </p><p align=""> </p><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 73px; WIDTH: 1px; POSITION: absolute; TOP: 77px; HEIGHT: 1px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd1" onmousedown="GD_debutDep(event,'d1')"><img align="center" border="0" src="../media/phon_to_o_right.png" id="MosImg74" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 114px; WIDTH: 14px; POSITION: absolute; TOP: 78px; HEIGHT: 18px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd3" onmousedown="GD_debutDep(event,'d3')"><img align="center" border="0" src="../media/phon_to_o_wrong.png" id="MosImg75" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 10; LEFT: 73px; WIDTH: 50px; POSITION: absolute; TOP: 114px; HEIGHT: 50px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc1"> </div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 332px; WIDTH: 14px; POSITION: absolute; TOP: 76px; HEIGHT: 19px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd2" onmousedown="GD_debutDep(event,'d2')"><img align="center" border="0" src="../media/phon_about_a_right.png" id="MosImg22" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 295px; WIDTH: 17px; POSITION: absolute; TOP: 76px; HEIGHT: 18px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd4" onmousedown="GD_debutDep(event,'d4')"><img align="center" border="0" src="../media/phon_about_a_wrong.png" id="MosImg53" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 10; LEFT: 295px; WIDTH: 50px; POSITION: absolute; TOP: 117px; HEIGHT: 50px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc2"> </div></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Compléter une transcription (2) </title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceGD.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClassePaireGD.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/IC_exerciceGD.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        mobileCourant = PF_donneObjet('exoGDd1');
+        exo = new ExerciceGD();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.retourManque = false;
+        exo.retourIncorrect = false;
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd1';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d1";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd3';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d3";
+        exo.tabCibles[exo.tabCibles.length] = 'c1';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c1";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd2';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d2";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd4';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d4";
+        exo.tabCibles[exo.tabCibles.length] = 'c2';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c2";
+        exo.decalageX = '20';
+        exo.decalageY = '20';
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c1', 'nw', '22', '10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c1', 'ng', '22', '10');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d4', 'c2', 'ng', '5', '7');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d2', 'c2', 'nw', '9', '7');
+        for (var i = 0; i < exo.tabDeplaces.length; i++) {
+            var oDiv = PF_donneObjet("exoGD" + exo.tabDeplaces[i]);
+            if (oDiv != null) {
+                exo.tabDeplacesX[i] = oDiv.style.left;
+                exo.tabDeplacesY[i] = oDiv.style.top;
+            }
+        }
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('explore')" onmousemove="GD_deplaceDiv(event)"
+      onmouseup="GD_finDep()">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Compléter une
+                    transcription (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align="">Voici la transcription appropriée :  </p>
+        <p align=""><img src="../media/phon_to_right.png" id="MosImg59" border="0" align="center"
+                         style="visibility:hidden">     et     <img src="../media/phon_about_right.png" id="MosImg71"
+                                                                    border="0" align="center" style="visibility:hidden">
+        </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align="">Voici la transcription appropriée :  </p>
+        <p align="">  <img align="center" border="0" src="../media/phon_to_right.png" id="MosImg35"
+                           style="visibility:hidden">  et     <img align="center" border="0"
+                                                                   src="../media/phon_about_right.png" id="MosImg88"
+                                                                   style="visibility:hidden"></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="  ">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez l'enregistrement correspondant aux énoncés
+        ci-dessous en cliquant sur le bouton puis par <font color="#ff4040"><font
+                color="#a60a69">glisser-déposer </font></font>complétez la transcription en choisissant parmi les deux
+        possibilités offertes :   <br>               <br>                                                 
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV93', 'bt_enonce38.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+    <div id="STY_texteGD" class="STY_texteGD" style="  "><p align="">           </p>
+        <p align="">              Say goodbye <b>to</b> her.                         She's <b>about</b> to
+            leave.                     </p>
+        <p align="">        </p>
+        <p align="">       <br></p>
+        <p align="">                     <img align="center" border="0" src="../media/phon_to_t.png" id="MosImg12"
+                                              style="visibility:hidden">  <img align="center" border="0"
+                                                                               src="../media/phon_p37_slash.png"
+                                                                               id="MosImg81" style="visibility:hidden">                          
+                             <img align="center" border="0" src="../media/phon_p37_slash.png" id="MosImg47"
+                                  style="visibility:hidden">  <img align="center" border="0"
+                                                                   src="../media/phon_about_bout.png" id="MosImg45"
+                                                                   style="visibility:hidden"></p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 73px; WIDTH: 1px; POSITION: absolute; TOP: 77px; HEIGHT: 1px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd1" onmousedown="GD_debutDep(event,'d1')"><img align="center" border="0"
+                                                                                           src="../media/phon_to_o_right.png"
+                                                                                           id="MosImg74"
+                                                                                           style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 114px; WIDTH: 14px; POSITION: absolute; TOP: 78px; HEIGHT: 18px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd3" onmousedown="GD_debutDep(event,'d3')"><img align="center" border="0"
+                                                                                           src="../media/phon_to_o_wrong.png"
+                                                                                           id="MosImg75"
+                                                                                           style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; LEFT: 73px; WIDTH: 50px; POSITION: absolute; TOP: 114px; HEIGHT: 50px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc1"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 332px; WIDTH: 14px; POSITION: absolute; TOP: 76px; HEIGHT: 19px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd2" onmousedown="GD_debutDep(event,'d2')"><img align="center" border="0"
+                                                                                           src="../media/phon_about_a_right.png"
+                                                                                           id="MosImg22"
+                                                                                           style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 295px; WIDTH: 17px; POSITION: absolute; TOP: 76px; HEIGHT: 18px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd4" onmousedown="GD_debutDep(event,'d4')"><img align="center" border="0"
+                                                                                           src="../media/phon_about_a_wrong.png"
+                                                                                           id="MosImg53"
+                                                                                           style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; LEFT: 295px; WIDTH: 50px; POSITION: absolute; TOP: 117px; HEIGHT: 50px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc2"> 
+        </div>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg6121.html b/Basilisk/MACAO/macao_12/contenu/pages/pg6121.html
index 05472b4050cf542dee2d6d72bf7ef18c615a671d..69e0ce6ee5d9666760f472e63f414335fb9c2fe9 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg6121.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg6121.html
@@ -1 +1,338 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Vérifier la place de l'accent primaire (4) </title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:125px;#STY_texteQC/width:510px;height:274px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCM");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=3;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=5;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=6;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=7;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=8;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=9;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Vérifier la place de l'accent primaire (4) </div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""> </p><p align=""> </p><p align=""> En effet, voici la transcription qui convient pour chaque mot :<br><br><br><br></p><p align=""> <b>psychology</b> - <img align="absMiddle" border="0" src="../media/psychologie2.gif" id="MosImg950"></p><p align=""> </p><p align=""> <b>photographer - <img align="absMiddle" border="0" src="../media/photographer2.gif" id="MosImg173"></b></p><p align=""><font color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant qu'une voyelle réduite (ici, <img align="absMiddle" border="0" src="../media/phon_e1.gif" id="MosImg94">).</font></p><p align=""><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('pgd661','PAGE')">Mémento "l'accentuation des syllabes"</a></p><p align=""> </p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""> </p><p align=""> Vous vous trompez. Voici la transcription qui convient pour chaque mot :</p><p align=""> <br><br><br></p><p align=""> <b>psychology</b> - <img align="absMiddle" border="0" src="../media/psychologie2.gif" id="MosImg95"></p><p align=""> </p><p align=""> <b>photographer - <img align="absMiddle" border="0" src="../media/photographer2.gif" id="MosImg17"></b></p><p align=""><font color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne comportant qu'une voyelle réduite (ici, <img align="absMiddle" border="0" src="../media/phon_e1.gif" id="MosImg948">).</font></p><p align=""><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('pgd661','PAGE')">Mémento "l'accentuation des syllabes"</a></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br><br><font color="#000000">Voici la transcription de certains mots du dialogue. Pour chaque mot transcrit, trois possibilités vous sont données en ce qui concerne la place de l'accent primaire. <br>Ecoutez chaque mot transcrit en cliquant sur le bouton et validez la transcription qui convient. <br><br></font>... "but then it becomes obvious that her  <script type="text/javascript">ajDocW(PF_clipAV('clipAV48','bouton_psycholgy.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent',''));</script>  <b>psychology</b> evolves, especially after she falls in love with the <script type="text/javascript">ajDocW(PF_clipAV('clipAV78','bouton_photographer.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent',''));</script>  <b>photographer</b>."</p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellpadding="0" cellspacing="12" align="center"><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep1"><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><span style="FONT-SIZE: 250%">• <img align="absMiddle" src="../media/psychologie.gif" width="93" height="21" id="MosImg45" border="0"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep2"><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span style="FONT-SIZE: 250%">• <img align="absMiddle" src="../media/psychologie2.gif" width="97" height="21" id="MosImg50" border="0"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep3"><td valign="top" class="STY_bordureQC" id="tdRep3"><div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span style="FONT-SIZE: 250%">• <img align="absMiddle" src="../media/psychologie3.gif" width="97" height="21" id="MosImg24" border="0"></span></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep4"><td valign="top" class="STY_bordureQC" id="tdRep4"><div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);" onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep5"><td valign="top" class="STY_bordureQC" id="tdRep5"><div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);" onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><span style="FONT-SIZE: 250%"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep6"><td valign="top" class="STY_bordureQC" id="tdRep6"><div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);" onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep7"><td valign="top" class="STY_bordureQC" id="tdRep7"><div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);" onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><span style="FONT-SIZE: 250%">• <img align="absMiddle" src="../media/photographer.gif" id="MosImg25" border="0"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep8"><td valign="top" class="STY_bordureQC" id="tdRep8"><div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);" onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span style="FONT-SIZE: 250%">• <img src="../media/photographer2.gif" id="MosImg12" border="0" align="center"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep9"><td valign="top" class="STY_bordureQC" id="tdRep9"><div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);" onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span style="FONT-SIZE: 250%">• <img align="absMiddle" src="../media/photographer4.gif" id="MosImg4" border="0"></span></div></td></tr></table></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Vérifier la place de l'accent primaire (4) </title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:125px;#STY_texteQC/width:510px;height:274px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCM");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 3;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 5;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 6;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 7;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 8;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 9;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Vérifier la place de
+                    l'accent primaire (4)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""> </p>
+        <p align=""> </p>
+        <p align=""> En effet, voici la transcription qui convient pour chaque mot :<br><br><br><br></p>
+        <p align=""> <b>psychology</b> - <img align="absMiddle" border="0" src="../media/psychologie2.gif"
+                                              id="MosImg950"></p>
+        <p align=""> </p>
+        <p align=""> <b>photographer - <img align="absMiddle" border="0" src="../media/photographer2.gif"
+                                            id="MosImg173"></b></p>
+        <p align=""><font color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne
+            comportant qu'une voyelle réduite (ici, <img align="absMiddle" border="0" src="../media/phon_e1.gif"
+                                                         id="MosImg94">).</font></p>
+        <p align=""><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('pgd661','PAGE')">Mémento
+            "l'accentuation des syllabes"</a></p>
+        <p align=""> </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""> </p>
+        <p align=""> Vous vous trompez. Voici la transcription qui convient pour chaque mot :</p>
+        <p align=""> <br><br><br></p>
+        <p align=""> <b>psychology</b> - <img align="absMiddle" border="0" src="../media/psychologie2.gif"
+                                              id="MosImg95"></p>
+        <p align=""> </p>
+        <p align=""> <b>photographer - <img align="absMiddle" border="0" src="../media/photographer2.gif" id="MosImg17"></b>
+        </p>
+        <p align=""><font color="#a60a69">Vous pouvez remarquer que l'accent primaire ne porte jamais sur une syllabe ne
+            comportant qu'une voyelle réduite (ici, <img align="absMiddle" border="0" src="../media/phon_e1.gif"
+                                                         id="MosImg948">).</font></p>
+        <p align=""><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('pgd661','PAGE')">Mémento
+            "l'accentuation des syllabes"</a></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  ">
+        <p align=""><br><br><font color="#000000">Voici la transcription de certains mots du dialogue. Pour chaque mot
+            transcrit, trois possibilités vous sont données en ce qui concerne la place de l'accent primaire. <br>Ecoutez
+            chaque mot transcrit en cliquant sur le bouton et validez la transcription qui convient. <br><br></font>...
+            "but then it becomes obvious that her  
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV48', 'bouton_psycholgy.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', ''));</script>
+              <b>psychology</b> evolves, especially after she falls in love with the 
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV78', 'bouton_photographer.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', ''));</script>
+              <b>photographer</b>."
+        </p>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellpadding="0" cellspacing="12" align="center">
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep1">
+                            <td valign="top" class="STY_bordureQC" id="tdRep1">
+                                <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                                     onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><span
+                                        style="FONT-SIZE: 250%">• <img align="absMiddle" src="../media/psychologie.gif"
+                                                                       width="93" height="21" id="MosImg45" border="0"></span>
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep2">
+                            <td valign="top" class="STY_bordureQC" id="tdRep2">
+                                <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                                     onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span
+                                        style="FONT-SIZE: 250%">• <img align="absMiddle" src="../media/psychologie2.gif"
+                                                                       width="97" height="21" id="MosImg50" border="0"></span>
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep3">
+                            <td valign="top" class="STY_bordureQC" id="tdRep3">
+                                <div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);"
+                                     onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span
+                                        style="FONT-SIZE: 250%">• <img align="absMiddle" src="../media/psychologie3.gif"
+                                                                       width="97" height="21" id="MosImg24" border="0"></span>
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep4">
+                            <td valign="top" class="STY_bordureQC" id="tdRep4">
+                                <div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);"
+                                     onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep5">
+                            <td valign="top" class="STY_bordureQC" id="tdRep5">
+                                <div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);"
+                                     onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><span
+                                        style="FONT-SIZE: 250%"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep6">
+                            <td valign="top" class="STY_bordureQC" id="tdRep6">
+                                <div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);"
+                                     onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep7">
+                            <td valign="top" class="STY_bordureQC" id="tdRep7">
+                                <div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);"
+                                     onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><span
+                                        style="FONT-SIZE: 250%">• <img align="absMiddle" src="../media/photographer.gif"
+                                                                       id="MosImg25" border="0"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep8">
+                            <td valign="top" class="STY_bordureQC" id="tdRep8">
+                                <div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);"
+                                     onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span
+                                        style="FONT-SIZE: 250%">• <img src="../media/photographer2.gif" id="MosImg12"
+                                                                       border="0" align="center"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep9">
+                            <td valign="top" class="STY_bordureQC" id="tdRep9">
+                                <div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);"
+                                     onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span
+                                        style="FONT-SIZE: 250%">• <img align="absMiddle"
+                                                                       src="../media/photographer4.gif" id="MosImg4"
+                                                                       border="0"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg624.html b/Basilisk/MACAO/macao_12/contenu/pages/pg624.html
index 0bd20c0855d461f938d4e9914a28f588542d224e..b2193d6a654fcbe0485c07ee854f531d7d344bb6 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg624.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg624.html
@@ -1 +1,151 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Reconnaître le mot commun (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=30;exo.sensibleCasse=false; exo.respectAccents=false; exo.tabChamps[exo.tabChamps.length]='1';exo.tabSelects[exo.tabSelects.length]='1';exo.nombreTrous++;exo.ajouterReponse('1','ng',"at");exo.ajouterReponse('1','ng',"for");exo.ajouterReponse('1','ng',"in");exo.ajouterReponse('1','nw',"of");exo.ajouterReponse('1','ng',"on");exo.ajouterReponse('1','ng',"to");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Reconnaître le mot commun (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est cela! </p><p align="">OF est le seul mot commun aux deux énoncés.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous êtes trompé.</p><p align="">OF est le seul mot commun aux deux énoncés. Vous pouvez réécouter les énoncés.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice"><div id="STY_question" class="STY_question"><br>Les énoncés suivants n'ont qu'un seul mot en commun. Ecoutez chacun de ces énoncés en cliquant sur la flèche puis sélectionnez ci-dessous le mot qui leur est commun.</div><div id="STY_texteTAT" class="STY_texteTAT"><p align=""><table class="STY_tableau" width="100%" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="100" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV36','e29_macao1_2b11.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>    Enoncé 1</td><td valign="top"></td></tr><tr><td valign="top"></td><td valign="top"><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"><option value=" "> </option></select></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV95','e29_macao1_2b21.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>    Enoncé 2</td><td valign="top"></td></tr></table></p></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Reconnaître le mot commun (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        exo.tabChamps[exo.tabChamps.length] = '1';
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        exo.nombreTrous++;
+        exo.ajouterReponse('1', 'ng', "at");
+        exo.ajouterReponse('1', 'ng', "for");
+        exo.ajouterReponse('1', 'ng', "in");
+        exo.ajouterReponse('1', 'nw', "of");
+        exo.ajouterReponse('1', 'ng', "on");
+        exo.ajouterReponse('1', 'ng', "to");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Reconnaître le mot
+                    commun (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est cela! </p>
+        <p align="">OF est le seul mot commun aux deux énoncés.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous êtes trompé.</p>
+        <p align="">OF est le seul mot commun aux deux énoncés. Vous pouvez réécouter les énoncés.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice">
+    <div id="STY_question" class="STY_question"><br>Les énoncés suivants n'ont qu'un seul mot en commun. Ecoutez chacun
+        de ces énoncés en cliquant sur la flèche puis sélectionnez ci-dessous le mot qui leur est commun.
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT"><p align="">
+        <table class="STY_tableau" width="100%" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="100" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV36', 'e29_macao1_2b11.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>    Enoncé 1
+                </td>
+                <td valign="top"></td>
+            </tr>
+            <tr>
+                <td valign="top"></td>
+                <td valign="top"><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()">
+                    <option value=" "> </option>
+                </select></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV95', 'e29_macao1_2b21.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>    Enoncé 2
+                </td>
+                <td valign="top"></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg6241.html b/Basilisk/MACAO/macao_12/contenu/pages/pg6241.html
index 755678c7307d66e3161ec7d70c510f71e989fa0e..b743284d924a21db115873ae07eca5412931e33e 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg6241.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg6241.html
@@ -1 +1,195 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Ecoutez et complétez (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:132px;#STY_texteTAT/width:510px;height:297px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=30;exo.sensibleCasse=false; exo.respectAccents=false; exo.tabChamps[exo.tabChamps.length]='1';exo.tabSelects[exo.tabSelects.length]='1';exo.nombreTrous++;exo.tabChamps[exo.tabChamps.length]='2';exo.tabSelects[exo.tabSelects.length]='2';exo.nombreTrous++;exo.tabChamps[exo.tabChamps.length]='3';exo.tabSelects[exo.tabSelects.length]='3';exo.nombreTrous++;exo.tabChamps[exo.tabChamps.length]='4';exo.tabSelects[exo.tabSelects.length]='4';exo.nombreTrous++;exo.tabChamps[exo.tabChamps.length]='5';exo.tabSelects[exo.tabSelects.length]='5';exo.nombreTrous++;exo.tabChamps[exo.tabChamps.length]='6';exo.tabSelects[exo.tabSelects.length]='6';exo.nombreTrous++;exo.tabChamps[exo.tabChamps.length]='7';exo.tabSelects[exo.tabSelects.length]='7';exo.nombreTrous++;exo.ajouterReponse('1','nw',"#k209711909711503");exo.ajouterReponse('1','ng',"was");exo.ajouterReponse('2','nw',"#k209711909711503");exo.ajouterReponse('2','ng',"was");exo.ajouterReponse('3','nw',"#k810109711003209711211210");exo.ajouterReponse('3','ng',"our apple");exo.ajouterReponse('4','ng',"in a");exo.ajouterReponse('4','ng',"in the");exo.ajouterReponse('5','ng',"the apples");exo.ajouterReponse('5','nw',"some apples");exo.ajouterReponse('6','nw',"#k209711909711503");exo.ajouterReponse('6','ng',"was");exo.ajouterReponse('7','nw',"#k111511610410103209811409711009910410");exo.ajouterReponse('7','ng',"branches");exo.ajouterReponse('1','ng',"was the");exo.ajouterReponse('2','ng',"was the");exo.ajouterReponse('3','ng',"the apple");exo.ajouterReponse('3','ng',"apple");exo.ajouterReponse('4','nw',"in our");exo.ajouterReponse('5','ng',"apples");exo.ajouterReponse('6','ng',"was the");exo.ajouterReponse('7','ng',"some branches");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Ecoutez et complétez (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bien. Complétez maintenant la suite du texte.</p><p align=""> </p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Une ou plusieurs réponses ne conviennent pas.  Comparez vos réponses avec le corrigé.<br><br>When I  <b>was a</b> little girl, and my naughty little sister  <b>was a</b> little girl, we used to have  <b>an apple</b> tree  <b>in our</b> garden, and sometimes my naughty little sister used to pick  <b>some apples</b> and eat them. It  <b>was a</b> very easy thing to do because <b>the branches</b> were so low.<br></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice"><div id="STY_question" class="STY_question"><br>Ecoutez maintenant les extraits sonores en cliquant sur les flèches et sélectionnez la bonne réponse dans les listes déroulantes. </div><div id="STY_texteTAT" class="STY_texteTAT"> <script type="text/javascript">ajDocW(PF_clipAV('clipAV29','e29_macao1_2c2.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> When I <select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"><option value=" "> </option></select> little girl,  <script type="text/javascript">ajDocW(PF_clipAV('clipAV55','e29_macao1_2c2_02233.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> and my naughty little sister <br><br><select class="STY_selectTAT" id="champTrou2" onchange="actionDetecteSelect()"><option value=" "> </option></select> little girl,  <script type="text/javascript">ajDocW(PF_clipAV('clipAV79','e29_macao1_2c2_02241.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> we used to  have <select class="STY_selectTAT" id="champTrou3" onchange="actionDetecteSelect()"><option value=" "> </option></select> tree <select class="STY_selectTAT" id="champTrou4" onchange="actionDetecteSelect()"><option value=" "> </option></select><br><br> garden,  <script type="text/javascript">ajDocW(PF_clipAV('clipAV77','e29_macao1_2c2_02251.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> and sometimes my naughty little sister used to pick<br><br> <select class="STY_selectTAT" id="champTrou5" onchange="actionDetecteSelect()"><option value=" "> </option></select> and eat them.  <script type="text/javascript">ajDocW(PF_clipAV('clipAV87','e29_macao1_2c2_02261.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script> It  <select class="STY_selectTAT" id="champTrou6" onchange="actionDetecteSelect()"><option value=" "> </option></select> very easy thing to <br><br>do  <script type="text/javascript">ajDocW(PF_clipAV('clipAV43','e29_macao1_2c2_0227.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script>  because  <select class="STY_selectTAT" id="champTrou7" onchange="actionDetecteSelect()"><option value=" "> </option></select> were so low. </div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Ecoutez et complétez (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:132px;#STY_texteTAT/width:510px;height:297px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        exo.tabChamps[exo.tabChamps.length] = '1';
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        exo.nombreTrous++;
+        exo.tabChamps[exo.tabChamps.length] = '2';
+        exo.tabSelects[exo.tabSelects.length] = '2';
+        exo.nombreTrous++;
+        exo.tabChamps[exo.tabChamps.length] = '3';
+        exo.tabSelects[exo.tabSelects.length] = '3';
+        exo.nombreTrous++;
+        exo.tabChamps[exo.tabChamps.length] = '4';
+        exo.tabSelects[exo.tabSelects.length] = '4';
+        exo.nombreTrous++;
+        exo.tabChamps[exo.tabChamps.length] = '5';
+        exo.tabSelects[exo.tabSelects.length] = '5';
+        exo.nombreTrous++;
+        exo.tabChamps[exo.tabChamps.length] = '6';
+        exo.tabSelects[exo.tabSelects.length] = '6';
+        exo.nombreTrous++;
+        exo.tabChamps[exo.tabChamps.length] = '7';
+        exo.tabSelects[exo.tabSelects.length] = '7';
+        exo.nombreTrous++;
+        exo.ajouterReponse('1', 'nw', "#k209711909711503");
+        exo.ajouterReponse('1', 'ng', "was");
+        exo.ajouterReponse('2', 'nw', "#k209711909711503");
+        exo.ajouterReponse('2', 'ng', "was");
+        exo.ajouterReponse('3', 'nw', "#k810109711003209711211210");
+        exo.ajouterReponse('3', 'ng', "our apple");
+        exo.ajouterReponse('4', 'ng', "in a");
+        exo.ajouterReponse('4', 'ng', "in the");
+        exo.ajouterReponse('5', 'ng', "the apples");
+        exo.ajouterReponse('5', 'nw', "some apples");
+        exo.ajouterReponse('6', 'nw', "#k209711909711503");
+        exo.ajouterReponse('6', 'ng', "was");
+        exo.ajouterReponse('7', 'nw', "#k111511610410103209811409711009910410");
+        exo.ajouterReponse('7', 'ng', "branches");
+        exo.ajouterReponse('1', 'ng', "was the");
+        exo.ajouterReponse('2', 'ng', "was the");
+        exo.ajouterReponse('3', 'ng', "the apple");
+        exo.ajouterReponse('3', 'ng', "apple");
+        exo.ajouterReponse('4', 'nw', "in our");
+        exo.ajouterReponse('5', 'ng', "apples");
+        exo.ajouterReponse('6', 'ng', "was the");
+        exo.ajouterReponse('7', 'ng', "some branches");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Ecoutez et complétez
+                    (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bien. Complétez maintenant la
+        suite du texte.</p>
+        <p align=""> </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Une ou plusieurs réponses ne
+        conviennent pas.  Comparez vos réponses avec le corrigé.<br><br>When I  <b>was a</b> little girl, and my naughty
+        little sister  <b>was a</b> little girl, we used to have  <b>an apple</b> tree  <b>in our</b> garden, and
+        sometimes my naughty little sister used to pick  <b>some apples</b> and eat them. It  <b>was a</b> very easy
+        thing to do because <b>the branches</b> were so low.<br></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice">
+    <div id="STY_question" class="STY_question"><br>Ecoutez maintenant les extraits sonores en cliquant sur les
+        flèches et sélectionnez la bonne réponse dans les listes déroulantes.
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT"> 
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV29', 'e29_macao1_2c2.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         When I <select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()">
+            <option value=" "> </option>
+        </select> little girl,  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV55', 'e29_macao1_2c2_02233.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         and my naughty little sister <br><br><select class="STY_selectTAT" id="champTrou2"
+                                                      onchange="actionDetecteSelect()">
+            <option value=" "> </option>
+        </select> little girl,  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV79', 'e29_macao1_2c2_02241.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         we used to  have <select class="STY_selectTAT" id="champTrou3" onchange="actionDetecteSelect()">
+            <option value=" "> </option>
+        </select> tree <select class="STY_selectTAT" id="champTrou4" onchange="actionDetecteSelect()">
+            <option value=" "> </option>
+        </select><br><br> garden,  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV77', 'e29_macao1_2c2_02251.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         and sometimes my naughty little sister used to pick<br><br> <select class="STY_selectTAT" id="champTrou5"
+                                                                             onchange="actionDetecteSelect()">
+            <option value=" "> </option>
+        </select> and eat them.  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV87', 'e29_macao1_2c2_02261.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+         It  <select class="STY_selectTAT" id="champTrou6" onchange="actionDetecteSelect()">
+            <option value=" "> </option>
+        </select> very easy thing to <br><br>do  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV43', 'e29_macao1_2c2_0227.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+          because  <select class="STY_selectTAT" id="champTrou7" onchange="actionDetecteSelect()">
+            <option value=" "> </option>
+        </select> were so low.
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg636.html b/Basilisk/MACAO/macao_12/contenu/pages/pg636.html
index c8695a158cacbb91080a252800671760828987dd..abbff5a013dd3734a756aae044084fd5a8e3ac02 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg636.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg636.html
@@ -1 +1,141 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Commentaire</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');leCours.ajouterCommentaire("divCmt1","Syllabes orales","","","","","","","","");leCours.ajouterCommentaire("divCmt2","Syllabes écrites","","","","","","","","");dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Commentaire</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"><br><br><br><br><br><br><br><br><br>Pour identifier les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.</div><div id="divCmt2" onclick="SPE_clicDansBulle(event,'2')"><br><br><br><br><br><br><br><br><br>Si la syllabe orale peut être définie avec précision, la "syllabe écrite" est reconnue plus instinctivement : c'est l'héritage de l'école primaire où l'on a pu avoir l'habitude d'apprendre à lire en découpant les mots.</div></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""> </p><table class="STY_tableau" width="100%" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top">Syllabes orales<b><font color="#a60a69"><font color="#a60a69"><br><br></font></font></b></td><td valign="top"></td><td valign="top">Syllabes écrites</td></tr><tr><td valign="top"><img align="center" border="0" src="../media/tablo_syllorales01p.jpg" id="MosImg27"><font color="#a60a69"><font color="#a60a69"><br><br></font></font></td><td width="55" valign="top"><p align=""><font color="#a60a69"><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV21','every4.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></font></p></td><td valign="top"><img align="center" border="0" src="../media/tablo_syllecrites01p.jpg" id="MosImg72"></td></tr><tr><td valign="top"><img align="center" border="0" src="../media/tablo_syllorales02p.jpg" id="MosImg42"><br><br></td><td valign="top"><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV25','interresting2.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><img align="center" border="0" src="../media/tablo_syllecrites02p.jpg" id="MosImg97"></td></tr><tr><td valign="top"><img align="center" border="0" src="../media/tablo_syllorales03p.jpg" id="MosImg76"></td><td valign="top"><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV16','dangerous2.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><img align="center" border="0" src="../media/tablo_syllecrites03p.jpg" id="MosImg77"></td></tr></table><br><br><br>Vous pouvez réécouter chaque mot en cliquant sur la flèche. On remarque que les mots entendus ne présentent pas le même nombre de <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">syllabes orales</a> et de "<a class="STY_lienComt" href="javascript:CRS_afficherDetail('2')" onclick="enrPosClic(event,'2')">syllabes écrites</a>". </div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Commentaire</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        leCours.ajouterCommentaire("divCmt1", "Syllabes orales", "", "", "", "", "", "", "", "");
+        leCours.ajouterCommentaire("divCmt2", "Syllabes écrites", "", "", "", "", "", "", "", "");
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Commentaire</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"><br><br><br><br><br><br><br><br><br>Pour identifier les
+        syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule
+        voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.
+    </div>
+    <div id="divCmt2" onclick="SPE_clicDansBulle(event,'2')"><br><br><br><br><br><br><br><br><br>Si la syllabe orale
+        peut être définie avec précision, la "syllabe écrite" est reconnue plus instinctivement : c'est l'héritage de
+        l'école primaire où l'on a pu avoir l'habitude d'apprendre à lire en découpant les mots.
+    </div>
+</div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""> </p>
+        <table class="STY_tableau" width="100%" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top">Syllabes orales<b><font color="#a60a69"><font
+                        color="#a60a69"><br><br></font></font></b></td>
+                <td valign="top"></td>
+                <td valign="top">Syllabes écrites</td>
+            </tr>
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/tablo_syllorales01p.jpg"
+                                      id="MosImg27"><font color="#a60a69"><font color="#a60a69"><br><br></font></font>
+                </td>
+                <td width="55" valign="top">
+                    <p align=""><font color="#a60a69"><br>
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV21', 'every4.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    </font></p>
+                </td>
+                <td valign="top"><img align="center" border="0" src="../media/tablo_syllecrites01p.jpg" id="MosImg72">
+                </td>
+            </tr>
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/tablo_syllorales02p.jpg"
+                                      id="MosImg42"><br><br></td>
+                <td valign="top"><br>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV25', 'interresting2.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><img align="center" border="0" src="../media/tablo_syllecrites02p.jpg" id="MosImg97">
+                </td>
+            </tr>
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/tablo_syllorales03p.jpg" id="MosImg76">
+                </td>
+                <td valign="top"><br>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV16', 'dangerous2.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><img align="center" border="0" src="../media/tablo_syllecrites03p.jpg" id="MosImg77">
+                </td>
+            </tr>
+        </table>
+        <br><br><br>Vous pouvez réécouter chaque mot en cliquant sur la flèche. On remarque que les mots entendus ne
+        présentent pas le même nombre de <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')"
+                                            onclick="enrPosClic(event,'1')">syllabes orales</a> et de "<a
+                class="STY_lienComt" href="javascript:CRS_afficherDetail('2')" onclick="enrPosClic(event,'2')">syllabes
+            écrites</a>".
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg6361.html b/Basilisk/MACAO/macao_12/contenu/pages/pg6361.html
index ff16ed492ca58bb4e45f2085287ba1638068dd8c..dadf5b2793c3ae7cc1717077c5ea6ddacc9394e0 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg6361.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg6361.html
@@ -1 +1,245 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir entre deux mots (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir entre deux mots (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bonne réponse ! </p><p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur transcription :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV604','bt_sink.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">sink</td><td valign="top"><img align="center" border="0" src="../media/phon_sink.png" id="MosImg37" style="visibility:hidden"><br><br></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV725','bt_think1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">think</td><td valign="top"><img align="center" border="0" src="../media/phon_think.png" id="MosImg69" style="visibility:hidden"></td></tr></table></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez.</p><p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur transcription :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV60','bt_sink.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">sink</td><td valign="top"><img align="center" border="0" src="../media/phon_sink.png" id="MosImg376" style="visibility:hidden"><br><br></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV72','bt_think1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">think</td><td valign="top"><img align="center" border="0" src="../media/phon_think.png" id="MosImg691" style="visibility:hidden"></td></tr></table></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici une transcription : </p><p align=""><img align="center" border="0" src="../media/phon_think.png" id="MosImg278" style="visibility:hidden">   <script type="text/javascript">ajDocW(PF_clipAV('clipAV724','bt_think1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>         <br><br>                                                                 <br>Ecoutez l'enregistrement en cliquant sur le bouton puis validez le mot correspondant à l'enregistrement et à sa transcription :</p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">sink</div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">think</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir entre deux mots (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir entre deux
+                    mots (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bonne réponse ! </p>
+        <p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur
+            transcription :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV604', 'bt_sink.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">sink</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_sink.png" id="MosImg37"
+                                      style="visibility:hidden"><br><br></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV725', 'bt_think1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">think</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_think.png" id="MosImg69"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez.</p>
+        <p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur
+            transcription :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV60', 'bt_sink.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">sink</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_sink.png" id="MosImg376"
+                                      style="visibility:hidden"><br><br></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV72', 'bt_think1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">think</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_think.png" id="MosImg691"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici une transcription : </p>
+        <p align=""><img align="center" border="0" src="../media/phon_think.png" id="MosImg278"
+                         style="visibility:hidden">  
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV724', 'bt_think1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+            <br>         <br><br>                                                                 <br>Ecoutez
+            l'enregistrement en cliquant sur le bouton puis validez le mot correspondant à l'enregistrement et à sa
+            transcription :
+        </p>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">sink
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">think
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg639.html b/Basilisk/MACAO/macao_12/contenu/pages/pg639.html
index b3b3bee93314bd5c137ecf1bded75f13ac906d26..f6d4432bacd79635e72772a38a2cd2682461940e 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg639.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg639.html
@@ -1 +1,215 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Spécificité des voyelles (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Spécificité des voyelles (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Vous avez raison.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Vous vous trompez. La voyelle n'est pas composée de 2 sons. Réécoutez le mot.</div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><br>Ecoutez le mot <i>leg</i> en cliquant sur le bouton, puis à l'aide de la souris, sélectionnez l'affirmation qui vous semble juste.<br><br>                                                   <script type="text/javascript">ajDocW(PF_clipAV('clipAV45','bt_leg.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script>  <b>leg</b></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">la voyelle contient un son unique et stable</div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">la voyelle est composée de 2 sons prononcés de manière égale</div></td></tr><tr id="trRep3"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><img border="0" hspace="1" id="boutonRep3" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep3"><div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)">la voyelle est composée de 2 sons prononcés de manière inégale</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Spécificité des voyelles (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Spécificité des
+                    voyelles (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Vous avez raison.</div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Vous vous trompez. La voyelle n'est pas composée de
+        2 sons. Réécoutez le mot.
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez le mot <i>leg</i> en cliquant sur le bouton, puis
+        à l'aide de la souris, sélectionnez l'affirmation qui vous semble juste.<br><br>                                                  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV45', 'bt_leg.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+          <b>leg</b></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">la voyelle contient un son
+                        unique et stable
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">la voyelle est composée de 2
+                        sons prononcés de manière égale
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep3">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg3"
+                                                                onmouseover="exo.changerBouton(3,true);"
+                                                                onmouseout="exo.changerBouton(3,false);"
+                                                                onclick="exo.action(3)"><img border="0" hspace="1"
+                                                                                             id="boutonRep3"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep3">
+                    <div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);"
+                         onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)">la voyelle est composée de 2
+                        sons prononcés de manière inégale
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg643.html b/Basilisk/MACAO/macao_12/contenu/pages/pg643.html
index f46f4dafabcad03a3fc5f4b9bd39fa18bc9ba49d..4c7c759b890167686e1657f0ec538ab3d153c2a8 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg643.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg643.html
@@ -1 +1,103 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Ecoutez...</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Ecoutez...</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69">Voici la transcription incomplète d'un récit d'enfance. Ecoutez ce récit en cliquant sur la flèche.<br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV65','e29_macao1_2c11.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></font></p><p align=""><font color="#a60a69">When I .................little girl, and my naughty little sister.................little girl, we used to have.................tree.................garden, and sometimes my naughty little sister used to pick.................and eat them. It.................very easy thing to do because.................were so low.<br><br>So,.................told us we were not to pick.................. My mother said, 'It's naughty to pick the apples when they are growing upon................., because we want them to go on growing until they are ripe and rosy, and then we shall pick them and put them quite away.................winter-time'.<br><br>'If you.................', my mother said, 'you must pick up a windfall and bring it to me, and I shall wash it for you.'<br>As you know, 'windfalls' are apples that fall off.................on to................., so, one day, my little sister looked.................and found.................on the grass and she took it in for my mother to wash.</font></p><p align=""> </p><p align=""><font color="#a60a69"> </font></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Ecoutez...</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Ecoutez...</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <p align=""><font color="#a60a69">Voici la transcription incomplète d'un récit d'enfance. Ecoutez ce récit en
+            cliquant sur la flèche.<br><br>
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV65', 'e29_macao1_2c11.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+            <br></font></p>
+        <p align=""><font color="#a60a69">When I .................little girl, and my naughty little
+            sister.................little girl, we used to have.................tree.................garden, and
+            sometimes my naughty little sister used to pick.................and eat them. It.................very easy
+            thing to do because.................were so low.<br><br>So,.................told us we were not to
+            pick.................. My mother said, 'It's naughty to pick the apples when they are growing
+            upon................., because we want them to go on growing until they are ripe and rosy, and then we shall
+            pick them and put them quite away.................winter-time'.<br><br>'If you.................', my mother
+            said, 'you must pick up a windfall and bring it to me, and I shall wash it for you.'<br>As you know,
+            'windfalls' are apples that fall off.................on to................., so, one day, my little sister
+            looked.................and found.................on the grass and she took it in for my mother to
+            wash.</font></p>
+        <p align=""> </p>
+        <p align=""><font color="#a60a69"> </font></p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg651.html b/Basilisk/MACAO/macao_12/contenu/pages/pg651.html
index 8843b03cde2c10707d4b0cf98a60835375613c72..5a2528f8ae9697c7bccf8faca06f5132feb5dea0 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg651.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg651.html
@@ -1,9 +1,106 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Les symboles phonétiques (5)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles phonétiques (5)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Les symboles phonétiques (5)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles
+                    phonétiques (5)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
 
 <div id="" style=" z-index: 50; left: 180px; width: 94px; position: absolute; top: 437px; height: 40px">
-<div style="text-align:left"><applet code="fr.univmontp3.metice.recorderapplet/RecorderApplet.class" archive="../../contenu/media/Sum3recorder.jar" width="100" height="30">applet enregistreur.</applet></div>
+    <div style="text-align:left">
+        <applet code="fr.univmontp3.metice.recorderapplet/RecorderApplet.class"
+                archive="../../contenu/media/Sum3recorder.jar" width="100" height="30">applet enregistreur.
+        </applet>
+    </div>
 </div>
 </div>
 
 
-<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#a60a69">Ecoutez les différents mots associés aux symboles phonétiques<br>en cliquant sur le haut parleur. Entraînez-vous à prononcer ces mots<br>en faisant attention au <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('pgd382','PAGE')">point d'articulation</a> qui est commun aux trois consonnes.<br><br>Pour vous enregistrer ou interrompre l'enregistrement, cliquez sur le bouton rouge.<br>Pour vous réécouter, cliquez sur la flèche noire.<br><br></font><font color="#800080"><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV41','page5a21.swf','500','320','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></font></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#a60a69">Ecoutez les différents mots
+        associés aux symboles phonétiques<br>en cliquant sur le haut parleur. Entraînez-vous à prononcer ces mots<br>en
+        faisant attention au <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('pgd382','PAGE')">point
+            d'articulation</a> qui est commun aux trois consonnes.<br><br>Pour vous enregistrer ou interrompre
+        l'enregistrement, cliquez sur le bouton rouge.<br>Pour vous réécouter, cliquez sur la flèche
+        noire.<br><br></font><font color="#800080"><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV41', 'page5a21.swf', '500', '320', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        <br></font></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg665.html b/Basilisk/MACAO/macao_12/contenu/pages/pg665.html
index e190763b09ed2da08f209d1be38c0d627a41d8ed..7fb8d69282d7d54673adf7a632cfa7c7f6e866cc 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg665.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg665.html
@@ -1 +1,354 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir l'accentuation adéquate (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCM");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=5;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=6;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=7;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=8;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=9;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","2","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","3","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","8","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","9","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir l'accentuation adéquate (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font color="#a60a69"></font> </p><p align=""><font color="#a60a69"><br></font> </p><p align=""><font color="#a60a69">Voici le corrigé :<br></font><font color="#a60a69"><br></font><font color="#a60a69">The farmer refused<br>to <b><i>produce </i></b>organic <i><b>produce</b></i>.<br><br> <img align="center" border="0" src="../media/phon_produce_12.png" id="MosImg30781" style="visibility:hidden">        <img align="center" border="0" src="../media/phon_produce_2.png" id="MosImg56015" style="visibility:hidden"></font></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><font color="#a60a69"><p align=""><font color="#a60a69"></font> </p><p align=""><font color="#a60a69"><br></font> <br></p><p align=""><font color="#a60a69">Voici le corrigé :<br><br><font color="#a60a69">The farmer refused<br>to <b><i>produce </i></b>organic <i><b>produce</b></i>.<br></font><br> <img align="center" border="0" src="../media/phon_produce_12.png" id="MosImg3078" style="visibility:hidden">        <img align="center" border="0" src="../media/phon_produce_2.png" id="MosImg5601" style="visibility:hidden"></font></p></font></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p align=""><font color="#a60a69"><br><br><br><br><br><br><br><br><br><br><br><br>Voici le corrigé :<br><br><font color="#a60a69">The farmer refused<br>to <b><i>produce </i></b>organic <i><b>produce</b></i>.</font><br><br> <img align="center" border="0" src="../media/phon_produce_12.png" id="MosImg30783" style="visibility:hidden">        <img align="center" border="0" src="../media/phon_produce_2.png" id="MosImg560153" style="visibility:hidden"></font></p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><font color="#a60a69"></font><p align=""><font color="#a60a69"><br><br><br><br><br><br><br><br><br><br><br><br>Voici le corrigé :<br><br><font color="#a60a69">The farmer refused<br>to <b><i>produce </i></b>organic <i><b>produce</b></i>.<br></font><br> <img align="center" border="0" src="../media/phon_produce_12.png" id="MosImg307831" style="visibility:hidden">        <img align="center" border="0" src="../media/phon_produce_2.png" id="MosImg5601539" style="visibility:hidden"></font></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><font color="#a60a69"><p align=""><br>Ecoutez l'énoncé ci-dessous en cliquant sur le bouton et validez la transcription phonétique qui convient pour les mots écrits en italique.<br><br><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="50" valign="top">      <script type="text/javascript">ajDocW(PF_clipAV('clipAV37','bt_farmer_refuse.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="400" valign="top"><font color="#a60a69">The farmer refused to <i>produce </i>organic <i>produce</i>.</font></td></tr></table></p></font></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellpadding="0" cellspacing="12" align="center"><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep1"><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"> <font color="#a60a69">The farmer refused to <i><b>produce</b></i> ...</font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep2"><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span style="FONT-SIZE: 250%">•</span><img align="center" border="0" src="../media/phon_produce_13.png" id="MosImg458" style="visibility:hidden"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep3"><td valign="top" class="STY_bordureQC" id="tdRep3"><div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span style="FONT-SIZE: 250%">•</span><img align="center" border="0" src="../media/phon_produce_2_.png" id="MosImg693" style="visibility:hidden"></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep4"><td valign="top" class="STY_bordureQC" id="tdRep4"><div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);" onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep5"><td valign="top" class="STY_bordureQC" id="tdRep5"><div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);" onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><font color="#a60a69"></font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep6"><td valign="top" class="STY_bordureQC" id="tdRep6"><div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);" onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"><font color="#a60a69"><i><b></b></i></font></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep7"><td valign="top" class="STY_bordureQC" id="tdRep7"><div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);" onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><font color="#a60a69">...organic <i><b>produce.</b></i></font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep8"><td valign="top" class="STY_bordureQC" id="tdRep8"><div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);" onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span style="FONT-SIZE: 250%">•</span><img align="center" border="0" src="../media/phon_produce_13.png" id="MosImg45" style="visibility:hidden"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep9"><td valign="top" class="STY_bordureQC" id="tdRep9"><div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);" onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span style="FONT-SIZE: 250%">•</span><img align="center" border="0" src="../media/phon_produce_2_.png" id="MosImg69" style="visibility:hidden"></div></td></tr></table></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir l'accentuation adéquate (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCM");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 5;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 6;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 7;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 8;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 9;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "3", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "8", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "9", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir
+                    l'accentuation adéquate (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font color="#a60a69"></font> </p>
+        <p align=""><font color="#a60a69"><br></font> </p>
+        <p align=""><font color="#a60a69">Voici le corrigé :<br></font><font color="#a60a69"><br></font><font
+                color="#a60a69">The farmer refused<br>to <b><i>produce </i></b>organic
+            <i><b>produce</b></i>.<br><br> <img align="center" border="0" src="../media/phon_produce_12.png"
+                                                id="MosImg30781" style="visibility:hidden">        <img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/phon_produce_2.png"
+                                                                                                        id="MosImg56015"
+                                                                                                        style="visibility:hidden"></font>
+        </p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><font color="#a60a69"><p align=""><font
+            color="#a60a69"></font> </p>
+        <p align=""><font color="#a60a69"><br></font> <br></p>
+        <p align=""><font color="#a60a69">Voici le corrigé :<br><br><font color="#a60a69">The farmer refused<br>to
+            <b><i>produce </i></b>organic <i><b>produce</b></i>.<br></font><br> <img align="center" border="0"
+                                                                                     src="../media/phon_produce_12.png"
+                                                                                     id="MosImg3078"
+                                                                                     style="visibility:hidden">       
+            <img align="center" border="0" src="../media/phon_produce_2.png" id="MosImg5601" style="visibility:hidden"></font>
+        </p></font></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p align=""><font
+            color="#a60a69"><br><br><br><br><br><br><br><br><br><br><br><br>Voici le corrigé :<br><br><font
+            color="#a60a69">The farmer refused<br>to <b><i>produce </i></b>organic <i><b>produce</b></i>.</font><br><br> <img
+            align="center" border="0" src="../media/phon_produce_12.png" id="MosImg30783" style="visibility:hidden">       
+        <img align="center" border="0" src="../media/phon_produce_2.png" id="MosImg560153"
+             style="visibility:hidden"></font></p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><font color="#a60a69"></font>
+        <p align=""><font color="#a60a69"><br><br><br><br><br><br><br><br><br><br><br><br>Voici le corrigé
+            :<br><br><font color="#a60a69">The farmer refused<br>to <b><i>produce </i></b>organic <i><b>produce</b></i>.<br></font><br> <img
+                    align="center" border="0" src="../media/phon_produce_12.png" id="MosImg307831"
+                    style="visibility:hidden">        <img align="center" border="0" src="../media/phon_produce_2.png"
+                                                           id="MosImg5601539" style="visibility:hidden"></font></p>
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><font color="#a60a69"><p align=""><br>Ecoutez l'énoncé
+        ci-dessous en cliquant sur le bouton et validez la transcription phonétique qui convient pour les mots écrits en
+        italique.<br><br>
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="50" valign="top">     
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV37', 'bt_farmer_refuse.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td width="400" valign="top"><font color="#a60a69">The farmer refused to <i>produce </i>organic <i>produce</i>.</font>
+                </td>
+            </tr>
+        </table>
+        </p></font></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellpadding="0" cellspacing="12" align="center">
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep1">
+                            <td valign="top" class="STY_bordureQC" id="tdRep1">
+                                <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                                     onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"> <font
+                                        color="#a60a69">The farmer refused to <i><b>produce</b></i> ...</font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep2">
+                            <td valign="top" class="STY_bordureQC" id="tdRep2">
+                                <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                                     onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span
+                                        style="FONT-SIZE: 250%">•</span><img align="center" border="0"
+                                                                             src="../media/phon_produce_13.png"
+                                                                             id="MosImg458" style="visibility:hidden">
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep3">
+                            <td valign="top" class="STY_bordureQC" id="tdRep3">
+                                <div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);"
+                                     onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span
+                                        style="FONT-SIZE: 250%">•</span><img align="center" border="0"
+                                                                             src="../media/phon_produce_2_.png"
+                                                                             id="MosImg693" style="visibility:hidden">
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep4">
+                            <td valign="top" class="STY_bordureQC" id="tdRep4">
+                                <div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);"
+                                     onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep5">
+                            <td valign="top" class="STY_bordureQC" id="tdRep5">
+                                <div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);"
+                                     onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><font
+                                        color="#a60a69"></font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep6">
+                            <td valign="top" class="STY_bordureQC" id="tdRep6">
+                                <div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);"
+                                     onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"><font
+                                        color="#a60a69"><i><b></b></i></font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep7">
+                            <td valign="top" class="STY_bordureQC" id="tdRep7">
+                                <div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);"
+                                     onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><font
+                                        color="#a60a69">...organic <i><b>produce.</b></i></font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep8">
+                            <td valign="top" class="STY_bordureQC" id="tdRep8">
+                                <div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);"
+                                     onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span
+                                        style="FONT-SIZE: 250%">•</span><img align="center" border="0"
+                                                                             src="../media/phon_produce_13.png"
+                                                                             id="MosImg45" style="visibility:hidden">
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep9">
+                            <td valign="top" class="STY_bordureQC" id="tdRep9">
+                                <div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);"
+                                     onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span
+                                        style="FONT-SIZE: 250%">•</span><img align="center" border="0"
+                                                                             src="../media/phon_produce_2_.png"
+                                                                             id="MosImg69" style="visibility:hidden">
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg672.html b/Basilisk/MACAO/macao_12/contenu/pages/pg672.html
index 69d467d0c809ff0aff00c328325b5dd6b1281a36..6e4843c6f014c3daca95275b5b3698ccb7c617c5 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg672.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg672.html
@@ -1 +1,136 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Mémento : l'accentuation des syllabes</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento : l'accentuation des syllabes</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69"><br>L'accent primaire et l'accent secondaire sont les deux formes d'accentuation les plus audibles. On parle de degrés d'accentuation. Ces degrés vont de l'accent primaire jusqu'à l'inaccentuation. La caractéristique des syllabes totalement inaccentuées est la présence d'une voyelle réduite.<br><br>Les phénomènes d'accentuation affectent la qualité des voyelles.<br><br>Hormis les accentuations primaires et secondaires qui sont habituellement stables dans la langue, on remarque des variantes selon les locuteurs pour les autres accentuations, ce qui signifie que certaines voyelles ne sont pas forcément prononcées :<br><br></font></p><table class="STY_tableau" width="350" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"></td><td width="80" valign="middle">technological</td><td valign="top"><img align="center" border="0" src="../media/phon_technological_page501.png" id="MosImg426" style="visibility:hidden"></td><td valign="top"> </td><td valign="top"></td></tr><tr><td valign="top"></td><td valign="middle">beautiful</td><td valign="top"><img align="center" border="0" src="../media/phon_beautiful1.png" id="MosImg588" style="visibility:hidden"></td><td valign="top"> </td><td valign="top"></td></tr></table><font color="#a60a69"> L'italique signifie que la voyelle n'est pas forcément prononcée, selon les locuteurs</font><font color="#a69a60">.</font><p align=""><font color="#a60a69">De même, selon les locuteurs, pour certains mots, les variantes de l'accentuation impliquent des variantes pour les voyelles, ce que certains dictionnaires indiquent de la façon suivante :</font><br></p><table class="STY_tableau" width="350" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"></td><td width="80" valign="middle">psychoanalysis</td><td valign="top"><img align="center" border="0" src="../media/phon_psychoanalysis_memmen.png" id="MosImg76" style="visibility:hidden"></td><td valign="top"> </td><td valign="top"></td></tr><tr><td valign="top"></td><td valign="middle">curiosity</td><td valign="top"><img align="center" border="0" src="../media/phon_curiosity_memmento.png" id="MosImg50" style="visibility:hidden"></td><td valign="top"> </td><td valign="top"></td></tr></table></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Mémento : l'accentuation des syllabes</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento :
+                    l'accentuation des syllabes
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69"><br>L'accent primaire
+        et l'accent secondaire sont les deux formes d'accentuation les plus audibles. On parle de degrés d'accentuation.
+        Ces degrés vont de l'accent primaire jusqu'à l'inaccentuation. La caractéristique des syllabes totalement
+        inaccentuées est la présence d'une voyelle réduite.<br><br>Les phénomènes d'accentuation affectent la qualité
+        des voyelles.<br><br>Hormis les accentuations primaires et secondaires qui sont habituellement stables dans la
+        langue, on remarque des variantes selon les locuteurs pour les autres accentuations, ce qui signifie que
+        certaines voyelles ne sont pas forcément prononcées :<br><br></font></p>
+        <table class="STY_tableau" width="350" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"></td>
+                <td width="80" valign="middle">technological</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_technological_page501.png"
+                                      id="MosImg426" style="visibility:hidden"></td>
+                <td valign="top"> </td>
+                <td valign="top"></td>
+            </tr>
+            <tr>
+                <td valign="top"></td>
+                <td valign="middle">beautiful</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_beautiful1.png" id="MosImg588"
+                                      style="visibility:hidden"></td>
+                <td valign="top"> </td>
+                <td valign="top"></td>
+            </tr>
+        </table>
+        <font color="#a60a69"> L'italique signifie que la voyelle n'est pas forcément prononcée, selon les
+            locuteurs</font><font color="#a69a60">.</font>
+        <p align=""><font color="#a60a69">De même, selon les locuteurs, pour certains mots, les variantes de
+            l'accentuation impliquent des variantes pour les voyelles, ce que certains dictionnaires indiquent de la
+            façon suivante :</font><br></p>
+        <table class="STY_tableau" width="350" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"></td>
+                <td width="80" valign="middle">psychoanalysis</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_psychoanalysis_memmen.png"
+                                      id="MosImg76" style="visibility:hidden"></td>
+                <td valign="top"> </td>
+                <td valign="top"></td>
+            </tr>
+            <tr>
+                <td valign="top"></td>
+                <td valign="middle">curiosity</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_curiosity_memmento.png" id="MosImg50"
+                                      style="visibility:hidden"></td>
+                <td valign="top"> </td>
+                <td valign="top"></td>
+            </tr>
+        </table>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg673.html b/Basilisk/MACAO/macao_12/contenu/pages/pg673.html
index e5c470ffaca8083b4a42405b385b1b1d5a8da68d..fbe0cdb4e73723dda6e773618c1254872a223daf 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg673.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg673.html
@@ -1 +1,91 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Les symboles phonétiques (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles phonétiques (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#800080">Comme on le voit sur le schéma, les voyelles de l'anglais se prononcent en<br>mobilisant différentes zones de la bouche.<br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV5','page3b.swf','500','320','false','Flash','false','','Quality:high;wmode:transparent',''));</script></font></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Les symboles phonétiques (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles
+                    phonétiques (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#800080">Comme on le voit sur le schéma,
+        les voyelles de l'anglais se prononcent en<br>mobilisant différentes zones de la bouche.<br><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV5', 'page3b.swf', '500', '320', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </font></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg6811.html b/Basilisk/MACAO/macao_12/contenu/pages/pg6811.html
index e21b900095a869167dcff225f07e6561de7b5546..a4b66b11e84204bff03cd91083c258df234648e4 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg6811.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg6811.html
@@ -1 +1,430 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Vérifier la place de l'accent primaire (2) </title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/width:510px;height:271px;#STY_question/width:500px;height:148px;#lienRep6/#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCM");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=5;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=6;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=7;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=8;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=9;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=10;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=11;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=12;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=13;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=14;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=15;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Vérifier la place de l'accent primaire (2) </div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""><br> </p><p align="">En effet, voici la transcription qui convient pour chaque mot :<br><br><br></p><p align=""> </p><p align=""> </p><p align=""> <b>narrator - <img align="absMiddle" border="0" src="../media/narrator2.gif" width="71" height="20" id="MosImg39"><br><br><br><br></b></p><p align=""><br><br> <b>theory - <img align="absMiddle" border="0" src="../media/theory1.gif" width="56" height="22" id="MosImg76"><br><br><br><br></b><br><br> <b>characters - <img align="absMiddle" border="0" src="../media/characters.gif" width="87" height="20" id="MosImg8"></b></p><p align=""><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('pgd661','PAGE')"> Mémento : l'accentuation des syllabes</a></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><br> </p><p align=""> </p><p align="">Vous avez fait une ou plusieurs erreur(s). Voici la transcription qui convient pour chaque mot :</p><p align=""> </p><p align=""> <b>narrator - <img align="absMiddle" border="0" src="../media/narrator2.gif" width="71" height="20" id="MosImg28"></b></p><b></b><p align=""> </p><p align=""><br> <b>theory - <img align="absMiddle" border="0" src="../media/theory1.gif" width="56" height="22" id="MosImg21"><br><br><br></b></p><p align=""> </p><p align=""> <b>characters - <img align="absMiddle" border="0" src="../media/characters.gif" width="87" height="20" id="MosImg92"></b></p><p align=""><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('pgd661','PAGE')">Mémento : l'accentuation des syllabes</a></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br><font color="#000000">Voici la transcription de certains mots du dialogue. Pour chaque mot transcrit, trois possibilités vous sont données en ce qui concerne la place de l'accent primaire. <br>Ecoutez chaque mot transcrit en cliquant sur le bouton et validez la transcription qui convient. <br><br></font>"Would you consider that the <script type="text/javascript">ajDocW(PF_clipAV('clipAV1','bouton_narrator.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent',''));</script> <b>narrator</b> in your last novel is the one who builds up <br>the unity of the story?"<br>"No, my  <script type="text/javascript">ajDocW(PF_clipAV('clipAV83','bouton_theory.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent',''));</script>  <b>theory</b> is rather that the unity comes from the relationships between <br>the <script type="text/javascript">ajDocW(PF_clipAV('clipAV49','bouton_characters.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent',''));</script> <b>characters</b>."</p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellpadding="0" cellspacing="12" align="center"><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep1"><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><span style="FONT-SIZE: 250%">• <img src="../media/phon_narrator_juste1.gif" id="MosImg57" border="0" align="center"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep2"><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span style="FONT-SIZE: 250%">• <img src="../media/narrator_juste.gif" id="MosImg22" border="0" align="center"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep3"><td valign="top" class="STY_bordureQC" id="tdRep3"><div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span style="FONT-SIZE: 250%">• <img align="center" border="0" src="../media/narrator.gif" id="MosImg2"></span></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep4"><td valign="top" class="STY_bordureQC" id="tdRep4"><div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);" onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep5"><td valign="top" class="STY_bordureQC" id="tdRep5"><div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);" onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><span style="FONT-SIZE: 250%"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep6"><td valign="top" class="STY_bordureQC" id="tdRep6"><div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);" onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep7"><td valign="top" class="STY_bordureQC" id="tdRep7"><div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);" onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><span style="FONT-SIZE: 250%">• <img src="../media/theory.gif" id="MosImg37" border="0" align="center"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep8"><td valign="top" class="STY_bordureQC" id="tdRep8"><div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);" onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span style="FONT-SIZE: 250%">• <img src="../media/theory2.gif" id="MosImg24" border="0" align="center"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep9"><td valign="top" class="STY_bordureQC" id="tdRep9"><div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);" onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span style="FONT-SIZE: 250%">• <img src="../media/theory3.gif" id="MosImg38" border="0" align="center"></span></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep10"><td valign="top" class="STY_bordureQC" id="tdRep10"><div class="STY_reponseQC" id="lienRep10" onmouseover="exo.changerBouton(10,true);" onmouseout="exo.changerBouton(10,false);" onclick="exo.action(10)"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep11"><td valign="top" class="STY_bordureQC" id="tdRep11"><div class="STY_reponseQC" id="lienRep11" onmouseover="exo.changerBouton(11,true);" onmouseout="exo.changerBouton(11,false);" onclick="exo.action(11)"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep12"><td valign="top" class="STY_bordureQC" id="tdRep12"><div class="STY_reponseQC" id="lienRep12" onmouseover="exo.changerBouton(12,true);" onmouseout="exo.changerBouton(12,false);" onclick="exo.action(12)"></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep13"><td valign="top" class="STY_bordureQC" id="tdRep13"><div class="STY_reponseQC" id="lienRep13" onmouseover="exo.changerBouton(13,true);" onmouseout="exo.changerBouton(13,false);" onclick="exo.action(13)"><span style="FONT-SIZE: 250%">•</span><img src="../media/characters.gif" id="MosImg44" border="0" align="center"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep14"><td valign="top" class="STY_bordureQC" id="tdRep14"><div class="STY_reponseQC" id="lienRep14" onmouseover="exo.changerBouton(14,true);" onmouseout="exo.changerBouton(14,false);" onclick="exo.action(14)"><span style="FONT-SIZE: 250%">•</span><img src="../media/characters2.gif" id="MosImg93" border="0" align="center"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep15"><td valign="top" class="STY_bordureQC" id="tdRep15"><div class="STY_reponseQC" id="lienRep15" onmouseover="exo.changerBouton(15,true);" onmouseout="exo.changerBouton(15,false);" onclick="exo.action(15)"><span style="FONT-SIZE: 250%">•</span><img src="../media/characters3.gif" id="MosImg91" border="0" align="center"></div></td></tr></table></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Vérifier la place de l'accent primaire (2) </title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/width:510px;height:271px;#STY_question/width:500px;height:148px;#lienRep6/#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCM");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 5;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 6;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 7;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 8;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 9;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 10;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 11;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 12;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 13;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 14;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 15;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Vérifier la place de
+                    l'accent primaire (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""><br> </p>
+        <p align="">En effet, voici la transcription qui convient pour chaque mot :<br><br><br></p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align=""> <b>narrator - <img align="absMiddle" border="0" src="../media/narrator2.gif" width="71" height="20"
+                                        id="MosImg39"><br><br><br><br></b></p>
+        <p align=""><br><br> <b>theory - <img align="absMiddle" border="0" src="../media/theory1.gif" width="56"
+                                              height="22" id="MosImg76"><br><br><br><br></b><br><br> <b>characters -
+            <img align="absMiddle" border="0" src="../media/characters.gif" width="87" height="20" id="MosImg8"></b></p>
+        <p align=""><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('pgd661','PAGE')"> Mémento :
+            l'accentuation des syllabes</a></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><br> </p>
+        <p align=""> </p>
+        <p align="">Vous avez fait une ou plusieurs erreur(s). Voici la transcription qui convient pour chaque mot :</p>
+        <p align=""> </p>
+        <p align=""> <b>narrator - <img align="absMiddle" border="0" src="../media/narrator2.gif" width="71" height="20"
+                                        id="MosImg28"></b></p><b></b>
+        <p align=""> </p>
+        <p align=""><br> <b>theory - <img align="absMiddle" border="0" src="../media/theory1.gif" width="56" height="22"
+                                          id="MosImg21"><br><br><br></b></p>
+        <p align=""> </p>
+        <p align=""> <b>characters - <img align="absMiddle" border="0" src="../media/characters.gif" width="87"
+                                          height="20" id="MosImg92"></b></p>
+        <p align=""><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('pgd661','PAGE')">Mémento :
+            l'accentuation des syllabes</a></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  ">
+        <p align=""><br><font color="#000000">Voici la transcription de certains mots du dialogue. Pour chaque mot
+            transcrit, trois possibilités vous sont données en ce qui concerne la place de l'accent primaire. <br>Ecoutez
+            chaque mot transcrit en cliquant sur le bouton et validez la transcription qui convient. <br><br></font>"Would
+            you consider that the 
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV1', 'bouton_narrator.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', ''));</script>
+             <b>narrator</b> in your last novel is the one who builds up <br>the unity of the story?"<br>"No, my  
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV83', 'bouton_theory.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', ''));</script>
+              <b>theory</b> is rather that the unity comes from the relationships between <br>the 
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV49', 'bouton_characters.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', ''));</script>
+             <b>characters</b>."
+        </p>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellpadding="0" cellspacing="12" align="center">
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep1">
+                            <td valign="top" class="STY_bordureQC" id="tdRep1">
+                                <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                                     onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><span
+                                        style="FONT-SIZE: 250%">• <img src="../media/phon_narrator_juste1.gif"
+                                                                       id="MosImg57" border="0" align="center"></span>
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep2">
+                            <td valign="top" class="STY_bordureQC" id="tdRep2">
+                                <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                                     onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span
+                                        style="FONT-SIZE: 250%">• <img src="../media/narrator_juste.gif" id="MosImg22"
+                                                                       border="0" align="center"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep3">
+                            <td valign="top" class="STY_bordureQC" id="tdRep3">
+                                <div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);"
+                                     onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span
+                                        style="FONT-SIZE: 250%">• <img align="center" border="0"
+                                                                       src="../media/narrator.gif" id="MosImg2"></span>
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep4">
+                            <td valign="top" class="STY_bordureQC" id="tdRep4">
+                                <div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);"
+                                     onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep5">
+                            <td valign="top" class="STY_bordureQC" id="tdRep5">
+                                <div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);"
+                                     onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><span
+                                        style="FONT-SIZE: 250%"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep6">
+                            <td valign="top" class="STY_bordureQC" id="tdRep6">
+                                <div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);"
+                                     onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep7">
+                            <td valign="top" class="STY_bordureQC" id="tdRep7">
+                                <div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);"
+                                     onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><span
+                                        style="FONT-SIZE: 250%">• <img src="../media/theory.gif" id="MosImg37"
+                                                                       border="0" align="center"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep8">
+                            <td valign="top" class="STY_bordureQC" id="tdRep8">
+                                <div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);"
+                                     onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span
+                                        style="FONT-SIZE: 250%">• <img src="../media/theory2.gif" id="MosImg24"
+                                                                       border="0" align="center"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep9">
+                            <td valign="top" class="STY_bordureQC" id="tdRep9">
+                                <div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);"
+                                     onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span
+                                        style="FONT-SIZE: 250%">• <img src="../media/theory3.gif" id="MosImg38"
+                                                                       border="0" align="center"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep10">
+                            <td valign="top" class="STY_bordureQC" id="tdRep10">
+                                <div class="STY_reponseQC" id="lienRep10" onmouseover="exo.changerBouton(10,true);"
+                                     onmouseout="exo.changerBouton(10,false);" onclick="exo.action(10)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep11">
+                            <td valign="top" class="STY_bordureQC" id="tdRep11">
+                                <div class="STY_reponseQC" id="lienRep11" onmouseover="exo.changerBouton(11,true);"
+                                     onmouseout="exo.changerBouton(11,false);" onclick="exo.action(11)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep12">
+                            <td valign="top" class="STY_bordureQC" id="tdRep12">
+                                <div class="STY_reponseQC" id="lienRep12" onmouseover="exo.changerBouton(12,true);"
+                                     onmouseout="exo.changerBouton(12,false);" onclick="exo.action(12)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep13">
+                            <td valign="top" class="STY_bordureQC" id="tdRep13">
+                                <div class="STY_reponseQC" id="lienRep13" onmouseover="exo.changerBouton(13,true);"
+                                     onmouseout="exo.changerBouton(13,false);" onclick="exo.action(13)"><span
+                                        style="FONT-SIZE: 250%">•</span><img src="../media/characters.gif" id="MosImg44"
+                                                                             border="0" align="center"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep14">
+                            <td valign="top" class="STY_bordureQC" id="tdRep14">
+                                <div class="STY_reponseQC" id="lienRep14" onmouseover="exo.changerBouton(14,true);"
+                                     onmouseout="exo.changerBouton(14,false);" onclick="exo.action(14)"><span
+                                        style="FONT-SIZE: 250%">•</span><img src="../media/characters2.gif"
+                                                                             id="MosImg93" border="0" align="center">
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep15">
+                            <td valign="top" class="STY_bordureQC" id="tdRep15">
+                                <div class="STY_reponseQC" id="lienRep15" onmouseover="exo.changerBouton(15,true);"
+                                     onmouseout="exo.changerBouton(15,false);" onclick="exo.action(15)"><span
+                                        style="FONT-SIZE: 250%">•</span><img src="../media/characters3.gif"
+                                                                             id="MosImg91" border="0" align="center">
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg686.html b/Basilisk/MACAO/macao_12/contenu/pages/pg686.html
index c9377f6687b745a2e72adc1cc4ade55b3755c5bb..400f80edde4c1c9bfa10e9b9e3c2f97c7f254367 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg686.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg686.html
@@ -1 +1,97 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'accentuation des auxiliaires</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'accentuation des auxiliaires</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  ">La perception des <b>auxiliaires</b> peut être problématique : <br><br>- il existe des degrés différents dans la réduction des voyelles des auxiliaires ; <br><br>- la réduction des voyelles des <b>auxiliaires</b> dépend en grande partie de la nature des énoncés : négatif, interrogatif ou affirmatif (avec le cas particulier de la réponse brève). <br><br>De façon courante, la voyelle est réduite dans les énoncés affirmatifs (sauf dans le cas d'une réponse brève) tandis qu'elle n'est pas réduite dans les énoncés négatifs. <br><br>Il est essentiel de savoir identifier les <b>auxiliaires</b> avec leurs degrés de réduction possibles. <br><br>Cela est important pour comprendre l'anglais oral tout autant que pour se faire comprendre par des anglophones : l'utilisation d'une voyelle pleine à la place d'une voyelle réduite va créer chez l'auditeur anglophone une interprétation différente du contenu de sens que vous vouliez donner. <br><br><br></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'accentuation des auxiliaires</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'accentuation des
+                    auxiliaires
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">La perception des <b>auxiliaires</b> peut être
+        problématique : <br><br>- il existe des degrés différents dans la réduction des voyelles des auxiliaires ;
+        <br><br>- la réduction des voyelles des <b>auxiliaires</b> dépend en grande partie de la nature des énoncés :
+        négatif, interrogatif ou affirmatif (avec le cas particulier de la réponse brève). <br><br>De façon courante, la
+        voyelle est réduite dans les énoncés affirmatifs (sauf dans le cas d'une réponse brève) tandis qu'elle n'est pas
+        réduite dans les énoncés négatifs. <br><br>Il est essentiel de savoir identifier les <b>auxiliaires</b> avec
+        leurs degrés de réduction possibles. <br><br>Cela est important pour comprendre l'anglais oral tout autant que
+        pour se faire comprendre par des anglophones : l'utilisation d'une voyelle pleine à la place d'une voyelle
+        réduite va créer chez l'auditeur anglophone une interprétation différente du contenu de sens que vous vouliez
+        donner. <br><br><br></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg699.html b/Basilisk/MACAO/macao_12/contenu/pages/pg699.html
index b310e482f5347fe513ff997fce62e19901788092..dab28b8e300a474d8ca9902ff9623c833fe08936 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg699.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg699.html
@@ -1 +1,245 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir entre deux mots (4)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir entre deux mots (4)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bonne réponse ! </p><p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur transcription :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV512','bt_thing1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">thing</td><td valign="top"><img align="center" border="0" src="../media/phon_thing.png" id="MosImg55" style="visibility:hidden"><br><br></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV963','bt_thin.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">thin</td><td valign="top"><img align="center" border="0" src="../media/phon_thin.png" id="MosImg21" style="visibility:hidden"></td></tr></table></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez.</p><p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur transcription :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV51','bt_thing1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">thing</td><td valign="top"><img align="center" border="0" src="../media/phon_thing.png" id="MosImg554" style="visibility:hidden"><br><br></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV96','bt_thin.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">thin</td><td valign="top"><img align="center" border="0" src="../media/phon_thin.png" id="MosImg215" style="visibility:hidden"></td></tr></table></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici une transcription : </p><p align=""><img align="center" border="0" src="../media/phon_thing.png" id="MosImg19" style="visibility:hidden">    <script type="text/javascript">ajDocW(PF_clipAV('clipAV514','bt_thing1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>         <br><br>                                                                 <br>Ecoutez l'enregistrement en cliquant sur le bouton puis validez le mot correspondant à l'enregistrement et à sa transcription :                             </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">thing</div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">thin</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir entre deux mots (4)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir entre deux
+                    mots (4)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bonne réponse ! </p>
+        <p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur
+            transcription :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV512', 'bt_thing1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">thing</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_thing.png" id="MosImg55"
+                                      style="visibility:hidden"><br><br></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV963', 'bt_thin.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">thin</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_thin.png" id="MosImg21"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez.</p>
+        <p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur
+            transcription :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV51', 'bt_thing1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">thing</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_thing.png" id="MosImg554"
+                                      style="visibility:hidden"><br><br></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV96', 'bt_thin.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">thin</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_thin.png" id="MosImg215"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici une transcription : </p>
+        <p align=""><img align="center" border="0" src="../media/phon_thing.png" id="MosImg19"
+                         style="visibility:hidden">    
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV514', 'bt_thing1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+            <br>         <br><br>                                                                 <br>Ecoutez
+            l'enregistrement en cliquant sur le bouton puis validez le mot correspondant à l'enregistrement et à sa
+            transcription :                            
+        </p>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">thing
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">thin
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg71.html b/Basilisk/MACAO/macao_12/contenu/pages/pg71.html
index 2dd9d9a9ea84e8522d4329110cf3244c57c3d3ac..2affa5e63c3f01118f8ac15147d15b392f05db84 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg71.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg71.html
@@ -1 +1,357 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir l'accentuation adéquate  (6)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_zoneCommentaire/width:251px;height:430px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCM");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=5;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=6;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=7;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=8;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=9;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","2","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","3","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","8","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","9","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir l'accentuation adéquate  (6)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font color="#a60a69"></font> </p><p align=""><font color="#a60a69"><br></font><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69"><br>Voici le corrigé :<br><br>The<br><i><b>content</b></i> of her letter gave me <i><b>content </b></i>and joy.</font></span><br></font><font color="#a60a69"><br><img align="center" border="0" src="../media/phon_content_1.png" id="MosImg57729" style="visibility:hidden">               <img align="center" border="0" src="../media/phon_content_2.png" id="MosImg528228" style="visibility:hidden"></font></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p align=""><font color="#a60a69"> </font></p><p align=""><font color="#a60a69"><font color="#a60a69"><br><br></font><font color="#a60a69"><font color="#a60a69"><font color="#a60a69"><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69">Voici le corrigé :<br><br>The<br></font></span></font><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69"><i><b>content</b></i> of her letter gave me <i><b>content</b></i> and joy.</font></span><br></font><font color="#a60a69"><br><img align="center" border="0" src="../media/phon_content_1.png" id="MosImg57722" style="visibility:hidden">               <img align="center" border="0" src="../media/phon_content_2.png" id="MosImg528225" style="visibility:hidden"></font></font></font></font></font></p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p align=""> </p><p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><font color="#a60a69"><font color="#a60a69"><font color="#a60a69"><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69"><br>Voici le corrigé :<br><br>The<br><i><b>content</b></i> of her letter gave me <i><b>content</b></i> and joy.<br></font></span></font><font color="#a60a69"><br><img align="center" border="0" src="../media/phon_content_1.png" id="MosImg57726" style="visibility:hidden">               <img align="center" border="0" src="../media/phon_content_2.png" id="MosImg528221" style="visibility:hidden"></font></font></font></font></p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p align=""> </p><p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><font color="#a60a69"><font color="#a60a69"><font color="#a60a69"><font color="#a60a69"><span style="FONT-SIZE: 90%"><font color="#a60a69"><br>Voici le corrigé :<br><br>The<br><i><b>content</b></i> of her letter gave me <i><b>content</b></i> and joy.</font></span><br></font><font color="#a60a69"><br><img align="center" border="0" src="../media/phon_content_1.png" id="MosImg5772" style="visibility:hidden">               <img align="center" border="0" src="../media/phon_content_2.png" id="MosImg52822" style="visibility:hidden"></font></font></font></font></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><font color="#a60a69"><p align=""><br>Ecoutez l'énoncé ci-dessous en cliquant sur le bouton et validez la transcription phonétique qui convient pour les mots écrits en italique.<br><br><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="50" valign="top">       <script type="text/javascript">ajDocW(PF_clipAV('clipAV38','bt_content.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="400" valign="top"><font color="#a60a69">The <i>content</i> of her letter gave me <i>content</i> and joy</font></td></tr></table></p></font></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellpadding="0" cellspacing="12" align="center"><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep1"><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><font color="#a60a69">The <i><b>content</b></i> of her letter...</font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep2"><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span style="FONT-SIZE: 250%">•<img align="center" border="0" src="../media/phon_content_1.png" id="MosImg571" style="visibility:hidden"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep3"><td valign="top" class="STY_bordureQC" id="tdRep3"><div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span style="FONT-SIZE: 250%">•<img align="center" border="0" src="../media/phon_content_2.png" id="MosImg5210" style="visibility:hidden"></span></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep4"><td valign="top" class="STY_bordureQC" id="tdRep4"><div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);" onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep5"><td valign="top" class="STY_bordureQC" id="tdRep5"><div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);" onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><font color="#a60a69"></font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep6"><td valign="top" class="STY_bordureQC" id="tdRep6"><div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);" onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"><font color="#a60a69"><i><b></b></i></font></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep7"><td valign="top" class="STY_bordureQC" id="tdRep7"><div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);" onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><font color="#a60a69">...gave me <i><b>content</b></i> and joy.. </font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep8"><td valign="top" class="STY_bordureQC" id="tdRep8"><div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);" onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span style="FONT-SIZE: 250%">•<img src="../media/phon_content_1.png" id="MosImg86" border="0" align="center" style="visibility:hidden"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep9"><td valign="top" class="STY_bordureQC" id="tdRep9"><div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);" onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span style="FONT-SIZE: 250%">•<img src="../media/phon_content_2.png" id="MosImg61" border="0" align="center" style="visibility:hidden"></span></div></td></tr></table></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir l'accentuation adéquate (6)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_zoneCommentaire/width:251px;height:430px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCM");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 5;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 6;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 7;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 8;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 9;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "3", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "8", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "9", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir
+                    l'accentuation adéquate (6)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font color="#a60a69"></font> </p>
+        <p align=""><font color="#a60a69"><br></font><font color="#a60a69"><span style="FONT-SIZE: 90%"><font
+                color="#a60a69"><br>Voici le corrigé :<br><br>The<br><i><b>content</b></i> of her letter gave me <i><b>content </b></i>and joy.</font></span><br></font><font
+                color="#a60a69"><br><img align="center" border="0" src="../media/phon_content_1.png" id="MosImg57729"
+                                         style="visibility:hidden">               <img align="center" border="0"
+                                                                                       src="../media/phon_content_2.png"
+                                                                                       id="MosImg528228"
+                                                                                       style="visibility:hidden"></font>
+        </p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p align=""><font color="#a60a69"> </font></p>
+        <p align=""><font color="#a60a69"><font color="#a60a69"><br><br></font><font color="#a60a69"><font
+                color="#a60a69"><font color="#a60a69"><font color="#a60a69"><span style="FONT-SIZE: 90%"><font
+                color="#a60a69">Voici le corrigé :<br><br>The<br></font></span></font><font color="#a60a69"><span
+                style="FONT-SIZE: 90%"><font
+                color="#a60a69"><i><b>content</b></i> of her letter gave me <i><b>content</b></i> and joy.</font></span><br></font><font
+                color="#a60a69"><br><img align="center" border="0" src="../media/phon_content_1.png" id="MosImg57722"
+                                         style="visibility:hidden">               <img align="center" border="0"
+                                                                                       src="../media/phon_content_2.png"
+                                                                                       id="MosImg528225"
+                                                                                       style="visibility:hidden"></font></font></font></font></font>
+        </p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p align=""> </p>
+        <p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><font color="#a60a69"><font
+                color="#a60a69"><font color="#a60a69"><font color="#a60a69"><span style="FONT-SIZE: 90%"><font
+                color="#a60a69"><br>Voici le corrigé :<br><br>The<br><i><b>content</b></i> of her letter gave me <i><b>content</b></i> and joy.<br></font></span></font><font
+                color="#a60a69"><br><img align="center" border="0" src="../media/phon_content_1.png" id="MosImg57726"
+                                         style="visibility:hidden">               <img align="center" border="0"
+                                                                                       src="../media/phon_content_2.png"
+                                                                                       id="MosImg528221"
+                                                                                       style="visibility:hidden"></font></font></font></font>
+        </p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p align=""> </p>
+        <p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><font color="#a60a69"><font
+                color="#a60a69"><font color="#a60a69"><font color="#a60a69"><span style="FONT-SIZE: 90%"><font
+                color="#a60a69"><br>Voici le corrigé :<br><br>The<br><i><b>content</b></i> of her letter gave me <i><b>content</b></i> and joy.</font></span><br></font><font
+                color="#a60a69"><br><img align="center" border="0" src="../media/phon_content_1.png" id="MosImg5772"
+                                         style="visibility:hidden">               <img align="center" border="0"
+                                                                                       src="../media/phon_content_2.png"
+                                                                                       id="MosImg52822"
+                                                                                       style="visibility:hidden"></font></font></font></font>
+        </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><font color="#a60a69"><p align=""><br>Ecoutez l'énoncé
+        ci-dessous en cliquant sur le bouton et validez la transcription phonétique qui convient pour les mots écrits en
+        italique.<br><br>
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="50" valign="top">      
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV38', 'bt_content.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td width="400" valign="top"><font color="#a60a69">The <i>content</i> of her letter gave me
+                    <i>content</i> and joy</font></td>
+            </tr>
+        </table>
+        </p></font></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellpadding="0" cellspacing="12" align="center">
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep1">
+                            <td valign="top" class="STY_bordureQC" id="tdRep1">
+                                <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                                     onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><font
+                                        color="#a60a69">The <i><b>content</b></i> of her letter...</font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep2">
+                            <td valign="top" class="STY_bordureQC" id="tdRep2">
+                                <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                                     onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span
+                                        style="FONT-SIZE: 250%">•<img align="center" border="0"
+                                                                      src="../media/phon_content_1.png" id="MosImg571"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep3">
+                            <td valign="top" class="STY_bordureQC" id="tdRep3">
+                                <div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);"
+                                     onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span
+                                        style="FONT-SIZE: 250%">•<img align="center" border="0"
+                                                                      src="../media/phon_content_2.png" id="MosImg5210"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep4">
+                            <td valign="top" class="STY_bordureQC" id="tdRep4">
+                                <div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);"
+                                     onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep5">
+                            <td valign="top" class="STY_bordureQC" id="tdRep5">
+                                <div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);"
+                                     onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><font
+                                        color="#a60a69"></font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep6">
+                            <td valign="top" class="STY_bordureQC" id="tdRep6">
+                                <div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);"
+                                     onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"><font
+                                        color="#a60a69"><i><b></b></i></font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep7">
+                            <td valign="top" class="STY_bordureQC" id="tdRep7">
+                                <div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);"
+                                     onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><font
+                                        color="#a60a69">...gave me <i><b>content</b></i> and joy.. </font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep8">
+                            <td valign="top" class="STY_bordureQC" id="tdRep8">
+                                <div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);"
+                                     onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span
+                                        style="FONT-SIZE: 250%">•<img src="../media/phon_content_1.png" id="MosImg86"
+                                                                      border="0" align="center"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep9">
+                            <td valign="top" class="STY_bordureQC" id="tdRep9">
+                                <div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);"
+                                     onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span
+                                        style="FONT-SIZE: 250%">•<img src="../media/phon_content_2.png" id="MosImg61"
+                                                                      border="0" align="center"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg713.html b/Basilisk/MACAO/macao_12/contenu/pages/pg713.html
index 7ad5a7f8d69258b16f3c46bf2420814706f0c7d1..3a669db47a06c721e8acac8b3a356c181fa1597b 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg713.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg713.html
@@ -1 +1,213 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Spécificité des voyelles (6)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:126px;#STY_texteQC/width:510px;height:295px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Spécificité des voyelles (6)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">C'est inexact ; réécoutez attentivement les deux mots.</div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez les deux mots suivants en cliquant sur les boutons, puis sélectionnez<br>l'affirmation qui vous semble juste :<br><br><table class="STY_tableau" width="100" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV24','bt_13_bull.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top"><br><img align="center" border="0" src="../media/phon_bull1.png" id="MosImg86" style="visibility:hidden"></td><td valign="top"><p align=""><br>bull</p></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV86','bt_13_group.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><img align="center" border="0" src="../media/phon_group1.png" id="MosImg1" style="visibility:hidden"></td><td valign="top">group<br></td></tr></table></p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">la voyelle en orange est plus longue que la voyelle en violet</div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">il est difficile d'établir une différence de longueur entre les 2 voyelles</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Spécificité des voyelles (6)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:126px;#STY_texteQC/width:510px;height:295px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Spécificité des
+                    voyelles (6)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">C'est inexact ; réécoutez attentivement les deux
+        mots.
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez les deux mots suivants en cliquant
+        sur les boutons, puis sélectionnez<br>l'affirmation qui vous semble juste :<br><br>
+        <table class="STY_tableau" width="100" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><br>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV24', 'bt_13_bull.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br></td>
+                <td valign="top"><br><img align="center" border="0" src="../media/phon_bull1.png" id="MosImg86"
+                                          style="visibility:hidden"></td>
+                <td valign="top"><p align=""><br>bull</p></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV86', 'bt_13_group.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_group1.png" id="MosImg1"
+                                      style="visibility:hidden"></td>
+                <td valign="top">group<br></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">la voyelle en orange est plus
+                        longue que la voyelle en violet
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">il est difficile d'établir une
+                        différence de longueur entre les 2 voyelles
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg717.html b/Basilisk/MACAO/macao_12/contenu/pages/pg717.html
index 5d0783df557277e020bdc865ed902f1af46f06ef..6db91206917b2e5be74db4038083375ffb3b31fb 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg717.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg717.html
@@ -1 +1,104 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Remarquer la syllabe la plus accentuée (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');leCours.ajouterCommentaire("divCmt1","syllabe orale","","","","","","","","");dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Remarquer la syllabe la plus accentuée (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"><br><br><br><br><br><br><br>Pour identifier les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.</div></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#a60a69">Le mot suivant comporte plusieurs </font><font color="#a60a69"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">syllabes</a></font> <font color="#a60a69">représentées par des carrés. Ecoutez le mot en cliquant sur la flèche et désignez la syllabe qui s'entend le plus en cliquant sur le carré correspondant. Plusieurs mots (16) vont vous être proposés successivement.<br></font><p align=""><b><font color="#a60a69">                                  <script type="text/javascript">ajDocW(PF_clipAV('clipAV40','macao_remarque_plus_accent3.swf','366','267','false','Flash','false','','Quality:high;wmode:transparent',''));</script></font></b></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Remarquer la syllabe la plus accentuée (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        leCours.ajouterCommentaire("divCmt1", "syllabe orale", "", "", "", "", "", "", "", "");
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Remarquer la syllabe
+                    la plus accentuée (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"><br><br><br><br><br><br><br>Pour identifier les syllabes
+        orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à
+        laquelle peuvent s'adjoindre une ou plusieurs consonnes.
+    </div>
+</div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#a60a69">Le mot suivant
+        comporte plusieurs </font><font color="#a60a69"><a class="STY_lienComt"
+                                                           href="javascript:CRS_afficherDetail('1')"
+                                                           onclick="enrPosClic(event,'1')">syllabes</a></font> <font
+            color="#a60a69">représentées par des carrés. Ecoutez le mot en cliquant sur la flèche et désignez la syllabe
+        qui s'entend le plus en cliquant sur le carré correspondant. Plusieurs mots (16) vont vous être proposés
+        successivement.<br></font>
+        <p align=""><b><font color="#a60a69">                                  
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV40', 'macao_remarque_plus_accent3.swf', '366', '267', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        </font></b></p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg729.html b/Basilisk/MACAO/macao_12/contenu/pages/pg729.html
index 45091b7748ef6c013b70e72c5bf1615a469201a5..e9293e82f1d8167ba5db4ae46c3711b2bffc5287 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg729.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg729.html
@@ -1 +1,101 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Les symboles phonétiques (11)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles phonétiques (11)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69">Entraînez vous à prononcer ces mots en faisant attention au <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('pgd382','PAGE')">point d'articulation</a> qui est<br></font><font color="#a60a69">commun à /<b>k</b>/, /<font color="#a60a69"><b>g</b></font>/ et /<img src="../media/n_p113.png" id="MosImg32" border="0" align="center" style="visibility:hidden">/.<br><br></font><font color="#800080"><script type="text/javascript">ajDocW(PF_clipAV('clipAV70','page5f11.swf','300','120','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br><font color="#a60a69">Voici d'autres mots contenant /<img src="../media/n_p113.png" id="MosImg3210" border="0" align="center" style="visibility:hidden">/. Ecoutez les en cliquant sur les hauts-parleurs.</font><br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV44','page5f21.swf','350','150','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></font><font color="#a60a69"><br><br></font></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Les symboles phonétiques (11)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles
+                    phonétiques (11)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <p align=""><font color="#a60a69">Entraînez vous à prononcer ces mots en faisant attention au <a
+                class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('pgd382','PAGE')">point d'articulation</a>
+            qui est<br></font><font color="#a60a69">commun à /<b>k</b>/, /<font color="#a60a69"><b>g</b></font>/ et
+            /<img src="../media/n_p113.png" id="MosImg32" border="0" align="center" style="visibility:hidden">/.<br><br></font><font
+                color="#800080">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV70', 'page5f11.swf', '300', '120', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+            <br><font color="#a60a69">Voici d'autres mots contenant /<img src="../media/n_p113.png" id="MosImg3210"
+                                                                          border="0" align="center"
+                                                                          style="visibility:hidden">/. Ecoutez les en
+            cliquant sur les hauts-parleurs.</font><br><br>
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV44', 'page5f21.swf', '350', '150', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+            <br></font><font color="#a60a69"><br><br></font></p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg740.html b/Basilisk/MACAO/macao_12/contenu/pages/pg740.html
index 9b6e81c7ef76fc50d6a56fd92aec8c90a1a3bb04..3f3927dfd020296b17842c19c66154468d9e6004 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg740.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg740.html
@@ -1 +1,353 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir l'accentuation adéquate  (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCM");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=5;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=6;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=7;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=8;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=9;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","2","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","3","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","8","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","9","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir l'accentuation adéquate  (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font color="#a60a69"></font> </p><p align=""><font color="#a60a69"><br></font> </p><p align=""><font color="#a60a69">Voici le corrigé :<br><br>I had to <i><b>subject</b></i> the <i><b>subject</b></i> to a series of tests.<br><br>    <img align="center" border="0" src="../media/phon_subject_1.png" id="MosImg5285" style="visibility:hidden">        <img align="center" border="0" src="../media/phon_subject_2.png" id="MosImg6898" style="visibility:hidden"></font></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><font color="#a60a69"><p align=""><font color="#a60a69"></font> </p><p align=""><font color="#a60a69"><br></font> <br></p><font color="#a60a69"><p align=""><font color="#a60a69">Voici le corrigé :<br><br>I had to <i><b>subject</b></i> the <i><b>subject</b></i> to a series of tests.<br><br>    <img align="center" border="0" src="../media/phon_subject_1.png" id="MosImg5281" style="visibility:hidden">        <img align="center" border="0" src="../media/phon_subject_2.png" id="MosImg6891" style="visibility:hidden"></font></p></font></font></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p align=""> </p><p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><br><br><font color="#a60a69"><font color="#a60a69">Voici le corrigé :<br><br>I had to <i><b>subject</b></i> the <i><b>subject</b></i> to a series of tests.<br><br>    <img align="center" border="0" src="../media/phon_subject_1.png" id="MosImg5284" style="visibility:hidden">        <img align="center" border="0" src="../media/phon_subject_2.png" id="MosImg6899" style="visibility:hidden"></font></font></p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p align=""> </p><p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><br><br><font color="#a60a69"><font color="#a60a69">Voici le corrigé :<br><br>I had to <i><b>subject</b></i> the <i><b>subject</b></i> to a series of tests.<br><br>    <img align="center" border="0" src="../media/phon_subject_1.png" id="MosImg528" style="visibility:hidden">        <img align="center" border="0" src="../media/phon_subject_2.png" id="MosImg689" style="visibility:hidden"></font></font></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><font color="#a60a69"><p align=""><br>Ecoutez l'énoncé ci-dessous en cliquant sur le bouton et validez la transcription phonétique qui convient pour les mots écrits en italique.<br><br><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="50" valign="top">      <script type="text/javascript">ajDocW(PF_clipAV('clipAV25','bt_ihadto1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="400" valign="top"><font color="#a60a69">I had to <i>subject</i> the <i>subject</i> to a series of tests.</font></td></tr></table></p></font></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellpadding="0" cellspacing="12" align="center"><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep1"><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><font color="#a60a69"> <font color="#a60a69">I had to <i><b>subject</b></i>  ...</font></font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep2"><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span style="FONT-SIZE: 250%">•<img align="center" border="0" src="../media/phon_subject_1.png" id="MosImg43" style="visibility:hidden"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep3"><td valign="top" class="STY_bordureQC" id="tdRep3"><div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span style="FONT-SIZE: 250%">•<img align="center" border="0" src="../media/phon_subject_2.png" id="MosImg656" style="visibility:hidden"></span></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep4"><td valign="top" class="STY_bordureQC" id="tdRep4"><div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);" onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep5"><td valign="top" class="STY_bordureQC" id="tdRep5"><div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);" onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><font color="#a60a69"></font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep6"><td valign="top" class="STY_bordureQC" id="tdRep6"><div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);" onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"><font color="#a60a69"><i><b></b></i></font></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep7"><td valign="top" class="STY_bordureQC" id="tdRep7"><div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);" onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><font color="#a60a69">...the <i><b>subject</b></i> to a series of tests.</font></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep8"><td valign="top" class="STY_bordureQC" id="tdRep8"><div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);" onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span style="FONT-SIZE: 250%">•<img src="../media/phon_subject_1.png" id="MosImg37" border="0" align="center" style="visibility:hidden"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep9"><td valign="top" class="STY_bordureQC" id="tdRep9"><div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);" onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span style="FONT-SIZE: 250%">•<img src="../media/phon_subject_2.png" id="MosImg70" border="0" align="center" style="visibility:hidden"></span></div></td></tr></table></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir l'accentuation adéquate (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCM");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 5;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 6;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 7;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 8;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 9;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "3", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "8", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "9", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir
+                    l'accentuation adéquate (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><font color="#a60a69"></font> </p>
+        <p align=""><font color="#a60a69"><br></font> </p>
+        <p align=""><font color="#a60a69">Voici le corrigé :<br><br>I had to <i><b>subject</b></i> the <i><b>subject</b></i>
+            to a series of tests.<br><br>    <img align="center" border="0" src="../media/phon_subject_1.png"
+                                                  id="MosImg5285" style="visibility:hidden">        <img align="center"
+                                                                                                         border="0"
+                                                                                                         src="../media/phon_subject_2.png"
+                                                                                                         id="MosImg6898"
+                                                                                                         style="visibility:hidden"></font>
+        </p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><font color="#a60a69"><p align=""><font
+            color="#a60a69"></font> </p>
+        <p align=""><font color="#a60a69"><br></font> <br></p><font color="#a60a69"><p align=""><font color="#a60a69">Voici
+            le corrigé :<br><br>I had to <i><b>subject</b></i> the <i><b>subject</b></i> to a series of tests.<br><br>    <img
+                    align="center" border="0" src="../media/phon_subject_1.png" id="MosImg5281"
+                    style="visibility:hidden">        <img align="center" border="0" src="../media/phon_subject_2.png"
+                                                           id="MosImg6891" style="visibility:hidden"></font></p></font></font>
+    </div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p align=""> </p>
+        <p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><br><br><font color="#a60a69"><font
+                color="#a60a69">Voici le corrigé :<br><br>I had to <i><b>subject</b></i> the <i><b>subject</b></i> to a
+            series of tests.<br><br>    <img align="center" border="0" src="../media/phon_subject_1.png" id="MosImg5284"
+                                             style="visibility:hidden">        <img align="center" border="0"
+                                                                                    src="../media/phon_subject_2.png"
+                                                                                    id="MosImg6899"
+                                                                                    style="visibility:hidden"></font></font>
+        </p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p align=""> </p>
+        <p align=""><font color="#a60a69"><br></font> <br><br><br><br><br><br><br><br><br><font color="#a60a69"><font
+                color="#a60a69">Voici le corrigé :<br><br>I had to <i><b>subject</b></i> the <i><b>subject</b></i> to a
+            series of tests.<br><br>    <img align="center" border="0" src="../media/phon_subject_1.png" id="MosImg528"
+                                             style="visibility:hidden">        <img align="center" border="0"
+                                                                                    src="../media/phon_subject_2.png"
+                                                                                    id="MosImg689"
+                                                                                    style="visibility:hidden"></font></font>
+        </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><font color="#a60a69"><p align=""><br>Ecoutez l'énoncé
+        ci-dessous en cliquant sur le bouton et validez la transcription phonétique qui convient pour les mots écrits en
+        italique.<br><br>
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="50" valign="top">     
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV25', 'bt_ihadto1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td width="400" valign="top"><font color="#a60a69">I had to <i>subject</i> the <i>subject</i> to a
+                    series of tests.</font></td>
+            </tr>
+        </table>
+        </p></font></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellpadding="0" cellspacing="12" align="center">
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep1">
+                            <td valign="top" class="STY_bordureQC" id="tdRep1">
+                                <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                                     onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><font
+                                        color="#a60a69"> <font color="#a60a69">I had to <i><b>subject</b></i> 
+                                    ...</font></font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep2">
+                            <td valign="top" class="STY_bordureQC" id="tdRep2">
+                                <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                                     onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span
+                                        style="FONT-SIZE: 250%">•<img align="center" border="0"
+                                                                      src="../media/phon_subject_1.png" id="MosImg43"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep3">
+                            <td valign="top" class="STY_bordureQC" id="tdRep3">
+                                <div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);"
+                                     onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span
+                                        style="FONT-SIZE: 250%">•<img align="center" border="0"
+                                                                      src="../media/phon_subject_2.png" id="MosImg656"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep4">
+                            <td valign="top" class="STY_bordureQC" id="tdRep4">
+                                <div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);"
+                                     onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep5">
+                            <td valign="top" class="STY_bordureQC" id="tdRep5">
+                                <div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);"
+                                     onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><font
+                                        color="#a60a69"></font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep6">
+                            <td valign="top" class="STY_bordureQC" id="tdRep6">
+                                <div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);"
+                                     onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"><font
+                                        color="#a60a69"><i><b></b></i></font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep7">
+                            <td valign="top" class="STY_bordureQC" id="tdRep7">
+                                <div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);"
+                                     onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><font
+                                        color="#a60a69">...the <i><b>subject</b></i> to a series of tests.</font></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep8">
+                            <td valign="top" class="STY_bordureQC" id="tdRep8">
+                                <div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);"
+                                     onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span
+                                        style="FONT-SIZE: 250%">•<img src="../media/phon_subject_1.png" id="MosImg37"
+                                                                      border="0" align="center"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep9">
+                            <td valign="top" class="STY_bordureQC" id="tdRep9">
+                                <div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);"
+                                     onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span
+                                        style="FONT-SIZE: 250%">•<img src="../media/phon_subject_2.png" id="MosImg70"
+                                                                      border="0" align="center"
+                                                                      style="visibility:hidden"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg758.html b/Basilisk/MACAO/macao_12/contenu/pages/pg758.html
index 1798759aaeaaf42ccd2d57c94f05decb3fe2c7b0..692745b1e8f886c210afc92d417e0b4900e00a60 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg758.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg758.html
@@ -1 +1,245 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir entre deux mots (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir entre deux mots (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bonne réponse ! </p><p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur transcription :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV184','bt_thought.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">thought</td><td valign="top"><img align="center" border="0" src="../media/phon_thought.png" id="MosImg317" style="visibility:hidden"><br><br></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV664','bt_though.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">though</td><td valign="top"><img align="center" border="0" src="../media/phon_though.png" id="MosImg181" style="visibility:hidden"></td></tr></table></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez.</p><p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur transcription :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV18','bt_thought.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">thought</td><td valign="top"><img align="center" border="0" src="../media/phon_thought.png" id="MosImg31" style="visibility:hidden"><br><br></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV666','bt_though.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">though</td><td valign="top"><img align="center" border="0" src="../media/phon_though.png" id="MosImg18" style="visibility:hidden"></td></tr></table></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici une transcription : </p><p align=""><img align="center" border="0" src="../media/phon_though.png" id="MosImg622" style="visibility:hidden">   <script type="text/javascript">ajDocW(PF_clipAV('clipAV66','bt_though.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br><br><br>                                                                 <br>Ecoutez l'enregistrement en cliquant sur le bouton puis validez le mot correspondant à l'enregistrement et à sa transcription :                            </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">thought</div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">though</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir entre deux mots (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir entre deux
+                    mots (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Bonne réponse ! </p>
+        <p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur
+            transcription :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV184', 'bt_thought.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">thought</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_thought.png" id="MosImg317"
+                                      style="visibility:hidden"><br><br></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV664', 'bt_though.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">though</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_though.png" id="MosImg181"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez.</p>
+        <p align="">Vous pouvez comparer les deux mots, en remarquant leur prononciation, leur écriture et leur
+            transcription :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV18', 'bt_thought.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">thought</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_thought.png" id="MosImg31"
+                                      style="visibility:hidden"><br><br></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV666', 'bt_though.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">though</td>
+                <td valign="top"><img align="center" border="0" src="../media/phon_though.png" id="MosImg18"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici une transcription : </p>
+        <p align=""><img align="center" border="0" src="../media/phon_though.png" id="MosImg622"
+                         style="visibility:hidden">  
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV66', 'bt_though.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+            <br><br><br>                                                                 <br>Ecoutez l'enregistrement en
+            cliquant sur le bouton puis validez le mot correspondant à l'enregistrement et à sa transcription
+            :                           
+        </p>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">thought
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">though
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg76.html b/Basilisk/MACAO/macao_12/contenu/pages/pg76.html
index 57bdc3a21d639ffa1fb1fe1b3b13c687c26f634c..3b60dbf055632cea3c93058eee7f1a63f8b25537 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg76.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg76.html
@@ -1 +1,198 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une prononciation (4)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:129px;#STY_texteQC/width:510px;height:290px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une prononciation (4)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement, la transcription correspond au premier mot entendu : <i>cat</i>.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez, la transcription correspond au premier mot entendu : <i>cat</i>.<br><br><br><br> </p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici la transcription d'un mot : </p><p align=""><img align="center" border="0" src="../media/phon_cat.png" id="MosImg7" style="visibility:hidden"><br><br>Ecoutez les deux mots enregistrés, en cliquant sur les boutons.<br>La transcription ci-dessus correspond-elle au premier mot entendu ou au second ?<br><br>Sélectionnez l'enregistrement qui convient :                                                      </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><script type="text/javascript">ajDocW(PF_clipAV('clipAV35','bt_cat.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><script type="text/javascript">ajDocW(PF_clipAV('clipAV96','bt_kater.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une prononciation (4)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:129px;#STY_texteQC/width:510px;height:290px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    prononciation (4)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement, la transcription correspond
+        au premier mot entendu : <i>cat</i>.
+    </div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez, la transcription
+        correspond au premier mot entendu : <i>cat</i>.<br><br><br><br> </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici la transcription d'un mot : </p>
+        <p align=""><img align="center" border="0" src="../media/phon_cat.png" id="MosImg7"
+                         style="visibility:hidden"><br><br>Ecoutez les deux mots enregistrés, en cliquant sur les
+            boutons.<br>La transcription ci-dessus correspond-elle au premier mot entendu ou au second ?<br><br>Sélectionnez
+            l'enregistrement qui convient :                                                      </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV35', 'bt_cat.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV96', 'bt_kater.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg763.html b/Basilisk/MACAO/macao_12/contenu/pages/pg763.html
index 124285f1f9e7afc5a3a2a639faf69f4cfe247d66..4501a1b0bc44a351ac97367d1bbe684ab6689b3c 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg763.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg763.html
@@ -1 +1,107 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire WILL (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire WILL (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69"><font color="#000000"><font color="#a60a69">Ecoutez chacun de ces deux énoncés en cliquant sur la flèche.<br></font><br><br></font></font></p><table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV44','e29_macao1_2a31.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top"><p align=""><br>"Will you post this letter tomorrow?"<br>"Don't worry, I will see to it."</p><p align=""> </p></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV84','e29_macao1_2a41.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><br>"Will you come?"<br>"Yes, I will."</td></tr></table><br><br></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire WILL (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire WILL
+                    (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69"><font
+            color="#000000"><font color="#a60a69">Ecoutez chacun de ces deux énoncés en cliquant sur la
+        flèche.<br></font><br><br></font></font></p>
+        <table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="20" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV44', 'e29_macao1_2a31.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br></td>
+                <td valign="top"><p align=""><br>"Will you post this letter tomorrow?"<br>"Don't worry, I will see to
+                    it."</p>
+                    <p align=""> </p></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV84', 'e29_macao1_2a41.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><br>"Will you come?"<br>"Yes, I will."</td>
+            </tr>
+        </table>
+        <br><br></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg769.html b/Basilisk/MACAO/macao_12/contenu/pages/pg769.html
index 2141274a49795a04b5a7ed53eb78407d277d5cce..5cc6c5a34e7addefa4a3f2190a4a0f84660bb3bd 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg769.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg769.html
@@ -1 +1,231 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Distinguer d'éventuelles variantes (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:150px;#STY_texteQC/width:510px;height:267px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Distinguer d'éventuelles variantes (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Effectivement.</p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV166','e29_macao1_2b52.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script> <i>According to a new study. bad news on television can cause depression.</i></p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV319','e29_macao1_2b62.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script> <i>Where did she say she was going to?</i></p>Dans l'énoncé 2, la question porte sur le lieu (<i>where</i>). Le complément qui suit habituellement la préposition <i>to</i> est donc absent. La <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a> de <i>to</i> ne peut pas alors être réduite; on entend bien <i>to</i>. En revanche, dans l'énoncé 1, <i>to</i> est inaccentué et comporte une <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a></b>, donc peu audible. </div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Pas d'accord.</p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV16','e29_macao1_2b52.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script> <i>According to a new study. bad news on television can cause depression.</i></p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV31','e29_macao1_2b62.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script> <i>Where did she say she was going to?</i></p><p align="">Dans l'énoncé 2, la question porte sur le lieu (<i>where</i>). Le complément qui suit habituellement la préposition <i>to</i> est donc absent. La <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a> de <i>to</i> ne peut pas alors être réduite; on entend bien <i>to</i>. En revanche, dans l'énoncé 1, <i>to</i> est inaccentué et comporte une <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')"><b>voyelle réduite</b></a>, donc peu audible. Prenez le temps de réécouter chaque énoncé en cliquant sur le haut-parleur.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez à nouveau chaque énoncé en cliquant sur la flèche.<br>Est-ce que TO se prononce de la même façon dans les deux énoncés ?<br><br><table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="100" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV163','e29_macao1_2b52.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>    Enoncé 1</td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV315','e29_macao1_2b62.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>    Enoncé 2</td></tr></table></p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">TO se prononce de la même façon dans les deux énoncés.</p></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><p align="">TO ne se prononce pas de la même façon dans les deux énoncés.</p></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Distinguer d'éventuelles variantes (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:150px;#STY_texteQC/width:510px;height:267px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Distinguer
+                    d'éventuelles variantes (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Effectivement.</p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV166', 'e29_macao1_2b52.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+             <i>According to a new study. bad news on television can cause depression.</i></p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV319', 'e29_macao1_2b62.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+             <i>Where did she say she was going to?</i></p>
+        Dans l'énoncé 2, la question porte sur le lieu (<i>where</i>). Le complément qui suit habituellement la
+        préposition <i>to</i> est donc absent. La <a class="STY_lienDansZoneComt"
+                                                     href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a>
+        de <i>to</i> ne peut pas alors être réduite; on entend bien <i>to</i>. En revanche, dans l'énoncé 1, <i>to</i>
+        est inaccentué et comporte une <b><a class="STY_lienDansZoneComt"
+                                             href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle
+            réduite</a></b>, donc peu audible.
+    </div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Pas d'accord.</p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV16', 'e29_macao1_2b52.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+             <i>According to a new study. bad news on television can cause depression.</i></p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV31', 'e29_macao1_2b62.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+             <i>Where did she say she was going to?</i></p>
+        <p align="">Dans l'énoncé 2, la question porte sur le lieu (<i>where</i>). Le complément qui suit habituellement
+            la préposition <i>to</i> est donc absent. La <a class="STY_lienDansZoneComt"
+                                                            href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a>
+            de <i>to</i> ne peut pas alors être réduite; on entend bien <i>to</i>. En revanche, dans l'énoncé 1,
+            <i>to</i> est inaccentué et comporte une <a class="STY_lienDansZoneComt"
+                                                        href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')"><b>voyelle
+                réduite</b></a>, donc peu audible. Prenez le temps de réécouter chaque énoncé en cliquant sur le
+            haut-parleur.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez à nouveau chaque énoncé en cliquant
+        sur la flèche.<br>Est-ce que TO se prononce de la même façon dans les deux énoncés ?<br><br>
+        <table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="100" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV163', 'e29_macao1_2b52.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>    Enoncé 1
+                </td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV315', 'e29_macao1_2b62.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>    Enoncé 2
+                </td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">TO se prononce de
+                        la même façon dans les deux énoncés.</p></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><p align="">TO ne se prononce
+                        pas de la même façon dans les deux énoncés.</p></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg7691.html b/Basilisk/MACAO/macao_12/contenu/pages/pg7691.html
index 2bf3faf1114bdc34ab64c60ecc9a318ebb328214..e5ef51ca6b4fe8253083abd712b7229d1f97e894 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg7691.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg7691.html
@@ -1 +1,198 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une transcription (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une transcription (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Vous vous êtes trompé. La bonne transcription est <br><br><img src="../media/phon_bring.png" id="MosImg51" border="0" align="center" style="visibility:hidden"></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><br>Ecoutez l’enregistrement proposé en cliquant sur le bouton puis sélectionnez la <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a> qui correspond à ce que vous entendez : <br><br>                                                   <script type="text/javascript">ajDocW(PF_clipAV('clipAV65','bt_181.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img src="../media/phon_bring.png" id="MosImg75" border="0" align="center" style="visibility:hidden"></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img src="../media/phon_bring_faux.png" id="MosImg45" border="0" align="center" style="visibility:hidden"></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une transcription (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    transcription (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Vous vous êtes trompé. La bonne transcription est
+        <br><br><img src="../media/phon_bring.png" id="MosImg51" border="0" align="center" style="visibility:hidden">
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez l’enregistrement proposé en cliquant sur
+        le bouton puis sélectionnez la <a class="STY_lienComt"
+                                          href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a>
+        qui correspond à ce que vous entendez : <br><br>                                                  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV65', 'bt_181.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img
+                            src="../media/phon_bring.png" id="MosImg75" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img
+                            src="../media/phon_bring_faux.png" id="MosImg45" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg785.html b/Basilisk/MACAO/macao_12/contenu/pages/pg785.html
index d90c6955897b8d3cb81dba10cf38122f2194d4df..65b4ff8b56acfa9f96316ae5cc1c74680c653793 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg785.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg785.html
@@ -1 +1,159 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Mémento : l'accentuation des syllabes (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');leCours.ajouterCommentaire("divCmt1","voyelle","","","","","","","","");dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento : l'accentuation des syllabes (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"><p align=""><b><br><br><br><br><br>La voyelle</b></p><p align="">La voyelle se caractérise par la vibration des cordes vocales, alors que la consonne n'existe pas par elle-même : elle s'appuie sur la voyelle qui la précède ou la suit. </p><p align="">L'anglais comporte 20 voyelles. Vous pouvez en écouter quelques-unes en<br>cliquant sur la flèche.<br><br> <script type="text/javascript">ajDocW(PF_clipAV('clipAV22','pop_voyelle.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p><p align=""> </p></div></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69">Dans un mot, certaines syllabes s'entendent plus que les autres : ce sont des syllabes accentuées. D'autres syllabes s'entendent moins. On peut parler de degrés dans l'accentuation des syllabes, comme sur une échelle.<br><br>A un bout de l'échelle, l'accentuation est maximale. A l'autre bout de l'échelle, l'accentuation est minimale et la <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">voyelle</a> se caractérise par un phénomène de réduction : on parle de voyelle réduite. C'est le cas de la dernière voyelle dans les mots suivants. Pour écouter chaque mot, cliquez sur la flèche correspondante.<br><br></font></p><p align=""><font color="#a60a69"> </font></p><table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV11','interresting3.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="150" valign="top">interesting<br><br></td><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV21','reaction.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">reaction</td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV77','farmer.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">farmer<br><br></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV68','solution.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">solution</td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV20','letter.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">letter<br><br></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV5','chocolate.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">chocolate</td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV87','government.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">government<br><br></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV30','danger1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">danger</td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV37','religion.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">religion</td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV50','desperate1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">desperate</td></tr></table> <br><br></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Mémento : l'accentuation des syllabes (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        leCours.ajouterCommentaire("divCmt1", "voyelle", "", "", "", "", "", "", "", "");
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento :
+                    l'accentuation des syllabes (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"><p align=""><b><br><br><br><br><br>La voyelle</b></p>
+        <p align="">La voyelle se caractérise par la vibration des cordes vocales, alors que la consonne n'existe pas
+            par elle-même : elle s'appuie sur la voyelle qui la précède ou la suit. </p>
+        <p align="">L'anglais comporte 20 voyelles. Vous pouvez en écouter quelques-unes en<br>cliquant sur la
+            flèche.<br><br> 
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV22', 'pop_voyelle.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+        </p>
+        <p align=""> </p></div>
+</div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69">Dans un mot, certaines
+        syllabes s'entendent plus que les autres : ce sont des syllabes accentuées. D'autres syllabes s'entendent moins.
+        On peut parler de degrés dans l'accentuation des syllabes, comme sur une échelle.<br><br>A un bout de l'échelle,
+        l'accentuation est maximale. A l'autre bout de l'échelle, l'accentuation est minimale et la <a
+                class="STY_lienComt" href="javascript:CRS_afficherDetail('1')"
+                onclick="enrPosClic(event,'1')">voyelle</a> se caractérise par un phénomène de réduction : on parle de
+        voyelle réduite. C'est le cas de la dernière voyelle dans les mots suivants. Pour écouter chaque mot, cliquez
+        sur la flèche correspondante.<br><br></font></p>
+        <p align=""><font color="#a60a69"> </font></p>
+        <table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="20" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV11', 'interresting3.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td width="150" valign="top">interesting<br><br></td>
+                <td width="20" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV21', 'reaction.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">reaction</td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV77', 'farmer.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">farmer<br><br></td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV68', 'solution.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">solution</td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV20', 'letter.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">letter<br><br></td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV5', 'chocolate.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">chocolate</td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV87', 'government.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">government<br><br></td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV30', 'danger1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">danger</td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV37', 'religion.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">religion</td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV50', 'desperate1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">desperate</td>
+            </tr>
+        </table>
+         <br><br></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg7851.html b/Basilisk/MACAO/macao_12/contenu/pages/pg7851.html
index f598439abe69e2f3b5b4c7eea04e2a0a667bccae..848676ae824f3031f7b5a532fd328c88470c5d6c 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg7851.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg7851.html
@@ -1 +1,93 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire WILL (4)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire WILL (4)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Indiquez la nature de la réponse en cliquant sur la case qui convient.</font></p><p align="">  <script type="text/javascript">ajDocW(PF_clipAV('clipAV5','macao_auxiliaire3.swf','467','130','false','Flash','false','','quality:high;wmode:transparent',''));</script></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire WILL (4)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire WILL
+                    (4)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Indiquez la nature
+        de la réponse en cliquant sur la case qui convient.</font></p>
+        <p align="">  
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV5', 'macao_auxiliaire3.swf', '467', '130', 'false', 'Flash', 'false', '', 'quality:high;wmode:transparent', ''));</script>
+        </p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg81.html b/Basilisk/MACAO/macao_12/contenu/pages/pg81.html
index 5a07711924ce92ba6301c18dd230e15ef9ed3dd8..28e780e01a9498258b2b49cd1a79d3c9ac288203 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg81.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg81.html
@@ -1 +1,256 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Compléter une transcription (3) </title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceGD.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClassePaireGD.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/IC_exerciceGD.js"></script><script type="text/javascript">function entrerDonnees(){mobileCourant=PF_donneObjet('exoGDd1');exo = new ExerciceGD(); exo.init();exo.scoreTotal=30;exo.retourManque = false;exo.retourIncorrect = false;  exo.tabDeplaces[exo.tabDeplaces.length]='d1'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d1";  exo.tabDeplaces[exo.tabDeplaces.length]='d3'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d3";  exo.tabCibles[exo.tabCibles.length]='c1'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c1";  exo.tabDeplaces[exo.tabDeplaces.length]='d2'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d2";  exo.tabDeplaces[exo.tabDeplaces.length]='d4'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d4";  exo.tabCibles[exo.tabCibles.length]='c2'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c2";  exo.decalageX='20'; exo.decalageY='20'; exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c1','nw','22','22'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c1','ng','26','22'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d4','c2','ng','23','19'); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d2','c2','nw','22','19');  for (var i=0; i<exo.tabDeplaces.length ; i++){var oDiv=PF_donneObjet("exoGD"+exo.tabDeplaces[i]);if (oDiv!=null){exo.tabDeplacesX[i]=oDiv.style.left;exo.tabDeplacesY[i]=oDiv.style.top;}} var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('explore')" onmousemove="GD_deplaceDiv(event)" onmouseup="GD_finDep()"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Compléter une transcription (3) </div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""> </p><p align=""> </p><p align=""> </p><p align=""> </p><p align=""> </p><p align="">Voici la transcription approppriée</p><p align=""><img src="../media/phon_pats_right.png" id="MosImg37" border="0" align="center" style="visibility:hidden">     et     <img src="../media/phon_shes_right.png" id="MosImg94" border="0" align="center" style="visibility:hidden"></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""> </p><p align=""> </p><p align=""> </p><p align=""> </p><p align=""> </p><p align="">Voici la transcription appropriée :  </p><p align="">  <img src="../media/phon_pats_right.png" id="MosImg41" border="0" align="center" style="visibility:hidden">  et     <img align="center" border="0" src="../media/phon_shes_right.png" id="MosImg92" style="visibility:hidden"></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="  "><div id="STY_question" class="STY_question" style="  "><br>Ecoutez l'enregistrement correspondant aux énoncés ci-dessous en cliquant sur le bouton puis par <font color="#ff4040"><font color="#a60a69">glisser-déposer </font></font>complétez la transcription en choisissant parmi les deux possibilités offertes :   <br>               <br>                                                 <script type="text/javascript">ajDocW(PF_clipAV('clipAV9','bt_enonce39.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div><div id="STY_texteGD" class="STY_texteGD" style="  "><p align="">           </p><p align="">                 <b>Pat's</b> happy.                              <b>She's</b> got a job at last.                    </p><p align="">        </p><p align="">       </p><p align="">                 <br>                  <img align="center" border="0" src="../media/phon_pats_pat.png" id="MosImg99" style="visibility:hidden"> <img align="center" border="0" src="../media/phon_p37_slash.png" id="MosImg82" style="visibility:hidden">                                          <img align="center" border="0" src="../media/phon_shes_she.png" id="MosImg3" style="visibility:hidden">  <img align="center" border="0" src="../media/phon_p37_slash.png" id="MosImg86" style="visibility:hidden">                                         </p><p align=""> </p><p align=""> </p><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 73px; WIDTH: 17px; POSITION: absolute; TOP: 77px; HEIGHT: 17px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd1" onmousedown="GD_debutDep(event,'d1')"> <img align="center" border="0" src="../media/phon_pats_s_right.png" id="MosImg7" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 114px; WIDTH: 14px; POSITION: absolute; TOP: 78px; HEIGHT: 18px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd3" onmousedown="GD_debutDep(event,'d3')"><img align="center" border="0" src="../media/phon_pats_s_wrong.png" id="MosImg91" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 10; LEFT: 79px; WIDTH: 50px; POSITION: absolute; TOP: 114px; HEIGHT: 50px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc1"> </div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 325px; WIDTH: 14px; POSITION: absolute; TOP: 76px; HEIGHT: 19px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd2" onmousedown="GD_debutDep(event,'d2')"><img align="center" border="0" src="../media/phon_shes_s_right.png" id="MosImg51" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 60; LEFT: 286px; WIDTH: 1px; POSITION: absolute; TOP: 76px; HEIGHT: 2px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd4" onmousedown="GD_debutDep(event,'d4')"><img align="center" border="0" src="../media/phon_shes_s_wrong.png" id="MosImg26" style="visibility:hidden"></div><div onselectstart="return false" style="Z-INDEX: 10; LEFT: 286px; WIDTH: 50px; POSITION: absolute; TOP: 117px; HEIGHT: 50px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc2"> </div></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Compléter une transcription (3) </title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceGD.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClassePaireGD.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/IC_exerciceGD.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        mobileCourant = PF_donneObjet('exoGDd1');
+        exo = new ExerciceGD();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.retourManque = false;
+        exo.retourIncorrect = false;
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd1';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d1";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd3';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d3";
+        exo.tabCibles[exo.tabCibles.length] = 'c1';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c1";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd2';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d2";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd4';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d4";
+        exo.tabCibles[exo.tabCibles.length] = 'c2';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c2";
+        exo.decalageX = '20';
+        exo.decalageY = '20';
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c1', 'nw', '22', '22');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c1', 'ng', '26', '22');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d4', 'c2', 'ng', '23', '19');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d2', 'c2', 'nw', '22', '19');
+        for (var i = 0; i < exo.tabDeplaces.length; i++) {
+            var oDiv = PF_donneObjet("exoGD" + exo.tabDeplaces[i]);
+            if (oDiv != null) {
+                exo.tabDeplacesX[i] = oDiv.style.left;
+                exo.tabDeplacesY[i] = oDiv.style.top;
+            }
+        }
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('explore')" onmousemove="GD_deplaceDiv(event)"
+      onmouseup="GD_finDep()">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Compléter une
+                    transcription (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align="">Voici la transcription approppriée</p>
+        <p align=""><img src="../media/phon_pats_right.png" id="MosImg37" border="0" align="center"
+                         style="visibility:hidden">     et     <img src="../media/phon_shes_right.png" id="MosImg94"
+                                                                    border="0" align="center" style="visibility:hidden">
+        </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align="">Voici la transcription appropriée :  </p>
+        <p align="">  <img src="../media/phon_pats_right.png" id="MosImg41" border="0" align="center"
+                           style="visibility:hidden">  et     <img align="center" border="0"
+                                                                   src="../media/phon_shes_right.png" id="MosImg92"
+                                                                   style="visibility:hidden"></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="  ">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez l'enregistrement correspondant aux énoncés
+        ci-dessous en cliquant sur le bouton puis par <font color="#ff4040"><font
+                color="#a60a69">glisser-déposer </font></font>complétez la transcription en choisissant parmi les deux
+        possibilités offertes :   <br>               <br>                                                 
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV9', 'bt_enonce39.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+    <div id="STY_texteGD" class="STY_texteGD" style="  "><p align="">           </p>
+        <p align="">                 <b>Pat's</b> happy.                              <b>She's</b> got a job at
+            last.                    </p>
+        <p align="">        </p>
+        <p align="">       </p>
+        <p align="">                 <br>                  <img align="center" border="0"
+                                                                src="../media/phon_pats_pat.png" id="MosImg99"
+                                                                style="visibility:hidden"> <img align="center"
+                                                                                                border="0"
+                                                                                                src="../media/phon_p37_slash.png"
+                                                                                                id="MosImg82"
+                                                                                                style="visibility:hidden">        
+                                             <img align="center" border="0" src="../media/phon_shes_she.png"
+                                                  id="MosImg3" style="visibility:hidden">  <img align="center"
+                                                                                                border="0"
+                                                                                                src="../media/phon_p37_slash.png"
+                                                                                                id="MosImg86"
+                                                                                                style="visibility:hidden">                                         
+        </p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 73px; WIDTH: 17px; POSITION: absolute; TOP: 77px; HEIGHT: 17px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd1" onmousedown="GD_debutDep(event,'d1')"> <img align="center" border="0"
+                                                                                            src="../media/phon_pats_s_right.png"
+                                                                                            id="MosImg7"
+                                                                                            style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 114px; WIDTH: 14px; POSITION: absolute; TOP: 78px; HEIGHT: 18px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd3" onmousedown="GD_debutDep(event,'d3')"><img align="center" border="0"
+                                                                                           src="../media/phon_pats_s_wrong.png"
+                                                                                           id="MosImg91"
+                                                                                           style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; LEFT: 79px; WIDTH: 50px; POSITION: absolute; TOP: 114px; HEIGHT: 50px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc1"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 325px; WIDTH: 14px; POSITION: absolute; TOP: 76px; HEIGHT: 19px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd2" onmousedown="GD_debutDep(event,'d2')"><img align="center" border="0"
+                                                                                           src="../media/phon_shes_s_right.png"
+                                                                                           id="MosImg51"
+                                                                                           style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; LEFT: 286px; WIDTH: 1px; POSITION: absolute; TOP: 76px; HEIGHT: 2px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd4" onmousedown="GD_debutDep(event,'d4')"><img align="center" border="0"
+                                                                                           src="../media/phon_shes_s_wrong.png"
+                                                                                           id="MosImg26"
+                                                                                           style="visibility:hidden">
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; LEFT: 286px; WIDTH: 50px; POSITION: absolute; TOP: 117px; HEIGHT: 50px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc2"> 
+        </div>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg813.html b/Basilisk/MACAO/macao_12/contenu/pages/pg813.html
index a2347175fc3625efe323ad00f0c5ebc43d42ff25..1406faf8d1a213132beac72c79ad2138ed14a777 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg813.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg813.html
@@ -1 +1,232 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Distinguer d'éventuelles variantes (5)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:150px;#STY_texteQC/width:510px;height:267px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Distinguer d'éventuelles variantes (5)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Effectivement. </p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV51','e29_macao1_2b92.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script> <i>He really had no idea what he was looking for.</i></p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV372','e29_macao1_2b102.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script> <i>If students are for instance facing exams they are worried about, they should not watch the news if they know it's going to be negative.</i></p><p align="">L'énoncé 1 contient une interrogative indirecte, commençant par <i>what</i>. Le complément qui suit la préposition <i>for</i> est donc absent. La <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a> de <i>for</i> ne peut pas alors être réduite. On entend bien <i>for</i>. En revanche, dans l'énoncé 2, <i>for</i> est inaccentué et comporte une voyelle réduite : donc <i>for</i> est peu audible. </p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Pas d'accord.</p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV58','e29_macao1_2b92.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script> <i>He really had no idea what he was looking for.</i></p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV377','e29_macao1_2b102.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script> <i>If students are for instance facing exams they are worried about, they should not watch the news if they know it's going to be negative.</i></p><p align="">L'énoncé 1 contient une interrogative indirecte, commençant par <i>what</i>. Le complément qui suit la préposition <i>for</i> est donc absent. La <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a> de <i>for</i> ne peut pas alors être réduite. On entend bien <i>for</i>. En revanche, dans l'énoncé 2, <i>for</i> est inaccentué et comporte une voyelle réduite : donc <i>for</i> est peu audible. Prenez le temps de réécouter chaque énoncé en cliquant sur le bouton.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez à nouveau chaque énoncé en cliquant sur la flèche.<br>Est-ce que FOR se prononce de la même façon dans les deux énoncés ?<br><br><table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="100" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV5','e29_macao1_2b92.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>    Enoncé 1</td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV37','e29_macao1_2b102.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>    Enoncé 2</td></tr><tr><td valign="top"></td><td valign="top"><br></td></tr></table></p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">FOR se prononce de la même façon dans les deux énoncés.</p></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><p align="">FOR ne se prononce pas de la même façon dans les deux énoncés.</p></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Distinguer d'éventuelles variantes (5)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:150px;#STY_texteQC/width:510px;height:267px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Distinguer
+                    d'éventuelles variantes (5)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Effectivement. </p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV51', 'e29_macao1_2b92.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+             <i>He really had no idea what he was looking for.</i></p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV372', 'e29_macao1_2b102.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+             <i>If students are for instance facing exams they are worried about, they should not watch the news if they
+            know it's going to be negative.</i></p>
+        <p align="">L'énoncé 1 contient une interrogative indirecte, commençant par <i>what</i>. Le complément qui suit
+            la préposition <i>for</i> est donc absent. La <a class="STY_lienDansZoneComt"
+                                                             href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a>
+            de <i>for</i> ne peut pas alors être réduite. On entend bien <i>for</i>. En revanche, dans l'énoncé 2, <i>for</i>
+            est inaccentué et comporte une voyelle réduite : donc <i>for</i> est peu audible. </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Pas d'accord.</p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV58', 'e29_macao1_2b92.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+             <i>He really had no idea what he was looking for.</i></p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV377', 'e29_macao1_2b102.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+             <i>If students are for instance facing exams they are worried about, they should not watch the news if they
+            know it's going to be negative.</i></p>
+        <p align="">L'énoncé 1 contient une interrogative indirecte, commençant par <i>what</i>. Le complément qui suit
+            la préposition <i>for</i> est donc absent. La <a class="STY_lienDansZoneComt"
+                                                             href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a>
+            de <i>for</i> ne peut pas alors être réduite. On entend bien <i>for</i>. En revanche, dans l'énoncé 2, <i>for</i>
+            est inaccentué et comporte une voyelle réduite : donc <i>for</i> est peu audible. Prenez le temps de
+            réécouter chaque énoncé en cliquant sur le bouton.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez à nouveau chaque énoncé en cliquant
+        sur la flèche.<br>Est-ce que FOR se prononce de la même façon dans les deux énoncés ?<br><br>
+        <table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="100" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV5', 'e29_macao1_2b92.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>    Enoncé 1
+                </td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV37', 'e29_macao1_2b102.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>    Enoncé 2
+                </td>
+            </tr>
+            <tr>
+                <td valign="top"></td>
+                <td valign="top"><br></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">FOR se prononce de
+                        la même façon dans les deux énoncés.</p></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><p align="">FOR ne se prononce
+                        pas de la même façon dans les deux énoncés.</p></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg825.html b/Basilisk/MACAO/macao_12/contenu/pages/pg825.html
index 205630e496a01b84e17bcaadc88163d3500f59e7..61fdcf5e55e460ce04c6cdbad67585a5af2609ed 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg825.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg825.html
@@ -1 +1,228 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Distinguer d'éventuelles variantes (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:150px;#STY_texteQC/width:510px;height:267px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Distinguer d'éventuelles variantes (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Effectivement.</p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV190','e29_macao1_2b12.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script> <i>The jungle was full of flies and snakes.</i></p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV426','e29_macao1_2b22.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script>  <i>That’s what I’ve been thinking of.</i></p><p align="">Dans le premier énoncé, <i>of</i> est inaccentué et comporte une <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a>, donc peu audible. Ce n’est pas le cas du deuxième énoncé. Le complément qui suit habituellement la préposition <i>of</i> est placé ailleurs (<i>that</i>). La <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a> de <i>of</i> ne peut pas alors être réduite.  C’est pourquoi on l’entend mieux.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Pas d'accord.</p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV1909','e29_macao1_2b12.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script> <i>The jungle was full of flies and snakes.</i></p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV425','e29_macao1_2b22.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script> <i>That’s what I’ve been thinking of.</i></p><p align="">Dans le premier énoncé, <i>of</i> est inaccentué et comporte une <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a></b>, donc peu audible. Ce n'est pas le cas du deuxième énoncé. Le complément qui suit habituellement la préposition <i>of</i> est placé ailleurs (<i>that</i>). La  <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a> de <i>of</i> ne peut pas alors être réduite. C'est pourquoi on l'entend mieux. Prenez le temps de réécouter chaque énoncé en cliquant sur le haut-parleur.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez à nouveau chaque énoncé en cliquant sur la flèche .<br>Est-ce que OF se prononce de la même façon dans les deux énoncés ?<br><br><table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="100" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV19','e29_macao1_2b12.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>   Enoncé 1</td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV42','e29_macao1_2b22.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>   Enoncé 2</td></tr></table></p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">OF se prononce de la même façon dans les deux énoncés.</p></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><p align="">OF ne se prononce pas de la même façon dans les deux énoncés.</p></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Distinguer d'éventuelles variantes (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:150px;#STY_texteQC/width:510px;height:267px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Distinguer
+                    d'éventuelles variantes (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Effectivement.</p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV190', 'e29_macao1_2b12.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+             <i>The jungle was full of flies and snakes.</i></p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV426', 'e29_macao1_2b22.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+              <i>That’s what I’ve been thinking of.</i></p>
+        <p align="">Dans le premier énoncé, <i>of</i> est inaccentué et comporte une <a class="STY_lienDansZoneComt"
+                                                                                        href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle
+            réduite</a>, donc peu audible. Ce n’est pas le cas du deuxième énoncé. Le complément qui suit habituellement
+            la préposition <i>of</i> est placé ailleurs (<i>that</i>). La <a class="STY_lienDansZoneComt"
+                                                                             href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a>
+            de <i>of</i> ne peut pas alors être réduite.  C’est pourquoi on l’entend mieux.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Pas d'accord.</p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV1909', 'e29_macao1_2b12.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+             <i>The jungle was full of flies and snakes.</i></p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV425', 'e29_macao1_2b22.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+             <i>That’s what I’ve been thinking of.</i></p>
+        <p align="">Dans le premier énoncé, <i>of</i> est inaccentué et comporte une <b><a class="STY_lienDansZoneComt"
+                                                                                           href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a></b>,
+            donc peu audible. Ce n'est pas le cas du deuxième énoncé. Le complément qui suit habituellement la
+            préposition <i>of</i> est placé ailleurs (<i>that</i>). La  <a class="STY_lienDansZoneComt"
+                                                                           href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a>
+            de <i>of</i> ne peut pas alors être réduite. C'est pourquoi on l'entend mieux. Prenez le temps de réécouter
+            chaque énoncé en cliquant sur le haut-parleur.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez à nouveau chaque énoncé en cliquant
+        sur la flèche .<br>Est-ce que OF se prononce de la même façon dans les deux énoncés ?<br><br>
+        <table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="100" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV19', 'e29_macao1_2b12.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>   Enoncé 1
+                </td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV42', 'e29_macao1_2b22.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>   Enoncé 2
+                </td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">OF se prononce de
+                        la même façon dans les deux énoncés.</p></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><p align="">OF ne se prononce
+                        pas de la même façon dans les deux énoncés.</p></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg8251.html b/Basilisk/MACAO/macao_12/contenu/pages/pg8251.html
index 167dfacdd441b51e01c9cb0e4c5a385e0b5b7b48..f93e7b7e9cedb094d828e189d48ef2a1ced23b5a 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg8251.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg8251.html
@@ -1 +1,217 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire WILL (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/left:0px;top:-3px;width:500px;height:243px;#STY_zoneExercice/width:520px;height:612px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire WILL (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""><br><br><br><br><br><br><br><br><br><br>Bien !</p><p align="">L'auxiliaire de la première réponse comporte une <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a></b> ; ce n'est pas le cas de la deuxième réponse.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><br><br><br><br><br><br><br><br><br><br>Non. Vous vous êtes trompé.</p><p align="">L'auxiliaire de la première réponse comporte une <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a></b> ; ce n'est pas le cas de la deuxième réponse. Vous pouvez réécouter chaque énoncé en cliquant sur le haut-parleur.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br><br><br><br><table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV74','e29_macao1_2a3.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><p align="">"Will you post this letter tomorrow?"<br>"Don't worry, I will see to it."</p><p align=""> </p></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV66','e29_macao1_2a4.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">"Will you come?"<br>"Yes, I will."</td></tr></table><br><br>Dans la réponse de chaque dialogue, l'auxiliaire WILL est-il prononcé de façon identique ? Ecoutez de nouveau les réponses et sélectionnez l'un des deux choix :</p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">l'auxiliaire WILL est prononcé de façon identique.</p></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">l'auxiliaire WILL n'est pas prononcé de façon identique.</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire WILL (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/left:0px;top:-3px;width:500px;height:243px;#STY_zoneExercice/width:520px;height:612px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire WILL
+                    (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">
+        <br><br><br><br><br><br><br><br><br><br>Bien !</p>
+        <p align="">L'auxiliaire de la première réponse comporte une <b><a class="STY_lienDansZoneComt"
+                                                                           href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle
+            réduite</a></b> ; ce n'est pas le cas de la deuxième réponse.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">
+        <br><br><br><br><br><br><br><br><br><br>Non. Vous vous êtes trompé.</p>
+        <p align="">L'auxiliaire de la première réponse comporte une <b><a class="STY_lienDansZoneComt"
+                                                                           href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a></b>
+            ; ce n'est pas le cas de la deuxième réponse. Vous pouvez réécouter chaque énoncé en cliquant sur le
+            haut-parleur.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br><br><br><br>
+        <table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV74', 'e29_macao1_2a3.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><p align="">"Will you post this letter tomorrow?"<br>"Don't worry, I will see to it."
+                </p>
+                    <p align=""> </p></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV66', 'e29_macao1_2a4.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">"Will you come?"<br>"Yes, I will."</td>
+            </tr>
+        </table>
+        <br><br>Dans la réponse de chaque dialogue, l'auxiliaire WILL est-il prononcé de façon identique ? Ecoutez de
+        nouveau les réponses et sélectionnez l'un des deux choix :</p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">l'auxiliaire WILL
+                        est prononcé de façon identique.</p></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">l'auxiliaire WILL n'est pas
+                        prononcé de façon identique.
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg8252.html b/Basilisk/MACAO/macao_12/contenu/pages/pg8252.html
index f72d45dc8537a81d45c436cd01cd376a0d745b79..82b6d5924b4be8c7eae13990cf55274e0ffb7983 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg8252.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg8252.html
@@ -1 +1,94 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Spécificité des voyelles (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Spécificité des voyelles (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69"><br>Vous remarquez que certaines voyelles sont affichées en violet : ce sont les voyelles lâches. Les autres, en orange, sont les voyelles tendues. Essayons d'identifier les critères qui les distinguent.<br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV59','page4b.swf','500','320','false','Flash','false','','Quality:high;wmode:transparent',''));</script></font></p><p align=""> </p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Spécificité des voyelles (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Spécificité des
+                    voyelles (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <p align=""><font color="#a60a69"><br>Vous remarquez que certaines voyelles sont affichées en violet : ce sont
+            les voyelles lâches. Les autres, en orange, sont les voyelles tendues. Essayons d'identifier les critères
+            qui les distinguent.<br><br>
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV59', 'page4b.swf', '500', '320', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        </font></p>
+        <p align=""> </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg83.html b/Basilisk/MACAO/macao_12/contenu/pages/pg83.html
index 769ed6430f465acd9ef989ae3c6088f01ad11c4b..915716e3b653aa38723db02e2e9e2de038746abd 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg83.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg83.html
@@ -1 +1,94 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Les symboles phonétiques (9)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles phonétiques (9)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#a60a69">Entraînez-vous à prononcer ces mots.<br><br></font><font color="#800080"><script type="text/javascript">ajDocW(PF_clipAV('clipAV50','page5d1.swf','500','100','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br><br></font><font color="#a60a69">Voici d'autres mots à répéter après les avoir écoutés en cliquant sur les hauts-parleurs.<br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV10','page5d2.swf','500','100','false','Flash','false','','Quality:high;wmode:transparent',''));</script></font></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Les symboles phonétiques (9)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles
+                    phonétiques (9)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#a60a69">Entraînez-vous à prononcer ces
+        mots.<br><br></font><font color="#800080">
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV50', 'page5d1.swf', '500', '100', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        <br><br></font><font color="#a60a69">Voici d'autres mots à répéter après les avoir écoutés en cliquant sur les
+        hauts-parleurs.<br><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV10', 'page5d2.swf', '500', '100', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </font></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg841.html b/Basilisk/MACAO/macao_12/contenu/pages/pg841.html
index 65df139c754fffc221327d6cea69f7e8cd663109..e4778d8de1776627dae63ec81ddf830fbdac42af 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg841.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg841.html
@@ -1 +1,108 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Placer les accents primaire et secondaire (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Placer les accents primaire et secondaire (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69"><br></font></p><table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><font color="#a60a69">Ecoutez l'enregistrement du texte ci-dessous en cliquant sur le bouton.</font></td></tr></table><br><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="150" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV65','lecteur_p53.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="350" valign="top"><p align=""><font color="#a60a69">As a theoretician of contemporary music, his research at University received world-wide recognition. He was the first specialist who used the computer to identify and measure the units which constitute the narrative of musical pieces.</font></p></td></tr></table><br><font color="#a60a69"></font><p align=""><font color="#a60a69"> </font></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Placer les accents primaire et secondaire (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Placer les accents
+                    primaire et secondaire (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><font color="#a60a69"><br></font></p>
+        <table class="STY_tableau" width="400" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><font color="#a60a69">Ecoutez l'enregistrement du texte ci-dessous en cliquant sur
+                    le bouton.</font></td>
+            </tr>
+        </table>
+        <br>
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="150" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV65', 'lecteur_p53.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td width="350" valign="top"><p align=""><font color="#a60a69">As a theoretician of contemporary music,
+                    his research at University received world-wide recognition. He was the first specialist who used the
+                    computer to identify and measure the units which constitute the narrative of musical pieces.</font>
+                </p></td>
+            </tr>
+        </table>
+        <br><font color="#a60a69"></font>
+        <p align=""><font color="#a60a69"> </font></p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg8412.html b/Basilisk/MACAO/macao_12/contenu/pages/pg8412.html
index 70e257a39e362b4f0cba34b975be45e9ae34f0b0..0a07971f090d008f721bc771ce11c024ba3514a5 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg8412.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg8412.html
@@ -1 +1,434 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Vérifier la place de l'accent primaire (3) </title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/width:510px;height:263px;#STY_question/width:500px;height:126px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCM");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=5;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=6;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=7;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=8;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=9;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=10;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=11;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=12;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=13;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=14;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=15;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Vérifier la place de l'accent primaire (3) </div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""> </p><p align=""></p><p style="MARGIN-BOTTOM: 0cm" align="">En effet, voici la transcription qui convient pour chaque mot :</p><p style="MARGIN-BOTTOM: 0cm" align=""> </p><p align=""> </p><p align=""> <b>heroin</b> - <img align="absMiddle" border="0" src="../media/heroin.gif" id="MosImg925"><br><br></p><p align=""> </p><p align=""> <b>communicate</b> - <img align="absMiddle" border="0" src="../media/communicate2.gif" id="MosImg849"></p><p align=""> </p><p align=""> <b>beginning - <img align="absMiddle" border="0" src="../media/beginning.gif" width="70" height="20" id="MosImg205"></b></p><p align=""><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('pgd661','PAGE')"> Mémento "l'accentuation des syllabes"</a></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""> </p><p align="">Vous vous trompez. Voici la transcription qui convient pour chaque mot :</p><p align=""><br> </p><p align=""> <b>heroin</b> - <img align="absMiddle" border="0" src="../media/heroin.gif" id="MosImg92"><br><br><br></p><p align=""> </p><p align=""> <b>communicate</b> - <img align="absMiddle" border="0" src="../media/communicate2.gif" id="MosImg84"></p><p align=""> </p><p align=""> <b>beginning - <img align="absMiddle" border="0" src="../media/beginning.gif" width="70" height="20" id="MosImg20"></b></p><p align=""><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('pgd661','PAGE')"> Mémento "l'accentuation des syllabes"</a></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br><font color="#000000">Voici la transcription de certains mots du dialogue. Pour chaque mot transcrit, trois possibilités vous sont données en ce qui concerne la place de l'accent primaire. <br>Ecoutez chaque mot transcrit en cliquant sur le bouton et validez la transcription qui convient. <br><br></font>"Could you give an example?"<br>"Well, for instance, the <script type="text/javascript">ajDocW(PF_clipAV('clipAV86','bouton_heroine.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent',''));</script>  <b>heroin</b> is totally unable to <script type="text/javascript">ajDocW(PF_clipAV('clipAV91','bouton_communicate.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent',''));</script>  <b>communicate</b> her feelings in the  <script type="text/javascript">ajDocW(PF_clipAV('clipAV85','bouton_beginning.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent',''));</script>  <b>beginning</b>"...</p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellpadding="0" cellspacing="12" align="center"><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep1"><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><span style="FONT-SIZE: 250%">• <img src="../media/heroin.gif" id="MosImg16" border="0" align="center"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep2"><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span style="FONT-SIZE: 250%">• <img src="../media/heroin2.gif" id="MosImg10" border="0" align="center"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep3"><td valign="top" class="STY_bordureQC" id="tdRep3"><div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span style="FONT-SIZE: 250%">• <img src="../media/heroin3.gif" id="MosImg90" border="0" align="center"></span></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep4"><td valign="top" class="STY_bordureQC" id="tdRep4"><div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);" onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep5"><td valign="top" class="STY_bordureQC" id="tdRep5"><div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);" onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><span style="FONT-SIZE: 250%"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep6"><td valign="top" class="STY_bordureQC" id="tdRep6"><div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);" onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep7"><td valign="top" class="STY_bordureQC" id="tdRep7"><div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);" onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><span style="FONT-SIZE: 250%">•<img align="center" border="0" src="../media/communicate1.gif" id="MosImg43"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep8"><td valign="top" class="STY_bordureQC" id="tdRep8"><div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);" onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span style="FONT-SIZE: 250%">•<img align="center" border="0" src="../media/communicate2.gif" id="MosImg21"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep9"><td valign="top" class="STY_bordureQC" id="tdRep9"><div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);" onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span style="FONT-SIZE: 250%">• <img src="../media/communicate.gif" id="MosImg13" border="0" align="center"></span></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep10"><td valign="top" class="STY_bordureQC" id="tdRep10"><div class="STY_reponseQC" id="lienRep10" onmouseover="exo.changerBouton(10,true);" onmouseout="exo.changerBouton(10,false);" onclick="exo.action(10)"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep11"><td valign="top" class="STY_bordureQC" id="tdRep11"><div class="STY_reponseQC" id="lienRep11" onmouseover="exo.changerBouton(11,true);" onmouseout="exo.changerBouton(11,false);" onclick="exo.action(11)"></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep12"><td valign="top" class="STY_bordureQC" id="tdRep12"><div class="STY_reponseQC" id="lienRep12" onmouseover="exo.changerBouton(12,true);" onmouseout="exo.changerBouton(12,false);" onclick="exo.action(12)"></div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep13"><td valign="top" class="STY_bordureQC" id="tdRep13"><div class="STY_reponseQC" id="lienRep13" onmouseover="exo.changerBouton(13,true);" onmouseout="exo.changerBouton(13,false);" onclick="exo.action(13)"><span style="FONT-SIZE: 250%">• <img src="../media/beginning1.gif" id="MosImg3" border="0" align="center"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep14"><td valign="top" class="STY_bordureQC" id="tdRep14"><div class="STY_reponseQC" id="lienRep14" onmouseover="exo.changerBouton(14,true);" onmouseout="exo.changerBouton(14,false);" onclick="exo.action(14)"><span style="FONT-SIZE: 250%">• <img src="../media/beginning.gif" id="MosImg14" border="0" align="center"></span></div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trRep15"><td valign="top" class="STY_bordureQC" id="tdRep15"><div class="STY_reponseQC" id="lienRep15" onmouseover="exo.changerBouton(15,true);" onmouseout="exo.changerBouton(15,false);" onclick="exo.action(15)"><span style="FONT-SIZE: 250%">• <img src="../media/beginning3.gif" id="MosImg0" border="0" align="center"></span></div></td></tr></table></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Vérifier la place de l'accent primaire (3) </title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/width:510px;height:263px;#STY_question/width:500px;height:126px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCM");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 5;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 6;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 7;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 8;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 9;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 10;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 11;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 12;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 13;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 14;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 15;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Vérifier la place de
+                    l'accent primaire (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""> </p>
+        <p align=""></p>
+        <p style="MARGIN-BOTTOM: 0cm" align="">En effet, voici la transcription qui convient pour chaque mot :</p>
+        <p style="MARGIN-BOTTOM: 0cm" align=""> </p>
+        <p align=""> </p>
+        <p align=""> <b>heroin</b> - <img align="absMiddle" border="0" src="../media/heroin.gif" id="MosImg925"><br><br>
+        </p>
+        <p align=""> </p>
+        <p align=""> <b>communicate</b> - <img align="absMiddle" border="0" src="../media/communicate2.gif"
+                                               id="MosImg849"></p>
+        <p align=""> </p>
+        <p align=""> <b>beginning - <img align="absMiddle" border="0" src="../media/beginning.gif" width="70"
+                                         height="20" id="MosImg205"></b></p>
+        <p align=""><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('pgd661','PAGE')"> Mémento
+            "l'accentuation des syllabes"</a></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""> </p>
+        <p align="">Vous vous trompez. Voici la transcription qui convient pour chaque mot :</p>
+        <p align=""><br> </p>
+        <p align=""> <b>heroin</b> - <img align="absMiddle" border="0" src="../media/heroin.gif"
+                                          id="MosImg92"><br><br><br></p>
+        <p align=""> </p>
+        <p align=""> <b>communicate</b> - <img align="absMiddle" border="0" src="../media/communicate2.gif"
+                                               id="MosImg84"></p>
+        <p align=""> </p>
+        <p align=""> <b>beginning - <img align="absMiddle" border="0" src="../media/beginning.gif" width="70"
+                                         height="20" id="MosImg20"></b></p>
+        <p align=""><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('pgd661','PAGE')"> Mémento
+            "l'accentuation des syllabes"</a></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  ">
+        <p align=""><br><font color="#000000">Voici la transcription de certains mots du dialogue. Pour chaque mot
+            transcrit, trois possibilités vous sont données en ce qui concerne la place de l'accent primaire. <br>Ecoutez
+            chaque mot transcrit en cliquant sur le bouton et validez la transcription qui convient. <br><br></font>"Could
+            you give an example?"<br>"Well, for instance, the 
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV86', 'bouton_heroine.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', ''));</script>
+              <b>heroin</b> is totally unable to 
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV91', 'bouton_communicate.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', ''));</script>
+              <b>communicate</b> her feelings in the 
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV85', 'bouton_beginning.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', ''));</script>
+              <b>beginning</b>"...
+        </p>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellpadding="0" cellspacing="12" align="center">
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep1">
+                            <td valign="top" class="STY_bordureQC" id="tdRep1">
+                                <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                                     onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><span
+                                        style="FONT-SIZE: 250%">• <img src="../media/heroin.gif" id="MosImg16"
+                                                                       border="0" align="center"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep2">
+                            <td valign="top" class="STY_bordureQC" id="tdRep2">
+                                <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                                     onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><span
+                                        style="FONT-SIZE: 250%">• <img src="../media/heroin2.gif" id="MosImg10"
+                                                                       border="0" align="center"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep3">
+                            <td valign="top" class="STY_bordureQC" id="tdRep3">
+                                <div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);"
+                                     onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><span
+                                        style="FONT-SIZE: 250%">• <img src="../media/heroin3.gif" id="MosImg90"
+                                                                       border="0" align="center"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep4">
+                            <td valign="top" class="STY_bordureQC" id="tdRep4">
+                                <div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);"
+                                     onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep5">
+                            <td valign="top" class="STY_bordureQC" id="tdRep5">
+                                <div class="STY_reponseQC" id="lienRep5" onmouseover="exo.changerBouton(5,true);"
+                                     onmouseout="exo.changerBouton(5,false);" onclick="exo.action(5)"><span
+                                        style="FONT-SIZE: 250%"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep6">
+                            <td valign="top" class="STY_bordureQC" id="tdRep6">
+                                <div class="STY_reponseQC" id="lienRep6" onmouseover="exo.changerBouton(6,true);"
+                                     onmouseout="exo.changerBouton(6,false);" onclick="exo.action(6)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep7">
+                            <td valign="top" class="STY_bordureQC" id="tdRep7">
+                                <div class="STY_reponseQC" id="lienRep7" onmouseover="exo.changerBouton(7,true);"
+                                     onmouseout="exo.changerBouton(7,false);" onclick="exo.action(7)"><span
+                                        style="FONT-SIZE: 250%">•<img align="center" border="0"
+                                                                      src="../media/communicate1.gif"
+                                                                      id="MosImg43"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep8">
+                            <td valign="top" class="STY_bordureQC" id="tdRep8">
+                                <div class="STY_reponseQC" id="lienRep8" onmouseover="exo.changerBouton(8,true);"
+                                     onmouseout="exo.changerBouton(8,false);" onclick="exo.action(8)"><span
+                                        style="FONT-SIZE: 250%">•<img align="center" border="0"
+                                                                      src="../media/communicate2.gif"
+                                                                      id="MosImg21"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep9">
+                            <td valign="top" class="STY_bordureQC" id="tdRep9">
+                                <div class="STY_reponseQC" id="lienRep9" onmouseover="exo.changerBouton(9,true);"
+                                     onmouseout="exo.changerBouton(9,false);" onclick="exo.action(9)"><span
+                                        style="FONT-SIZE: 250%">• <img src="../media/communicate.gif" id="MosImg13"
+                                                                       border="0" align="center"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep10">
+                            <td valign="top" class="STY_bordureQC" id="tdRep10">
+                                <div class="STY_reponseQC" id="lienRep10" onmouseover="exo.changerBouton(10,true);"
+                                     onmouseout="exo.changerBouton(10,false);" onclick="exo.action(10)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep11">
+                            <td valign="top" class="STY_bordureQC" id="tdRep11">
+                                <div class="STY_reponseQC" id="lienRep11" onmouseover="exo.changerBouton(11,true);"
+                                     onmouseout="exo.changerBouton(11,false);" onclick="exo.action(11)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep12">
+                            <td valign="top" class="STY_bordureQC" id="tdRep12">
+                                <div class="STY_reponseQC" id="lienRep12" onmouseover="exo.changerBouton(12,true);"
+                                     onmouseout="exo.changerBouton(12,false);" onclick="exo.action(12)"></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep13">
+                            <td valign="top" class="STY_bordureQC" id="tdRep13">
+                                <div class="STY_reponseQC" id="lienRep13" onmouseover="exo.changerBouton(13,true);"
+                                     onmouseout="exo.changerBouton(13,false);" onclick="exo.action(13)"><span
+                                        style="FONT-SIZE: 250%">• <img src="../media/beginning1.gif" id="MosImg3"
+                                                                       border="0" align="center"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep14">
+                            <td valign="top" class="STY_bordureQC" id="tdRep14">
+                                <div class="STY_reponseQC" id="lienRep14" onmouseover="exo.changerBouton(14,true);"
+                                     onmouseout="exo.changerBouton(14,false);" onclick="exo.action(14)"><span
+                                        style="FONT-SIZE: 250%">• <img src="../media/beginning.gif" id="MosImg14"
+                                                                       border="0" align="center"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trRep15">
+                            <td valign="top" class="STY_bordureQC" id="tdRep15">
+                                <div class="STY_reponseQC" id="lienRep15" onmouseover="exo.changerBouton(15,true);"
+                                     onmouseout="exo.changerBouton(15,false);" onclick="exo.action(15)"><span
+                                        style="FONT-SIZE: 250%">• <img src="../media/beginning3.gif" id="MosImg0"
+                                                                       border="0" align="center"></span></div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg85.html b/Basilisk/MACAO/macao_12/contenu/pages/pg85.html
index 9243abd9095c6f9878d678c211aebff01c6e0d46..e6431baaaa53cb96d2adc63098ce129a5ade289f 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg85.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg85.html
@@ -1 +1,298 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Compter les syllabes orales (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script><script type="text/javascript">function entrerDonnees(){ exo = new ExerciceQM("QCU");exo.init();exo.scoreTotal=40;var nr=1;exo.tabStylesR[nr]='2';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]='2';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]='1';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]='2';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";exo.nbColones=2;var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"Corrigé","","","","","","","","","");var idDet='divSugg2';idDet='divCmt1';EXO_ajouterCommentaire(idDet,"Syllabes orales","","","","","-1","","","","");var idDet='divSugg3';idDet='divCmt2';EXO_ajouterCommentaire(idDet,"Syllabes écrites","","","","","-1","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Compter les syllabes orales (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Exact !</p><p align=""> </p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><b>Voici le corrigé :</b><br><br></p><p align=""> </p><p align="">  </p><p align=""><br><br>business: 2 syllabes.</p><p align=""><br><br>Wednesday: 2 syllabes.</p><p align=""><br><br>oranges: 3 syllabes.</p><p align=""><br>different: 2 syllabes.</p></div><div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br><br><br><br><br>Pour identifier les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.</div><div id="divCmt2" onclick="SPE_clicDansBulle(event,'divCmt2')">Si la syllabe orale peut être définie avec précision, la "syllabe écrite" est reconnue plus instinctivement: c'est l'héritage de l'école primaire où l'on a pu avoir l'habitude d'apprendre à lire en découpant les mots.</div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="  "><div id="STY_question" class="STY_question" style="  "><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""><br>Les mots suivants comportent-ils  3 <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">syllabes</a> ? <br>Pour chaque mot, écouter en cliquant sur la flèche puis indiquer votre réponse en sélectionnant oui ou non. </p></div><div id="STY_texteQM" class="STY_texteQM" style="  "><table cellspacing="1" cellpadding="0" class="STY_tableauQM"><tr><td></td><td class="STY_coloneQM">oui</td><td class="STY_coloneQM">non</td></tr><tr id="trRep1"><td valign="top" id="tdRep1" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV91','business.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">business</td></tr></table></p></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11" onmouseover="exo.changerBouton(1,1,true);" onmouseout="exo.changerBouton(1,1,false);" onclick="exo.action(1,1)"><img border="0" hspace="1" id="boutonRep11" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12" onmouseover="exo.changerBouton(1,2,true);" onmouseout="exo.changerBouton(1,2,false);" onclick="exo.action(1,2)"><img border="0" hspace="1" id="boutonRep12" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr><tr id="trRep2"><td valign="top" id="tdRep2" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV92','wenesday.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">Wednesday</td></tr></table></p></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21" onmouseover="exo.changerBouton(2,1,true);" onmouseout="exo.changerBouton(2,1,false);" onclick="exo.action(2,1)"><img border="0" hspace="1" id="boutonRep21" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22" onmouseover="exo.changerBouton(2,2,true);" onmouseout="exo.changerBouton(2,2,false);" onclick="exo.action(2,2)"><img border="0" hspace="1" id="boutonRep22" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr><tr id="trRep3"><td valign="top" id="tdRep3" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV90','oranges.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">oranges</td></tr></table></p></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31" onmouseover="exo.changerBouton(3,1,true);" onmouseout="exo.changerBouton(3,1,false);" onclick="exo.action(3,1)"><img border="0" hspace="1" id="boutonRep31" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32" onmouseover="exo.changerBouton(3,2,true);" onmouseout="exo.changerBouton(3,2,false);" onclick="exo.action(3,2)"><img border="0" hspace="1" id="boutonRep32" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr><tr id="trRep4"><td valign="top" id="tdRep4" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV95','different.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">different</td></tr></table> </p></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg41" onmouseover="exo.changerBouton(4,1,true);" onmouseout="exo.changerBouton(4,1,false);" onclick="exo.action(4,1)"><img border="0" hspace="1" id="boutonRep41" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg42" onmouseover="exo.changerBouton(4,2,true);" onmouseout="exo.changerBouton(4,2,false);" onclick="exo.action(4,2)"><img border="0" hspace="1" id="boutonRep42" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Compter les syllabes orales (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceQM("QCU");
+        exo.init();
+        exo.scoreTotal = 40;
+        var nr = 1;
+        exo.tabStylesR[nr] = '2';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = '2';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = '1';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = '2';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        exo.nbColones = 2;
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "Corrigé", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        idDet = 'divCmt1';
+        EXO_ajouterCommentaire(idDet, "Syllabes orales", "", "", "", "", "-1", "", "", "", "");
+        var idDet = 'divSugg3';
+        idDet = 'divCmt2';
+        EXO_ajouterCommentaire(idDet, "Syllabes écrites", "", "", "", "", "-1", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Compter les syllabes
+                    orales (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Exact !</p>
+        <p align=""> </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><b>Voici le corrigé :</b><br><br></p>
+        <p align=""> </p>
+        <p align="">  </p>
+        <p align=""><br><br>business: 2 syllabes.</p>
+        <p align=""><br><br>Wednesday: 2 syllabes.</p>
+        <p align=""><br><br>oranges: 3 syllabes.</p>
+        <p align=""><br>different: 2 syllabes.</p></div>
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br><br><br><br><br>Pour identifier
+        les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule
+        voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.
+    </div>
+    <div id="divCmt2" onclick="SPE_clicDansBulle(event,'divCmt2')">Si la syllabe orale peut être définie avec précision,
+        la "syllabe écrite" est reconnue plus instinctivement: c'est l'héritage de l'école primaire où l'on a pu avoir
+        l'habitude d'apprendre à lire en découpant les mots.
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="  ">
+    <div id="STY_question" class="STY_question" style="  "><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="">
+        <br>Les mots suivants comportent-ils  3 <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')"
+                                                   onclick="enrPosClic(event,'1')">syllabes</a> ? <br>Pour chaque mot,
+        écouter en cliquant sur la flèche puis indiquer votre réponse en sélectionnant oui ou non. </p></div>
+    <div id="STY_texteQM" class="STY_texteQM" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_tableauQM">
+            <tr>
+                <td></td>
+                <td class="STY_coloneQM">oui</td>
+                <td class="STY_coloneQM">non</td>
+            </tr>
+            <tr id="trRep1">
+                <td valign="top" id="tdRep1" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV91', 'business.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">business</td>
+                        </tr>
+                    </table>
+                    </p></td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11"
+                                                      onmouseover="exo.changerBouton(1,1,true);"
+                                                      onmouseout="exo.changerBouton(1,1,false);"
+                                                      onclick="exo.action(1,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep11"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12"
+                                                      onmouseover="exo.changerBouton(1,2,true);"
+                                                      onmouseout="exo.changerBouton(1,2,false);"
+                                                      onclick="exo.action(1,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep12"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td valign="top" id="tdRep2" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV92', 'wenesday.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">Wednesday</td>
+                        </tr>
+                    </table>
+                    </p></td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21"
+                                                      onmouseover="exo.changerBouton(2,1,true);"
+                                                      onmouseout="exo.changerBouton(2,1,false);"
+                                                      onclick="exo.action(2,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep21"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22"
+                                                      onmouseover="exo.changerBouton(2,2,true);"
+                                                      onmouseout="exo.changerBouton(2,2,false);"
+                                                      onclick="exo.action(2,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep22"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+            <tr id="trRep3">
+                <td valign="top" id="tdRep3" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV90', 'oranges.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">oranges</td>
+                        </tr>
+                    </table>
+                    </p></td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31"
+                                                      onmouseover="exo.changerBouton(3,1,true);"
+                                                      onmouseout="exo.changerBouton(3,1,false);"
+                                                      onclick="exo.action(3,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep31"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32"
+                                                      onmouseover="exo.changerBouton(3,2,true);"
+                                                      onmouseout="exo.changerBouton(3,2,false);"
+                                                      onclick="exo.action(3,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep32"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+            <tr id="trRep4">
+                <td valign="top" id="tdRep4" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV95', 'different.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">different</td>
+                        </tr>
+                    </table>
+                     </p></td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg41"
+                                                      onmouseover="exo.changerBouton(4,1,true);"
+                                                      onmouseout="exo.changerBouton(4,1,false);"
+                                                      onclick="exo.action(4,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep41"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg42"
+                                                      onmouseover="exo.changerBouton(4,2,true);"
+                                                      onmouseout="exo.changerBouton(4,2,false);"
+                                                      onclick="exo.action(4,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep42"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg855.html b/Basilisk/MACAO/macao_12/contenu/pages/pg855.html
index bc3b0faf29ac7d3b838dccf417bfb989f16bd9c1..0a62ea42e16fab7f85e2c94b51ad3df981754ec6 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg855.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg855.html
@@ -1 +1,91 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Les symboles phonétiques (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles phonétiques (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><font color="#a60a69">Il y a 20 voyelles en anglais dont voici les symboles présentés, par convention <br>internationale, entre barres obliques.<br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV26','page3.swf','500','320','false','Flash','false','','Quality:high;wmode:transparent',''));</script></font></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Les symboles phonétiques (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles
+                    phonétiques (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><font color="#a60a69">Il y a 20 voyelles en anglais dont
+        voici les symboles présentés, par convention <br>internationale, entre barres obliques.<br><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV26', 'page3.swf', '500', '320', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </font></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg860.html b/Basilisk/MACAO/macao_12/contenu/pages/pg860.html
index 4b4197cc65f556689ec7e95626cf65ff724c0052..afbf080a7b737d66eae5006c765e2d218f6aa2cb 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg860.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg860.html
@@ -1 +1,610 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Trouver l'accent secondaire (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script><script type="text/javascript">function entrerDonnees(){ exo = new ExerciceQM("QCU");exo.init();exo.scoreTotal=40;var nr=1;exo.tabStylesR[nr]='1';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]='2';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]='1';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]='1';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";exo.nbColones=5;var idDet='divSugg1';idDet='divCmt1';EXO_ajouterCommentaire(idDet,"socio","","","","","","","","","");var idDet='divSugg2';idDet='divCmt2';EXO_ajouterCommentaire(idDet,"communication","","","","","","","","","");var idDet='divSugg3';idDet='divCmt3';EXO_ajouterCommentaire(idDet,"realization","","","","","","","","","");var idDet='divSugg4';idDet='divCmt4';EXO_ajouterCommentaire(idDet,"university","","","","","","","","","");var idDet='divSugg5';EXO_ajouterCommentaire(idDet,"","","","","","","1:","","","");var idDet='divSugg6';EXO_ajouterCommentaire(idDet,"","","","","","","2:","","","");var idDet='divSugg7';EXO_ajouterCommentaire(idDet,"","","","","","","3:","","","");var idDet='divSugg8';EXO_ajouterCommentaire(idDet,"","","","","","","4:","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Trouver l'accent secondaire (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div><div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><p align=""><font color="#000000"><br><br><br><br><br><br><br>Vous pouvez réécouter le mot en cliquant sur le bouton.</font><br><br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_sociology_juste.png" id="MosImg874" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tab_socio_corrige2.png" id="MosImg927" style="visibility:hidden"></td></tr></table></p></div><div id="divCmt2" onclick="SPE_clicDansBulle(event,'divCmt2')"><p align=""><font color="#000000"><br><br><br><br><br><br><br>Vous pouvez réécouter le mot en cliquant sur le bouton.<br><br><br><br><br></font><br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_communication_juste.png" id="MosImg44310" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_comm_corrige.png" id="MosImg2766" style="visibility:hidden"></td></tr></table></p></div><div id="divCmt3" onclick="SPE_clicDansBulle(event,'divCmt3')"><p align=""><font color="#000000"><br><br><br><br><br><br><br>Vous pouvez réécouter le mot en cliquant sur le bouton.</font><br><br><br><br><br><br><br><br><br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_realization_juste.png" id="MosImg759" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_realization_corrig.png" id="MosImg153" style="visibility:hidden"></td></tr></table></p></div><div id="divCmt4" onclick="SPE_clicDansBulle(event,'divCmt4')"><font color="#000000"><br><br><br><br><br><br><br>Vous pouvez réécouter le mot en cliquant sur le bouton.<br></font><br><br><br><br><br><br><br><br><br><br><br><br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_university4.png" id="MosImg853" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_university_corrige.png" id="MosImg889" style="visibility:hidden"></td></tr></table></div><div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><br><br><br><br><br><br><br><br><br><br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_sociology_juste.png" id="MosImg87" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tab_socio_corrige2.png" id="MosImg92" style="visibility:hidden"></td></tr></table><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_communication_juste.png" id="MosImg443" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_comm_corrige.png" id="MosImg276" style="visibility:hidden"></td></tr></table></p><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_realization_juste.png" id="MosImg75" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_realization_corrig.png" id="MosImg15" style="visibility:hidden"></td></tr></table></p><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_university4.png" id="MosImg850" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_university_corrige.png" id="MosImg88" style="visibility:hidden"></td></tr></table></p></div><div id="divSugg6" onclick="SPE_clicDansBulle(event,'divSugg6')"><br><br><br><br><br><br><br><br><br><br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_sociology_juste.png" id="MosImg876" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tab_socio_corrige2.png" id="MosImg926" style="visibility:hidden"></td></tr></table><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_communication_juste.png" id="MosImg4432" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_comm_corrige.png" id="MosImg27665" style="visibility:hidden"></td></tr></table></p><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_realization_juste.png" id="MosImg757" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_realization_corrig.png" id="MosImg151" style="visibility:hidden"></td></tr></table></p><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_university4.png" id="MosImg856" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_university_corrige.png" id="MosImg881" style="visibility:hidden"></td></tr></table></p></div><div id="divSugg7" onclick="SPE_clicDansBulle(event,'divSugg7')"><br><br><br><br><br><br><br><br><br><br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_sociology_juste.png" id="MosImg873" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tab_socio_corrige2.png" id="MosImg9272" style="visibility:hidden"></td></tr></table><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_communication_juste.png" id="MosImg4435" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_comm_corrige.png" id="MosImg2767" style="visibility:hidden"></td></tr></table></p><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_realization_juste.png" id="MosImg758" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_realization_corrig.png" id="MosImg1538" style="visibility:hidden"></td></tr></table></p><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_university4.png" id="MosImg8539" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_university_corrige.png" id="MosImg885" style="visibility:hidden"></td></tr></table></p></div><div id="divSugg8" onclick="SPE_clicDansBulle(event,'divSugg8')"><br><br><br><br><br><br><br><br><br><br><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_sociology_juste.png" id="MosImg8742" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tab_socio_corrige2.png" id="MosImg928" style="visibility:hidden"></td></tr></table><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_communication_juste.png" id="MosImg4436" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_comm_corrige.png" id="MosImg2768" style="visibility:hidden"></td></tr></table></p><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_realization_juste.png" id="MosImg7591" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_realization_corrig.png" id="MosImg154" style="visibility:hidden"></td></tr></table></p><p align=""><table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/phon_university4.png" id="MosImg85" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_university_corrige.png" id="MosImg887" style="visibility:hidden"></td></tr></table></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="  "><div id="STY_question" class="STY_question" style="  "><br>Voici des mots comportant un accent primaire et un accent secondaire. L'accent primaire est déjà signalé. Ecoutez chaque mot en cliquant sur le bouton puis cliquez sur la case correspondant à la syllabe qui porte l'accent secondaire.</div><div id="STY_texteQM" class="STY_texteQM" style="  "><table cellspacing="1" cellpadding="0" class="STY_tableauQM"><tr><td class="STY_coloneQM">1</td><td class="STY_coloneQM">2</td><td class="STY_coloneQM">3</td><td class="STY_coloneQM">4</td><td class="STY_coloneQM">5</td></tr><tr id="trRep1"><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11" onmouseover="exo.changerBouton(1,1,true);" onmouseout="exo.changerBouton(1,1,false);" onclick="exo.action(1,1)"><img border="0" hspace="1" id="boutonRep11" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12" onmouseover="exo.changerBouton(1,2,true);" onmouseout="exo.changerBouton(1,2,false);" onclick="exo.action(1,2)"><img border="0" hspace="1" id="boutonRep12" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg13" onmouseover="exo.changerBouton(1,3,true);" onmouseout="exo.changerBouton(1,3,false);" onclick="exo.action(1,3)"><img border="0" hspace="1" id="boutonRep13" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg14" onmouseover="exo.changerBouton(1,4,true);" onmouseout="exo.changerBouton(1,4,false);" onclick="exo.action(1,4)"><img border="0" hspace="1" id="boutonRep14" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg15" onmouseover="exo.changerBouton(1,5,true);" onmouseout="exo.changerBouton(1,5,false);" onclick="exo.action(1,5)"><img border="0" hspace="1" id="boutonRep15" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" id="tdRep1" class="STY_reponseQM"><table class="STY_tableau" width="355" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV81','bt_socio1.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="120" valign="top"><p align="">sociology</p></td><td width="105" valign="top"><img align="center" border="0" src="../media/phon_sociology2.png" id="MosImg99" style="visibility:hidden"></td><td width="80" valign="top"><img align="center" border="0" src="../media/tab_socio1.png" id="MosImg1" style="visibility:hidden"></td><td width="30" valign="top"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">corrigé</a><a class="STY_lienComt" href="javascript:CRS_afficherDetail('2')" onclick="enrPosClic(event,'2')"></a></td></tr></table></td></tr><tr id="trRep2"><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21" onmouseover="exo.changerBouton(2,1,true);" onmouseout="exo.changerBouton(2,1,false);" onclick="exo.action(2,1)"><img border="0" hspace="1" id="boutonRep21" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22" onmouseover="exo.changerBouton(2,2,true);" onmouseout="exo.changerBouton(2,2,false);" onclick="exo.action(2,2)"><img border="0" hspace="1" id="boutonRep22" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg23" onmouseover="exo.changerBouton(2,3,true);" onmouseout="exo.changerBouton(2,3,false);" onclick="exo.action(2,3)"><img border="0" hspace="1" id="boutonRep23" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg24" onmouseover="exo.changerBouton(2,4,true);" onmouseout="exo.changerBouton(2,4,false);" onclick="exo.action(2,4)"><img border="0" hspace="1" id="boutonRep24" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg25" onmouseover="exo.changerBouton(2,5,true);" onmouseout="exo.changerBouton(2,5,false);" onclick="exo.action(2,5)"><img border="0" hspace="1" id="boutonRep25" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" id="tdRep2" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="355" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV58','bt_comm.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="80" valign="top">communication</td><td width="105" valign="top"><img align="center" border="0" src="../media/phon_communication1.png" id="MosImg71" style="visibility:hidden"></td><td valign="top"><img align="center" border="0" src="../media/tableau_communication1.png" id="MosImg84" style="visibility:hidden"></td><td width="30" valign="top"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('2')" onclick="enrPosClic(event,'2')">corrigé</a></td></tr></table></p></td></tr><tr id="trRep3"><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31" onmouseover="exo.changerBouton(3,1,true);" onmouseout="exo.changerBouton(3,1,false);" onclick="exo.action(3,1)"><img border="0" hspace="1" id="boutonRep31" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32" onmouseover="exo.changerBouton(3,2,true);" onmouseout="exo.changerBouton(3,2,false);" onclick="exo.action(3,2)"><img border="0" hspace="1" id="boutonRep32" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg33" onmouseover="exo.changerBouton(3,3,true);" onmouseout="exo.changerBouton(3,3,false);" onclick="exo.action(3,3)"><img border="0" hspace="1" id="boutonRep33" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg34" onmouseover="exo.changerBouton(3,4,true);" onmouseout="exo.changerBouton(3,4,false);" onclick="exo.action(3,4)"><img border="0" hspace="1" id="boutonRep34" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg35" onmouseover="exo.changerBouton(3,5,true);" onmouseout="exo.changerBouton(3,5,false);" onclick="exo.action(3,5)"><img border="0" hspace="1" id="boutonRep35" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" id="tdRep3" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="355" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV85','bt_real.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="120" valign="top"><p align="">realization</p></td><td width="105" valign="top"><img align="center" border="0" src="../media/phon_realization1.png" id="MosImg22" style="visibility:hidden"></td><td width="80" valign="top"><img align="center" border="0" src="../media/tableau_realization1.png" id="MosImg54" style="visibility:hidden"></td><td width="30" valign="top"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('3')" onclick="enrPosClic(event,'3')">corrigé</a></td></tr></table></p></td></tr><tr id="trRep4"><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg41" onmouseover="exo.changerBouton(4,1,true);" onmouseout="exo.changerBouton(4,1,false);" onclick="exo.action(4,1)"><img border="0" hspace="1" id="boutonRep41" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg42" onmouseover="exo.changerBouton(4,2,true);" onmouseout="exo.changerBouton(4,2,false);" onclick="exo.action(4,2)"><img border="0" hspace="1" id="boutonRep42" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg43" onmouseover="exo.changerBouton(4,3,true);" onmouseout="exo.changerBouton(4,3,false);" onclick="exo.action(4,3)"><img border="0" hspace="1" id="boutonRep43" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg44" onmouseover="exo.changerBouton(4,4,true);" onmouseout="exo.changerBouton(4,4,false);" onclick="exo.action(4,4)"><img border="0" hspace="1" id="boutonRep44" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg45" onmouseover="exo.changerBouton(4,5,true);" onmouseout="exo.changerBouton(4,5,false);" onclick="exo.action(4,5)"><img border="0" hspace="1" id="boutonRep45" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" id="tdRep4" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="355" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV11','bt_university.swf','17','17','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td width="120" valign="top"><p align="">university</p></td><td width="105" valign="top"><img align="center" border="0" src="../media/phon_university.png" id="MosImg8" style="visibility:hidden"></td><td width="80" valign="top"><img align="center" border="0" src="../media/tableau_university1.png" id="MosImg9" style="visibility:hidden"></td><td width="30" valign="top"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('4')" onclick="enrPosClic(event,'4')">corrigé</a></td></tr></table></p></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Trouver l'accent secondaire (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceQM("QCU");
+        exo.init();
+        exo.scoreTotal = 40;
+        var nr = 1;
+        exo.tabStylesR[nr] = '1';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = '2';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = '1';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = '1';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        exo.nbColones = 5;
+        var idDet = 'divSugg1';
+        idDet = 'divCmt1';
+        EXO_ajouterCommentaire(idDet, "socio", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        idDet = 'divCmt2';
+        EXO_ajouterCommentaire(idDet, "communication", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        idDet = 'divCmt3';
+        EXO_ajouterCommentaire(idDet, "realization", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        idDet = 'divCmt4';
+        EXO_ajouterCommentaire(idDet, "university", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg5';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:", "", "", "");
+        var idDet = 'divSugg6';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:", "", "", "");
+        var idDet = 'divSugg7';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "3:", "", "", "");
+        var idDet = 'divSugg8';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "4:", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Trouver l'accent
+                    secondaire (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><p align=""><font
+            color="#000000"><br><br><br><br><br><br><br>Vous pouvez réécouter le mot en cliquant sur le
+        bouton.</font><br><br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_sociology_juste.png" id="MosImg874"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tab_socio_corrige2.png" id="MosImg927"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divCmt2" onclick="SPE_clicDansBulle(event,'divCmt2')"><p align=""><font
+            color="#000000"><br><br><br><br><br><br><br>Vous pouvez réécouter le mot en cliquant sur le
+        bouton.<br><br><br><br><br></font><br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_communication_juste.png"
+                                      id="MosImg44310" style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_comm_corrige.png" id="MosImg2766"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divCmt3" onclick="SPE_clicDansBulle(event,'divCmt3')"><p align=""><font
+            color="#000000"><br><br><br><br><br><br><br>Vous pouvez réécouter le mot en cliquant sur le
+        bouton.</font><br><br><br><br><br><br><br><br><br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_realization_juste.png" id="MosImg759"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_realization_corrig.png"
+                                      id="MosImg153" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divCmt4" onclick="SPE_clicDansBulle(event,'divCmt4')"><font color="#000000"><br><br><br><br><br><br><br>Vous
+        pouvez réécouter le mot en cliquant sur le bouton.<br></font><br><br><br><br><br><br><br><br><br><br><br><br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_university4.png" id="MosImg853"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_university_corrige.png"
+                                      id="MosImg889" style="visibility:hidden"></td>
+            </tr>
+        </table>
+    </div>
+    <div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><br><br><br><br><br><br><br><br><br><br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_sociology_juste.png" id="MosImg87"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tab_socio_corrige2.png" id="MosImg92"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        <p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_communication_juste.png"
+                                      id="MosImg443" style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_comm_corrige.png" id="MosImg276"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p><p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_realization_juste.png" id="MosImg75"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_realization_corrig.png"
+                                      id="MosImg15" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p><p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_university4.png" id="MosImg850"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_university_corrige.png"
+                                      id="MosImg88" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divSugg6" onclick="SPE_clicDansBulle(event,'divSugg6')"><br><br><br><br><br><br><br><br><br><br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_sociology_juste.png" id="MosImg876"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tab_socio_corrige2.png" id="MosImg926"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        <p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_communication_juste.png"
+                                      id="MosImg4432" style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_comm_corrige.png" id="MosImg27665"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p><p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_realization_juste.png" id="MosImg757"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_realization_corrig.png"
+                                      id="MosImg151" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p><p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_university4.png" id="MosImg856"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_university_corrige.png"
+                                      id="MosImg881" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divSugg7" onclick="SPE_clicDansBulle(event,'divSugg7')"><br><br><br><br><br><br><br><br><br><br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_sociology_juste.png" id="MosImg873"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tab_socio_corrige2.png" id="MosImg9272"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        <p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_communication_juste.png"
+                                      id="MosImg4435" style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_comm_corrige.png" id="MosImg2767"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p><p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_realization_juste.png" id="MosImg758"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_realization_corrig.png"
+                                      id="MosImg1538" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p><p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_university4.png" id="MosImg8539"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_university_corrige.png"
+                                      id="MosImg885" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divSugg8" onclick="SPE_clicDansBulle(event,'divSugg8')"><br><br><br><br><br><br><br><br><br><br>
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_sociology_juste.png" id="MosImg8742"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tab_socio_corrige2.png" id="MosImg928"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        <p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_communication_juste.png"
+                                      id="MosImg4436" style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_comm_corrige.png" id="MosImg2768"
+                                      style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p><p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_realization_juste.png"
+                                      id="MosImg7591" style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_realization_corrig.png"
+                                      id="MosImg154" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p><p align="">
+        <table class="STY_tableau" width="200" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/phon_university4.png" id="MosImg85"
+                                      style="visibility:hidden"></td>
+                <td valign="top"><img align="center" border="0" src="../media/tableau_university_corrige.png"
+                                      id="MosImg887" style="visibility:hidden"></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="  ">
+    <div id="STY_question" class="STY_question" style="  "><br>Voici des mots comportant un accent primaire et un accent
+        secondaire. L'accent primaire est déjà signalé. Ecoutez chaque mot en cliquant sur le bouton puis cliquez sur la
+        case correspondant à la syllabe qui porte l'accent secondaire.
+    </div>
+    <div id="STY_texteQM" class="STY_texteQM" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_tableauQM">
+            <tr>
+                <td class="STY_coloneQM">1</td>
+                <td class="STY_coloneQM">2</td>
+                <td class="STY_coloneQM">3</td>
+                <td class="STY_coloneQM">4</td>
+                <td class="STY_coloneQM">5</td>
+            </tr>
+            <tr id="trRep1">
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11"
+                                                      onmouseover="exo.changerBouton(1,1,true);"
+                                                      onmouseout="exo.changerBouton(1,1,false);"
+                                                      onclick="exo.action(1,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep11"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12"
+                                                      onmouseover="exo.changerBouton(1,2,true);"
+                                                      onmouseout="exo.changerBouton(1,2,false);"
+                                                      onclick="exo.action(1,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep12"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg13"
+                                                      onmouseover="exo.changerBouton(1,3,true);"
+                                                      onmouseout="exo.changerBouton(1,3,false);"
+                                                      onclick="exo.action(1,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep13"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg14"
+                                                      onmouseover="exo.changerBouton(1,4,true);"
+                                                      onmouseout="exo.changerBouton(1,4,false);"
+                                                      onclick="exo.action(1,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep14"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg15"
+                                                      onmouseover="exo.changerBouton(1,5,true);"
+                                                      onmouseout="exo.changerBouton(1,5,false);"
+                                                      onclick="exo.action(1,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep15"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" id="tdRep1" class="STY_reponseQM">
+                    <table class="STY_tableau" width="355" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV81', 'bt_socio1.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td width="120" valign="top"><p align="">sociology</p></td>
+                            <td width="105" valign="top"><img align="center" border="0"
+                                                              src="../media/phon_sociology2.png" id="MosImg99"
+                                                              style="visibility:hidden"></td>
+                            <td width="80" valign="top"><img align="center" border="0" src="../media/tab_socio1.png"
+                                                             id="MosImg1" style="visibility:hidden"></td>
+                            <td width="30" valign="top"><a class="STY_lienComt"
+                                                           href="javascript:CRS_afficherDetail('1')"
+                                                           onclick="enrPosClic(event,'1')">corrigé</a><a
+                                    class="STY_lienComt" href="javascript:CRS_afficherDetail('2')"
+                                    onclick="enrPosClic(event,'2')"></a></td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21"
+                                                      onmouseover="exo.changerBouton(2,1,true);"
+                                                      onmouseout="exo.changerBouton(2,1,false);"
+                                                      onclick="exo.action(2,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep21"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22"
+                                                      onmouseover="exo.changerBouton(2,2,true);"
+                                                      onmouseout="exo.changerBouton(2,2,false);"
+                                                      onclick="exo.action(2,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep22"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg23"
+                                                      onmouseover="exo.changerBouton(2,3,true);"
+                                                      onmouseout="exo.changerBouton(2,3,false);"
+                                                      onclick="exo.action(2,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep23"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg24"
+                                                      onmouseover="exo.changerBouton(2,4,true);"
+                                                      onmouseout="exo.changerBouton(2,4,false);"
+                                                      onclick="exo.action(2,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep24"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg25"
+                                                      onmouseover="exo.changerBouton(2,5,true);"
+                                                      onmouseout="exo.changerBouton(2,5,false);"
+                                                      onclick="exo.action(2,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep25"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" id="tdRep2" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="355" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV58', 'bt_comm.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td width="80" valign="top">communication</td>
+                            <td width="105" valign="top"><img align="center" border="0"
+                                                              src="../media/phon_communication1.png" id="MosImg71"
+                                                              style="visibility:hidden"></td>
+                            <td valign="top"><img align="center" border="0" src="../media/tableau_communication1.png"
+                                                  id="MosImg84" style="visibility:hidden"></td>
+                            <td width="30" valign="top"><a class="STY_lienComt"
+                                                           href="javascript:CRS_afficherDetail('2')"
+                                                           onclick="enrPosClic(event,'2')">corrigé</a></td>
+                        </tr>
+                    </table>
+                    </p></td>
+            </tr>
+            <tr id="trRep3">
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31"
+                                                      onmouseover="exo.changerBouton(3,1,true);"
+                                                      onmouseout="exo.changerBouton(3,1,false);"
+                                                      onclick="exo.action(3,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep31"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32"
+                                                      onmouseover="exo.changerBouton(3,2,true);"
+                                                      onmouseout="exo.changerBouton(3,2,false);"
+                                                      onclick="exo.action(3,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep32"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg33"
+                                                      onmouseover="exo.changerBouton(3,3,true);"
+                                                      onmouseout="exo.changerBouton(3,3,false);"
+                                                      onclick="exo.action(3,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep33"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg34"
+                                                      onmouseover="exo.changerBouton(3,4,true);"
+                                                      onmouseout="exo.changerBouton(3,4,false);"
+                                                      onclick="exo.action(3,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep34"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg35"
+                                                      onmouseover="exo.changerBouton(3,5,true);"
+                                                      onmouseout="exo.changerBouton(3,5,false);"
+                                                      onclick="exo.action(3,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep35"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" id="tdRep3" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="355" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV85', 'bt_real.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td width="120" valign="top"><p align="">realization</p></td>
+                            <td width="105" valign="top"><img align="center" border="0"
+                                                              src="../media/phon_realization1.png" id="MosImg22"
+                                                              style="visibility:hidden"></td>
+                            <td width="80" valign="top"><img align="center" border="0"
+                                                             src="../media/tableau_realization1.png" id="MosImg54"
+                                                             style="visibility:hidden"></td>
+                            <td width="30" valign="top"><a class="STY_lienComt"
+                                                           href="javascript:CRS_afficherDetail('3')"
+                                                           onclick="enrPosClic(event,'3')">corrigé</a></td>
+                        </tr>
+                    </table>
+                    </p></td>
+            </tr>
+            <tr id="trRep4">
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg41"
+                                                      onmouseover="exo.changerBouton(4,1,true);"
+                                                      onmouseout="exo.changerBouton(4,1,false);"
+                                                      onclick="exo.action(4,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep41"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg42"
+                                                      onmouseover="exo.changerBouton(4,2,true);"
+                                                      onmouseout="exo.changerBouton(4,2,false);"
+                                                      onclick="exo.action(4,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep42"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg43"
+                                                      onmouseover="exo.changerBouton(4,3,true);"
+                                                      onmouseout="exo.changerBouton(4,3,false);"
+                                                      onclick="exo.action(4,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep43"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg44"
+                                                      onmouseover="exo.changerBouton(4,4,true);"
+                                                      onmouseout="exo.changerBouton(4,4,false);"
+                                                      onclick="exo.action(4,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep44"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg45"
+                                                      onmouseover="exo.changerBouton(4,5,true);"
+                                                      onmouseout="exo.changerBouton(4,5,false);"
+                                                      onclick="exo.action(4,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep45"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" id="tdRep4" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="355" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV11', 'bt_university.swf', '17', '17', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td width="120" valign="top"><p align="">university</p></td>
+                            <td width="105" valign="top"><img align="center" border="0"
+                                                              src="../media/phon_university.png" id="MosImg8"
+                                                              style="visibility:hidden"></td>
+                            <td width="80" valign="top"><img align="center" border="0"
+                                                             src="../media/tableau_university1.png" id="MosImg9"
+                                                             style="visibility:hidden"></td>
+                            <td width="30" valign="top"><a class="STY_lienComt"
+                                                           href="javascript:CRS_afficherDetail('4')"
+                                                           onclick="enrPosClic(event,'4')">corrigé</a></td>
+                        </tr>
+                    </table>
+                    </p></td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg861.html b/Basilisk/MACAO/macao_12/contenu/pages/pg861.html
index 077a57224d240d259f4d25db1acb824a1e21c7b6..0cd4f553457bacbf5182889b1ba2deb0de9ad087 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg861.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg861.html
@@ -1 +1,309 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Repérer les syllabes orales</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:81px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script><script type="text/javascript">function entrerDonnees(){ exo = new ExerciceQM("QCU");exo.init();exo.scoreTotal=40;var nr=1;exo.tabStylesR[nr]='2';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]='3';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]='2';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";exo.nbColones=5;var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg2';idDet='divCmt1';EXO_ajouterCommentaire(idDet,"Syllabes orales","","","","","-1","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Repérer les syllabes orales</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Exact !</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><b>Voici le corrigé :</b><br><br></p><p align=""> </p><p align=""> </p><p align=""><br>every: 2 syllabes</p><p align=""><br>interesting: 3 syllabes</p><p align=""><br>dangerous: 2 syllabes</p></div><div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><p align=""><br><br><br><br><br>Pour identifier les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.</p><p align="">La voyelle se caractérise par la vibration des cordes vocales, alors que la consonne n’existe pas par elle-même : elle s’appuie sur la voyelle qui la précède ou la suit.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="  "><div id="STY_question" class="STY_question" style="  "><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="">En cliquant sur la flèche, combien de <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">syllabes</a> entendez-vous pour chacun des  3 mots ci-dessous ? <br>Pour chaque mot, écouter et sélectionnez 1, 2, 3, 4 ou 5 selon le nombre de syllabes entendues. </p><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""> </p><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="">                      <b>Nombre de syllabes </b></p></div><div id="STY_texteQM" class="STY_texteQM" style="  "><table cellspacing="1" cellpadding="0" class="STY_tableauQM"><tr><td></td><td class="STY_coloneQM">1</td><td class="STY_coloneQM">2</td><td class="STY_coloneQM">3</td><td class="STY_coloneQM">4</td><td class="STY_coloneQM">5</td></tr><tr id="trRep1"><td valign="top" id="tdRep1" class="STY_reponseQM"><script type="text/javascript">ajDocW(PF_clipAV('clipAV50','every3.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11" onmouseover="exo.changerBouton(1,1,true);" onmouseout="exo.changerBouton(1,1,false);" onclick="exo.action(1,1)"><img border="0" hspace="1" id="boutonRep11" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12" onmouseover="exo.changerBouton(1,2,true);" onmouseout="exo.changerBouton(1,2,false);" onclick="exo.action(1,2)"><img border="0" hspace="1" id="boutonRep12" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg13" onmouseover="exo.changerBouton(1,3,true);" onmouseout="exo.changerBouton(1,3,false);" onclick="exo.action(1,3)"><img border="0" hspace="1" id="boutonRep13" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg14" onmouseover="exo.changerBouton(1,4,true);" onmouseout="exo.changerBouton(1,4,false);" onclick="exo.action(1,4)"><img border="0" hspace="1" id="boutonRep14" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg15" onmouseover="exo.changerBouton(1,5,true);" onmouseout="exo.changerBouton(1,5,false);" onclick="exo.action(1,5)"><img border="0" hspace="1" id="boutonRep15" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr><tr id="trRep2"><td valign="top" id="tdRep2" class="STY_reponseQM"><script type="text/javascript">ajDocW(PF_clipAV('clipAV60','interresting1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21" onmouseover="exo.changerBouton(2,1,true);" onmouseout="exo.changerBouton(2,1,false);" onclick="exo.action(2,1)"><img border="0" hspace="1" id="boutonRep21" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22" onmouseover="exo.changerBouton(2,2,true);" onmouseout="exo.changerBouton(2,2,false);" onclick="exo.action(2,2)"><img border="0" hspace="1" id="boutonRep22" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg23" onmouseover="exo.changerBouton(2,3,true);" onmouseout="exo.changerBouton(2,3,false);" onclick="exo.action(2,3)"><img border="0" hspace="1" id="boutonRep23" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg24" onmouseover="exo.changerBouton(2,4,true);" onmouseout="exo.changerBouton(2,4,false);" onclick="exo.action(2,4)"><img border="0" hspace="1" id="boutonRep24" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg25" onmouseover="exo.changerBouton(2,5,true);" onmouseout="exo.changerBouton(2,5,false);" onclick="exo.action(2,5)"><img border="0" hspace="1" id="boutonRep25" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr><tr id="trRep3"><td valign="top" id="tdRep3" class="STY_reponseQM"><script type="text/javascript">ajDocW(PF_clipAV('clipAV98','dangerous1.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31" onmouseover="exo.changerBouton(3,1,true);" onmouseout="exo.changerBouton(3,1,false);" onclick="exo.action(3,1)"><img border="0" hspace="1" id="boutonRep31" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32" onmouseover="exo.changerBouton(3,2,true);" onmouseout="exo.changerBouton(3,2,false);" onclick="exo.action(3,2)"><img border="0" hspace="1" id="boutonRep32" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg33" onmouseover="exo.changerBouton(3,3,true);" onmouseout="exo.changerBouton(3,3,false);" onclick="exo.action(3,3)"><img border="0" hspace="1" id="boutonRep33" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg34" onmouseover="exo.changerBouton(3,4,true);" onmouseout="exo.changerBouton(3,4,false);" onclick="exo.action(3,4)"><img border="0" hspace="1" id="boutonRep34" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg35" onmouseover="exo.changerBouton(3,5,true);" onmouseout="exo.changerBouton(3,5,false);" onclick="exo.action(3,5)"><img border="0" hspace="1" id="boutonRep35" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Repérer les syllabes orales</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:81px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceQM("QCU");
+        exo.init();
+        exo.scoreTotal = 40;
+        var nr = 1;
+        exo.tabStylesR[nr] = '2';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = '3';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = '2';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        exo.nbColones = 5;
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        idDet = 'divCmt1';
+        EXO_ajouterCommentaire(idDet, "Syllabes orales", "", "", "", "", "-1", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Repérer les syllabes
+                    orales
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Exact !</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><b>Voici le corrigé :</b><br><br></p>
+        <p align=""> </p>
+        <p align=""> </p>
+        <p align=""><br>every: 2 syllabes</p>
+        <p align=""><br>interesting: 3 syllabes</p>
+        <p align=""><br>dangerous: 2 syllabes</p></div>
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><p align=""><br><br><br><br><br>Pour identifier les
+        syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule
+        voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.</p>
+        <p align="">La voyelle se caractérise par la vibration des cordes vocales, alors que la consonne n’existe pas
+            par elle-même : elle s’appuie sur la voyelle qui la précède ou la suit.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="  ">
+    <div id="STY_question" class="STY_question" style="  "><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="">En
+        cliquant sur la flèche, combien de <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')"
+                                              onclick="enrPosClic(event,'1')">syllabes</a> entendez-vous pour chacun
+        des  3 mots ci-dessous ? <br>Pour chaque mot, écouter et sélectionnez 1, 2, 3, 4 ou 5 selon le nombre de
+        syllabes entendues. </p>
+        <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""> </p>
+        <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="">                      <b>Nombre de syllabes </b></p>
+    </div>
+    <div id="STY_texteQM" class="STY_texteQM" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_tableauQM">
+            <tr>
+                <td></td>
+                <td class="STY_coloneQM">1</td>
+                <td class="STY_coloneQM">2</td>
+                <td class="STY_coloneQM">3</td>
+                <td class="STY_coloneQM">4</td>
+                <td class="STY_coloneQM">5</td>
+            </tr>
+            <tr id="trRep1">
+                <td valign="top" id="tdRep1" class="STY_reponseQM">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV50', 'every3.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11"
+                                                      onmouseover="exo.changerBouton(1,1,true);"
+                                                      onmouseout="exo.changerBouton(1,1,false);"
+                                                      onclick="exo.action(1,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep11"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12"
+                                                      onmouseover="exo.changerBouton(1,2,true);"
+                                                      onmouseout="exo.changerBouton(1,2,false);"
+                                                      onclick="exo.action(1,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep12"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg13"
+                                                      onmouseover="exo.changerBouton(1,3,true);"
+                                                      onmouseout="exo.changerBouton(1,3,false);"
+                                                      onclick="exo.action(1,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep13"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg14"
+                                                      onmouseover="exo.changerBouton(1,4,true);"
+                                                      onmouseout="exo.changerBouton(1,4,false);"
+                                                      onclick="exo.action(1,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep14"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg15"
+                                                      onmouseover="exo.changerBouton(1,5,true);"
+                                                      onmouseout="exo.changerBouton(1,5,false);"
+                                                      onclick="exo.action(1,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep15"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td valign="top" id="tdRep2" class="STY_reponseQM">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV60', 'interresting1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21"
+                                                      onmouseover="exo.changerBouton(2,1,true);"
+                                                      onmouseout="exo.changerBouton(2,1,false);"
+                                                      onclick="exo.action(2,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep21"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22"
+                                                      onmouseover="exo.changerBouton(2,2,true);"
+                                                      onmouseout="exo.changerBouton(2,2,false);"
+                                                      onclick="exo.action(2,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep22"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg23"
+                                                      onmouseover="exo.changerBouton(2,3,true);"
+                                                      onmouseout="exo.changerBouton(2,3,false);"
+                                                      onclick="exo.action(2,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep23"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg24"
+                                                      onmouseover="exo.changerBouton(2,4,true);"
+                                                      onmouseout="exo.changerBouton(2,4,false);"
+                                                      onclick="exo.action(2,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep24"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg25"
+                                                      onmouseover="exo.changerBouton(2,5,true);"
+                                                      onmouseout="exo.changerBouton(2,5,false);"
+                                                      onclick="exo.action(2,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep25"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+            <tr id="trRep3">
+                <td valign="top" id="tdRep3" class="STY_reponseQM">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV98', 'dangerous1.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br></td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31"
+                                                      onmouseover="exo.changerBouton(3,1,true);"
+                                                      onmouseout="exo.changerBouton(3,1,false);"
+                                                      onclick="exo.action(3,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep31"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32"
+                                                      onmouseover="exo.changerBouton(3,2,true);"
+                                                      onmouseout="exo.changerBouton(3,2,false);"
+                                                      onclick="exo.action(3,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep32"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg33"
+                                                      onmouseover="exo.changerBouton(3,3,true);"
+                                                      onmouseout="exo.changerBouton(3,3,false);"
+                                                      onclick="exo.action(3,3)"><img border="0" hspace="1"
+                                                                                     id="boutonRep33"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg34"
+                                                      onmouseover="exo.changerBouton(3,4,true);"
+                                                      onmouseout="exo.changerBouton(3,4,false);"
+                                                      onclick="exo.action(3,4)"><img border="0" hspace="1"
+                                                                                     id="boutonRep34"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg35"
+                                                      onmouseover="exo.changerBouton(3,5,true);"
+                                                      onmouseout="exo.changerBouton(3,5,false);"
+                                                      onclick="exo.action(3,5)"><img border="0" hspace="1"
+                                                                                     id="boutonRep35"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg875.html b/Basilisk/MACAO/macao_12/contenu/pages/pg875.html
index dc87c8068499e4aa58066abac0a9078f94868fea..9cbd3b7413d7c7d441c17f200fbe6925f95a97ca 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg875.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg875.html
@@ -1 +1,93 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire CAN (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire CAN (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Indiquez la nature de l'énoncé en cliquant sur la case qui convient.</font></p><p align="">  <script type="text/javascript">ajDocW(PF_clipAV('clipAV12','macao_auxiliaire6.swf','467','101','false','Flash','false','','quality:high;wmode:transparent',''));</script></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire CAN (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire CAN
+                    (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Indiquez la nature
+        de l'énoncé en cliquant sur la case qui convient.</font></p>
+        <p align="">  
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV12', 'macao_auxiliaire6.swf', '467', '101', 'false', 'Flash', 'false', '', 'quality:high;wmode:transparent', ''));</script>
+        </p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg879.html b/Basilisk/MACAO/macao_12/contenu/pages/pg879.html
index a9d62bc3db6d9138fb8f389924c4a1ede983c0ae..bfa97188c279c05a0f0d51980edb58e4749c8b40 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg879.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg879.html
@@ -1 +1,216 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire HAVE (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:239px;#STY_zoneExercice/width:520px;height:612px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire HAVE (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align=""><br><br><br><br><br><br><br><br><br><br>Effectivement.</p><p align="">L'auxiliaire du premier énoncé comporte une <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a></b> ; ce n'est pas le cas de le deuxième énoncé.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><br><br><br><br><br><br><br><br><br><br>Non. Vous vous êtes trompé.</p><p align="">L'auxiliaire du premier énoncé comporte une <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a></b> ; ce n'est pas le cas de le deuxième énoncé. Vous pouvez réécouter chaque énoncé en cliquant sur le haut-parleur.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br><br><br><br><table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV78','e29_macao1_2a52.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><p align=""><br>The neighbours have got a nice <br>swimming-pool.</p><p align=""> </p></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV56','e29_macao1_2a62.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top"><br>We haven't met them yet.</td></tr></table><br><br>L'auxiliaire HAVE est-il prononcé de façon identique ? <br>Ecoutez de nouveau les énoncés et sélectionnez l'un des deux choix :</p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">l'auxiliaire HAVE est prononcé de façon identique.</p></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">l'auxiliaire HAVE n'est pas prononcé de façon identique.</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire HAVE (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:239px;#STY_zoneExercice/width:520px;height:612px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire HAVE
+                    (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">
+        <br><br><br><br><br><br><br><br><br><br>Effectivement.</p>
+        <p align="">L'auxiliaire du premier énoncé comporte une <b><a class="STY_lienDansZoneComt"
+                                                                      href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle
+            réduite</a></b> ; ce n'est pas le cas de le deuxième énoncé.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">
+        <br><br><br><br><br><br><br><br><br><br>Non. Vous vous êtes trompé.</p>
+        <p align="">L'auxiliaire du premier énoncé comporte une <b><a class="STY_lienDansZoneComt"
+                                                                      href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a></b>
+            ; ce n'est pas le cas de le deuxième énoncé. Vous pouvez réécouter chaque énoncé en cliquant sur le
+            haut-parleur.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br><br><br><br>
+        <table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="20" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV78', 'e29_macao1_2a52.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><p align=""><br>The neighbours have got a nice <br>swimming-pool.</p>
+                    <p align=""> </p></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV56', 'e29_macao1_2a62.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br></td>
+                <td valign="top"><br>We haven't met them yet.</td>
+            </tr>
+        </table>
+        <br><br>L'auxiliaire HAVE est-il prononcé de façon identique ? <br>Ecoutez de nouveau les énoncés et
+        sélectionnez l'un des deux choix :</p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">l'auxiliaire HAVE
+                        est prononcé de façon identique.</p></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">l'auxiliaire HAVE n'est pas
+                        prononcé de façon identique.
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg88.html b/Basilisk/MACAO/macao_12/contenu/pages/pg88.html
index f68b6aac46d3726164ba6919372abb79df8e60d6..05cfe321adb9fbbe205556c7e8b4561eb694b993 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg88.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg88.html
@@ -1 +1,273 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Compter les syllabes orales (4)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script><script type="text/javascript">function entrerDonnees(){ exo = new ExerciceQM("QCU");exo.init();exo.scoreTotal=40;var nr=1;exo.tabStylesR[nr]='2';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]='2';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]='1';exo.tabSelections[nr]="";exo.tabPrerequis[nr]="";exo.nbColones=2;var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"Corrigé","","","","","","","","","");var idDet='divSugg2';idDet='divCmt1';EXO_ajouterCommentaire(idDet,"Syllabes orales","","","","","-1","","","","");var idDet='divSugg3';idDet='divCmt2';EXO_ajouterCommentaire(idDet,"Syllabes écrites","","","","","-1","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Compter les syllabes orales (4)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Exact !</p><p align=""><i>On remarque que les mots entendus ne présentent pas le même nombre de syllabes orales et de "</i><i><font color="#000000">syllabes écrites</font></i><i>": par exemple , <b>chocolate</b>, qui s'écrit avec 4 syllabes, se prononce en 2 syllabes.</i></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><b>Voici le corrigé :</b><br><br></p><p align=""> </p><p align=""><br> </p><p align=""> <br>lively: 2 syllabes.</p><p align=""><br>chocolate: 2 syllabes.</p><p align=""><br><br>precisely : 3 syllabes.</p><p align=""><i>On remarque que les mots entendus ne présentent pas le même nombre de syllabes orales et de "</i><i><font color="#000000">syllabes écrites</font></i><i><font color="#000000">":</font> par exemple , <b>chocolate</b>, qui s'écrit avec 4 syllabes, se prononce en 2 syllabes.</i></p></div><div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br><br><br><br><br>Pour identifier les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.</div><div id="divCmt2" onclick="SPE_clicDansBulle(event,'divCmt2')">Si la syllabe orale peut être définie avec précision, la "syllabe écrite" est reconnue plus instinctivement: c'est l'héritage de l'école primaire où l'on a pu avoir l'habitude d'apprendre à lire en découpant les mots.</div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="  "><div id="STY_question" class="STY_question" style="  "><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""><br>Les mots suivants comportent-ils  3 <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">syllabes</a> ? <br>Pour chaque mot, écouter en cliquant la flèche puis indiquer votre réponse en sélectionnant oui ou non. </p><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""> </p></div><div id="STY_texteQM" class="STY_texteQM" style="  "><table cellspacing="1" cellpadding="0" class="STY_tableauQM"><tr><td></td><td class="STY_coloneQM">oui</td><td class="STY_coloneQM">non</td></tr><tr id="trRep1"><td valign="top" id="tdRep1" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV30','lively.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">lively</td></tr></table></p></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11" onmouseover="exo.changerBouton(1,1,true);" onmouseout="exo.changerBouton(1,1,false);" onclick="exo.action(1,1)"><img border="0" hspace="1" id="boutonRep11" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12" onmouseover="exo.changerBouton(1,2,true);" onmouseout="exo.changerBouton(1,2,false);" onclick="exo.action(1,2)"><img border="0" hspace="1" id="boutonRep12" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr><tr id="trRep2"><td valign="top" id="tdRep2" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV9','chocolate.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">chocolate<br></td></tr></table></p></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21" onmouseover="exo.changerBouton(2,1,true);" onmouseout="exo.changerBouton(2,1,false);" onclick="exo.action(2,1)"><img border="0" hspace="1" id="boutonRep21" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22" onmouseover="exo.changerBouton(2,2,true);" onmouseout="exo.changerBouton(2,2,false);" onclick="exo.action(2,2)"><img border="0" hspace="1" id="boutonRep22" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr><tr id="trRep3"><td valign="top" id="tdRep3" class="STY_reponseQM"><p align=""><table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV32','precisely.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">precisely<br></td></tr></table></p></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31" onmouseover="exo.changerBouton(3,1,true);" onmouseout="exo.changerBouton(3,1,false);" onclick="exo.action(3,1)"><img border="0" hspace="1" id="boutonRep31" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32" onmouseover="exo.changerBouton(3,2,true);" onmouseout="exo.changerBouton(3,2,false);" onclick="exo.action(3,2)"><img border="0" hspace="1" id="boutonRep32" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Compter les syllabes orales (4)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceQM("QCU");
+        exo.init();
+        exo.scoreTotal = 40;
+        var nr = 1;
+        exo.tabStylesR[nr] = '2';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = '2';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = '1';
+        exo.tabSelections[nr] = "";
+        exo.tabPrerequis[nr] = "";
+        exo.nbColones = 2;
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "Corrigé", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        idDet = 'divCmt1';
+        EXO_ajouterCommentaire(idDet, "Syllabes orales", "", "", "", "", "-1", "", "", "", "");
+        var idDet = 'divSugg3';
+        idDet = 'divCmt2';
+        EXO_ajouterCommentaire(idDet, "Syllabes écrites", "", "", "", "", "-1", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Compter les syllabes
+                    orales (4)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Exact !</p>
+        <p align=""><i>On remarque que les mots entendus ne présentent pas le même nombre de syllabes orales et de "</i><i><font
+                color="#000000">syllabes écrites</font></i><i>": par exemple , <b>chocolate</b>, qui s'écrit avec 4
+            syllabes, se prononce en 2 syllabes.</i></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align=""><b>Voici le corrigé :</b><br><br></p>
+        <p align=""> </p>
+        <p align=""><br> </p>
+        <p align=""> <br>lively: 2 syllabes.</p>
+        <p align=""><br>chocolate: 2 syllabes.</p>
+        <p align=""><br><br>precisely : 3 syllabes.</p>
+        <p align=""><i>On remarque que les mots entendus ne présentent pas le même nombre de syllabes orales et de "</i><i><font
+                color="#000000">syllabes écrites</font></i><i><font color="#000000">":</font> par exemple ,
+            <b>chocolate</b>, qui s'écrit avec 4 syllabes, se prononce en 2 syllabes.</i></p></div>
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br><br><br><br><br>Pour identifier
+        les syllabes orales, on peut les compter. La syllabe orale est une unité de l'oral, comportant une et une seule
+        voyelle à laquelle peuvent s'adjoindre une ou plusieurs consonnes.
+    </div>
+    <div id="divCmt2" onclick="SPE_clicDansBulle(event,'divCmt2')">Si la syllabe orale peut être définie avec précision,
+        la "syllabe écrite" est reconnue plus instinctivement: c'est l'héritage de l'école primaire où l'on a pu avoir
+        l'habitude d'apprendre à lire en découpant les mots.
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="  ">
+    <div id="STY_question" class="STY_question" style="  "><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="">
+        <br>Les mots suivants comportent-ils  3 <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')"
+                                                   onclick="enrPosClic(event,'1')">syllabes</a> ? <br>Pour chaque mot,
+        écouter en cliquant la flèche puis indiquer votre réponse en sélectionnant oui ou non. </p>
+        <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align=""> </p></div>
+    <div id="STY_texteQM" class="STY_texteQM" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_tableauQM">
+            <tr>
+                <td></td>
+                <td class="STY_coloneQM">oui</td>
+                <td class="STY_coloneQM">non</td>
+            </tr>
+            <tr id="trRep1">
+                <td valign="top" id="tdRep1" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV30', 'lively.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">lively</td>
+                        </tr>
+                    </table>
+                    </p></td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg11"
+                                                      onmouseover="exo.changerBouton(1,1,true);"
+                                                      onmouseout="exo.changerBouton(1,1,false);"
+                                                      onclick="exo.action(1,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep11"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg12"
+                                                      onmouseover="exo.changerBouton(1,2,true);"
+                                                      onmouseout="exo.changerBouton(1,2,false);"
+                                                      onclick="exo.action(1,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep12"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td valign="top" id="tdRep2" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV9', 'chocolate.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">chocolate<br></td>
+                        </tr>
+                    </table>
+                    </p></td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg21"
+                                                      onmouseover="exo.changerBouton(2,1,true);"
+                                                      onmouseout="exo.changerBouton(2,1,false);"
+                                                      onclick="exo.action(2,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep21"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg22"
+                                                      onmouseover="exo.changerBouton(2,2,true);"
+                                                      onmouseout="exo.changerBouton(2,2,false);"
+                                                      onclick="exo.action(2,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep22"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+            <tr id="trRep3">
+                <td valign="top" id="tdRep3" class="STY_reponseQM"><p align="">
+                    <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+                        <tr>
+                            <td width="20" valign="top">
+                                <script type="text/javascript">ajDocW(PF_clipAV('clipAV32', 'precisely.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                            </td>
+                            <td valign="top">precisely<br></td>
+                        </tr>
+                    </table>
+                    </p></td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg31"
+                                                      onmouseover="exo.changerBouton(3,1,true);"
+                                                      onmouseout="exo.changerBouton(3,1,false);"
+                                                      onclick="exo.action(3,1)"><img border="0" hspace="1"
+                                                                                     id="boutonRep31"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td align="center" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg32"
+                                                      onmouseover="exo.changerBouton(3,2,true);"
+                                                      onmouseout="exo.changerBouton(3,2,false);"
+                                                      onclick="exo.action(3,2)"><img border="0" hspace="1"
+                                                                                     id="boutonRep32"
+                                                                                     src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg881.html b/Basilisk/MACAO/macao_12/contenu/pages/pg881.html
index 1e17a01dd2ba3c89e2774951f4588c1868e3a1e7..de237c2cdf76672553a40311438c7c6588aed50f 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg881.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg881.html
@@ -1 +1,135 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>La prononciation des déterminants</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">La prononciation des déterminants</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><p align=""><font color="#a60a69">Vous avez peut-être remarqué que certains <b>déterminants</b> ne sont pas accentués. Ils sont quelquefois difficiles à entendre. Les mots précédents ou suivants sont donc plus saillants et il y a des phénomènes de liaison.<br><br>On entend principalement les syllabes qui entourent ces <b>déterminants</b> et les déterminants eux-mêmes sont souvent presque inaudibles (phénomène de saillance). La voyelle </font><font color="#a60a69">de ces <b>déterminants</b> est réduite. La voyelle réduite et la consonne qui demeure audible, sil y en a une, sont souvent "accrochées" au mot qui précède ou qui suit (phénomène de liaison). Ecoutez chaque énoncé en cliquant sur le bouton :<br></font></p></td></tr></table><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"></td><td width="20" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV36','e29_macao1_3d1_318.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top"><p align="">If you want an apple (=  "<i>a napple</i>")</p><p align=""> </p></td></tr><tr><td width="100" valign="top"> </td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV95','e29_macao1_3d1_319.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><p align="">When I was a little girl (=  "<i>was a little girl</i>")<br></p><p align=""> </p></td></tr><tr><td valign="top"></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV67','e29_macao1_3d1_320.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top">So my mother told us (=  "<i>som(y) mother</i>")</td></tr></table><br><br><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><p align=""><font color="#a60a69">Ce sont les connaissances grammaticales sur le fonctionnement de la langue anglaise qui permettent parfois, par inférence, de compenser ce que lon peut avoir du mal à entendre. A l'oral, pensez à effectuer ce type de liaison, qui assure une fluidité plus authentique de la parole.<br></font></p></td></tr></table></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>La prononciation des déterminants</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">La prononciation des
+                    déterminants
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><p align=""><font color="#a60a69">Vous avez peut-être remarqué que certains <b>déterminants</b>
+                    ne sont pas accentués. Ils sont quelquefois difficiles à entendre. Les mots précédents ou suivants
+                    sont donc plus saillants et il y a des phénomènes de liaison.<br><br>On entend principalement les
+                    syllabes qui entourent ces <b>déterminants</b> et les déterminants eux-mêmes sont souvent presque
+                    inaudibles (phénomène de saillance). La voyelle </font><font color="#a60a69">de ces
+                    <b>déterminants</b> est réduite. La voyelle réduite et la consonne qui demeure audible, sil y en a
+                    une, sont souvent "accrochées" au mot qui précède ou qui suit (phénomène de liaison). Ecoutez chaque
+                    énoncé en cliquant sur le bouton :<br></font></p></td>
+            </tr>
+        </table>
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"></td>
+                <td width="20" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV36', 'e29_macao1_3d1_318.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br></td>
+                <td valign="top"><p align="">If you want an apple (=  "<i>a napple</i>")</p>
+                    <p align=""> </p></td>
+            </tr>
+            <tr>
+                <td width="100" valign="top"> </td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV95', 'e29_macao1_3d1_319.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><p align="">When I was a little girl (=  "<i>was a little girl</i>")<br></p>
+                    <p align=""> </p></td>
+            </tr>
+            <tr>
+                <td valign="top"></td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV67', 'e29_macao1_3d1_320.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br></td>
+                <td valign="top">So my mother told us (=  "<i>som(y) mother</i>")</td>
+            </tr>
+        </table>
+        <br><br>
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><p align=""><font color="#a60a69">Ce sont les connaissances grammaticales sur le
+                    fonctionnement de la langue anglaise qui permettent parfois, par inférence, de compenser ce que lon
+                    peut avoir du mal à entendre. A l'oral, pensez à effectuer ce type de liaison, qui assure une
+                    fluidité plus authentique de la parole.<br></font></p></td>
+            </tr>
+        </table>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg888.html b/Basilisk/MACAO/macao_12/contenu/pages/pg888.html
index f4652e64951a169dc77b7ca4e754ebce90d32906..436fb989de1e6e1c5240089a528319f98a43d6e4 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg888.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg888.html
@@ -1 +1,132 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Voyelles lâches et voyelles tendues</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:27px;#STY_texteTAT/width:510px;height:379px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=30;exo.sensibleCasse=false; exo.respectAccents=false; EXO_ajouterCommentaire('divConsigne',"","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Voyelles lâches et voyelles tendues</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"><p align=""><br><br><font color="#a60a69">Contrairement à la voyelle de <i>leg</i> qui comporte un son unique et stable (/<img align="center" border="0" src="../media/e.png" id="MosImg808" style="visibility:hidden">/) la voyelle de <i>boy</i> est composée de 2 sons prononcés de manière inégale : on a comme un mouvement vers /<img align="center" border="0" src="../media/i.png" id="MosImg337" style="visibility:hidden">/ sans que /<img align="center" border="0" src="../media/i.png" id="MosImg3367" style="visibility:hidden">/ soit totalement prononcé et on dit que la voyelle de <i>boy</i>  (/<img align="center" border="0" src="../media/ci_boy.png" id="MosImg445" style="visibility:hidden">/) est une voyelle tendue. La voyelle de <i>fool </i>(/<img align="center" border="0" src="../media/u1.png" id="MosImg943" style="visibility:hidden">/) présente le même phénomène, avec cette fois-ci une tension vers /<img align="center" border="0" src="../media/omega1.png" id="MosImg189" style="visibility:hidden">/. Dans la transcription, le mouvement de tension est signalé soit par /ː/ (c'est le cas de /<img align="center" border="0" src="../media/u1.png" id="MosImg9443" style="visibility:hidden">/ ) soit par la présence de 2 symboles placés à égalité (c'est le cas de (/<img align="center" border="0" src="../media/ci_boy.png" id="MosImg4418" style="visibility:hidden">/). La représentation par deux symboles placés à égalité ne rend pas vraiment compte du phénomène de tension.</font><br><br></p></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice"><div id="STY_question" class="STY_question"></div><div id="STY_texteTAT" class="STY_texteTAT"><script type="text/javascript">ajDocW(PF_clipAV('clipAV13','e29anj_s4lc_p114.swf','500','320','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Voyelles lâches et voyelles tendues</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:27px;#STY_texteTAT/width:510px;height:379px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        EXO_ajouterCommentaire('divConsigne', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Voyelles lâches et
+                    voyelles tendues
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"><p align=""><br><br><font color="#a60a69">Contrairement
+        à la voyelle de <i>leg</i> qui comporte un son unique et stable (/<img align="center" border="0"
+                                                                               src="../media/e.png" id="MosImg808"
+                                                                               style="visibility:hidden">/) la voyelle
+        de <i>boy</i> est composée de 2 sons prononcés de manière inégale : on a comme un mouvement vers /<img
+                align="center" border="0" src="../media/i.png" id="MosImg337" style="visibility:hidden">/ sans que /<img
+                align="center" border="0" src="../media/i.png" id="MosImg3367" style="visibility:hidden">/ soit
+        totalement prononcé et on dit que la voyelle de <i>boy</i>  (/<img align="center" border="0"
+                                                                           src="../media/ci_boy.png" id="MosImg445"
+                                                                           style="visibility:hidden">/) est une voyelle
+        tendue. La voyelle de <i>fool </i>(/<img align="center" border="0" src="../media/u1.png" id="MosImg943"
+                                                 style="visibility:hidden">/) présente le même phénomène, avec cette
+        fois-ci une tension vers /<img align="center" border="0" src="../media/omega1.png" id="MosImg189"
+                                       style="visibility:hidden">/. Dans la transcription, le mouvement de tension est
+        signalé soit par /ː/ (c'est le cas de /<img align="center" border="0" src="../media/u1.png" id="MosImg9443"
+                                                    style="visibility:hidden">/ ) soit par la présence de 2 symboles
+        placés à égalité (c'est le cas de (/<img align="center" border="0" src="../media/ci_boy.png" id="MosImg4418"
+                                                 style="visibility:hidden">/). La représentation par deux symboles
+        placés à égalité ne rend pas vraiment compte du phénomène de tension.</font><br><br></p></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice">
+    <div id="STY_question" class="STY_question"></div>
+    <div id="STY_texteTAT" class="STY_texteTAT">
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV13', 'e29anj_s4lc_p114.swf', '500', '320', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg890.html b/Basilisk/MACAO/macao_12/contenu/pages/pg890.html
index 133e0751a57c398efa84ec523156117de0c6b6ac..981c706d406fc5681ae78d1d8e86c2e8bb600988 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg890.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg890.html
@@ -1 +1,232 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Distinguer d'éventuelles variantes (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:150px;#STY_texteQC/width:510px;height:267px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Distinguer d'éventuelles variantes (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Effectivement.</p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV662','e29_macao1_2b33.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script>  <i>He has been laughed at several times since his accident.</i></p><p align=""> <script type="text/javascript">ajDocW(PF_clipAV('clipAV3310','e29_macao1_2b43.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script><i>The gangrene in </i><i>my hand was so bad that I was convinced that my fingers would be amputated at the hospital.</i></p><p align="">Dans l’énoncé 2, <i>at</i> est inaccentué et comporte une <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')"><b>voyelle réduite</b></a>, donc peu audible. Ce n’est pas le cas de l’énoncé 1 : du fait de la construction passive ("he has been laughed at"), le complément qui habituellement suit la préposition ("they laughed at <i>him"</i>) ne figure pas dans l’énoncé sous cette forme. <i>At</i> n’est pas suivi de son complément ; sa <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a> ne peut pas être réduite.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Pas d'accord.</p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV66','e29_macao1_2b33.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script>  <i>He has been laughed at several times since his accident.</i></p><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV33','e29_macao1_2b43.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script>  <i>The gangrene in </i><i>my hand was so bad that I was convinced that my fingers would be amputated at the hospital.</i></p><p align="">Dans l'énoncé 2, <i>at</i> est inaccentué et comporte une <b><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a></b>, donc peu audible. Ce n'est pas le cas de l'énoncé 1 : du fait de la construction passive ("he has been laughed at"), le complément qui habituellement suit la préposition ("they laughed at <i>him</i>") ne figure pas dans l'énoncé sous cette forme. <i>At</i> n'est pas suivi de son complément ; sa <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a> ne peut pas être réduite. Prenez le temps de réécouter chaque énoncé en cliquant sur le haut-parleur.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez à nouveau chaque énoncé en cliquant sur la flèche .<br>Est-ce que AT se prononce de la même façon dans les deux énoncés ?<br><br><table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="100" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV8','e29_macao1_2b32.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>   Enoncé 1</td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV81','e29_macao1_2b42.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>    Enoncé 2</td></tr></table></p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">AT se prononce de la même façon dans les deux énoncés.</p></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><p align="">AT ne se prononce pas de la même façon dans les deux énoncés.</p></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Distinguer d'éventuelles variantes (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:150px;#STY_texteQC/width:510px;height:267px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Distinguer
+                    d'éventuelles variantes (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">Effectivement.</p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV662', 'e29_macao1_2b33.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+              <i>He has been laughed at several times since his accident.</i></p>
+        <p align=""> 
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV3310', 'e29_macao1_2b43.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+            <i>The gangrene in </i><i>my hand was so bad that I was convinced that my fingers would be amputated at the
+                hospital.</i></p>
+        <p align="">Dans l’énoncé 2, <i>at</i> est inaccentué et comporte une <a class="STY_lienDansZoneComt"
+                                                                                 href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')"><b>voyelle
+            réduite</b></a>, donc peu audible. Ce n’est pas le cas de l’énoncé 1 : du fait de la construction passive
+            ("he has been laughed at"), le complément qui habituellement suit la préposition ("they laughed at
+            <i>him"</i>) ne figure pas dans l’énoncé sous cette forme. <i>At</i> n’est pas suivi de son complément ; sa
+            <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a>
+            ne peut pas être réduite.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Pas d'accord.</p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV66', 'e29_macao1_2b33.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+              <i>He has been laughed at several times since his accident.</i></p>
+        <p align="">
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV33', 'e29_macao1_2b43.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+              <i>The gangrene in </i><i>my hand was so bad that I was convinced that my fingers would be amputated at
+            the hospital.</i></p>
+        <p align="">Dans l'énoncé 2, <i>at</i> est inaccentué et comporte une <b><a class="STY_lienDansZoneComt"
+                                                                                    href="javascript:parent.SCO_ouvrirDoc('voyelle_reduite','htm')">voyelle réduite</a></b>,
+            donc peu audible. Ce n'est pas le cas de l'énoncé 1 : du fait de la construction passive ("he has been
+            laughed at"), le complément qui habituellement suit la préposition ("they laughed at <i>him</i>") ne figure
+            pas dans l'énoncé sous cette forme. <i>At</i> n'est pas suivi de son complément ; sa <a
+                    class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('voyelle1','htm')"><b>voyelle</b></a>
+            ne peut pas être réduite. Prenez le temps de réécouter chaque énoncé en cliquant sur le haut-parleur.</p>
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez à nouveau chaque énoncé en cliquant
+        sur la flèche .<br>Est-ce que AT se prononce de la même façon dans les deux énoncés ?<br><br>
+        <table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="100" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV8', 'e29_macao1_2b32.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>   Enoncé 1
+                </td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV81', 'e29_macao1_2b42.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>    Enoncé 2
+                </td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align="">AT se prononce de
+                        la même façon dans les deux énoncés.</p></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><p align="">AT ne se prononce
+                        pas de la même façon dans les deux énoncés.</p></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg893.html b/Basilisk/MACAO/macao_12/contenu/pages/pg893.html
index cbc4abbeb022d837f0c5eab04e43dba933dd18fa..287fd2469c0164c7931bda1865e622d06980c780 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg893.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg893.html
@@ -1 +1,199 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une transcription (6)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une transcription (6)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous êtes trompé. La bonne transcription est </p><p align=""><img src="../media/phon_shine.png" id="MosImg73" border="0" align="center" style="visibility:hidden"><br><br><br><br></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><br>Ecoutez l’enregistrement proposé en cliquant sur le bouton puis sélectionnez la <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a> qui correspond à ce que vous entendez : <br><br>                                                   <script type="text/javascript">ajDocW(PF_clipAV('clipAV11','bt_21.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img src="../media/phon_shine_faux.png" id="MosImg12" border="0" align="center" style="visibility:hidden"></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img src="../media/phon_shine.png" id="MosImg2" border="0" align="center" style="visibility:hidden"></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une transcription (6)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    transcription (6)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous êtes trompé. La bonne
+        transcription est </p>
+        <p align=""><img src="../media/phon_shine.png" id="MosImg73" border="0" align="center"
+                         style="visibility:hidden"><br><br><br><br></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez l’enregistrement proposé en cliquant sur le
+        bouton puis sélectionnez la <a class="STY_lienComt"
+                                       href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a>
+        qui correspond à ce que vous entendez : <br><br>                                                  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV11', 'bt_21.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img
+                            src="../media/phon_shine_faux.png" id="MosImg12" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img
+                            src="../media/phon_shine.png" id="MosImg2" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg894.html b/Basilisk/MACAO/macao_12/contenu/pages/pg894.html
index f15caa79668297bc7703091d88c67c72ab80b7bc..6a6e7bbbade415359bb9d1b30307e00516e9659d 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg894.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg894.html
@@ -1 +1,255 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une transcription (8)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une transcription (8)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est la bonne réponse. Il s'agit d'un nom qui signifie <i>larme</i>. <br><br>L'autre prononciation  <img align="center" border="0" src="../media/phon_teardechire.png" id="MosImg7235" style="visibility:hidden"><br>existe : il s'agit d'un verbe qui signifie <i>déchirer</i>.<br>Vous pouvez écouter et ainsi différencier les deux mots :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV826','bt_tear.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">tear</td><td valign="top"><i>larme</i><br><br></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV564','bt_tear2.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">tear</td><td valign="top"><i>déchirer</i></td></tr></table></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">C'est inexact. Le mot entendu <img align="center" border="0" src="../media/phon_tearlarme.png" id="MosImg350" style="visibility:hidden"><br>correspond à un nom qui signifie <i>larme</i>. <br><br>L’autre prononciation <img align="center" border="0" src="../media/phon_teardechire.png" id="MosImg723" style="visibility:hidden">/ correspond à un verbe qui signifie <i>déchirer</i>.<br>Vous pouvez écouter et ainsi différencier les deux mots :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV82','bt_tear.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">tear</td><td valign="top"><i>larme</i><br><br></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV56','bt_tear2.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">tear</td><td valign="top"><i>déchirer</i></td></tr></table></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez l'enregistrement en cliquant sur le bouton puis sélectionnez la <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a> qui correspond à ce que vous avez entendu :<br><br> <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="25" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV828','bt_tear.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">tear</td></tr></table>                         </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img src="../media/phon_tearlarme.png" id="MosImg35" border="0" align="center" style="visibility:hidden"></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img src="../media/phon_teardechire.png" id="MosImg72" border="0" align="center" style="visibility:hidden"></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une transcription (8)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    transcription (8)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est la bonne réponse. Il
+        s'agit d'un nom qui signifie <i>larme</i>. <br><br>L'autre prononciation  <img align="center" border="0"
+                                                                                       src="../media/phon_teardechire.png"
+                                                                                       id="MosImg7235"
+                                                                                       style="visibility:hidden"><br>existe
+        : il s'agit d'un verbe qui signifie <i>déchirer</i>.<br>Vous pouvez écouter et ainsi différencier les deux mots
+        :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV826', 'bt_tear.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">tear</td>
+                <td valign="top"><i>larme</i><br><br></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV564', 'bt_tear2.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">tear</td>
+                <td valign="top"><i>déchirer</i></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">C'est inexact. Le mot entendu <img
+            align="center" border="0" src="../media/phon_tearlarme.png" id="MosImg350" style="visibility:hidden"><br>correspond
+        à un nom qui signifie <i>larme</i>. <br><br>L’autre prononciation <img align="center" border="0"
+                                                                               src="../media/phon_teardechire.png"
+                                                                               id="MosImg723" style="visibility:hidden">/
+        correspond à un verbe qui signifie <i>déchirer</i>.<br>Vous pouvez écouter et ainsi différencier les deux mots :
+    </p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV82', 'bt_tear.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">tear</td>
+                <td valign="top"><i>larme</i><br><br></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV56', 'bt_tear2.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">tear</td>
+                <td valign="top"><i>déchirer</i></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez l'enregistrement en cliquant sur le
+        bouton puis sélectionnez la <a class="STY_lienComt"
+                                       href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a>
+        qui correspond à ce que vous avez entendu :<br><br> 
+        <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="25" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV828', 'bt_tear.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">tear</td>
+            </tr>
+        </table>
+                                 </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img
+                            src="../media/phon_tearlarme.png" id="MosImg35" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img
+                            src="../media/phon_teardechire.png" id="MosImg72" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg896.html b/Basilisk/MACAO/macao_12/contenu/pages/pg896.html
index d11a258b35422019500b6ce144e45398817e6be9..caac5490c076df9e1c1843312710c29fca530bba 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg896.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg896.html
@@ -1,8 +1,105 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Les symboles phonétiques (4)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles phonétiques (4)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Les symboles phonétiques (4)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Les symboles
+                    phonétiques (4)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
 
 <div id="" style=" z-index: 50; left: 180px; width: 94px; position: absolute; top: 437px; height: 40px">
-<div style="text-align:left"><applet code="fr.univmontp3.metice.recorderapplet/RecorderApplet.class" archive="../../contenu/media/Sum3recorder.jar" width="100" height="30">applet enregistreur.</applet></div>
+    <div style="text-align:left">
+        <applet code="fr.univmontp3.metice.recorderapplet/RecorderApplet.class"
+                archive="../../contenu/media/Sum3recorder.jar" width="100" height="30">applet enregistreur.
+        </applet>
+    </div>
 </div>
 </div>
 
-<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#a60a69">Ecoutez les différents mots associés aux symboles phonétiques<br>en cliquant sur le haut parleur. Entraînez-vous à prononcer ces mots<br>en faisant attention au <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('pgd382','PAGE')">point d'articulation</a> qui est commun aux trois consonnes.<br><br>Pour vous enregistrer ou interrompre l'enregistrement, cliquez sur le bouton rouge.<br>Pour vous réécouter, cliquez sur la flèche noire.<br><br></font><font color="#800080"><script type="text/javascript">ajDocW(PF_clipAV('clipAV37','page5a11.swf','500','320','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br><br></font></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><font color="#a60a69">Ecoutez les différents mots
+        associés aux symboles phonétiques<br>en cliquant sur le haut parleur. Entraînez-vous à prononcer ces mots<br>en
+        faisant attention au <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('pgd382','PAGE')">point
+            d'articulation</a> qui est commun aux trois consonnes.<br><br>Pour vous enregistrer ou interrompre
+        l'enregistrement, cliquez sur le bouton rouge.<br>Pour vous réécouter, cliquez sur la flèche
+        noire.<br><br></font><font color="#800080">
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV37', 'page5a11.swf', '500', '320', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+        <br><br></font></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg900.html b/Basilisk/MACAO/macao_12/contenu/pages/pg900.html
index 37cdd4f9df2f1fb26dd62d459f61b90a56142e98..d7068d2778b55abefa4f32ac4b9dd599fed37151 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg900.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg900.html
@@ -1 +1,93 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire HAVE (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire HAVE (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Indiquez la nature de l'énoncé en cliquant sur la case qui convient.</font></p><p align="">  <script type="text/javascript">ajDocW(PF_clipAV('clipAV13','macao_auxiliaire4.swf','467','130','false','Flash','false','','quality:high;wmode:transparent',''));</script></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire HAVE (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire HAVE
+                    (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69">Indiquez la nature
+        de l'énoncé en cliquant sur la case qui convient.</font></p>
+        <p align="">  
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV13', 'macao_auxiliaire4.swf', '467', '130', 'false', 'Flash', 'false', '', 'quality:high;wmode:transparent', ''));</script>
+        </p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg903.html b/Basilisk/MACAO/macao_12/contenu/pages/pg903.html
index 5735d01a1a8316151380d653f1896588a3d71d0b..20ff35d858acebe5bbab35f303ee2814aeb088d9 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg903.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg903.html
@@ -1 +1,106 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>L'auxiliaire HAVE (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire HAVE (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69"><font color="#000000"><font color="#a60a69">Ecoutez chacun de ces deux énoncés en cliquant sur la flèche.<br></font><br><br></font></font></p><table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV41','e29_macao1_2a51.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><p align=""><br>The neighbours have got a nice <br>swimming-pool.</p><p align=""> </p></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV20','e29_macao1_2a61.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br></td><td valign="top"><br>We haven't met them yet.</td></tr></table><br><br></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>L'auxiliaire HAVE (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">L'auxiliaire HAVE
+                    (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align=""><br><font color="#a60a69"><font
+            color="#000000"><font color="#a60a69">Ecoutez chacun de ces deux énoncés en cliquant sur la
+        flèche.<br></font><br><br></font></font></p>
+        <table class="STY_tableau" width="300" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV41', 'e29_macao1_2a51.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><p align=""><br>The neighbours have got a nice <br>swimming-pool.</p>
+                    <p align=""> </p></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV20', 'e29_macao1_2a61.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br></td>
+                <td valign="top"><br>We haven't met them yet.</td>
+            </tr>
+        </table>
+        <br><br></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg926.html b/Basilisk/MACAO/macao_12/contenu/pages/pg926.html
index 9ef65197766c3c13d3d6bc676dd3720523a78250..f043645ffe8eb91ed01165225bd2e83cd8ec0129 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg926.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg926.html
@@ -1 +1,125 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>La prononciation des prépositions</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">La prononciation des prépositions</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><p align=""><font color="#a60a69">Certaines <b>prépositions</b> formées d’une seule syllabe présentent des variantes de prononciation en fonction de leur environnement immédiat. C’est le cas de <i>at, for, from, of, on, to</i>. D’autres <b>prépositions</b> ne présentent pas de différences notables à la prononciation : <i>in, off, up, with.<br></i><br>Les variantes inaccentuées s’entendent peu. On n’entend parfois que la consonne, ce qui peut être une source de difficulté de compréhension ; cette difficulté est plus grande encore si le mot qui suit la <b>préposition</b> comporte la même consonne. Regardez et écoutez chaque énoncé en cliquant sur la flèche :<br></font></p></td></tr></table><p align=""><table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"></td><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV28','e29_macao1_3c11.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><br>I'm looking <i>at</i> <i>T</i>om.<br></td></tr><tr><td width="100" valign="top"> </td><td valign="top"><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV56','e29_macao1_3c21.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><br><br>I'm going <i>to</i> <i>T</i>oronto.</td></tr><tr><td valign="top"></td><td valign="top"><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV36','e29_macao1_3c31.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top"><br><br>I'm relying <i>on</i> <i>N</i>igel for that.</td></tr></table></p></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>La prononciation des prépositions</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">La prononciation des
+                    prépositions
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><p align=""><font color="#a60a69">Certaines <b>prépositions</b> formées d’une seule
+                    syllabe présentent des variantes de prononciation en fonction de leur environnement immédiat. C’est
+                    le cas de <i>at, for, from, of, on, to</i>. D’autres <b>prépositions</b> ne présentent pas de
+                    différences notables à la prononciation : <i>in, off, up, with.<br></i><br>Les variantes
+                    inaccentuées s’entendent peu. On n’entend parfois que la consonne, ce qui peut être une source de
+                    difficulté de compréhension ; cette difficulté est plus grande encore si le mot qui suit la <b>préposition</b>
+                    comporte la même consonne. Regardez et écoutez chaque énoncé en cliquant sur la flèche :<br></font>
+                </p></td>
+            </tr>
+        </table>
+        <p align="">
+        <table class="STY_tableau" width="500" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"></td>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV28', 'e29_macao1_3c11.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><br>I'm looking <i>at</i> <i>T</i>om.<br></td>
+            </tr>
+            <tr>
+                <td width="100" valign="top"> </td>
+                <td valign="top"><br>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV56', 'e29_macao1_3c21.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><br><br>I'm going <i>to</i> <i>T</i>oronto.</td>
+            </tr>
+            <tr>
+                <td valign="top"></td>
+                <td valign="top"><br>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV36', 'e29_macao1_3c31.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top"><br><br>I'm relying <i>on</i> <i>N</i>igel for that.</td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg93.html b/Basilisk/MACAO/macao_12/contenu/pages/pg93.html
index 3b4047eae1e712910afbd6c54566843a70a4046b..4984e9a6d9697f3ad407be70aaff2462b6c96f2f 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg93.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg93.html
@@ -1 +1,259 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une transcription (10)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une transcription (10)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est la bonne réponse. Il s'agit d'un verbe ou d'un nom signifiant respectivement <i>blesser</i> et <i>blessure</i>.<br><br>L'autre prononciation  <img align="center" border="0" src="../media/phon_woundenroule.png" id="MosImg119" style="visibility:hidden"> <br><br>correspond soit au prétérit ou au participe passé du verbe <i>wind</i><img align="center" border="0" src="../media/phon_windenrouler.png" id="MosImg914" style="visibility:hidden"> qui signifie <i>enrouler</i>, soit au nom <i>wound</i> qui signifie <i>tournant</i>.</p><p align="">Vous pouvez écouter et ainsi différencier les deux mots :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV07','bt_wound.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">wound</td><td valign="top"><i>blesser ; blessure<br></i></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV474','bt_wound2.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">wound</td><td valign="top"><p align=""><i>tournant;<br>prétérit ou participe passé de wind (enrouler)</i></p></td></tr></table></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">C'est inexact. Le mot entendu <img align="center" border="0" src="../media/phon_woundblesser.png" id="MosImg52" style="visibility:hidden"><br>correspond à un verbe ou à un nom qui signifient respectivement blesser et blessure.<br>L’autre prononciation  <img align="center" border="0" src="../media/phon_woundenroule.png" id="MosImg11" style="visibility:hidden"> <br><br>correspond soit au prétérit ou au participe passé du verbe <i>wind</i><img align="center" border="0" src="../media/phon_windenrouler.png" id="MosImg91" style="visibility:hidden"> qui signifie <i>enrouler</i>, soit au nom <i>wound</i> qui signifie <i>tournant</i>.</p><p align="">Vous pouvez écouter et ainsi différencier les deux mots :</p><p align=""><table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="40" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV0','bt_wound.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></td><td valign="top">wound</td><td valign="top"><i>blesser ; blessure<br></i></td></tr><tr><td valign="top"><p align=""><script type="text/javascript">ajDocW(PF_clipAV('clipAV47','bt_wound2.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent','cmt'));</script></p></td><td valign="top">wound</td><td valign="top"><i>tournant;<br>prétérit ou participe passé de wind (enrouler)</i></td></tr></table></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez l'enregistrement en cliquant sur le bouton puis sélectionnez la <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a> qui correspond à ce que vous avez entendu :</p><p align=""><table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="25" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV04','bt_wound.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></td><td valign="top">wound</td></tr></table>                         </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img src="../media/phon_woundblesser.png" id="MosImg524" border="0" align="center" style="visibility:hidden"></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img src="../media/phon_woundenroule.png" id="MosImg116" border="0" align="center" style="visibility:hidden"></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une transcription (10)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:166px;#STY_texteQC/width:510px;height:260px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    transcription (10)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est la bonne réponse. Il
+        s'agit d'un verbe ou d'un nom signifiant respectivement <i>blesser</i> et <i>blessure</i>.<br><br>L'autre
+        prononciation  <img align="center" border="0" src="../media/phon_woundenroule.png" id="MosImg119"
+                            style="visibility:hidden"> <br><br>correspond soit au prétérit ou au participe passé du
+        verbe <i>wind</i><img align="center" border="0" src="../media/phon_windenrouler.png" id="MosImg914"
+                              style="visibility:hidden"> qui signifie <i>enrouler</i>, soit au nom <i>wound</i> qui
+        signifie <i>tournant</i>.</p>
+        <p align="">Vous pouvez écouter et ainsi différencier les deux mots :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV07', 'bt_wound.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">wound</td>
+                <td valign="top"><i>blesser ; blessure<br></i></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV474', 'bt_wound2.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">wound</td>
+                <td valign="top"><p align=""><i>tournant;<br>prétérit ou participe passé de wind (enrouler)</i></p></td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">C'est inexact. Le mot entendu <img
+            align="center" border="0" src="../media/phon_woundblesser.png" id="MosImg52" style="visibility:hidden"><br>correspond
+        à un verbe ou à un nom qui signifient respectivement blesser et blessure.<br>L’autre prononciation  <img
+                align="center" border="0" src="../media/phon_woundenroule.png" id="MosImg11" style="visibility:hidden"> <br><br>correspond
+        soit au prétérit ou au participe passé du verbe <i>wind</i><img align="center" border="0"
+                                                                        src="../media/phon_windenrouler.png"
+                                                                        id="MosImg91" style="visibility:hidden"> qui
+        signifie <i>enrouler</i>, soit au nom <i>wound</i> qui signifie <i>tournant</i>.</p>
+        <p align="">Vous pouvez écouter et ainsi différencier les deux mots :</p>
+        <p align="">
+        <table class="STY_tableauComt" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="40" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV0', 'bt_wound.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                </td>
+                <td valign="top">wound</td>
+                <td valign="top"><i>blesser ; blessure<br></i></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <p align="">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV47', 'bt_wound2.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', 'cmt'));</script>
+                    </p>
+                </td>
+                <td valign="top">wound</td>
+                <td valign="top"><i>tournant;<br>prétérit ou participe passé de wind (enrouler)</i></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Ecoutez l'enregistrement en cliquant sur le
+        bouton puis sélectionnez la <a class="STY_lienComt"
+                                       href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a>
+        qui correspond à ce que vous avez entendu :</p>
+        <p align="">
+        <table class="STY_tableau" width="150" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="25" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV04', 'bt_wound.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                </td>
+                <td valign="top">wound</td>
+            </tr>
+        </table>
+                                 </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img
+                            src="../media/phon_woundblesser.png" id="MosImg524" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img
+                            src="../media/phon_woundenroule.png" id="MosImg116" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg933.html b/Basilisk/MACAO/macao_12/contenu/pages/pg933.html
index 0e1a08dcc501593836e8e1b5f8af2f5ade92449a..53a72bacccd02dc1ccd101a002b6ae58fe9aa59e 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg933.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg933.html
@@ -1 +1,198 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une prononciation (5)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:129px;#STY_texteQC/width:510px;height:290px;#";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une prononciation (5)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement, la transcription correspond au second mot entendu : <i>green</i>.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez, la transcription correspond au second mot entendu : <i>green</i>.<br><br><br><br> </p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici la transcription d'un mot : </p><p align=""><img align="center" border="0" src="../media/phon_green.png" id="MosImg88" style="visibility:hidden"><br><br>Ecoutez les deux mots enregistrés, en cliquant sur les boutons.<br>La transcription ci-dessus correspond-elle au premier mot entendu ou au second ?<br><br>Sélectionnez l'enregistrement qui convient :                                                        </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><script type="text/javascript">ajDocW(PF_clipAV('clipAV59','bt_grin.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><script type="text/javascript">ajDocW(PF_clipAV('clipAV96','bt_green.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une prononciation (5)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:129px;#STY_texteQC/width:510px;height:290px;#";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    prononciation (5)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement, la transcription correspond
+        au second mot entendu : <i>green</i>.
+    </div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous trompez, la transcription
+        correspond au second mot entendu : <i>green</i>.<br><br><br><br> </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><p align=""><br>Voici la transcription d'un mot : </p>
+        <p align=""><img align="center" border="0" src="../media/phon_green.png" id="MosImg88"
+                         style="visibility:hidden"><br><br>Ecoutez les deux mots enregistrés, en cliquant sur les
+            boutons.<br>La transcription ci-dessus correspond-elle au premier mot entendu ou au second ?<br><br>Sélectionnez
+            l'enregistrement qui convient :                                                        </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV59', 'bt_grin.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    </div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV96', 'bt_green.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg938.html b/Basilisk/MACAO/macao_12/contenu/pages/pg938.html
index ad9bb96f81461fb920465c426da7b4b028ccb0df..c0fb5dd2ff5d5ac151eb70d8a36e94a2653e4e8e 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg938.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg938.html
@@ -1 +1,91 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Voyelle</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Voyelle</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><br><b>La voyelle</b><br><br>La voyelle se caractérise par la vibration des cordes vocales, alors que la consonne n'existe pas par elle-même : elle s'appuie sur la voyelle qui la précède ou la suit. <br><br>L'anglais comporte 20 voyelles. Vous pouvez en écouter quelques-unes en cliquant sur la flèche du lecteur. <br><br><br><script type="text/javascript">ajDocW(PF_clipAV('clipAV50','pop_voyelle1.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Voyelle</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Voyelle</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><br><b>La voyelle</b><br><br>La voyelle se
+        caractérise par la vibration des cordes vocales, alors que la consonne n'existe pas par elle-même : elle
+        s'appuie sur la voyelle qui la précède ou la suit. <br><br>L'anglais comporte 20 voyelles. Vous pouvez en
+        écouter quelques-unes en cliquant sur la flèche du lecteur. <br><br><br>
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV50', 'pop_voyelle1.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg940.html b/Basilisk/MACAO/macao_12/contenu/pages/pg940.html
index 32ffc360d6d2a58fc877b054eeadab4c112cbd4b..97368cb78fd89d6c64bbf0d005bd98470d8d4591 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg940.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg940.html
@@ -1 +1,90 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Point d'articulation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('oui');dureePage="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Point d'articulation</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px"><div id="STY_texteCours" class="STY_texteCours" style="  "><br><b>Point d'articulation</b> : le terme désigne les parties de l'appareil vocal concernées lors de la production d'une consonne; par exemple les lèvres pour produire le son /m/. <br></div></div> <div id="trans" style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Point d'articulation</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('oui');
+        dureePage = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Point
+                    d'articulation
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style=" left: 15px; width: 520px; top: 34px; height: 445px">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br><b>Point d'articulation</b> : le terme désigne les
+        parties de l'appareil vocal concernées lors de la production d'une consonne; par exemple les lèvres pour
+        produire le son /m/. <br></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg948.html b/Basilisk/MACAO/macao_12/contenu/pages/pg948.html
index 796a864598eb60a576b2350fc678215a84fb5902..ea76b1119cb5e15004f0f8f9c0e059a7858b9992 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg948.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg948.html
@@ -1 +1,151 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Reconnaître le mot commun (4)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=30;exo.sensibleCasse=false; exo.respectAccents=false; exo.tabChamps[exo.tabChamps.length]='1';exo.tabSelects[exo.tabSelects.length]='1';exo.nombreTrous++;exo.ajouterReponse('1','ng',"at");exo.ajouterReponse('1','ng',"for");exo.ajouterReponse('1','nw',"in");exo.ajouterReponse('1','ng',"of");exo.ajouterReponse('1','ng',"on");exo.ajouterReponse('1','ng',"to");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Reconnaître le mot commun (4)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est cela! </p><p align="">IN est le seul mot commun aux deux énoncés.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous êtes trompé.</p><p align="">IN est le seul mot commun aux deux énoncés. Vous pouvez réécouter les énoncés.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice"><div id="STY_question" class="STY_question"><br>Les énoncés suivants n'ont qu'un seul mot en commun. Ecoutez chacun de ces énoncés en cliquant sur la flèche  puis sélectionnez dans la liste déroulante le mot qui leur est commun.</div><div id="STY_texteTAT" class="STY_texteTAT"><p align=""><table class="STY_tableau" width="100%" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td width="100" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV75','e29_macao1_2b71.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>    Enoncé 1</td><td valign="top"></td></tr><tr><td valign="top"></td><td valign="top"><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"><option value=" "> </option></select></td></tr><tr><td valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV18','e29_macao1_2b81.swf','80','40','false','Flash','false','','Quality:high;wmode:transparent',''));</script><br>     Enoncé 2</td><td valign="top"></td></tr></table></p></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Reconnaître le mot commun (4)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseChampTrou.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 30;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        exo.tabChamps[exo.tabChamps.length] = '1';
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        exo.nombreTrous++;
+        exo.ajouterReponse('1', 'ng', "at");
+        exo.ajouterReponse('1', 'ng', "for");
+        exo.ajouterReponse('1', 'nw', "in");
+        exo.ajouterReponse('1', 'ng', "of");
+        exo.ajouterReponse('1', 'ng', "on");
+        exo.ajouterReponse('1', 'ng', "to");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Reconnaître le mot
+                    commun (4)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p align="">C'est cela! </p>
+        <p align="">IN est le seul mot commun aux deux énoncés.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous êtes trompé.</p>
+        <p align="">IN est le seul mot commun aux deux énoncés. Vous pouvez réécouter les énoncés.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice">
+    <div id="STY_question" class="STY_question"><br>Les énoncés suivants n'ont qu'un seul mot en commun. Ecoutez chacun
+        de ces énoncés en cliquant sur la flèche  puis sélectionnez dans la liste déroulante le mot qui leur est commun.
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT"><p align="">
+        <table class="STY_tableau" width="100%" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td width="100" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV75', 'e29_macao1_2b71.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>    Enoncé 1
+                </td>
+                <td valign="top"></td>
+            </tr>
+            <tr>
+                <td valign="top"></td>
+                <td valign="top"><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()">
+                    <option value=" "> </option>
+                </select></td>
+            </tr>
+            <tr>
+                <td valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV18', 'e29_macao1_2b81.swf', '80', '40', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+                    <br>     Enoncé 2
+                </td>
+                <td valign="top"></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg965.html b/Basilisk/MACAO/macao_12/contenu/pages/pg965.html
index 77952459c05fd223cdbec979c042f4286f4255bc..b8cbda74e46d776419d1ce2062f43135f8e84c8c 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg965.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg965.html
@@ -1 +1,199 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une transcription (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une transcription (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous êtes trompé. La bonne transcription est</p><p align=""> <img src="../media/phon_then.png" id="MosImg51" border="0" align="center" style="visibility:hidden"></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><br>Ecoutez l’enregistrement proposé en cliquant sur le bouton puis sélectionnez la <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a> qui correspond à ce que vous entendez : <br><br>                                                   <script type="text/javascript">ajDocW(PF_clipAV('clipAV91','bt_17.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img src="../media/phon_then.png" id="MosImg96" border="0" align="center" style="visibility:hidden"></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img src="../media/phon_then_faux.png" id="MosImg81" border="0" align="center" style="visibility:hidden"></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une transcription (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    transcription (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p align="">Vous vous êtes trompé. La bonne
+        transcription est</p>
+        <p align=""> <img src="../media/phon_then.png" id="MosImg51" border="0" align="center"
+                          style="visibility:hidden"></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez l’enregistrement proposé en cliquant sur le
+        bouton puis sélectionnez la <a class="STY_lienComt"
+                                       href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a>
+        qui correspond à ce que vous entendez : <br><br>                                                  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV91', 'bt_17.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img
+                            src="../media/phon_then.png" id="MosImg96" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img
+                            src="../media/phon_then_faux.png" id="MosImg81" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg966.html b/Basilisk/MACAO/macao_12/contenu/pages/pg966.html
index 37db563f3029c01ca6fd54b2c21833262b658d4d..c6c48ac13aa52e7b8729e7418c6645134ac9c0f7 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg966.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg966.html
@@ -1 +1,238 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Lire des transcriptions phonétiques (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=3;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";var nr=4;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';idDet='divCmt1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg2';idDet='divCmt2';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg3';idDet='divCmt3';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");var idDet='divSugg4';idDet='divCmt4';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Lire des transcriptions phonétiques (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div><div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br><br><br><br><br><br> <script type="text/javascript">ajDocW(PF_clipAV('clipAV77','bt_optimistic.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent','cmt'));</script>  <img align="center" border="0" src="../media/phon_optimistic14.png" id="MosImg84" style="visibility:hidden"></div><div id="divCmt2" onclick="SPE_clicDansBulle(event,'divCmt2')"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <script type="text/javascript">ajDocW(PF_clipAV('clipAV31','bt_technology.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent','cmt'));</script>  <img align="center" border="0" src="../media/phon_technology14.png" id="MosImg226" style="visibility:hidden"></div><div id="divCmt3" onclick="SPE_clicDansBulle(event,'divCmt3')"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <script type="text/javascript">ajDocW(PF_clipAV('clipAV95','bt_chicago.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent','cmt'));</script>  <img align="center" border="0" src="../media/phon_chicago14.png" id="MosImg280" style="visibility:hidden"></div><div id="divCmt4" onclick="SPE_clicDansBulle(event,'divCmt4')"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>  <script type="text/javascript">ajDocW(PF_clipAV('clipAV8','bt_kitchen.swf','17','17','false','Flash','false','middle','Quality:high;wmode:transparent','cmt'));</script> <img align="center" border="0" src="../media/phon_kitchenette14.png" id="MosImg410" style="visibility:hidden"></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><br>Essayez de prononcer le mot transcrit et enregistrez-vous. Puis écoutez l'enregistrement-modèle en cliquant sur la transcription. Vous pouvez renouveler votre enregistrement si nécessaire.</div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align=""><a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')"><img align="center" border="0" src="../media/phon_optimistic14.png" id="MosImg841" style="visibility:hidden"></a><br><br></p></div></td></tr><tr id="trRep2"><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('2')" onclick="enrPosClic(event,'2')"><img align="center" border="0" src="../media/phon_technology14.png" id="MosImg2269" style="visibility:hidden"></a><br><br></div></td></tr><tr id="trRep3"><td valign="top" class="STY_bordureQC" id="tdRep3"><div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);" onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('3')" onclick="enrPosClic(event,'3')"><img align="center" border="0" src="../media/phon_chicago14.png" id="MosImg28010" style="visibility:hidden"></a><br><br></div></td></tr><tr id="trRep4"><td valign="top" class="STY_bordureQC" id="tdRep4"><div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);" onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"><a class="STY_lienComt" href="javascript:CRS_afficherDetail('4')" onclick="enrPosClic(event,'4')"><img align="center" border="0" src="../media/phon_kitchenette14.png" id="MosImg4108" style="visibility:hidden"></a></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Lire des transcriptions phonétiques (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 3;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        var nr = 4;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        idDet = 'divCmt1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        idDet = 'divCmt2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        idDet = 'divCmt3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        idDet = 'divCmt4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Lire des
+                    transcriptions phonétiques (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')"><br><br><br><br><br><br><br><br><br><br> 
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV77', 'bt_optimistic.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', 'cmt'));</script>
+          <img align="center" border="0" src="../media/phon_optimistic14.png" id="MosImg84" style="visibility:hidden">
+    </div>
+    <div id="divCmt2" onclick="SPE_clicDansBulle(event,'divCmt2')">
+        <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> 
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV31', 'bt_technology.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', 'cmt'));</script>
+          <img align="center" border="0" src="../media/phon_technology14.png" id="MosImg226" style="visibility:hidden">
+    </div>
+    <div id="divCmt3" onclick="SPE_clicDansBulle(event,'divCmt3')">
+        <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> 
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV95', 'bt_chicago.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', 'cmt'));</script>
+          <img align="center" border="0" src="../media/phon_chicago14.png" id="MosImg280" style="visibility:hidden">
+    </div>
+    <div id="divCmt4" onclick="SPE_clicDansBulle(event,'divCmt4')">
+        <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV8', 'bt_kitchen.swf', '17', '17', 'false', 'Flash', 'false', 'middle', 'Quality:high;wmode:transparent', 'cmt'));</script>
+         <img align="center" border="0" src="../media/phon_kitchenette14.png" id="MosImg410" style="visibility:hidden">
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><br>Essayez de prononcer le mot transcrit et
+        enregistrez-vous. Puis écoutez l'enregistrement-modèle en cliquant sur la transcription. Vous pouvez renouveler
+        votre enregistrement si nécessaire.
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><p align=""><a
+                            class="STY_lienComt" href="javascript:CRS_afficherDetail('1')"
+                            onclick="enrPosClic(event,'1')"><img align="center" border="0"
+                                                                 src="../media/phon_optimistic14.png" id="MosImg841"
+                                                                 style="visibility:hidden"></a><br><br></p></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><a class="STY_lienComt"
+                                                                                             href="javascript:CRS_afficherDetail('2')"
+                                                                                             onclick="enrPosClic(event,'2')"><img
+                            align="center" border="0" src="../media/phon_technology14.png" id="MosImg2269"
+                            style="visibility:hidden"></a><br><br></div>
+                </td>
+            </tr>
+            <tr id="trRep3">
+                <td valign="top" class="STY_bordureQC" id="tdRep3">
+                    <div class="STY_reponseQC" id="lienRep3" onmouseover="exo.changerBouton(3,true);"
+                         onmouseout="exo.changerBouton(3,false);" onclick="exo.action(3)"><a class="STY_lienComt"
+                                                                                             href="javascript:CRS_afficherDetail('3')"
+                                                                                             onclick="enrPosClic(event,'3')"><img
+                            align="center" border="0" src="../media/phon_chicago14.png" id="MosImg28010"
+                            style="visibility:hidden"></a><br><br></div>
+                </td>
+            </tr>
+            <tr id="trRep4">
+                <td valign="top" class="STY_bordureQC" id="tdRep4">
+                    <div class="STY_reponseQC" id="lienRep4" onmouseover="exo.changerBouton(4,true);"
+                         onmouseout="exo.changerBouton(4,false);" onclick="exo.action(4)"><a class="STY_lienComt"
+                                                                                             href="javascript:CRS_afficherDetail('4')"
+                                                                                             onclick="enrPosClic(event,'4')"><img
+                            align="center" border="0" src="../media/phon_kitchenette14.png" id="MosImg4108"
+                            style="visibility:hidden"></a></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pg98.html b/Basilisk/MACAO/macao_12/contenu/pages/pg98.html
index 99c0879d5b066b9b36491bd0dc3da4c2c1d2ffb0..cb3f854e028bb6cf4e231c38e208f0bc85f97822 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pg98.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pg98.html
@@ -1 +1,198 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Choisir une transcription (5)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";var format_btn="gif";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=20;var nr=1;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.tabStylesR[nr]=CODE_V;var nr=2;exo.tabStylesR[nr]=CODE_F;exo.tabSelections[nr]=false;exo.tabPrerequis[nr]="";exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une transcription (5)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.gif"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Vous vous êtes trompé. La bonne transcription est <br><br><img src="../media/phon_measure.png" id="MosImg42" border="0" align="center" style="visibility:hidden"><br><br></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(62))</script></div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(59))</script></div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; "><div id="STY_question" class="STY_question" style="  "><br>Ecoutez l’enregistrement proposé en cliquant sur le bouton puis sélectionnez la <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a> qui correspond à ce que vous entendez : <br><br>                                                   <script type="text/javascript">ajDocW(PF_clipAV('clipAV15','bt_20.swf','18','18','false','Flash','false','','Quality:high;wmode:transparent',''));</script></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trRep1"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img border="0" hspace="1" id="boutonRep1" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep1"><div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);" onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img src="../media/phon_measure.png" id="MosImg93" border="0" align="center" style="visibility:hidden"></div></td></tr><tr id="trRep2"><td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img border="0" hspace="1" id="boutonRep2" src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a></td><td valign="top" class="STY_bordureQC" id="tdRep2"><div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);" onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img src="../media/phon_measure_faux.png" id="MosImg66" border="0" align="center" style="visibility:hidden"></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=""><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Choisir une transcription (5)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";
+    var format_btn = "gif";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 20;
+        var nr = 1;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.tabStylesR[nr] = CODE_V;
+        var nr = 2;
+        exo.tabStylesR[nr] = CODE_F;
+        exo.tabSelections[nr] = false;
+        exo.tabPrerequis[nr] = "";
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event);" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Choisir une
+                    transcription (5)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 84.12%; width: 17%; position: absolute; top: 88.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.gif"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.gif"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.gif">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.gif"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">C'est exact.</div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Vous vous êtes trompé. La bonne transcription est
+        <br><br><img src="../media/phon_measure.png" id="MosImg42" border="0" align="center"
+                     style="visibility:hidden"><br><br></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(62))</script>
+    </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()"></a><a name="FC_solutionsExo"
+                                                                        href="javascript:EXO_solutions()">
+    <div id="LEX_59" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(59))</script>
+    </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style=" display: none; ">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez l’enregistrement proposé en cliquant sur
+        le bouton puis sélectionnez la <a class="STY_lienComt"
+                                          href="javascript:parent.SCO_ouvrirDoc('phonemes_liste','htm')">transcription</a>
+        qui correspond à ce que vous entendez : <br><br>                                                  
+        <script type="text/javascript">ajDocW(PF_clipAV('clipAV15', 'bt_20.swf', '18', '18', 'false', 'Flash', 'false', '', 'Quality:high;wmode:transparent', ''));</script>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trRep1">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg1"
+                                                                onmouseover="exo.changerBouton(1,true);"
+                                                                onmouseout="exo.changerBouton(1,false);"
+                                                                onclick="exo.action(1)"><img border="0" hspace="1"
+                                                                                             id="boutonRep1"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep1">
+                    <div class="STY_reponseQC" id="lienRep1" onmouseover="exo.changerBouton(1,true);"
+                         onmouseout="exo.changerBouton(1,false);" onclick="exo.action(1)"><img
+                            src="../media/phon_measure.png" id="MosImg93" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+            <tr id="trRep2">
+                <td align="right" width="16" valign="middle"><a href="#" class="STY_lienBoutonQ" id="lienRepImg2"
+                                                                onmouseover="exo.changerBouton(2,true);"
+                                                                onmouseout="exo.changerBouton(2,false);"
+                                                                onclick="exo.action(2)"><img border="0" hspace="1"
+                                                                                             id="boutonRep2"
+                                                                                             src="../../MosMtr/ressources/style/media/gen/boutonQCU.gif"></a>
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdRep2">
+                    <div class="STY_reponseQC" id="lienRep2" onmouseover="exo.changerBouton(2,true);"
+                         onmouseout="exo.changerBouton(2,false);" onclick="exo.action(2)"><img
+                            src="../media/phon_measure_faux.png" id="MosImg66" border="0" align="center"
+                            style="visibility:hidden"></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style="">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pgd171.html b/Basilisk/MACAO/macao_12/contenu/pages/pgd171.html
index 02a5643e008249470bffb53d1f791dec72a7998f..49c102abe92b536bf564cfc979ec28b52ddfc7d4 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pgd171.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pgd171.html
@@ -1 +1,44 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>phonème</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/document.css"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript">var FEN_L=Number('400');var FEN_H=Number('340');var FEN_X=Number('350');var FEN_Y=Number('10');if ((!isNaN(FEN_X))&&(!isNaN(FEN_Y))){top.window.moveTo(FEN_X,FEN_Y);}if ((!isNaN(FEN_L))&&(!isNaN(FEN_H))&&(FEN_L>0)&&(FEN_H>0)){top.window.resizeTo(FEN_L,FEN_H);};function EXA_imprimer(){PF_masquerDiv('STY_zoneImprimerDoc');window.print();}function donneLex(num){return window.opener.donneLex(num);}</script></head><body ondrag="return false" onmouseover="window.status='';return true" class="STY_fondDocument"><div id="STY_zoneImprimerDoc" class="STY_zoneImprimerDoc" style=""><a name="FC_imprimerDoc" href="javascript:EXA_imprimer()"><div id="LEX_30" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(30))</script></div></a></div><div id="STY_zoneTitreDoc" class="STY_zoneTitreDoc" style=""><div id="STY_titreDoc" class="STY_titreDoc" style="  ">phonème</div><div id="STY_sousTitreDoc" class="STY_sousTitreDoc" style="  "></div></div><div id="STY_texteDoc" class="STY_texteDoc" style="  ">Un phonème est une unité minimale de l'oral.</div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>phonème</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/document.css">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript">var FEN_L = Number('400');
+    var FEN_H = Number('340');
+    var FEN_X = Number('350');
+    var FEN_Y = Number('10');
+    if ((!isNaN(FEN_X)) && (!isNaN(FEN_Y))) {
+        top.window.moveTo(FEN_X, FEN_Y);
+    }
+    if ((!isNaN(FEN_L)) && (!isNaN(FEN_H)) && (FEN_L > 0) && (FEN_H > 0)) {
+        top.window.resizeTo(FEN_L, FEN_H);
+    }
+    ;
+
+    function EXA_imprimer() {
+        PF_masquerDiv('STY_zoneImprimerDoc');
+        window.print();
+    }
+
+    function donneLex(num) {
+        return window.opener.donneLex(num);
+    }</script>
+</head>
+<body ondrag="return false" onmouseover="window.status='';return true" class="STY_fondDocument">
+<div id="STY_zoneImprimerDoc" class="STY_zoneImprimerDoc" style=""><a name="FC_imprimerDoc"
+                                                                      href="javascript:EXA_imprimer()">
+    <div id="LEX_30" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(30))</script>
+    </div>
+</a></div>
+<div id="STY_zoneTitreDoc" class="STY_zoneTitreDoc" style="">
+    <div id="STY_titreDoc" class="STY_titreDoc" style="  ">phonème</div>
+    <div id="STY_sousTitreDoc" class="STY_sousTitreDoc" style="  "></div>
+</div>
+<div id="STY_texteDoc" class="STY_texteDoc" style="  ">Un phonème est une unité minimale de l'oral.</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pgd382.html b/Basilisk/MACAO/macao_12/contenu/pages/pgd382.html
index fb60a4c088eaf30a38be47c765d3b8efff50e8e6..afa3f610858d9cb7822d74490edb8e977d5d27d4 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pgd382.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pgd382.html
@@ -1 +1,46 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>point articulation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/document.css"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript">var FEN_L=Number('420');var FEN_H=Number('340');var FEN_X=Number('350');var FEN_Y=Number('10');if ((!isNaN(FEN_X))&&(!isNaN(FEN_Y))){top.window.moveTo(FEN_X,FEN_Y);}if ((!isNaN(FEN_L))&&(!isNaN(FEN_H))&&(FEN_L>0)&&(FEN_H>0)){top.window.resizeTo(FEN_L,FEN_H);};function EXA_imprimer(){PF_masquerDiv('STY_zoneImprimerDoc');window.print();}function donneLex(num){return window.opener.donneLex(num);}</script></head><body ondrag="return false" onmouseover="window.status='';return true" class="STY_fondDocument"><div id="STY_zoneImprimerDoc" class="STY_zoneImprimerDoc" style=""><a name="FC_imprimerDoc" href="javascript:EXA_imprimer()"><div id="LEX_30" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(30))</script></div></a></div><div id="STY_zoneTitreDoc" class="STY_zoneTitreDoc" style=""><div id="STY_titreDoc" class="STY_titreDoc" style="  ">point articulation</div><div id="STY_sousTitreDoc" class="STY_sousTitreDoc" style="  "></div></div><div id="STY_texteDoc" class="STY_texteDoc" style="  "><p align=""><b>Point d'articulation :</b> le terme désigne les parties de l'appareil vocal concernées lors de la production d'une consonne; par exemple les lèvres pour produire le son <b>/m/.</b></p></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>point articulation</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/document.css">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript">var FEN_L = Number('420');
+    var FEN_H = Number('340');
+    var FEN_X = Number('350');
+    var FEN_Y = Number('10');
+    if ((!isNaN(FEN_X)) && (!isNaN(FEN_Y))) {
+        top.window.moveTo(FEN_X, FEN_Y);
+    }
+    if ((!isNaN(FEN_L)) && (!isNaN(FEN_H)) && (FEN_L > 0) && (FEN_H > 0)) {
+        top.window.resizeTo(FEN_L, FEN_H);
+    }
+    ;
+
+    function EXA_imprimer() {
+        PF_masquerDiv('STY_zoneImprimerDoc');
+        window.print();
+    }
+
+    function donneLex(num) {
+        return window.opener.donneLex(num);
+    }</script>
+</head>
+<body ondrag="return false" onmouseover="window.status='';return true" class="STY_fondDocument">
+<div id="STY_zoneImprimerDoc" class="STY_zoneImprimerDoc" style=""><a name="FC_imprimerDoc"
+                                                                      href="javascript:EXA_imprimer()">
+    <div id="LEX_30" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(30))</script>
+    </div>
+</a></div>
+<div id="STY_zoneTitreDoc" class="STY_zoneTitreDoc" style="">
+    <div id="STY_titreDoc" class="STY_titreDoc" style="  ">point articulation</div>
+    <div id="STY_sousTitreDoc" class="STY_sousTitreDoc" style="  "></div>
+</div>
+<div id="STY_texteDoc" class="STY_texteDoc" style="  "><p align=""><b>Point d'articulation :</b> le terme désigne les
+    parties de l'appareil vocal concernées lors de la production d'une consonne; par exemple les lèvres pour produire le
+    son <b>/m/.</b></p></div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/pgd661.html b/Basilisk/MACAO/macao_12/contenu/pages/pgd661.html
index b765d17a164e2f7690bcb876ea50b92f2c680adf..01766288502b05909a38de61f9234bf4c7948019 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/pgd661.html
+++ b/Basilisk/MACAO/macao_12/contenu/pages/pgd661.html
@@ -1 +1,88 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Mémento : l'accentuation des syllabes.</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/document.css"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript">var FEN_L=Number('700');var FEN_H=Number('500');var FEN_X=Number('50');var FEN_Y=Number('10');if ((!isNaN(FEN_X))&&(!isNaN(FEN_Y))){top.window.moveTo(FEN_X,FEN_Y);}if ((!isNaN(FEN_L))&&(!isNaN(FEN_H))&&(FEN_L>0)&&(FEN_H>0)){top.window.resizeTo(FEN_L,FEN_H);};function EXA_imprimer(){PF_masquerDiv('STY_zoneImprimerDoc');window.print();}function donneLex(num){return window.opener.donneLex(num);}</script></head><body ondrag="return false" onmouseover="window.status='';return true" class="STY_fondDocument"><div id="STY_zoneImprimerDoc" class="STY_zoneImprimerDoc" style=""><a name="FC_imprimerDoc" href="javascript:EXA_imprimer()"><div id="LEX_30" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(30))</script></div></a></div><div id="STY_zoneTitreDoc" class="STY_zoneTitreDoc" style=""><div id="STY_titreDoc" class="STY_titreDoc" style="  ">Mémento : l'accentuation des syllabes.</div><div id="STY_sousTitreDoc" class="STY_sousTitreDoc" style="  "></div></div><div id="STY_texteDoc" class="STY_texteDoc" style="  "><font color="#a60a69">L'accent primaire et l'accent secondaire sont les deux formes d'accentuation les plus audibles. On parle de degrés d'accentuation. Ces degrés vont de l'accent primaire jusqu'à l'inaccentuation. La caractéristique des syllabes totalement inaccentuées est la présence d'une voyelle réduite.<br><br>Les phénomènes d'accentuation affectent la qualité des voyelles.<br><br>Hormis les accentuations primaires et secondaires qui sont habituellement stable dans la langue, on remarque des variantes selon les locuteurs pour les autres accentuations, ce qui signifie que certaines voyelles ne sont pas forcément prononcées.<br><br></font><table class="STY_tableau" width="350" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><font color="#a60a69"></font></td><td width="80" valign="middle"><span style="FONT-SIZE: 80%">technological</span></td><td valign="top"><img align="center" border="0" src="../media/phon_technological.gif" id="MosImg77"></td><td valign="top"> </td><td valign="top"></td></tr><tr><td valign="top"></td><td valign="middle"><span style="FONT-SIZE: 80%">beautiful</span></td><td valign="top"><img align="center" border="0" src="../media/phon_beautiful.gif" id="MosImg73"></td><td valign="top"> </td><td valign="top"></td></tr></table><br><font color="#a60a69">L'italique signifie que la voyelle n'est pas forcément prononcée, selon les locuteurs.<br></font><br><font color="#a60a69">De même, selon les locuteurs, pour certains mots, les variantes de l'accentuation impliquent des variantes pour les voyelles, ce que certains dictionnaires indiquent de la façon suivante :</font><br><br><table class="STY_tableau" width="350" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"></td><td width="80" valign="middle"><span style="FONT-SIZE: 80%">psychoanalysis</span></td><td valign="top"><img align="center" border="0" src="../media/phon_psychoanalysis_memmen2.gif" id="MosImg88"></td><td valign="top"> </td><td valign="top"></td></tr><tr><td valign="top"></td><td valign="middle"><span style="FONT-SIZE: 80%">curiosity</span></td><td valign="top"><img align="center" border="0" src="../media/phon_curiosity_memmento1.gif" id="MosImg78"></td><td valign="top"> </td><td valign="top"></td></tr></table></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Mémento : l'accentuation des syllabes.</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/document.css">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript">var FEN_L = Number('700');
+    var FEN_H = Number('500');
+    var FEN_X = Number('50');
+    var FEN_Y = Number('10');
+    if ((!isNaN(FEN_X)) && (!isNaN(FEN_Y))) {
+        top.window.moveTo(FEN_X, FEN_Y);
+    }
+    if ((!isNaN(FEN_L)) && (!isNaN(FEN_H)) && (FEN_L > 0) && (FEN_H > 0)) {
+        top.window.resizeTo(FEN_L, FEN_H);
+    }
+    ;
+
+    function EXA_imprimer() {
+        PF_masquerDiv('STY_zoneImprimerDoc');
+        window.print();
+    }
+
+    function donneLex(num) {
+        return window.opener.donneLex(num);
+    }</script>
+</head>
+<body ondrag="return false" onmouseover="window.status='';return true" class="STY_fondDocument">
+<div id="STY_zoneImprimerDoc" class="STY_zoneImprimerDoc" style=""><a name="FC_imprimerDoc"
+                                                                      href="javascript:EXA_imprimer()">
+    <div id="LEX_30" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(30))</script>
+    </div>
+</a></div>
+<div id="STY_zoneTitreDoc" class="STY_zoneTitreDoc" style="">
+    <div id="STY_titreDoc" class="STY_titreDoc" style="  ">Mémento : l'accentuation des syllabes.</div>
+    <div id="STY_sousTitreDoc" class="STY_sousTitreDoc" style="  "></div>
+</div>
+<div id="STY_texteDoc" class="STY_texteDoc" style="  "><font color="#a60a69">L'accent primaire et l'accent secondaire
+    sont les deux formes d'accentuation les plus audibles. On parle de degrés d'accentuation. Ces degrés vont de
+    l'accent primaire jusqu'à l'inaccentuation. La caractéristique des syllabes totalement inaccentuées est la présence
+    d'une voyelle réduite.<br><br>Les phénomènes d'accentuation affectent la qualité des voyelles.<br><br>Hormis les
+    accentuations primaires et secondaires qui sont habituellement stable dans la langue, on remarque des variantes
+    selon les locuteurs pour les autres accentuations, ce qui signifie que certaines voyelles ne sont pas forcément
+    prononcées.<br><br></font>
+    <table class="STY_tableau" width="350" cellpadding="3" cellspacing="0" valign="top" border="0">
+        <tr>
+            <td valign="top"><font color="#a60a69"></font></td>
+            <td width="80" valign="middle"><span style="FONT-SIZE: 80%">technological</span></td>
+            <td valign="top"><img align="center" border="0" src="../media/phon_technological.gif" id="MosImg77"></td>
+            <td valign="top"> </td>
+            <td valign="top"></td>
+        </tr>
+        <tr>
+            <td valign="top"></td>
+            <td valign="middle"><span style="FONT-SIZE: 80%">beautiful</span></td>
+            <td valign="top"><img align="center" border="0" src="../media/phon_beautiful.gif" id="MosImg73"></td>
+            <td valign="top"> </td>
+            <td valign="top"></td>
+        </tr>
+    </table>
+    <br><font color="#a60a69">L'italique signifie que la voyelle n'est pas forcément prononcée, selon les locuteurs.<br></font><br><font
+            color="#a60a69">De même, selon les locuteurs, pour certains mots, les variantes de l'accentuation impliquent
+        des variantes pour les voyelles, ce que certains dictionnaires indiquent de la façon suivante :</font><br><br>
+    <table class="STY_tableau" width="350" cellpadding="3" cellspacing="0" valign="top" border="0">
+        <tr>
+            <td valign="top"></td>
+            <td width="80" valign="middle"><span style="FONT-SIZE: 80%">psychoanalysis</span></td>
+            <td valign="top"><img align="center" border="0" src="../media/phon_psychoanalysis_memmen2.gif"
+                                  id="MosImg88"></td>
+            <td valign="top"> </td>
+            <td valign="top"></td>
+        </tr>
+        <tr>
+            <td valign="top"></td>
+            <td valign="middle"><span style="FONT-SIZE: 80%">curiosity</span></td>
+            <td valign="top"><img align="center" border="0" src="../media/phon_curiosity_memmento1.gif" id="MosImg78">
+            </td>
+            <td valign="top"> </td>
+            <td valign="top"></td>
+        </tr>
+    </table>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/phonemes_liste.htm b/Basilisk/MACAO/macao_12/contenu/pages/phonemes_liste.htm
index 0a6fad9686165d8df747c46386775be46848ce12..60e649322652b9330af5fc4fa3fbe38713bf98ce 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/phonemes_liste.htm
+++ b/Basilisk/MACAO/macao_12/contenu/pages/phonemes_liste.htm
@@ -1,42 +1,67 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+        "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Transcription</title>
-<style type="text/css">
-<!--
-.Style9 {font-size: 9pt; color: #a60a69; font-family: Verdana, Arial, Helvetica, sans-serif;}
-body {
-	background-color: #ecf0d7;
-}
-.Style12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; }
-.Style14 {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-}
-.Style15 {font-size: 9pt}
-.Style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; font-weight: bold; }
--->
-</style>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>Transcription</title>
+    <style type="text/css">
+        <!--
+        .Style9 {
+            font-size: 9pt;
+            color: #a60a69;
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+        }
+
+        body {
+            background-color: #ecf0d7;
+        }
+
+        .Style12 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+        }
+
+        .Style14 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+        }
+
+        .Style15 {
+            font-size: 9pt
+        }
+
+        .Style16 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+            font-weight: bold;
+        }
+
+        -->
+    </style>
 </head>
 
 <body>
 <table width="549" border="0">
-  <tr>
-    <td> <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
-        </div>
-      <p align="center" class="Style16">Liste des phon&egrave;mes </p>
-      <div align="center"><span class="Style12"><strong><em>
-      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="520" height="320">
+    <tr>
+        <td>
+            <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
+            </div>
+            <p align="center" class="Style16">Liste des phon&egrave;mes </p>
+            <div align="center"><span class="Style12"><strong><em>
+      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
+              codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
+              width="520" height="320">
         <param name="movie" value="phonemes_liste_page6.swf">
         <param name="quality" value="high">
-        <embed src="phonemes_liste_page6.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="520" height="320"></embed>
+        <embed src="phonemes_liste_page6.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
+               type="application/x-shockwave-flash" width="520" height="320"></embed>
       </object>
       </em></strong></span>
-      </div>
-    </td>
-  </tr>
+            </div>
+        </td>
+    </tr>
 </table>
 </body>
 </html>
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/syllabe.htm b/Basilisk/MACAO/macao_12/contenu/pages/syllabe.htm
index a49244f7ceb216f8bce4f57f3ca56d6bc1879fc2..d5488f94dd00716354a921ec448d3f673613a1e5 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/syllabe.htm
+++ b/Basilisk/MACAO/macao_12/contenu/pages/syllabe.htm
@@ -1,38 +1,62 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+        "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>syllabe</title>
-<style type="text/css">
-<!--
-.Style9 {font-size: 9pt; color: #a60a69; font-family: Verdana, Arial, Helvetica, sans-serif;}
-body {
-	background-color: #ecf0d7;
-}
-.Style12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; }
-.Style14 {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-}
-.Style15 {font-size: 9pt}
-.Style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; font-weight: bold; }
--->
-</style>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>syllabe</title>
+    <style type="text/css">
+        <!--
+        .Style9 {
+            font-size: 9pt;
+            color: #a60a69;
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+        }
+
+        body {
+            background-color: #ecf0d7;
+        }
+
+        .Style12 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+        }
+
+        .Style14 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+        }
+
+        .Style15 {
+            font-size: 9pt
+        }
+
+        .Style16 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+            font-weight: bold;
+        }
+
+        -->
+    </style>
 </head>
 
 <body>
 <table width="430" border="0">
-  <tr>
-    <td> <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
-        </div>
-      <p align="center" class="Style16">La syllabe orale </p>
-      <div align="center"><span class="Style12"><strong><em>        </em></strong></span>
-      </div>
-      <p align="justify" class="Style14">Pour identifier les syllabes orales, on peut les compter. La syllabe orale est une unit&eacute; de l'oral, comportant une et une seule voyelle &agrave; laquelle peuvent s'adjoindre une ou plusieurs consonnes. </p>
-      <p align="justify" class="Style14">&nbsp;</p>
-    </td>
-  </tr>
+    <tr>
+        <td>
+            <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
+            </div>
+            <p align="center" class="Style16">La syllabe orale </p>
+            <div align="center"><span class="Style12"><strong><em>        </em></strong></span>
+            </div>
+            <p align="justify" class="Style14">Pour identifier les syllabes orales, on peut les compter. La syllabe
+                orale est une unit&eacute; de l'oral, comportant une et une seule voyelle &agrave; laquelle peuvent
+                s'adjoindre une ou plusieurs consonnes. </p>
+            <p align="justify" class="Style14">&nbsp;</p>
+        </td>
+    </tr>
 </table>
 </body>
 </html>
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/voyelle.htm b/Basilisk/MACAO/macao_12/contenu/pages/voyelle.htm
index 750015ca9a3da645b250e0e263d48aa228545158..0453f1e96407f5d75623aed41c57bebae202df32 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/voyelle.htm
+++ b/Basilisk/MACAO/macao_12/contenu/pages/voyelle.htm
@@ -1,46 +1,75 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+        "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>La voyelle</title>
-<style type="text/css">
-<!--
-.Style9 {font-size: 9pt; color: #a60a69; font-family: Verdana, Arial, Helvetica, sans-serif;}
-body {
-	background-color: #ecf0d7;
-}
-.Style12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; }
-.Style14 {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-}
-.Style15 {font-size: 9pt}
-.Style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; font-weight: bold; }
--->
-</style>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>La voyelle</title>
+    <style type="text/css">
+        <!--
+        .Style9 {
+            font-size: 9pt;
+            color: #a60a69;
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+        }
+
+        body {
+            background-color: #ecf0d7;
+        }
+
+        .Style12 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+        }
+
+        .Style14 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+        }
+
+        .Style15 {
+            font-size: 9pt
+        }
+
+        .Style16 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+            font-weight: bold;
+        }
+
+        -->
+    </style>
 </head>
 
 <body>
 <table width="430" border="0">
-  <tr>
-    <td> <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
-        </div>
-      <p align="center" class="Style16">La voyelle</p>
-      <div align="center"><span class="Style12"><strong><em>        </em></strong></span>
-      </div>
-      <p align="justify" class="Style14">La voyelle se caract&eacute;rise par la vibration des cordes vocales, alors que la consonne n'existe pas par elle-m&ecirc;me : elle s'appuie sur la voyelle qui la pr&eacute;c&egrave;de ou la suit. </p>
-      <p align="justify" class="Style14">L'anglais comporte 20 voyelles. Vous pouvez en &eacute;couter quelques-unes.</p>
-      <p align="justify" class="Style14">Cliquez sur la fl&egrave;che. </p>    
-	  <p align="center" class="Style14"> 
-      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="80" height="40">
-        <param name="movie" value="pop_voyelle.swf">
-        <param name="quality" value="high">
-        <embed src="pop_voyelle.swf" width="80" height="40" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
-      </object>
-	  </p>
- </td>
-  </tr>
+    <tr>
+        <td>
+            <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
+            </div>
+            <p align="center" class="Style16">La voyelle</p>
+            <div align="center"><span class="Style12"><strong><em>        </em></strong></span>
+            </div>
+            <p align="justify" class="Style14">La voyelle se caract&eacute;rise par la vibration des cordes vocales,
+                alors que la consonne n'existe pas par elle-m&ecirc;me : elle s'appuie sur la voyelle qui la pr&eacute;c&egrave;de
+                ou la suit. </p>
+            <p align="justify" class="Style14">L'anglais comporte 20 voyelles. Vous pouvez en &eacute;couter
+                quelques-unes.</p>
+            <p align="justify" class="Style14">Cliquez sur la fl&egrave;che. </p>
+            <p align="center" class="Style14">
+                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
+                        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
+                        width="80" height="40">
+                    <param name="movie" value="pop_voyelle.swf">
+                    <param name="quality" value="high">
+                    <embed src="pop_voyelle.swf" width="80" height="40" quality="high"
+                           pluginspage="http://www.macromedia.com/go/getflashplayer"
+                           type="application/x-shockwave-flash"></embed>
+                </object>
+            </p>
+        </td>
+    </tr>
 </table>
 </body>
 </html>
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/voyelle1.htm b/Basilisk/MACAO/macao_12/contenu/pages/voyelle1.htm
index 750015ca9a3da645b250e0e263d48aa228545158..0453f1e96407f5d75623aed41c57bebae202df32 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/voyelle1.htm
+++ b/Basilisk/MACAO/macao_12/contenu/pages/voyelle1.htm
@@ -1,46 +1,75 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+        "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>La voyelle</title>
-<style type="text/css">
-<!--
-.Style9 {font-size: 9pt; color: #a60a69; font-family: Verdana, Arial, Helvetica, sans-serif;}
-body {
-	background-color: #ecf0d7;
-}
-.Style12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; }
-.Style14 {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-}
-.Style15 {font-size: 9pt}
-.Style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; font-weight: bold; }
--->
-</style>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>La voyelle</title>
+    <style type="text/css">
+        <!--
+        .Style9 {
+            font-size: 9pt;
+            color: #a60a69;
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+        }
+
+        body {
+            background-color: #ecf0d7;
+        }
+
+        .Style12 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+        }
+
+        .Style14 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+        }
+
+        .Style15 {
+            font-size: 9pt
+        }
+
+        .Style16 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+            font-weight: bold;
+        }
+
+        -->
+    </style>
 </head>
 
 <body>
 <table width="430" border="0">
-  <tr>
-    <td> <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
-        </div>
-      <p align="center" class="Style16">La voyelle</p>
-      <div align="center"><span class="Style12"><strong><em>        </em></strong></span>
-      </div>
-      <p align="justify" class="Style14">La voyelle se caract&eacute;rise par la vibration des cordes vocales, alors que la consonne n'existe pas par elle-m&ecirc;me : elle s'appuie sur la voyelle qui la pr&eacute;c&egrave;de ou la suit. </p>
-      <p align="justify" class="Style14">L'anglais comporte 20 voyelles. Vous pouvez en &eacute;couter quelques-unes.</p>
-      <p align="justify" class="Style14">Cliquez sur la fl&egrave;che. </p>    
-	  <p align="center" class="Style14"> 
-      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="80" height="40">
-        <param name="movie" value="pop_voyelle.swf">
-        <param name="quality" value="high">
-        <embed src="pop_voyelle.swf" width="80" height="40" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
-      </object>
-	  </p>
- </td>
-  </tr>
+    <tr>
+        <td>
+            <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
+            </div>
+            <p align="center" class="Style16">La voyelle</p>
+            <div align="center"><span class="Style12"><strong><em>        </em></strong></span>
+            </div>
+            <p align="justify" class="Style14">La voyelle se caract&eacute;rise par la vibration des cordes vocales,
+                alors que la consonne n'existe pas par elle-m&ecirc;me : elle s'appuie sur la voyelle qui la pr&eacute;c&egrave;de
+                ou la suit. </p>
+            <p align="justify" class="Style14">L'anglais comporte 20 voyelles. Vous pouvez en &eacute;couter
+                quelques-unes.</p>
+            <p align="justify" class="Style14">Cliquez sur la fl&egrave;che. </p>
+            <p align="center" class="Style14">
+                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
+                        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
+                        width="80" height="40">
+                    <param name="movie" value="pop_voyelle.swf">
+                    <param name="quality" value="high">
+                    <embed src="pop_voyelle.swf" width="80" height="40" quality="high"
+                           pluginspage="http://www.macromedia.com/go/getflashplayer"
+                           type="application/x-shockwave-flash"></embed>
+                </object>
+            </p>
+        </td>
+    </tr>
 </table>
 </body>
 </html>
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/voyelle11.htm b/Basilisk/MACAO/macao_12/contenu/pages/voyelle11.htm
index 750015ca9a3da645b250e0e263d48aa228545158..0453f1e96407f5d75623aed41c57bebae202df32 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/voyelle11.htm
+++ b/Basilisk/MACAO/macao_12/contenu/pages/voyelle11.htm
@@ -1,46 +1,75 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+        "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>La voyelle</title>
-<style type="text/css">
-<!--
-.Style9 {font-size: 9pt; color: #a60a69; font-family: Verdana, Arial, Helvetica, sans-serif;}
-body {
-	background-color: #ecf0d7;
-}
-.Style12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; }
-.Style14 {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-}
-.Style15 {font-size: 9pt}
-.Style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; font-weight: bold; }
--->
-</style>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>La voyelle</title>
+    <style type="text/css">
+        <!--
+        .Style9 {
+            font-size: 9pt;
+            color: #a60a69;
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+        }
+
+        body {
+            background-color: #ecf0d7;
+        }
+
+        .Style12 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+        }
+
+        .Style14 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+        }
+
+        .Style15 {
+            font-size: 9pt
+        }
+
+        .Style16 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+            font-weight: bold;
+        }
+
+        -->
+    </style>
 </head>
 
 <body>
 <table width="430" border="0">
-  <tr>
-    <td> <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
-        </div>
-      <p align="center" class="Style16">La voyelle</p>
-      <div align="center"><span class="Style12"><strong><em>        </em></strong></span>
-      </div>
-      <p align="justify" class="Style14">La voyelle se caract&eacute;rise par la vibration des cordes vocales, alors que la consonne n'existe pas par elle-m&ecirc;me : elle s'appuie sur la voyelle qui la pr&eacute;c&egrave;de ou la suit. </p>
-      <p align="justify" class="Style14">L'anglais comporte 20 voyelles. Vous pouvez en &eacute;couter quelques-unes.</p>
-      <p align="justify" class="Style14">Cliquez sur la fl&egrave;che. </p>    
-	  <p align="center" class="Style14"> 
-      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="80" height="40">
-        <param name="movie" value="pop_voyelle.swf">
-        <param name="quality" value="high">
-        <embed src="pop_voyelle.swf" width="80" height="40" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
-      </object>
-	  </p>
- </td>
-  </tr>
+    <tr>
+        <td>
+            <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
+            </div>
+            <p align="center" class="Style16">La voyelle</p>
+            <div align="center"><span class="Style12"><strong><em>        </em></strong></span>
+            </div>
+            <p align="justify" class="Style14">La voyelle se caract&eacute;rise par la vibration des cordes vocales,
+                alors que la consonne n'existe pas par elle-m&ecirc;me : elle s'appuie sur la voyelle qui la pr&eacute;c&egrave;de
+                ou la suit. </p>
+            <p align="justify" class="Style14">L'anglais comporte 20 voyelles. Vous pouvez en &eacute;couter
+                quelques-unes.</p>
+            <p align="justify" class="Style14">Cliquez sur la fl&egrave;che. </p>
+            <p align="center" class="Style14">
+                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
+                        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
+                        width="80" height="40">
+                    <param name="movie" value="pop_voyelle.swf">
+                    <param name="quality" value="high">
+                    <embed src="pop_voyelle.swf" width="80" height="40" quality="high"
+                           pluginspage="http://www.macromedia.com/go/getflashplayer"
+                           type="application/x-shockwave-flash"></embed>
+                </object>
+            </p>
+        </td>
+    </tr>
 </table>
 </body>
 </html>
diff --git a/Basilisk/MACAO/macao_12/contenu/pages/voyelle_reduite.htm b/Basilisk/MACAO/macao_12/contenu/pages/voyelle_reduite.htm
index a2533dae856d8d007d8b1a5e59ee457ca4216e9a..e5afaf1957a35800723d2852f95a8f182270e01f 100755
--- a/Basilisk/MACAO/macao_12/contenu/pages/voyelle_reduite.htm
+++ b/Basilisk/MACAO/macao_12/contenu/pages/voyelle_reduite.htm
@@ -1,36 +1,63 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+        "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>voyelle r�duite</title>
-<style type="text/css">
-<!--
-.Style9 {font-size: 9pt; color: #a60a69; font-family: Verdana, Arial, Helvetica, sans-serif;}
-body {
-	background-color: #ecf0d7;
-}
-.Style12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; }
-.Style14 {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-}
-.Style15 {font-size: 9pt}
-.Style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; font-weight: bold; }
--->
-</style>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>voyelle r�duite</title>
+    <style type="text/css">
+        <!--
+        .Style9 {
+            font-size: 9pt;
+            color: #a60a69;
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+        }
+
+        body {
+            background-color: #ecf0d7;
+        }
+
+        .Style12 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+        }
+
+        .Style14 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+        }
+
+        .Style15 {
+            font-size: 9pt
+        }
+
+        .Style16 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+            font-weight: bold;
+        }
+
+        -->
+    </style>
 </head>
 
 <body>
 <table width="430" border="0">
-  <tr>
-    <td> <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
-        </div>
-      <p align="center" class="Style16">La voyelle r&eacute;duite </p>
-      <div align="center"><span class="Style12"><strong><em>        </em></strong></span>
-      </div>
-      <p align="justify" class="Style14">Dans un mot, certaines syllabes s'entendent plus que les autres : ce sont des syllabes accentu&eacute;es. D'autres syllabes s'entendent moins. On peut parler de degr&eacute;s dans l'accentuation des syllabes, comme sur une &eacute;chelle.</p>
-    <p align="justify" class="Style14">A un bout de l'&eacute;chelle, l'accentuation est maximale. A l'autre bout de l'&eacute;chelle, l'acentuation est minimale et la voyelle se caract&eacute;rise par un ph&eacute;nom&egrave;ne de r&eacute;duction: on parle de <strong>voyelle r&eacute;duite</strong>.</p></td></tr>
+    <tr>
+        <td>
+            <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
+            </div>
+            <p align="center" class="Style16">La voyelle r&eacute;duite </p>
+            <div align="center"><span class="Style12"><strong><em>        </em></strong></span>
+            </div>
+            <p align="justify" class="Style14">Dans un mot, certaines syllabes s'entendent plus que les autres : ce sont
+                des syllabes accentu&eacute;es. D'autres syllabes s'entendent moins. On peut parler de degr&eacute;s
+                dans l'accentuation des syllabes, comme sur une &eacute;chelle.</p>
+            <p align="justify" class="Style14">A un bout de l'&eacute;chelle, l'accentuation est maximale. A l'autre
+                bout de l'&eacute;chelle, l'acentuation est minimale et la voyelle se caract&eacute;rise par un ph&eacute;nom&egrave;ne
+                de r&eacute;duction: on parle de <strong>voyelle r&eacute;duite</strong>.</p></td>
+    </tr>
 </table>
 </body>
 </html>
diff --git a/Basilisk/MACAO/macao_12/ims_xml.xsd b/Basilisk/MACAO/macao_12/ims_xml.xsd
index 00ac160de9f90888ae625caaef446f37f14bbb0d..2c71fff884352549824d74b4c8fd8839263559ba 100755
--- a/Basilisk/MACAO/macao_12/ims_xml.xsd
+++ b/Basilisk/MACAO/macao_12/ims_xml.xsd
@@ -1 +1,26 @@
-<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns="http://www.w3.org/XML/1998/namespace"  targetNamespace="http://www.w3.org/XML/1998/namespace"  xmlns:xsd="http://www.w3.org/2001/XMLSchema"  elementFormDefault="qualified">  <xsd:annotation>  <xsd:documentation>2001-02-22: Thomas Wason initial creation </xsd:documentation>  <xsd:documentation>In namespace-aware XML processors, the &quot;xml&quot; </xsd:documentation>  <xsd:documentation>prefix is bound to the namespace name http://www.w3.org/XML/1998/namespace.</xsd:documentation>  <xsd:documentation>Do not reference this file in XML instances </xsd:documentation>  <xsd:documentation>Schawn Thropp: Changed the uriReference type to string type</xsd:documentation>  <xsd:documentation>2001-07-26: S Thropp: Changed the XSD namespace to point to</xsd:documentation>  <xsd:documentation>Schema of schemas for the 5/2/2001 W3C Recommendation  </xsd:documentation>  <xsd:documentation>Changed the XSD types for base and link to xsd:anyURI  </xsd:documentation>  </xsd:annotation>  <xsd:attribute name="lang" type="xsd:language">  <xsd:annotation> <xsd:documentation>Refers to universal XML 1.0 lang attribute</xsd:documentation>  </xsd:annotation>  </xsd:attribute>  <xsd:attribute name="base" type="xsd:anyURI">  <xsd:annotation> <xsd:documentation>Refers to XML Base: http://www.w3.org/TR/xmlbase</xsd:documentation>  </xsd:annotation>  </xsd:attribute>  <xsd:attribute name="link" type="xsd:anyURI"/></xsd:schema>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<xsd:schema xmlns="http://www.w3.org/XML/1998/namespace" targetNamespace="http://www.w3.org/XML/1998/namespace"
+            xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
+    <xsd:annotation>
+        <xsd:documentation>2001-02-22: Thomas Wason initial creation</xsd:documentation>
+        <xsd:documentation>In namespace-aware XML processors, the &quot;xml&quot;</xsd:documentation>
+        <xsd:documentation>prefix is bound to the namespace name http://www.w3.org/XML/1998/namespace.
+        </xsd:documentation>
+        <xsd:documentation>Do not reference this file in XML instances</xsd:documentation>
+        <xsd:documentation>Schawn Thropp: Changed the uriReference type to string type</xsd:documentation>
+        <xsd:documentation>2001-07-26: S Thropp: Changed the XSD namespace to point to</xsd:documentation>
+        <xsd:documentation>Schema of schemas for the 5/2/2001 W3C Recommendation</xsd:documentation>
+        <xsd:documentation>Changed the XSD types for base and link to xsd:anyURI</xsd:documentation>
+    </xsd:annotation>
+    <xsd:attribute name="lang" type="xsd:language">
+        <xsd:annotation>
+            <xsd:documentation>Refers to universal XML 1.0 lang attribute</xsd:documentation>
+        </xsd:annotation>
+    </xsd:attribute>
+    <xsd:attribute name="base" type="xsd:anyURI">
+        <xsd:annotation>
+            <xsd:documentation>Refers to XML Base: http://www.w3.org/TR/xmlbase</xsd:documentation>
+        </xsd:annotation>
+    </xsd:attribute>
+    <xsd:attribute name="link" type="xsd:anyURI"/>
+</xsd:schema>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/imscp_rootv1p1p2.xsd b/Basilisk/MACAO/macao_12/imscp_rootv1p1p2.xsd
index 5af07b6e12eab1b742e28282a5f13929389129db..345f6f520762fa83f0e53d7e10dabd6b384de81d 100755
--- a/Basilisk/MACAO/macao_12/imscp_rootv1p1p2.xsd
+++ b/Basilisk/MACAO/macao_12/imscp_rootv1p1p2.xsd
@@ -1 +1,278 @@
-<?xml version="1.0"?><xsd:schema xmlns="http://www.imsproject.org/xsd/imscp_rootv1p1p2"  targetNamespace="http://www.imsproject.org/xsd/imscp_rootv1p1p2"  xmlns:xml="http://www.w3.org/XML/1998/namespace"  xmlns:xsd="http://www.w3.org/2001/XMLSchema"  elementFormDefault="unqualified" version="IMS CP 1.1.2"> <xsd:annotation>  <xsd:documentation xml:lang="en">DRAFT XSD for IMS Content Packaging version 1.1 DRAFT</xsd:documentation>  <xsd:documentation> Copyright (c) 2001 IMS GLC, Inc. </xsd:documentation>  <xsd:documentation>2000-04-21, Adjustments by T.D. Wason from CP 1.0.</xsd:documentation>  <xsd:documentation>2001-02-22, T.D.Wason: Modify for 2000-10-24 XML-Schema version. Modified to support extension.</xsd:documentation>  <xsd:documentation>2001-03-12, T.D.Wason: Change filename, target and meta-data namespaces and meta-data fielname. Add meta-data to itemType, fileType and organizationType.</xsd:documentation>  <xsd:documentation>Do not define namespaces for xml in XML instances generated from this xsd.</xsd:documentation>  <xsd:documentation>Imports IMS meta-data xsd, lower case element names. </xsd:documentation>  <xsd:documentation>This XSD provides a reference to the IMS meta-data root element as imsmd:record</xsd:documentation>  <xsd:documentation>If the IMS meta-data is to be used in the XML instance then the instance must define an IMS meta-data prefix with a namespace. The meta-data targetNamespace should be used. </xsd:documentation>  <xsd:documentation>2001-03-20, Thor Anderson: Remove manifestref, change resourceref back to identifierref, change manifest back to contained by manifest. --Tom Wason: manifest may contain _none_ or more manifests.</xsd:documentation>  <xsd:documentation>2001-04-13 Tom Wason: corrected attirbute name structure. Was misnamed type. </xsd:documentation>  <xsd:documentation>2001-05-14 Schawn Thropp: Made all complexType extensible with the group.any</xsd:documentation>  <xsd:documentation>Added the anyAttribute to all complexTypes. Changed the href attribute on the fileType and resourceType to xsd:string</xsd:documentation>  <xsd:documentation>Changed the maxLength of the href, identifierref, parameters, structure attributes to match the Information model.</xsd:documentation>  <xsd:documentation>2001-07-25 Schawn Thropp: Changed the namespace for the Schema of Schemas to the 5/2/2001 W3C XML Schema</xsd:documentation>  <xsd:documentation>Recommendation. attributeGroup attr.imsmd deleted, was not used anywhere. Any attribute declarations that have</xsd:documentation>  <xsd:documentation>use = "default" changed to use="optional" - attr.structure.req.</xsd:documentation>  <xsd:documentation>Any attribute declarations that have value="somevalue" changed to default="somevalue",</xsd:documentation>  <xsd:documentation>attr.structure.req (hierarchical). Removed references to IMS MD Version 1.1.</xsd:documentation>  <xsd:documentation>Modified attribute group "attr.resourcetype.req" to change use from optional</xsd:documentation>  <xsd:documentation>to required to match the information model. As a result the default value also needed to be removed</xsd:documentation>  <xsd:documentation>Name change for XSD. Changed to match version of CP Spec </xsd:documentation> </xsd:annotation>  <xsd:annotation>  <xsd:documentation>Inclusions and Imports</xsd:documentation>  </xsd:annotation>  <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="ims_xml.xsd"/>  <xsd:annotation>  <xsd:documentation>Attribute Declarations</xsd:documentation>  </xsd:annotation> <xsd:attributeGroup name="attr.base">  <xsd:attribute ref="xml:base" use="optional"/>  </xsd:attributeGroup>  <xsd:attributeGroup name="attr.default">  <xsd:attribute name="default" type="xsd:IDREF" use="optional"/>  </xsd:attributeGroup>  <xsd:attributeGroup name="attr.href">  <xsd:attribute name="href" use="optional"> <xsd:simpleType> <xsd:restriction base="xsd:anyURI"> <xsd:maxLength value="2000"/> </xsd:restriction> </xsd:simpleType>  </xsd:attribute>  </xsd:attributeGroup>  <xsd:attributeGroup name="attr.href.req">  <xsd:attribute name="href" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:anyURI"> <xsd:maxLength value="2000"/> </xsd:restriction> </xsd:simpleType>  </xsd:attribute>  </xsd:attributeGroup> <xsd:attributeGroup name="attr.identifier.req">  <xsd:attribute name="identifier" type="xsd:ID" use="required"/>  </xsd:attributeGroup>  <xsd:attributeGroup name="attr.identifier">  <xsd:attribute name="identifier" type="xsd:ID" use="optional"/>  </xsd:attributeGroup>  <xsd:attributeGroup name="attr.isvisible">  <xsd:attribute name="isvisible" type="xsd:boolean" use="optional"/>  </xsd:attributeGroup>  <xsd:attributeGroup name="attr.parameters">  <xsd:attribute name="parameters" use="optional"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="1000"/> </xsd:restriction> </xsd:simpleType>  </xsd:attribute>  </xsd:attributeGroup>  <xsd:attributeGroup name="attr.identifierref">  <xsd:attribute name="identifierref" use="optional"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="2000"/> </xsd:restriction> </xsd:simpleType>  </xsd:attribute>  </xsd:attributeGroup>  <xsd:attributeGroup name="attr.identifierref.req">  <xsd:attribute name="identifierref" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="2000"/> </xsd:restriction> </xsd:simpleType>  </xsd:attribute>  </xsd:attributeGroup> <xsd:attributeGroup name="attr.resourcetype.req">  <xsd:attribute name="type" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="1000"/> </xsd:restriction> </xsd:simpleType>  </xsd:attribute>  </xsd:attributeGroup>  <xsd:attributeGroup name="attr.structure.req">  <xsd:attribute name="structure" use="optional" default="hierarchical"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="200"/> </xsd:restriction> </xsd:simpleType>  </xsd:attribute>  </xsd:attributeGroup>  <xsd:attributeGroup name="attr.version">  <xsd:attribute name="version" use="optional"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="20"/> </xsd:restriction> </xsd:simpleType>  </xsd:attribute>  </xsd:attributeGroup>  <xsd:annotation>  <xsd:documentation>element groups</xsd:documentation>  </xsd:annotation>  <xsd:group name="grp.any">  <xsd:annotation> <xsd:documentation>Any namespaced element from any namespace may be included within an &quot;any&quot; element. The namespace for the imported element must be defined in the instance, and the schema must be imported. </xsd:documentation>  </xsd:annotation>  <xsd:sequence> <xsd:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded"/>  </xsd:sequence>  </xsd:group> <xsd:element name="dependency" type="dependencyType"/>  <xsd:element name="file" type="fileType"/>  <xsd:element name="item" type="itemType"/>  <xsd:element name="manifest" type="manifestType"/>  <xsd:element name="metadata" type="metadataType"/>  <xsd:element name="organization" type="organizationType"/>  <xsd:element name="organizations" type="organizationsType"/>  <xsd:element name="resource" type="resourceType"/>  <xsd:element name="resources" type="resourcesType"/>  <xsd:element name="schema" type="schemaType"/>  <xsd:element name="schemaversion" type="schemaversionType"/>  <xsd:element name="title" type="titleType"/>  <xsd:complexType name="dependencyType">  <xsd:sequence> <xsd:group ref="grp.any"/>  </xsd:sequence>  <xsd:attributeGroup ref="attr.identifierref.req"/>  <xsd:anyAttribute namespace="##other" processContents="strict"/>  </xsd:complexType> <xsd:complexType name="fileType">  <xsd:sequence> <xsd:element ref="metadata" minOccurs="0"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  <xsd:attributeGroup ref="attr.href.req"/>  <xsd:anyAttribute namespace="##other" processContents="strict"/>  </xsd:complexType> <xsd:complexType name="itemType">  <xsd:sequence> <xsd:element ref="title" minOccurs="0"/> <xsd:element ref="item" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="metadata" minOccurs="0"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  <xsd:attributeGroup ref="attr.identifier.req"/>  <xsd:attributeGroup ref="attr.identifierref"/>  <xsd:attributeGroup ref="attr.isvisible"/>  <xsd:attributeGroup ref="attr.parameters"/>  <xsd:anyAttribute namespace="##other" processContents="strict"/>  </xsd:complexType> <xsd:complexType name="manifestType">  <xsd:sequence> <xsd:element ref="metadata" minOccurs="0"/> <xsd:element ref="organizations"/> <xsd:element ref="resources"/> <xsd:element ref="manifest" minOccurs="0" maxOccurs="unbounded"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  <xsd:attributeGroup ref="attr.identifier.req"/>  <xsd:attributeGroup ref="attr.version"/>  <xsd:attribute ref="xml:base"/>  <xsd:anyAttribute namespace="##other" processContents="strict"/>  </xsd:complexType> <xsd:complexType name="metadataType">  <xsd:sequence> <xsd:element ref="schema" minOccurs="0"/> <xsd:element ref="schemaversion" minOccurs="0"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  </xsd:complexType> <xsd:complexType name="organizationsType">  <xsd:sequence> <xsd:element ref="organization" minOccurs="0" maxOccurs="unbounded"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  <xsd:attributeGroup ref="attr.default"/>  <xsd:anyAttribute namespace="##other" processContents="strict"/>  </xsd:complexType> <xsd:complexType name="organizationType">  <xsd:sequence> <xsd:element ref="title" minOccurs="0"/> <xsd:element ref="item" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="metadata" minOccurs="0"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  <xsd:attributeGroup ref="attr.identifier.req"/>  <xsd:attributeGroup ref="attr.structure.req"/>  <xsd:anyAttribute namespace="##other" processContents="strict"/>  </xsd:complexType> <xsd:complexType name="resourcesType">  <xsd:sequence>  <xsd:element ref="resource" minOccurs="0" maxOccurs="unbounded"/>  <xsd:group ref="grp.any"/>  </xsd:sequence>  <xsd:attributeGroup ref="attr.base"/>  <xsd:anyAttribute namespace="##other" processContents="strict"/>  </xsd:complexType> <xsd:complexType name="resourceType">  <xsd:sequence> <xsd:element ref="metadata" minOccurs="0"/> <xsd:element ref="file" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="dependency" minOccurs="0" maxOccurs="unbounded"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  <xsd:attributeGroup ref="attr.identifier.req"/>  <xsd:attributeGroup ref="attr.resourcetype.req"/>  <xsd:attributeGroup ref="attr.base"/>  <xsd:attributeGroup ref="attr.href"/>  <xsd:anyAttribute namespace="##other" processContents="strict"/>  </xsd:complexType>  <xsd:simpleType name="schemaType">  <xsd:restriction base="xsd:string"> <xsd:maxLength value="100"/>  </xsd:restriction>  </xsd:simpleType> <xsd:simpleType name="schemaversionType">  <xsd:restriction base="xsd:string"> <xsd:maxLength value="20"/>  </xsd:restriction>  </xsd:simpleType> <xsd:simpleType name="titleType">  <xsd:restriction base="xsd:string"> <xsd:maxLength value="200"/>  </xsd:restriction>  </xsd:simpleType></xsd:schema>
\ No newline at end of file
+<?xml version="1.0"?>
+<xsd:schema xmlns="http://www.imsproject.org/xsd/imscp_rootv1p1p2"
+            targetNamespace="http://www.imsproject.org/xsd/imscp_rootv1p1p2"
+            xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+            elementFormDefault="unqualified" version="IMS CP 1.1.2">
+    <xsd:annotation>
+        <xsd:documentation xml:lang="en">DRAFT XSD for IMS Content Packaging version 1.1 DRAFT</xsd:documentation>
+        <xsd:documentation>Copyright (c) 2001 IMS GLC, Inc.</xsd:documentation>
+        <xsd:documentation>2000-04-21, Adjustments by T.D. Wason from CP 1.0.</xsd:documentation>
+        <xsd:documentation>2001-02-22, T.D.Wason: Modify for 2000-10-24 XML-Schema version. Modified to support
+            extension.
+        </xsd:documentation>
+        <xsd:documentation>2001-03-12, T.D.Wason: Change filename, target and meta-data namespaces and meta-data
+            fielname. Add meta-data to itemType, fileType and organizationType.
+        </xsd:documentation>
+        <xsd:documentation>Do not define namespaces for xml in XML instances generated from this xsd.
+        </xsd:documentation>
+        <xsd:documentation>Imports IMS meta-data xsd, lower case element names.</xsd:documentation>
+        <xsd:documentation>This XSD provides a reference to the IMS meta-data root element as imsmd:record
+        </xsd:documentation>
+        <xsd:documentation>If the IMS meta-data is to be used in the XML instance then the instance must define an IMS
+            meta-data prefix with a namespace. The meta-data targetNamespace should be used.
+        </xsd:documentation>
+        <xsd:documentation>2001-03-20, Thor Anderson: Remove manifestref, change resourceref back to identifierref,
+            change manifest back to contained by manifest. --Tom Wason: manifest may contain _none_ or more manifests.
+        </xsd:documentation>
+        <xsd:documentation>2001-04-13 Tom Wason: corrected attirbute name structure. Was misnamed type.
+        </xsd:documentation>
+        <xsd:documentation>2001-05-14 Schawn Thropp: Made all complexType extensible with the group.any
+        </xsd:documentation>
+        <xsd:documentation>Added the anyAttribute to all complexTypes. Changed the href attribute on the fileType and
+            resourceType to xsd:string
+        </xsd:documentation>
+        <xsd:documentation>Changed the maxLength of the href, identifierref, parameters, structure attributes to match
+            the Information model.
+        </xsd:documentation>
+        <xsd:documentation>2001-07-25 Schawn Thropp: Changed the namespace for the Schema of Schemas to the 5/2/2001 W3C
+            XML Schema
+        </xsd:documentation>
+        <xsd:documentation>Recommendation. attributeGroup attr.imsmd deleted, was not used anywhere. Any attribute
+            declarations that have
+        </xsd:documentation>
+        <xsd:documentation>use = "default" changed to use="optional" - attr.structure.req.</xsd:documentation>
+        <xsd:documentation>Any attribute declarations that have value="somevalue" changed to default="somevalue",
+        </xsd:documentation>
+        <xsd:documentation>attr.structure.req (hierarchical). Removed references to IMS MD Version 1.1.
+        </xsd:documentation>
+        <xsd:documentation>Modified attribute group "attr.resourcetype.req" to change use from optional
+        </xsd:documentation>
+        <xsd:documentation>to required to match the information model. As a result the default value also needed to be
+            removed
+        </xsd:documentation>
+        <xsd:documentation>Name change for XSD. Changed to match version of CP Spec</xsd:documentation>
+    </xsd:annotation>
+    <xsd:annotation>
+        <xsd:documentation>Inclusions and Imports</xsd:documentation>
+    </xsd:annotation>
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="ims_xml.xsd"/>
+    <xsd:annotation>
+        <xsd:documentation>Attribute Declarations</xsd:documentation>
+    </xsd:annotation>
+    <xsd:attributeGroup name="attr.base">
+        <xsd:attribute ref="xml:base" use="optional"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.default">
+        <xsd:attribute name="default" type="xsd:IDREF" use="optional"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.href">
+        <xsd:attribute name="href" use="optional">
+            <xsd:simpleType>
+                <xsd:restriction base="xsd:anyURI">
+                    <xsd:maxLength value="2000"/>
+                </xsd:restriction>
+            </xsd:simpleType>
+        </xsd:attribute>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.href.req">
+        <xsd:attribute name="href" use="required">
+            <xsd:simpleType>
+                <xsd:restriction base="xsd:anyURI">
+                    <xsd:maxLength value="2000"/>
+                </xsd:restriction>
+            </xsd:simpleType>
+        </xsd:attribute>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.identifier.req">
+        <xsd:attribute name="identifier" type="xsd:ID" use="required"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.identifier">
+        <xsd:attribute name="identifier" type="xsd:ID" use="optional"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.isvisible">
+        <xsd:attribute name="isvisible" type="xsd:boolean" use="optional"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.parameters">
+        <xsd:attribute name="parameters" use="optional">
+            <xsd:simpleType>
+                <xsd:restriction base="xsd:string">
+                    <xsd:maxLength value="1000"/>
+                </xsd:restriction>
+            </xsd:simpleType>
+        </xsd:attribute>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.identifierref">
+        <xsd:attribute name="identifierref" use="optional">
+            <xsd:simpleType>
+                <xsd:restriction base="xsd:string">
+                    <xsd:maxLength value="2000"/>
+                </xsd:restriction>
+            </xsd:simpleType>
+        </xsd:attribute>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.identifierref.req">
+        <xsd:attribute name="identifierref" use="required">
+            <xsd:simpleType>
+                <xsd:restriction base="xsd:string">
+                    <xsd:maxLength value="2000"/>
+                </xsd:restriction>
+            </xsd:simpleType>
+        </xsd:attribute>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.resourcetype.req">
+        <xsd:attribute name="type" use="required">
+            <xsd:simpleType>
+                <xsd:restriction base="xsd:string">
+                    <xsd:maxLength value="1000"/>
+                </xsd:restriction>
+            </xsd:simpleType>
+        </xsd:attribute>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.structure.req">
+        <xsd:attribute name="structure" use="optional" default="hierarchical">
+            <xsd:simpleType>
+                <xsd:restriction base="xsd:string">
+                    <xsd:maxLength value="200"/>
+                </xsd:restriction>
+            </xsd:simpleType>
+        </xsd:attribute>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.version">
+        <xsd:attribute name="version" use="optional">
+            <xsd:simpleType>
+                <xsd:restriction base="xsd:string">
+                    <xsd:maxLength value="20"/>
+                </xsd:restriction>
+            </xsd:simpleType>
+        </xsd:attribute>
+    </xsd:attributeGroup>
+    <xsd:annotation>
+        <xsd:documentation>element groups</xsd:documentation>
+    </xsd:annotation>
+    <xsd:group name="grp.any">
+        <xsd:annotation>
+            <xsd:documentation>Any namespaced element from any namespace may be included within an &quot;any&quot;
+                element. The namespace for the imported element must be defined in the instance, and the schema must be
+                imported.
+            </xsd:documentation>
+        </xsd:annotation>
+        <xsd:sequence>
+            <xsd:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded"/>
+        </xsd:sequence>
+    </xsd:group>
+    <xsd:element name="dependency" type="dependencyType"/>
+    <xsd:element name="file" type="fileType"/>
+    <xsd:element name="item" type="itemType"/>
+    <xsd:element name="manifest" type="manifestType"/>
+    <xsd:element name="metadata" type="metadataType"/>
+    <xsd:element name="organization" type="organizationType"/>
+    <xsd:element name="organizations" type="organizationsType"/>
+    <xsd:element name="resource" type="resourceType"/>
+    <xsd:element name="resources" type="resourcesType"/>
+    <xsd:element name="schema" type="schemaType"/>
+    <xsd:element name="schemaversion" type="schemaversionType"/>
+    <xsd:element name="title" type="titleType"/>
+    <xsd:complexType name="dependencyType">
+        <xsd:sequence>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.identifierref.req"/>
+        <xsd:anyAttribute namespace="##other" processContents="strict"/>
+    </xsd:complexType>
+    <xsd:complexType name="fileType">
+        <xsd:sequence>
+            <xsd:element ref="metadata" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.href.req"/>
+        <xsd:anyAttribute namespace="##other" processContents="strict"/>
+    </xsd:complexType>
+    <xsd:complexType name="itemType">
+        <xsd:sequence>
+            <xsd:element ref="title" minOccurs="0"/>
+            <xsd:element ref="item" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="metadata" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.identifier.req"/>
+        <xsd:attributeGroup ref="attr.identifierref"/>
+        <xsd:attributeGroup ref="attr.isvisible"/>
+        <xsd:attributeGroup ref="attr.parameters"/>
+        <xsd:anyAttribute namespace="##other" processContents="strict"/>
+    </xsd:complexType>
+    <xsd:complexType name="manifestType">
+        <xsd:sequence>
+            <xsd:element ref="metadata" minOccurs="0"/>
+            <xsd:element ref="organizations"/>
+            <xsd:element ref="resources"/>
+            <xsd:element ref="manifest" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.identifier.req"/>
+        <xsd:attributeGroup ref="attr.version"/>
+        <xsd:attribute ref="xml:base"/>
+        <xsd:anyAttribute namespace="##other" processContents="strict"/>
+    </xsd:complexType>
+    <xsd:complexType name="metadataType">
+        <xsd:sequence>
+            <xsd:element ref="schema" minOccurs="0"/>
+            <xsd:element ref="schemaversion" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="organizationsType">
+        <xsd:sequence>
+            <xsd:element ref="organization" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.default"/>
+        <xsd:anyAttribute namespace="##other" processContents="strict"/>
+    </xsd:complexType>
+    <xsd:complexType name="organizationType">
+        <xsd:sequence>
+            <xsd:element ref="title" minOccurs="0"/>
+            <xsd:element ref="item" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="metadata" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.identifier.req"/>
+        <xsd:attributeGroup ref="attr.structure.req"/>
+        <xsd:anyAttribute namespace="##other" processContents="strict"/>
+    </xsd:complexType>
+    <xsd:complexType name="resourcesType">
+        <xsd:sequence>
+            <xsd:element ref="resource" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.base"/>
+        <xsd:anyAttribute namespace="##other" processContents="strict"/>
+    </xsd:complexType>
+    <xsd:complexType name="resourceType">
+        <xsd:sequence>
+            <xsd:element ref="metadata" minOccurs="0"/>
+            <xsd:element ref="file" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="dependency" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.identifier.req"/>
+        <xsd:attributeGroup ref="attr.resourcetype.req"/>
+        <xsd:attributeGroup ref="attr.base"/>
+        <xsd:attributeGroup ref="attr.href"/>
+        <xsd:anyAttribute namespace="##other" processContents="strict"/>
+    </xsd:complexType>
+    <xsd:simpleType name="schemaType">
+        <xsd:restriction base="xsd:string">
+            <xsd:maxLength value="100"/>
+        </xsd:restriction>
+    </xsd:simpleType>
+    <xsd:simpleType name="schemaversionType">
+        <xsd:restriction base="xsd:string">
+            <xsd:maxLength value="20"/>
+        </xsd:restriction>
+    </xsd:simpleType>
+    <xsd:simpleType name="titleType">
+        <xsd:restriction base="xsd:string">
+            <xsd:maxLength value="200"/>
+        </xsd:restriction>
+    </xsd:simpleType>
+</xsd:schema>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/imsmanifest.html b/Basilisk/MACAO/macao_12/imsmanifest.html
index 065c35be0640ca7190437c252107005518e6d573..9fdc287d3b4dcc10680d9cf5cbebf74682393ccf 100755
--- a/Basilisk/MACAO/macao_12/imsmanifest.html
+++ b/Basilisk/MACAO/macao_12/imsmanifest.html
@@ -1 +1,358 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>plan LMS</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><link rel="stylesheet" type="text/css" href="MosMtr/ressources/style/css/planLMS.css"><script type="text/javascript" src="MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="MosMtr/scripts/lms/classeItem.js"></script><script type="text/javascript" src="MosMtr/scripts/lms/menuSpecifique.js"></script><script type="text/javascript" src="MosMtr/scripts/lms/calculParcours.js"></script><script type="text/javascript" src="MosMtr/scripts/lms/utilDate.js"></script><script type="text/javascript" src="MosMtr/scripts/lms/classeCmi.js"></script><script type="text/javascript">var FEN_X='';var FEN_Y='';var FEN_L='';var FEN_H=''; function construitMenu() {titreStage="MACAO";if (titreStage==''){titreStage=parent.serveur.codeStage;}parent.document.title=titreStage; var itemMosPere = new item();itemMosPere.init("","MosPere",'',"itemMosPere");item.parentItem=null;itemRacine=itemMosPere; var itemIDAEJDP = new item(); itemIDAEJDP.init("","MosMod951",'',"item1");  itemMosPere.ajouteItem(itemIDAEJDP);  var itemIDAHJDP = new item(); itemIDAHJDP.init("","MosEtp342",'sco/MosEtp342.html',"item2");  itemIDAEJDP.ajouteItem(itemIDAHJDP);  var itemIDALJDP = new item(); itemIDALJDP.init("","MosMod10",'',"item3");  itemMosPere.ajouteItem(itemIDALJDP);  var itemIDAOJDP = new item(); itemIDAOJDP.init("","MosMod11",'',"item4");  itemIDALJDP.ajouteItem(itemIDAOJDP);  var itemIDARJDP = new item(); itemIDARJDP.init("","MosEtp129",'sco/MosEtp129.html',"item5");  itemIDAOJDP.ajouteItem(itemIDARJDP);  var itemIDAVJDP = new item(); itemIDAVJDP.init("","MosMod34",'',"item6");  itemIDALJDP.ajouteItem(itemIDAVJDP);  var itemIDAYJDP = new item(); itemIDAYJDP.init("","MosEtp210",'sco/MosEtp210.html',"item7");  itemIDAVJDP.ajouteItem(itemIDAYJDP);  var itemIDA2JDP = new item(); itemIDA2JDP.init("","MosEtp335",'sco/MosEtp335.html',"item8");  itemIDAVJDP.ajouteItem(itemIDA2JDP);  var itemIDAAKDP = new item(); itemIDAAKDP.init("","MosEtp558",'sco/MosEtp558.html',"item9");  itemIDAVJDP.ajouteItem(itemIDAAKDP);  var itemIDAEKDP = new item(); itemIDAEKDP.init("","MosMod95",'',"item10");  itemMosPere.ajouteItem(itemIDAEKDP);  var itemIDAHKDP = new item(); itemIDAHKDP.init("","MosMod341",'',"item11");  itemIDAEKDP.ajouteItem(itemIDAHKDP);  var itemIDAKKDP = new item(); itemIDAKKDP.init("","MosEtp171",'sco/MosEtp171.html',"item12");  itemIDAHKDP.ajouteItem(itemIDAKKDP);  var itemIDAOKDP = new item(); itemIDAOKDP.init("","MosEtp644",'sco/MosEtp644.html',"item13");  itemIDAHKDP.ajouteItem(itemIDAOKDP);  var itemIDASKDP = new item(); itemIDASKDP.init("","MosMod60",'',"item14");  itemIDAEKDP.ajouteItem(itemIDASKDP);  var itemIDAVKDP = new item(); itemIDAVKDP.init("","MosEtp369",'sco/MosEtp369.html',"item15");  itemIDASKDP.ajouteItem(itemIDAVKDP);  var itemIDAZKDP = new item(); itemIDAZKDP.init("","MosEtp746",'sco/MosEtp746.html',"item16");  itemIDASKDP.ajouteItem(itemIDAZKDP);  var itemIDA3KDP = new item(); itemIDA3KDP.init("","MosMod39",'',"item17");  itemMosPere.ajouteItem(itemIDA3KDP);  var itemIDAALDP = new item(); itemIDAALDP.init("","MosEtp435",'sco/MosEtp435.html',"item18");  itemIDA3KDP.ajouteItem(itemIDAALDP);  var itemIDAELDP = new item(); itemIDAELDP.init("","MosEtp777",'sco/MosEtp777.html',"item19");  itemIDA3KDP.ajouteItem(itemIDAELDP);  var itemIDAILDP = new item(); itemIDAILDP.init("","MosEtp252",'sco/MosEtp252.html',"item20");  itemIDA3KDP.ajouteItem(itemIDAILDP);  var itemIDAMLDP = new item(); itemIDAMLDP.init("","MosEtp534",'sco/MosEtp534.html',"item21");  itemIDA3KDP.ajouteItem(itemIDAMLDP);  var itemIDAQLDP = new item(); itemIDAQLDP.init("","MosEtp385",'sco/MosEtp385.html',"item22");  itemIDA3KDP.ajouteItem(itemIDAQLDP);  var itemIDAULDP = new item(); itemIDAULDP.init("","MosEtp918",'sco/MosEtp918.html',"item23");  itemIDA3KDP.ajouteItem(itemIDAULDP);  var itemIDAYLDP = new item(); itemIDAYLDP.init("","MosEtp940",'sco/MosEtp940.html',"item24");  itemIDA3KDP.ajouteItem(itemIDAYLDP);  var itemIDA2LDP = new item(); itemIDA2LDP.init("","MosEtp690",'sco/MosEtp690.html',"item25");  itemIDA3KDP.ajouteItem(itemIDA2LDP);  var itemIDAAMDP = new item(); itemIDAAMDP.init("","MosEtp555",'sco/MosEtp555.html',"item26");  itemIDA3KDP.ajouteItem(itemIDAAMDP); }function donneLex(num){return parent.LMS_donneLex(num);}</script></head><body ondragstart="return false" onload="entrerDonnees()" class="STY_fondPlanLMS"><div id="STY_planArborescence" class="STY_planArborescence" style="  "><table id="divitem1" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreModule" style=""><tr><td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item1')" class="STY_tdImgPlanModule"><img border="0" align="top" hspace="1" id="imgitem1" src="MosMtr/ressources/style/media/gen/planModule0.gif"></a></td><td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;" class="STY_planLienTitreModule" id="lienPitem1" href="javascript:MENU_basculeItem('item1')">Présentation</a></td></tr></table><div id="divFilsitem1" style="display:none" class="STY_planEtapes"><table id="divitem2" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem2" href="javascript:clicItem('item2')" class="STY_planLienTitrePage">MACAO</a></td></tr></table></div><table id="divitem3" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreModule" style=""><tr><td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item3')" class="STY_tdImgPlanModule"><img border="0" align="top" hspace="1" id="imgitem3" src="MosMtr/ressources/style/media/gen/planModule0.gif"></a></td><td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;" class="STY_planLienTitreModule" id="lienPitem3" href="javascript:MENU_basculeItem('item3')">MACAO 1 - S'entraîner à la reconnaissance</a></td></tr></table><div id="divFilsitem3" style="display:none" class="STY_planEtapes"><table id="divitem4" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreEtape" style=""><tr><td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item4')" class="STY_tdImgPlanEtp"><img src="MosMtr/ressources/style/media/gen/planEtape0.gif" hspace="1" border="0" align="top" id="imgitem4"></a></td><td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;" class="STY_planLienTitreEtape" id="lienPitem4" href="javascript:MENU_basculeItem('item4')">Reconnaître les syllabes</a></td></tr></table><div id="divFilsitem4" style="display:none" class="STY_planPages"><table id="divitem5" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem5" href="javascript:clicItem('item5')" class="STY_planLienTitrePage">&gt; Reconnaître les syllabes en anglais oral</a></td></tr></table></div><table id="divitem6" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreEtape" style=""><tr><td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item6')" class="STY_tdImgPlanEtp"><img src="MosMtr/ressources/style/media/gen/planEtape0.gif" hspace="1" border="0" align="top" id="imgitem6"></a></td><td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;" class="STY_planLienTitreEtape" id="lienPitem6" href="javascript:MENU_basculeItem('item6')">Reconnaître les auxiliaires, les prépositions et les déterminants</a></td></tr></table><div id="divFilsitem6" style="display:none" class="STY_planPages"><table id="divitem7" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem7" href="javascript:clicItem('item7')" class="STY_planLienTitrePage">&gt; Reconnaître les auxiliaires</a></td></tr></table><table id="divitem8" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem8" href="javascript:clicItem('item8')" class="STY_planLienTitrePage">&gt; Reconnaître les prépositions</a></td></tr></table><table id="divitem9" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem9" href="javascript:clicItem('item9')" class="STY_planLienTitrePage">&gt; Reconnaître les déterminants</a></td></tr></table></div></div><table id="divitem10" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreModule" style=""><tr><td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item10')" class="STY_tdImgPlanModule"><img border="0" align="top" hspace="1" id="imgitem10" src="MosMtr/ressources/style/media/gen/planModule0.gif"></a></td><td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;" class="STY_planLienTitreModule" id="lienPitem10" href="javascript:MENU_basculeItem('item10')">MACAO 2 - Se servir des renseignements phonétiques du dictionnaire</a></td></tr></table><div id="divFilsitem10" style="display:none" class="STY_planEtapes"><table id="divitem11" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreEtape" style=""><tr><td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item11')" class="STY_tdImgPlanEtp"><img src="MosMtr/ressources/style/media/gen/planEtape0.gif" hspace="1" border="0" align="top" id="imgitem11"></a></td><td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;" class="STY_planLienTitreEtape" id="lienPitem11" href="javascript:MENU_basculeItem('item11')">Lire les symboles phonétiques</a></td></tr></table><div id="divFilsitem11" style="display:none" class="STY_planPages"><table id="divitem12" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem12" href="javascript:clicItem('item12')" class="STY_planLienTitrePage">&gt; Reconnaître les symboles phonétiques</a></td></tr></table><table id="divitem13" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem13" href="javascript:clicItem('item13')" class="STY_planLienTitrePage">&gt; Utiliser les symboles phonétiques</a></td></tr></table></div><table id="divitem14" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreEtape" style=""><tr><td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item14')" class="STY_tdImgPlanEtp"><img src="MosMtr/ressources/style/media/gen/planEtape0.gif" hspace="1" border="0" align="top" id="imgitem14"></a></td><td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;" class="STY_planLienTitreEtape" id="lienPitem14" href="javascript:MENU_basculeItem('item14')">Reconnaître les marques de l'accentuation</a></td></tr></table><div id="divFilsitem14" style="display:none" class="STY_planPages"><table id="divitem15" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem15" href="javascript:clicItem('item15')" class="STY_planLienTitrePage">&gt; Reconnaître les marques de l'accentuation</a></td></tr></table><table id="divitem16" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem16" href="javascript:clicItem('item16')" class="STY_planLienTitrePage">&gt; Utiliser les marques de l'accentuation</a></td></tr></table></div></div><table id="divitem17" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreModule" style=""><tr><td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item17')" class="STY_tdImgPlanModule"><img border="0" align="top" hspace="1" id="imgitem17" src="MosMtr/ressources/style/media/gen/planModule0.gif"></a></td><td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;" class="STY_planLienTitreModule" id="lienPitem17" href="javascript:MENU_basculeItem('item17')">Mémentos</a></td></tr></table><div id="divFilsitem17" style="display:none" class="STY_planEtapes"><table id="divitem18" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem18" href="javascript:clicItem('item18')" class="STY_planLienTitrePage">Utiliser les mémentos</a></td></tr></table><table id="divitem19" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem19" href="javascript:clicItem('item19')" class="STY_planLienTitrePage">L'accentuation des syllabes</a></td></tr></table><table id="divitem20" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem20" href="javascript:clicItem('item20')" class="STY_planLienTitrePage">L'accentuation des auxiliaires</a></td></tr></table><table id="divitem21" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem21" href="javascript:clicItem('item21')" class="STY_planLienTitrePage">La prononciation des prépositions</a></td></tr></table><table id="divitem22" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem22" href="javascript:clicItem('item22')" class="STY_planLienTitrePage">La prononciation des déterminants</a></td></tr></table><table id="divitem23" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem23" href="javascript:clicItem('item23')" class="STY_planLienTitrePage">Liste des phonèmes de l'anglais</a></td></tr></table><table id="divitem24" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem24" href="javascript:clicItem('item24')" class="STY_planLienTitrePage">Voyelles lâches et voyelles tendues</a></td></tr></table><table id="divitem25" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem25" href="javascript:clicItem('item25')" class="STY_planLienTitrePage">Longueur de la voyelle</a></td></tr></table><table id="divitem26" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style=""><tr><td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem26" href="javascript:clicItem('item26')" class="STY_planLienTitrePage">Quelques définitions</a></td></tr></table></div></div><div id="STY_zoneLMS" class="STY_zoneLMS" style=" display: none; display:none"></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>plan LMS</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <link rel="stylesheet" type="text/css" href="MosMtr/ressources/style/css/planLMS.css">
+    <script type="text/javascript" src="MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="MosMtr/scripts/lms/classeItem.js"></script>
+    <script type="text/javascript" src="MosMtr/scripts/lms/menuSpecifique.js"></script>
+    <script type="text/javascript" src="MosMtr/scripts/lms/calculParcours.js"></script>
+    <script type="text/javascript" src="MosMtr/scripts/lms/utilDate.js"></script>
+    <script type="text/javascript" src="MosMtr/scripts/lms/classeCmi.js"></script>
+    <script type="text/javascript">var FEN_X = '';
+    var FEN_Y = '';
+    var FEN_L = '';
+    var FEN_H = '';
+
+    function construitMenu() {
+        titreStage = "MACAO";
+        if (titreStage == '') {
+            titreStage = parent.serveur.codeStage;
+        }
+        parent.document.title = titreStage;
+        var itemMosPere = new item();
+        itemMosPere.init("", "MosPere", '', "itemMosPere");
+        item.parentItem = null;
+        itemRacine = itemMosPere;
+        var itemIDAEJDP = new item();
+        itemIDAEJDP.init("", "MosMod951", '', "item1");
+        itemMosPere.ajouteItem(itemIDAEJDP);
+        var itemIDAHJDP = new item();
+        itemIDAHJDP.init("", "MosEtp342", 'sco/MosEtp342.html', "item2");
+        itemIDAEJDP.ajouteItem(itemIDAHJDP);
+        var itemIDALJDP = new item();
+        itemIDALJDP.init("", "MosMod10", '', "item3");
+        itemMosPere.ajouteItem(itemIDALJDP);
+        var itemIDAOJDP = new item();
+        itemIDAOJDP.init("", "MosMod11", '', "item4");
+        itemIDALJDP.ajouteItem(itemIDAOJDP);
+        var itemIDARJDP = new item();
+        itemIDARJDP.init("", "MosEtp129", 'sco/MosEtp129.html', "item5");
+        itemIDAOJDP.ajouteItem(itemIDARJDP);
+        var itemIDAVJDP = new item();
+        itemIDAVJDP.init("", "MosMod34", '', "item6");
+        itemIDALJDP.ajouteItem(itemIDAVJDP);
+        var itemIDAYJDP = new item();
+        itemIDAYJDP.init("", "MosEtp210", 'sco/MosEtp210.html', "item7");
+        itemIDAVJDP.ajouteItem(itemIDAYJDP);
+        var itemIDA2JDP = new item();
+        itemIDA2JDP.init("", "MosEtp335", 'sco/MosEtp335.html', "item8");
+        itemIDAVJDP.ajouteItem(itemIDA2JDP);
+        var itemIDAAKDP = new item();
+        itemIDAAKDP.init("", "MosEtp558", 'sco/MosEtp558.html', "item9");
+        itemIDAVJDP.ajouteItem(itemIDAAKDP);
+        var itemIDAEKDP = new item();
+        itemIDAEKDP.init("", "MosMod95", '', "item10");
+        itemMosPere.ajouteItem(itemIDAEKDP);
+        var itemIDAHKDP = new item();
+        itemIDAHKDP.init("", "MosMod341", '', "item11");
+        itemIDAEKDP.ajouteItem(itemIDAHKDP);
+        var itemIDAKKDP = new item();
+        itemIDAKKDP.init("", "MosEtp171", 'sco/MosEtp171.html', "item12");
+        itemIDAHKDP.ajouteItem(itemIDAKKDP);
+        var itemIDAOKDP = new item();
+        itemIDAOKDP.init("", "MosEtp644", 'sco/MosEtp644.html', "item13");
+        itemIDAHKDP.ajouteItem(itemIDAOKDP);
+        var itemIDASKDP = new item();
+        itemIDASKDP.init("", "MosMod60", '', "item14");
+        itemIDAEKDP.ajouteItem(itemIDASKDP);
+        var itemIDAVKDP = new item();
+        itemIDAVKDP.init("", "MosEtp369", 'sco/MosEtp369.html', "item15");
+        itemIDASKDP.ajouteItem(itemIDAVKDP);
+        var itemIDAZKDP = new item();
+        itemIDAZKDP.init("", "MosEtp746", 'sco/MosEtp746.html', "item16");
+        itemIDASKDP.ajouteItem(itemIDAZKDP);
+        var itemIDA3KDP = new item();
+        itemIDA3KDP.init("", "MosMod39", '', "item17");
+        itemMosPere.ajouteItem(itemIDA3KDP);
+        var itemIDAALDP = new item();
+        itemIDAALDP.init("", "MosEtp435", 'sco/MosEtp435.html', "item18");
+        itemIDA3KDP.ajouteItem(itemIDAALDP);
+        var itemIDAELDP = new item();
+        itemIDAELDP.init("", "MosEtp777", 'sco/MosEtp777.html', "item19");
+        itemIDA3KDP.ajouteItem(itemIDAELDP);
+        var itemIDAILDP = new item();
+        itemIDAILDP.init("", "MosEtp252", 'sco/MosEtp252.html', "item20");
+        itemIDA3KDP.ajouteItem(itemIDAILDP);
+        var itemIDAMLDP = new item();
+        itemIDAMLDP.init("", "MosEtp534", 'sco/MosEtp534.html', "item21");
+        itemIDA3KDP.ajouteItem(itemIDAMLDP);
+        var itemIDAQLDP = new item();
+        itemIDAQLDP.init("", "MosEtp385", 'sco/MosEtp385.html', "item22");
+        itemIDA3KDP.ajouteItem(itemIDAQLDP);
+        var itemIDAULDP = new item();
+        itemIDAULDP.init("", "MosEtp918", 'sco/MosEtp918.html', "item23");
+        itemIDA3KDP.ajouteItem(itemIDAULDP);
+        var itemIDAYLDP = new item();
+        itemIDAYLDP.init("", "MosEtp940", 'sco/MosEtp940.html', "item24");
+        itemIDA3KDP.ajouteItem(itemIDAYLDP);
+        var itemIDA2LDP = new item();
+        itemIDA2LDP.init("", "MosEtp690", 'sco/MosEtp690.html', "item25");
+        itemIDA3KDP.ajouteItem(itemIDA2LDP);
+        var itemIDAAMDP = new item();
+        itemIDAAMDP.init("", "MosEtp555", 'sco/MosEtp555.html', "item26");
+        itemIDA3KDP.ajouteItem(itemIDAAMDP);
+    }
+
+    function donneLex(num) {
+        return parent.LMS_donneLex(num);
+    }</script>
+</head>
+<body ondragstart="return false" onload="entrerDonnees()" class="STY_fondPlanLMS">
+<div id="STY_planArborescence" class="STY_planArborescence" style="  ">
+    <table id="divitem1" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreModule" style="">
+        <tr>
+            <td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item1')"
+                                                    class="STY_tdImgPlanModule"><img border="0" align="top" hspace="1"
+                                                                                     id="imgitem1"
+                                                                                     src="MosMtr/ressources/style/media/gen/planModule0.gif"></a>
+            </td>
+            <td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;"
+                                                    class="STY_planLienTitreModule" id="lienPitem1"
+                                                    href="javascript:MENU_basculeItem('item1')">Présentation</a></td>
+        </tr>
+    </table>
+    <div id="divFilsitem1" style="display:none" class="STY_planEtapes">
+        <table id="divitem2" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+            <tr>
+                <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem2"
+                                           href="javascript:clicItem('item2')" class="STY_planLienTitrePage">MACAO</a>
+                </td>
+            </tr>
+        </table>
+    </div>
+    <table id="divitem3" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreModule" style="">
+        <tr>
+            <td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item3')"
+                                                    class="STY_tdImgPlanModule"><img border="0" align="top" hspace="1"
+                                                                                     id="imgitem3"
+                                                                                     src="MosMtr/ressources/style/media/gen/planModule0.gif"></a>
+            </td>
+            <td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;"
+                                                    class="STY_planLienTitreModule" id="lienPitem3"
+                                                    href="javascript:MENU_basculeItem('item3')">MACAO 1 - S'entraîner à
+                la reconnaissance</a></td>
+        </tr>
+    </table>
+    <div id="divFilsitem3" style="display:none" class="STY_planEtapes">
+        <table id="divitem4" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreEtape" style="">
+            <tr>
+                <td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item4')"
+                                                        class="STY_tdImgPlanEtp"><img
+                        src="MosMtr/ressources/style/media/gen/planEtape0.gif" hspace="1" border="0" align="top"
+                        id="imgitem4"></a></td>
+                <td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;"
+                                                        class="STY_planLienTitreEtape" id="lienPitem4"
+                                                        href="javascript:MENU_basculeItem('item4')">Reconnaître les
+                    syllabes</a></td>
+            </tr>
+        </table>
+        <div id="divFilsitem4" style="display:none" class="STY_planPages">
+            <table id="divitem5" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+                <tr>
+                    <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem5"
+                                               href="javascript:clicItem('item5')" class="STY_planLienTitrePage">&gt;
+                        Reconnaître les syllabes en anglais oral</a></td>
+                </tr>
+            </table>
+        </div>
+        <table id="divitem6" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreEtape" style="">
+            <tr>
+                <td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item6')"
+                                                        class="STY_tdImgPlanEtp"><img
+                        src="MosMtr/ressources/style/media/gen/planEtape0.gif" hspace="1" border="0" align="top"
+                        id="imgitem6"></a></td>
+                <td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;"
+                                                        class="STY_planLienTitreEtape" id="lienPitem6"
+                                                        href="javascript:MENU_basculeItem('item6')">Reconnaître les
+                    auxiliaires, les prépositions et les déterminants</a></td>
+            </tr>
+        </table>
+        <div id="divFilsitem6" style="display:none" class="STY_planPages">
+            <table id="divitem7" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+                <tr>
+                    <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem7"
+                                               href="javascript:clicItem('item7')" class="STY_planLienTitrePage">&gt;
+                        Reconnaître les auxiliaires</a></td>
+                </tr>
+            </table>
+            <table id="divitem8" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+                <tr>
+                    <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem8"
+                                               href="javascript:clicItem('item8')" class="STY_planLienTitrePage">&gt;
+                        Reconnaître les prépositions</a></td>
+                </tr>
+            </table>
+            <table id="divitem9" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+                <tr>
+                    <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem9"
+                                               href="javascript:clicItem('item9')" class="STY_planLienTitrePage">&gt;
+                        Reconnaître les déterminants</a></td>
+                </tr>
+            </table>
+        </div>
+    </div>
+    <table id="divitem10" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreModule" style="">
+        <tr>
+            <td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item10')"
+                                                    class="STY_tdImgPlanModule"><img border="0" align="top" hspace="1"
+                                                                                     id="imgitem10"
+                                                                                     src="MosMtr/ressources/style/media/gen/planModule0.gif"></a>
+            </td>
+            <td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;"
+                                                    class="STY_planLienTitreModule" id="lienPitem10"
+                                                    href="javascript:MENU_basculeItem('item10')">MACAO 2 - Se servir des
+                renseignements phonétiques du dictionnaire</a></td>
+        </tr>
+    </table>
+    <div id="divFilsitem10" style="display:none" class="STY_planEtapes">
+        <table id="divitem11" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreEtape" style="">
+            <tr>
+                <td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item11')"
+                                                        class="STY_tdImgPlanEtp"><img
+                        src="MosMtr/ressources/style/media/gen/planEtape0.gif" hspace="1" border="0" align="top"
+                        id="imgitem11"></a></td>
+                <td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;"
+                                                        class="STY_planLienTitreEtape" id="lienPitem11"
+                                                        href="javascript:MENU_basculeItem('item11')">Lire les symboles
+                    phonétiques</a></td>
+            </tr>
+        </table>
+        <div id="divFilsitem11" style="display:none" class="STY_planPages">
+            <table id="divitem12" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+                <tr>
+                    <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem12"
+                                               href="javascript:clicItem('item12')" class="STY_planLienTitrePage">&gt;
+                        Reconnaître les symboles phonétiques</a></td>
+                </tr>
+            </table>
+            <table id="divitem13" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+                <tr>
+                    <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem13"
+                                               href="javascript:clicItem('item13')" class="STY_planLienTitrePage">&gt;
+                        Utiliser les symboles phonétiques</a></td>
+                </tr>
+            </table>
+        </div>
+        <table id="divitem14" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreEtape" style="">
+            <tr>
+                <td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item14')"
+                                                        class="STY_tdImgPlanEtp"><img
+                        src="MosMtr/ressources/style/media/gen/planEtape0.gif" hspace="1" border="0" align="top"
+                        id="imgitem14"></a></td>
+                <td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;"
+                                                        class="STY_planLienTitreEtape" id="lienPitem14"
+                                                        href="javascript:MENU_basculeItem('item14')">Reconnaître les
+                    marques de l'accentuation</a></td>
+            </tr>
+        </table>
+        <div id="divFilsitem14" style="display:none" class="STY_planPages">
+            <table id="divitem15" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+                <tr>
+                    <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem15"
+                                               href="javascript:clicItem('item15')" class="STY_planLienTitrePage">&gt;
+                        Reconnaître les marques de l'accentuation</a></td>
+                </tr>
+            </table>
+            <table id="divitem16" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+                <tr>
+                    <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem16"
+                                               href="javascript:clicItem('item16')" class="STY_planLienTitrePage">&gt;
+                        Utiliser les marques de l'accentuation</a></td>
+                </tr>
+            </table>
+        </div>
+    </div>
+    <table id="divitem17" cellpadding="0" cellspacing="0" border="0" class="STY_planTitreModule" style="">
+        <tr>
+            <td valign="top" style="padding:0px"><a href="javascript:MENU_basculeItem('item17')"
+                                                    class="STY_tdImgPlanModule"><img border="0" align="top" hspace="1"
+                                                                                     id="imgitem17"
+                                                                                     src="MosMtr/ressources/style/media/gen/planModule0.gif"></a>
+            </td>
+            <td valign="top" style="padding:0px"><a onmouseover="window.status='';return true;"
+                                                    class="STY_planLienTitreModule" id="lienPitem17"
+                                                    href="javascript:MENU_basculeItem('item17')">Mémentos</a></td>
+        </tr>
+    </table>
+    <div id="divFilsitem17" style="display:none" class="STY_planEtapes">
+        <table id="divitem18" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+            <tr>
+                <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem18"
+                                           href="javascript:clicItem('item18')" class="STY_planLienTitrePage">Utiliser
+                    les mémentos</a></td>
+            </tr>
+        </table>
+        <table id="divitem19" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+            <tr>
+                <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem19"
+                                           href="javascript:clicItem('item19')" class="STY_planLienTitrePage">L'accentuation
+                    des syllabes</a></td>
+            </tr>
+        </table>
+        <table id="divitem20" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+            <tr>
+                <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem20"
+                                           href="javascript:clicItem('item20')" class="STY_planLienTitrePage">L'accentuation
+                    des auxiliaires</a></td>
+            </tr>
+        </table>
+        <table id="divitem21" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+            <tr>
+                <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem21"
+                                           href="javascript:clicItem('item21')" class="STY_planLienTitrePage">La
+                    prononciation des prépositions</a></td>
+            </tr>
+        </table>
+        <table id="divitem22" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+            <tr>
+                <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem22"
+                                           href="javascript:clicItem('item22')" class="STY_planLienTitrePage">La
+                    prononciation des déterminants</a></td>
+            </tr>
+        </table>
+        <table id="divitem23" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+            <tr>
+                <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem23"
+                                           href="javascript:clicItem('item23')" class="STY_planLienTitrePage">Liste des
+                    phonèmes de l'anglais</a></td>
+            </tr>
+        </table>
+        <table id="divitem24" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+            <tr>
+                <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem24"
+                                           href="javascript:clicItem('item24')" class="STY_planLienTitrePage">Voyelles
+                    lâches et voyelles tendues</a></td>
+            </tr>
+        </table>
+        <table id="divitem25" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+            <tr>
+                <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem25"
+                                           href="javascript:clicItem('item25')" class="STY_planLienTitrePage">Longueur
+                    de la voyelle</a></td>
+            </tr>
+        </table>
+        <table id="divitem26" cellpadding="0" cellspacing="0" border="0" class="STY_planTitrePage" style="">
+            <tr>
+                <td style="padding:0px"><a onmouseover="window.status='';return true" id="lienPitem26"
+                                           href="javascript:clicItem('item26')" class="STY_planLienTitrePage">Quelques
+                    définitions</a></td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneLMS" class="STY_zoneLMS" style=" display: none; display:none"></div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/imsmanifest.xml b/Basilisk/MACAO/macao_12/imsmanifest.xml
index ea3e47bbcd059fc5daa2e5adadff94065fd62785..91e3b4269e445c88496001d3275cf3ff98cbff5c 100755
--- a/Basilisk/MACAO/macao_12/imsmanifest.xml
+++ b/Basilisk/MACAO/macao_12/imsmanifest.xml
@@ -1 +1,114 @@
-<?xml version="1.0" encoding="utf-8"?><manifest version="1.1" xsi:schemaLocation="http://www.imsproject.org/xsd/imscp_rootv1p1p2 imscp_rootv1p1p2.xsd http://www.adlnet.org/xsd/adlcp_rootv1p2 adlcp_rootv1p2.xsd" identifier="MosFormhtml_macao_fusion_ss_barre" xmlns="http://www.imsproject.org/xsd/imscp_rootv1p1p2" xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_rootv1p2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><metadata><schema>ADL SCORM</schema><schemaversion>1.2</schemaversion><adlcp:location>sco/md_manifest.xml</adlcp:location></metadata><organizations default="MosOrgmacao_fusion_ss_barre"><organization identifier="MosOrgmacao_fusion_ss_barre"><title>MACAO</title><item identifier="MosMod951"><title>Présentation</title><item identifier="MosEtp342" identifierref="rsrcMosEtp342"><title>MACAO</title></item></item><item identifier="MosMod10"><title>MACAO 1 - S'entraîner à la reconnaissance</title><item identifier="MosMod11"><title>Reconnaître les syllabes</title><item identifier="MosEtp129" identifierref="rsrcMosEtp129"><title>&gt; Reconnaître les syllabes en anglais oral</title></item></item><item identifier="MosMod34"><title>Reconnaître les auxiliaires, les prépositions et les déterminants</title><item identifier="MosEtp210" identifierref="rsrcMosEtp210"><title>&gt; Reconnaître les auxiliaires</title></item><item identifier="MosEtp335" identifierref="rsrcMosEtp335"><title>&gt; Reconnaître les prépositions</title></item><item identifier="MosEtp558" identifierref="rsrcMosEtp558"><title>&gt; Reconnaître les déterminants</title></item></item></item><item identifier="MosMod95"><title>MACAO 2 - Se servir des renseignements phonétiques du dictionnaire</title><item identifier="MosMod341"><title>Lire les symboles phonétiques</title><item identifier="MosEtp171" identifierref="rsrcMosEtp171"><title>&gt; Reconnaître les symboles phonétiques</title></item><item identifier="MosEtp644" identifierref="rsrcMosEtp644"><title>&gt; Utiliser les symboles phonétiques</title></item></item><item identifier="MosMod60"><title>Reconnaître les marques de l'accentuation</title><item identifier="MosEtp369" identifierref="rsrcMosEtp369"><title>&gt; Reconnaître les marques de l'accentuation</title></item><item identifier="MosEtp746" identifierref="rsrcMosEtp746"><title>&gt; Utiliser les marques de l'accentuation</title></item></item></item><item identifier="MosMod39"><title>Mémentos</title><item identifier="MosEtp435" identifierref="rsrcMosEtp435"><title>Utiliser les mémentos</title></item><item identifier="MosEtp777" identifierref="rsrcMosEtp777"><title>L'accentuation des syllabes</title></item><item identifier="MosEtp252" identifierref="rsrcMosEtp252"><title>L'accentuation des auxiliaires</title></item><item identifier="MosEtp534" identifierref="rsrcMosEtp534"><title>La prononciation des prépositions</title></item><item identifier="MosEtp385" identifierref="rsrcMosEtp385"><title>La prononciation des déterminants</title></item><item identifier="MosEtp918" identifierref="rsrcMosEtp918"><title>Liste des phonèmes de l'anglais</title></item><item identifier="MosEtp940" identifierref="rsrcMosEtp940"><title>Voyelles lâches et voyelles tendues</title></item><item identifier="MosEtp690" identifierref="rsrcMosEtp690"><title>Longueur de la voyelle</title></item><item identifier="MosEtp555" identifierref="rsrcMosEtp555"><title>Quelques définitions</title></item></item></organization></organizations><resources><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp342" href="sco/MosEtp342.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp129" href="sco/MosEtp129.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp210" href="sco/MosEtp210.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp335" href="sco/MosEtp335.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp558" href="sco/MosEtp558.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp171" href="sco/MosEtp171.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp644" href="sco/MosEtp644.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp369" href="sco/MosEtp369.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp746" href="sco/MosEtp746.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp435" href="sco/MosEtp435.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp777" href="sco/MosEtp777.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp252" href="sco/MosEtp252.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp534" href="sco/MosEtp534.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp385" href="sco/MosEtp385.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp918" href="sco/MosEtp918.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp940" href="sco/MosEtp940.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp690" href="sco/MosEtp690.html" /><resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp555" href="sco/MosEtp555.html" /></resources></manifest>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+<manifest version="1.1"
+          xsi:schemaLocation="http://www.imsproject.org/xsd/imscp_rootv1p1p2 imscp_rootv1p1p2.xsd http://www.adlnet.org/xsd/adlcp_rootv1p2 adlcp_rootv1p2.xsd"
+          identifier="MosFormhtml_macao_fusion_ss_barre" xmlns="http://www.imsproject.org/xsd/imscp_rootv1p1p2"
+          xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_rootv1p2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+    <metadata>
+        <schema>ADL SCORM</schema>
+        <schemaversion>1.2</schemaversion>
+        <adlcp:location>sco/md_manifest.xml</adlcp:location>
+    </metadata>
+    <organizations default="MosOrgmacao_fusion_ss_barre">
+        <organization identifier="MosOrgmacao_fusion_ss_barre">
+            <title>MACAO</title>
+            <item identifier="MosMod951">
+                <title>Présentation</title>
+                <item identifier="MosEtp342" identifierref="rsrcMosEtp342">
+                    <title>MACAO</title>
+                </item>
+            </item>
+            <item identifier="MosMod10">
+                <title>MACAO 1 - S'entraîner à la reconnaissance</title>
+                <item identifier="MosMod11">
+                    <title>Reconnaître les syllabes</title>
+                    <item identifier="MosEtp129" identifierref="rsrcMosEtp129">
+                        <title>&gt; Reconnaître les syllabes en anglais oral</title>
+                    </item>
+                </item>
+                <item identifier="MosMod34">
+                    <title>Reconnaître les auxiliaires, les prépositions et les déterminants</title>
+                    <item identifier="MosEtp210" identifierref="rsrcMosEtp210">
+                        <title>&gt; Reconnaître les auxiliaires</title>
+                    </item>
+                    <item identifier="MosEtp335" identifierref="rsrcMosEtp335">
+                        <title>&gt; Reconnaître les prépositions</title>
+                    </item>
+                    <item identifier="MosEtp558" identifierref="rsrcMosEtp558">
+                        <title>&gt; Reconnaître les déterminants</title>
+                    </item>
+                </item>
+            </item>
+            <item identifier="MosMod95">
+                <title>MACAO 2 - Se servir des renseignements phonétiques du dictionnaire</title>
+                <item identifier="MosMod341">
+                    <title>Lire les symboles phonétiques</title>
+                    <item identifier="MosEtp171" identifierref="rsrcMosEtp171">
+                        <title>&gt; Reconnaître les symboles phonétiques</title>
+                    </item>
+                    <item identifier="MosEtp644" identifierref="rsrcMosEtp644">
+                        <title>&gt; Utiliser les symboles phonétiques</title>
+                    </item>
+                </item>
+                <item identifier="MosMod60">
+                    <title>Reconnaître les marques de l'accentuation</title>
+                    <item identifier="MosEtp369" identifierref="rsrcMosEtp369">
+                        <title>&gt; Reconnaître les marques de l'accentuation</title>
+                    </item>
+                    <item identifier="MosEtp746" identifierref="rsrcMosEtp746">
+                        <title>&gt; Utiliser les marques de l'accentuation</title>
+                    </item>
+                </item>
+            </item>
+            <item identifier="MosMod39">
+                <title>Mémentos</title>
+                <item identifier="MosEtp435" identifierref="rsrcMosEtp435">
+                    <title>Utiliser les mémentos</title>
+                </item>
+                <item identifier="MosEtp777" identifierref="rsrcMosEtp777">
+                    <title>L'accentuation des syllabes</title>
+                </item>
+                <item identifier="MosEtp252" identifierref="rsrcMosEtp252">
+                    <title>L'accentuation des auxiliaires</title>
+                </item>
+                <item identifier="MosEtp534" identifierref="rsrcMosEtp534">
+                    <title>La prononciation des prépositions</title>
+                </item>
+                <item identifier="MosEtp385" identifierref="rsrcMosEtp385">
+                    <title>La prononciation des déterminants</title>
+                </item>
+                <item identifier="MosEtp918" identifierref="rsrcMosEtp918">
+                    <title>Liste des phonèmes de l'anglais</title>
+                </item>
+                <item identifier="MosEtp940" identifierref="rsrcMosEtp940">
+                    <title>Voyelles lâches et voyelles tendues</title>
+                </item>
+                <item identifier="MosEtp690" identifierref="rsrcMosEtp690">
+                    <title>Longueur de la voyelle</title>
+                </item>
+                <item identifier="MosEtp555" identifierref="rsrcMosEtp555">
+                    <title>Quelques définitions</title>
+                </item>
+            </item>
+        </organization>
+    </organizations>
+    <resources>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp342" href="sco/MosEtp342.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp129" href="sco/MosEtp129.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp210" href="sco/MosEtp210.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp335" href="sco/MosEtp335.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp558" href="sco/MosEtp558.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp171" href="sco/MosEtp171.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp644" href="sco/MosEtp644.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp369" href="sco/MosEtp369.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp746" href="sco/MosEtp746.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp435" href="sco/MosEtp435.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp777" href="sco/MosEtp777.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp252" href="sco/MosEtp252.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp534" href="sco/MosEtp534.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp385" href="sco/MosEtp385.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp918" href="sco/MosEtp918.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp940" href="sco/MosEtp940.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp690" href="sco/MosEtp690.html"/>
+        <resource adlcp:scormtype="sco" type="webcontent" identifier="rsrcMosEtp555" href="sco/MosEtp555.html"/>
+    </resources>
+</manifest>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/index.html b/Basilisk/MACAO/macao_12/index.html
index 5534735ffe3864fa7e04f340ceab2755bd84053b..aa334cc58b4755c50085a84b727a0c4729dbe674 100755
--- a/Basilisk/MACAO/macao_12/index.html
+++ b/Basilisk/MACAO/macao_12/index.html
@@ -1 +1,22 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><script language="JavaScript" src="MosMtr/scripts/lms/ClasseLMSLocal.js"> </script><script language="JavaScript" src="MosMtr/scripts/lms/APIAdapter.js"> </script><script language="JavaScript" src="MosMtr/scripts/lms/IClms.js"> </script><script language="JavaScript" src="MosMtr/ressources/langue/lexiqueSCO.js"> </script><script id="dimParams">var FEN_X='0';var FEN_Y='0';var FEN_L='1000';var FEN_H='568';var LISTE_BL='20%';</script></head><frameset name="frame1" onload="LMS_init('html')" border="0" framespacing="0" frameborder="0" onunload="LMS_quitter()" rows="26px,*"><frame name="haut" scrolling="no" border="0" frameborder="0" framespacing="0"/><frameset id="frame2" border="1" bordercolor="#ffffff" frameborder="1" framespacing="1" cols="20%,*"><frame name="planLMS" id="planLMS" scrolling="no"/><frame name="contenuLMS" scrolling="auto" border="0" frameborder="0" framespacing="0"/></frameset></frameset></html>
\ No newline at end of file
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+    <script language="JavaScript" src="MosMtr/scripts/lms/ClasseLMSLocal.js"></script>
+    <script language="JavaScript" src="MosMtr/scripts/lms/APIAdapter.js"></script>
+    <script language="JavaScript" src="MosMtr/scripts/lms/IClms.js"></script>
+    <script language="JavaScript" src="MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script id="dimParams">var FEN_X = '0';
+    var FEN_Y = '0';
+    var FEN_L = '1000';
+    var FEN_H = '568';
+    var LISTE_BL = '20%';</script>
+</head>
+<frameset name="frame1" onload="LMS_init('html')" border="0" framespacing="0" frameborder="0" onunload="LMS_quitter()"
+          rows="26px,*">
+    <frame name="haut" scrolling="no" border="0" frameborder="0" framespacing="0"/>
+    <frameset id="frame2" border="1" bordercolor="#ffffff" frameborder="1" framespacing="1" cols="20%,*">
+        <frame name="planLMS" id="planLMS" scrolling="no"/>
+        <frame name="contenuLMS" scrolling="auto" border="0" frameborder="0" framespacing="0"/>
+    </frameset>
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp129.html b/Basilisk/MACAO/macao_12/sco/MosEtp129.html
index 2e2e8341c61233cacbfd3810acbd676419e23a08..48dfc08241a2b5c664d9fcbc5d9538388dc620a3 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp129.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp129.html
@@ -1 +1,42 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>&gt; Reconnaître les syllabes en anglais oral</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp129","> Reconnaître les syllabes en anglais oral","MACAO","MACAO 1 - S'entraîner à la reconnaissance","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=2; oSco.tabPages[oSco.tabPages.length]=new PageContenu("Repérer les syllabes orales","pg861","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Repérer les syllabes écrites","pg60","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Commentaire","pg636","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Ecouter les mots d'une syllabe","pg376","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Compter les syllabes orales (1)","pg262","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Compter les syllabes orales (2)","pg396","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Compter les syllabes orales (3)","pg85","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Compter les syllabes orales (4)","pg88","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Comparer ''syllabes écrites'' et ''syllabes orales''","pg334","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Remarquer la syllabe la plus accentuée (1)","pg310","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Remarquer la syllabe la plus accentuée (2)","pg717","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Mémento : l'accentuation des syllabes (1)","pg785","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Mémento : l'accentuation des syllabes  (2)","pg288","cours","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>&gt; Reconnaître les syllabes en anglais oral</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp129", "> Reconnaître les syllabes en anglais oral", "MACAO", "MACAO 1 - S'entraîner à la reconnaissance", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 2;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Repérer les syllabes orales", "pg861", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Repérer les syllabes écrites", "pg60", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Commentaire", "pg636", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Ecouter les mots d'une syllabe", "pg376", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Compter les syllabes orales (1)", "pg262", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Compter les syllabes orales (2)", "pg396", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Compter les syllabes orales (3)", "pg85", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Compter les syllabes orales (4)", "pg88", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Comparer ''syllabes écrites'' et ''syllabes orales''", "pg334", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Remarquer la syllabe la plus accentuée (1)", "pg310", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Remarquer la syllabe la plus accentuée (2)", "pg717", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Mémento : l'accentuation des syllabes (1)", "pg785", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Mémento : l'accentuation des syllabes  (2)", "pg288", "cours", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp171.html b/Basilisk/MACAO/macao_12/sco/MosEtp171.html
index 51f1c4d9a45f535fc8333f8458e9b90c8417343b..716e7adad22074fd544fceb80ee3ec4c44c5ec26 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp171.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp171.html
@@ -1 +1,51 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>&gt; Reconnaître les symboles phonétiques</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp171","> Reconnaître les symboles phonétiques","MACAO","MACAO 2 - Se servir des renseignements phonétiques du dictionnaire","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=49; oSco.tabPages[oSco.tabPages.length]=new PageContenu("Les symboles phonétiques (1)","pg855","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Les symboles phonétiques (2)","pg673","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Les symboles phonétiques (3)","pg170","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Les symboles phonétiques (4)","pg896","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Les symboles phonétiques (5)","pg651","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Les symboles phonétiques (6)","pg584","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Les symboles phonétiques (7)","pg5981","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Les symboles phonétiques (8)","pg525","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Les symboles phonétiques (9)","pg83","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Les symboles phonétiques (10)","pg10","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Les symboles phonétiques (11)","pg729","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Les symboles phonétiques (12)","pg278","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Les symboles phonétiques (13)","pg409","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Mémento : liste des phonèmes","pg175","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Spécificité des voyelles (1)","pg8252","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Spécificité des voyelles (2)","pg639","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Spécificité des voyelles (3)","pg220","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Spécificité des voyelles (4)","pg41","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Mémento : voyelles lâches et voyelles tendues","pg44","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Spécificité des voyelles (5)","pg226","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Spécificité des voyelles (6)","pg713","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Mémento : longueur de la voyelle","pg299","exercice","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>&gt; Reconnaître les symboles phonétiques</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp171", "> Reconnaître les symboles phonétiques", "MACAO", "MACAO 2 - Se servir des renseignements phonétiques du dictionnaire", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 49;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Les symboles phonétiques (1)", "pg855", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Les symboles phonétiques (2)", "pg673", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Les symboles phonétiques (3)", "pg170", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Les symboles phonétiques (4)", "pg896", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Les symboles phonétiques (5)", "pg651", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Les symboles phonétiques (6)", "pg584", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Les symboles phonétiques (7)", "pg5981", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Les symboles phonétiques (8)", "pg525", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Les symboles phonétiques (9)", "pg83", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Les symboles phonétiques (10)", "pg10", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Les symboles phonétiques (11)", "pg729", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Les symboles phonétiques (12)", "pg278", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Les symboles phonétiques (13)", "pg409", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Mémento : liste des phonèmes", "pg175", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Spécificité des voyelles (1)", "pg8252", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Spécificité des voyelles (2)", "pg639", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Spécificité des voyelles (3)", "pg220", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Spécificité des voyelles (4)", "pg41", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Mémento : voyelles lâches et voyelles tendues", "pg44", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Spécificité des voyelles (5)", "pg226", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Spécificité des voyelles (6)", "pg713", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Mémento : longueur de la voyelle", "pg299", "exercice", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp210.html b/Basilisk/MACAO/macao_12/sco/MosEtp210.html
index 2ff34bdf5a1874cdf852b04ff5d0eaa06e54346d..29beeb34156acdfb215972a8d7130e061a1cd344 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp210.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp210.html
@@ -1 +1,47 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>&gt; Reconnaître les auxiliaires</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp210","> Reconnaître les auxiliaires","MACAO","MACAO 1 - S'entraîner à la reconnaissance","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=15; oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire MUST (1)","pg381","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire MUST (2)","pg359","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire WILL (1)","pg763","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire WILL (2)","pg8251","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire WILL (3)","pg379","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire WILL (4)","pg7851","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire HAVE (1)","pg903","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire HAVE (2)","pg879","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire HAVE (3)","pg900","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire HAVE (4)","pg543","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire CAN (1)","pg437","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire CAN (2)","pg531","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire CAN (3)","pg875","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire CAN (4)","pg448","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire BE (1)","pg162","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'auxiliaire BE (2)","pg401","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'accentuation des auxiliaires : mémento (1)","pg5122","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'accentuation des auxiliaires : mémento (2)","pg542","cours","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>&gt; Reconnaître les auxiliaires</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp210", "> Reconnaître les auxiliaires", "MACAO", "MACAO 1 - S'entraîner à la reconnaissance", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 15;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire MUST (1)", "pg381", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire MUST (2)", "pg359", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire WILL (1)", "pg763", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire WILL (2)", "pg8251", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire WILL (3)", "pg379", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire WILL (4)", "pg7851", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire HAVE (1)", "pg903", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire HAVE (2)", "pg879", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire HAVE (3)", "pg900", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire HAVE (4)", "pg543", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire CAN (1)", "pg437", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire CAN (2)", "pg531", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire CAN (3)", "pg875", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire CAN (4)", "pg448", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire BE (1)", "pg162", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'auxiliaire BE (2)", "pg401", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'accentuation des auxiliaires : mémento (1)", "pg5122", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'accentuation des auxiliaires : mémento (2)", "pg542", "cours", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp252.html b/Basilisk/MACAO/macao_12/sco/MosEtp252.html
index cefce30f163cc163caa207b16f1bd6500ac193c9..f24c4578f5079143611e82ae4cc653757ead26f8 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp252.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp252.html
@@ -1 +1,30 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>L'accentuation des auxiliaires</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp252","L'accentuation des auxiliaires","MACAO","Mémentos","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=120; oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'accentuation des auxiliaires","pg686","cours","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>L'accentuation des auxiliaires</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp252", "L'accentuation des auxiliaires", "MACAO", "Mémentos", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 120;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'accentuation des auxiliaires", "pg686", "cours", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp335.html b/Basilisk/MACAO/macao_12/sco/MosEtp335.html
index 296d70b3d28a4318357d36d8cc5bf91705abccc9..9c6bbe15bf752833cc0d852b76aa513fd8ef5917 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp335.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp335.html
@@ -1 +1,40 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>&gt; Reconnaître les prépositions</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp335","> Reconnaître les prépositions","MACAO","MACAO 1 - S'entraîner à la reconnaissance","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=33; oSco.tabPages[oSco.tabPages.length]=new PageContenu("Reconnaître le mot commun (1)","pg624","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Distinguer d'éventuelles variantes (1)","pg825","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Reconnaître le mot commun (2)","pg558","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Distinguer d'éventuelles variantes (2)","pg890","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Reconnaître le mot commun (3)","pg52","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Distinguer d'éventuelles variantes (3)","pg769","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Reconnaître le mot commun (4)","pg948","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Distinguer d'éventuelles variantes (4)","pg155","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Reconnaître le mot commun (5)","pg444","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Distinguer d'éventuelles variantes (5)","pg813","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("La prononciation des prépositions : mémento","pg512","cours","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>&gt; Reconnaître les prépositions</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp335", "> Reconnaître les prépositions", "MACAO", "MACAO 1 - S'entraîner à la reconnaissance", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 33;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Reconnaître le mot commun (1)", "pg624", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Distinguer d'éventuelles variantes (1)", "pg825", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Reconnaître le mot commun (2)", "pg558", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Distinguer d'éventuelles variantes (2)", "pg890", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Reconnaître le mot commun (3)", "pg52", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Distinguer d'éventuelles variantes (3)", "pg769", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Reconnaître le mot commun (4)", "pg948", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Distinguer d'éventuelles variantes (4)", "pg155", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Reconnaître le mot commun (5)", "pg444", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Distinguer d'éventuelles variantes (5)", "pg813", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("La prononciation des prépositions : mémento", "pg512", "cours", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp342.html b/Basilisk/MACAO/macao_12/sco/MosEtp342.html
index 7148a27ecfd61e69fb612085b81092dff8a122d0..0c110a154863aa045379768e8dc314556c3cec2d 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp342.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp342.html
@@ -1 +1,30 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>MACAO</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp342","MACAO","MACAO","Présentation","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=1; oSco.tabPages[oSco.tabPages.length]=new PageContenu("crédits et licence","pg496","cours","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>MACAO</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp342", "MACAO", "MACAO", "Présentation", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 1;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("crédits et licence", "pg496", "cours", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp369.html b/Basilisk/MACAO/macao_12/sco/MosEtp369.html
index 1e1c054fcfca92a6230783e56d52b265cce1a7f7..2826c291b947e1a2102c40feb1e1221e377dd4f5 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp369.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp369.html
@@ -1 +1,35 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>&gt; Reconnaître les marques de l'accentuation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp369","> Reconnaître les marques de l'accentuation","MACAO","MACAO 2 - Se servir des renseignements phonétiques du dictionnaire","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=95; oSco.tabPages[oSco.tabPages.length]=new PageContenu("Désigner la syllabe la plus accentuée (1)","pg455","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Désigner la syllabe la plus accentuée (2)","pg182","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Repérer l'accent primaire et l'accent secondaire","pg101","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Trouver l'accent secondaire (1)","pg860","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Trouver l'accent secondaire (2)","pg331","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Mémento : l'accentuation des syllabes","pg672","cours","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>&gt; Reconnaître les marques de l'accentuation</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp369", "> Reconnaître les marques de l'accentuation", "MACAO", "MACAO 2 - Se servir des renseignements phonétiques du dictionnaire", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 95;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Désigner la syllabe la plus accentuée (1)", "pg455", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Désigner la syllabe la plus accentuée (2)", "pg182", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Repérer l'accent primaire et l'accent secondaire", "pg101", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Trouver l'accent secondaire (1)", "pg860", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Trouver l'accent secondaire (2)", "pg331", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Mémento : l'accentuation des syllabes", "pg672", "cours", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp385.html b/Basilisk/MACAO/macao_12/sco/MosEtp385.html
index 0cafac25edbd6f6cd7aaacfa04ed645189016336..996c668a80d5afd5d922494507b34211676c2ef8 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp385.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp385.html
@@ -1 +1,30 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>La prononciation des déterminants</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp385","La prononciation des déterminants","MACAO","Mémentos","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=122; oSco.tabPages[oSco.tabPages.length]=new PageContenu("La prononciation des déterminants","pg881","cours","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>La prononciation des déterminants</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp385", "La prononciation des déterminants", "MACAO", "Mémentos", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 122;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("La prononciation des déterminants", "pg881", "cours", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp435.html b/Basilisk/MACAO/macao_12/sco/MosEtp435.html
index aff04c5ad6f255b9dc4ca19d509ea6e9c3f79fa1..a8d10a704bc78a28494c3a388840d583d6ab0960 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp435.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp435.html
@@ -1 +1,30 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>Utiliser les mémentos</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp435","Utiliser les mémentos","MACAO","Mémentos","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=117; oSco.tabPages[oSco.tabPages.length]=new PageContenu("Utiliser les mémentos","pg578","cours","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>Utiliser les mémentos</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp435", "Utiliser les mémentos", "MACAO", "Mémentos", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 117;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Utiliser les mémentos", "pg578", "cours", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp534.html b/Basilisk/MACAO/macao_12/sco/MosEtp534.html
index 2432631e062a1500e568249ecaee4670ad7a3e33..3624cbfafd97060dad736bb8249dfc5ce9c3ceac 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp534.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp534.html
@@ -1 +1,30 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>La prononciation des prépositions</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp534","La prononciation des prépositions","MACAO","Mémentos","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=121; oSco.tabPages[oSco.tabPages.length]=new PageContenu("La prononciation des prépositions","pg926","cours","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>La prononciation des prépositions</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp534", "La prononciation des prépositions", "MACAO", "Mémentos", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 121;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("La prononciation des prépositions", "pg926", "cours", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp555.html b/Basilisk/MACAO/macao_12/sco/MosEtp555.html
index 079168a81b1da8a0074634a238d070c1dc2d719b..7aa72cea4708c28923bfcb4d8f2300fd35ea01a0 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp555.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp555.html
@@ -1 +1,36 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>Quelques définitions</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp555","Quelques définitions","MACAO","Mémentos","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=126; oSco.tabPages[oSco.tabPages.length]=new PageContenu("Voyelle","pg938","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Consonne","pg435","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Voyelle réduite","pg2991","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Syllabe orale","pg239","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Syllabe écrite","pg301","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Phonème","pg594","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Point d'articulation","pg940","cours","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>Quelques définitions</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp555", "Quelques définitions", "MACAO", "Mémentos", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 126;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Voyelle", "pg938", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Consonne", "pg435", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Voyelle réduite", "pg2991", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Syllabe orale", "pg239", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Syllabe écrite", "pg301", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Phonème", "pg594", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Point d'articulation", "pg940", "cours", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp558.html b/Basilisk/MACAO/macao_12/sco/MosEtp558.html
index dd8bc89c15c8b15cc66e9d72264d90c23a3665d2..8409abcf0355e0e3663a522dde104a048f43ec4f 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp558.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp558.html
@@ -1 +1,34 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>&gt; Reconnaître les déterminants</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp558","> Reconnaître les déterminants","MACAO","MACAO 1 - S'entraîner à la reconnaissance","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=44; oSco.tabPages[oSco.tabPages.length]=new PageContenu("Ecoutez...","pg643","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Ecoutez et complétez (1)","pg6241","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Ecoutez et complétez (2)","pg20","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Ecoutez et complétez (3)","pg503","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("La prononciation des déterminants : mémento","pg5121","cours","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>&gt; Reconnaître les déterminants</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp558", "> Reconnaître les déterminants", "MACAO", "MACAO 1 - S'entraîner à la reconnaissance", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 44;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Ecoutez...", "pg643", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Ecoutez et complétez (1)", "pg6241", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Ecoutez et complétez (2)", "pg20", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Ecoutez et complétez (3)", "pg503", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("La prononciation des déterminants : mémento", "pg5121", "cours", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp644.html b/Basilisk/MACAO/macao_12/sco/MosEtp644.html
index ddb8d3dc4989b51507e9ecf48cb394d2aebbe2a7..ec429c9ba1f80d639853b60372c287971f7cb59f 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp644.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp644.html
@@ -1 +1,53 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>&gt; Utiliser les symboles phonétiques</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp644","> Utiliser les symboles phonétiques","MACAO","MACAO 2 - Se servir des renseignements phonétiques du dictionnaire","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=71; oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une transcription (1)","pg217","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une transcription (2)","pg965","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une transcription (3)","pg7691","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une transcription (4)","pg491","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une transcription (5)","pg98","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une transcription (6)","pg893","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une transcription (7)","pg205","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une prononciation (1)","pg576","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une prononciation (2)","pg386","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une prononciation (3)","pg108","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une prononciation (4)","pg76","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une prononciation (5)","pg933","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir entre deux mots (1)","pg149","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir entre deux mots (2)","pg758","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir entre deux mots (3)","pg6361","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir entre deux mots (4)","pg699","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir entre deux mots (5)","pg561","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une transcription (8)","pg894","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une transcription (9)","pg1000","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une transcription (10)","pg93","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir une transcription (11)","pg2051","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Compléter une transcription (1) ","pg545","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Compléter une transcription (2) ","pg608","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Compléter une transcription (3) ","pg81","exercice","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>&gt; Utiliser les symboles phonétiques</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp644", "> Utiliser les symboles phonétiques", "MACAO", "MACAO 2 - Se servir des renseignements phonétiques du dictionnaire", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 71;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une transcription (1)", "pg217", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une transcription (2)", "pg965", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une transcription (3)", "pg7691", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une transcription (4)", "pg491", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une transcription (5)", "pg98", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une transcription (6)", "pg893", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une transcription (7)", "pg205", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une prononciation (1)", "pg576", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une prononciation (2)", "pg386", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une prononciation (3)", "pg108", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une prononciation (4)", "pg76", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une prononciation (5)", "pg933", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir entre deux mots (1)", "pg149", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir entre deux mots (2)", "pg758", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir entre deux mots (3)", "pg6361", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir entre deux mots (4)", "pg699", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir entre deux mots (5)", "pg561", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une transcription (8)", "pg894", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une transcription (9)", "pg1000", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une transcription (10)", "pg93", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir une transcription (11)", "pg2051", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Compléter une transcription (1) ", "pg545", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Compléter une transcription (2) ", "pg608", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Compléter une transcription (3) ", "pg81", "exercice", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp690.html b/Basilisk/MACAO/macao_12/sco/MosEtp690.html
index 042bcd15e203b68163b1342986873f7079b67d40..c94a1bf820d924727b3d873251a87a64ec223229 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp690.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp690.html
@@ -1 +1,30 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>Longueur de la voyelle</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp690","Longueur de la voyelle","MACAO","Mémentos","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=125; oSco.tabPages[oSco.tabPages.length]=new PageContenu("Longueur de la voyelle","pg397","exercice","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>Longueur de la voyelle</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp690", "Longueur de la voyelle", "MACAO", "Mémentos", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 125;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Longueur de la voyelle", "pg397", "exercice", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp746.html b/Basilisk/MACAO/macao_12/sco/MosEtp746.html
index 2dda536f2fba476471fe09ca3d2674933c7a456c..eb4bfdbeb009effd1ba123ba5784ab0a75d37375 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp746.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp746.html
@@ -1 +1,45 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>&gt; Utiliser les marques de l'accentuation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp746","> Utiliser les marques de l'accentuation","MACAO","MACAO 2 - Se servir des renseignements phonétiques du dictionnaire","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=101; oSco.tabPages[oSco.tabPages.length]=new PageContenu("Vérifier la place de l'accent primaire (1)","pg368","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Vérifier la place de l'accent primaire (2) ","pg6811","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Vérifier la place de l'accent primaire (3) ","pg8412","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Vérifier la place de l'accent primaire (4) ","pg6121","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Placer les accents primaire et secondaire (1)","pg841","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Placer les accents primaire et secondaire (2)","pg449","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Placer les accents primaire et secondaire (3)","pg436","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir l'accentuation adéquate (1)","pg665","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir l'accentuation adéquate  (2)","pg112","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir l'accentuation adéquate  (3)","pg740","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir l'accentuation adéquate  (4)","pg228","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir l'accentuation adéquate  (5)","pg293","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Choisir l'accentuation adéquate  (6)","pg71","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Lire des transcriptions phonétiques (1)","pg400","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Lire des transcriptions phonétiques (2)","pg313","exercice",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Lire des transcriptions phonétiques (3)","pg966","exercice","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>&gt; Utiliser les marques de l'accentuation</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp746", "> Utiliser les marques de l'accentuation", "MACAO", "MACAO 2 - Se servir des renseignements phonétiques du dictionnaire", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 101;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Vérifier la place de l'accent primaire (1)", "pg368", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Vérifier la place de l'accent primaire (2) ", "pg6811", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Vérifier la place de l'accent primaire (3) ", "pg8412", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Vérifier la place de l'accent primaire (4) ", "pg6121", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Placer les accents primaire et secondaire (1)", "pg841", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Placer les accents primaire et secondaire (2)", "pg449", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Placer les accents primaire et secondaire (3)", "pg436", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir l'accentuation adéquate (1)", "pg665", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir l'accentuation adéquate  (2)", "pg112", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir l'accentuation adéquate  (3)", "pg740", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir l'accentuation adéquate  (4)", "pg228", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir l'accentuation adéquate  (5)", "pg293", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Choisir l'accentuation adéquate  (6)", "pg71", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Lire des transcriptions phonétiques (1)", "pg400", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Lire des transcriptions phonétiques (2)", "pg313", "exercice", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Lire des transcriptions phonétiques (3)", "pg966", "exercice", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp777.html b/Basilisk/MACAO/macao_12/sco/MosEtp777.html
index 8da0685337c9370f78394f28992a5e8f0afd1fe5..23fbc7acc7653384417c62c0d53b77c3bf6784e4 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp777.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp777.html
@@ -1 +1,31 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>L'accentuation des syllabes</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp777","L'accentuation des syllabes","MACAO","Mémentos","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=118; oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'accentuation des syllabes (1)","pg156","cours",""); oSco.tabPages[oSco.tabPages.length]=new PageContenu("L'accentuation des syllabes (2)","pg519","cours","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>L'accentuation des syllabes</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp777", "L'accentuation des syllabes", "MACAO", "Mémentos", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 118;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'accentuation des syllabes (1)", "pg156", "cours", "");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("L'accentuation des syllabes (2)", "pg519", "cours", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp918.html b/Basilisk/MACAO/macao_12/sco/MosEtp918.html
index 904037408af9af6e4fbb170fde85f54cb5a642f6..48aacea2b9ae207a3f09428445a526695107be73 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp918.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp918.html
@@ -1 +1,30 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>Liste des phonèmes de l'anglais</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp918","Liste des phonèmes de l'anglais","MACAO","Mémentos","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=123; oSco.tabPages[oSco.tabPages.length]=new PageContenu("Phonèmes liste","pg549","cours","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>Liste des phonèmes de l'anglais</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp918", "Liste des phonèmes de l'anglais", "MACAO", "Mémentos", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 123;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Phonèmes liste", "pg549", "cours", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/MosEtp940.html b/Basilisk/MACAO/macao_12/sco/MosEtp940.html
index 947f865c0f84bef5a0dbf61fdbe9546834da2832..73d08011df303b1be5d2b364877b0d1b129c61e8 100755
--- a/Basilisk/MACAO/macao_12/sco/MosEtp940.html
+++ b/Basilisk/MACAO/macao_12/sco/MosEtp940.html
@@ -1 +1,30 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><title>Voyelles lâches et voyelles tendues</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("MosEtp940","Voyelles lâches et voyelles tendues","MACAO","Mémentos","","macao_fusion_ss_barre","fr");oSco.init("non",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="2";oSco.indexPremierePage=124; oSco.tabPages[oSco.tabPages.length]=new PageContenu("Voyelles lâches et voyelles tendues","pg888","exercice","");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle_reduite;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle1;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='syllabe;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle11;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='phonemes_liste;;';oSco.tabPosDocs[oSco.tabPosDocs.length]='voyelle;perso,500,300,480,300;';oSco.tabPosDocs[oSco.tabPosDocs.length]='consonne11;perso,500,300,480,300;';}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head><title>Voyelles lâches et voyelles tendues</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/enveloppeAPI.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("MosEtp940", "Voyelles lâches et voyelles tendues", "MACAO", "Mémentos", "", "macao_fusion_ss_barre", "fr");
+        oSco.init("non", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "2";
+        oSco.indexPremierePage = 124;
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Voyelles lâches et voyelles tendues", "pg888", "exercice", "");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle_reduite;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle1;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'syllabe;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle11;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'phonemes_liste;;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'voyelle;perso,500,300,480,300;';
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = 'consonne11;perso,500,300,480,300;';
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/imsmd_rootv1p2p1.xsd b/Basilisk/MACAO/macao_12/sco/imsmd_rootv1p2p1.xsd
index ad23811a3ac52efbce007ba7943d51cc56446ad7..c83c3f2914900116c2ee2559cbe31b31837742a1 100755
--- a/Basilisk/MACAO/macao_12/sco/imsmd_rootv1p2p1.xsd
+++ b/Basilisk/MACAO/macao_12/sco/imsmd_rootv1p2p1.xsd
@@ -1 +1,495 @@
-<?xml version="1.0" encoding="UTF-8"?><xsd:schema targetNamespace="http://www.imsglobal.org/xsd/imsmd_rootv1p2p1"  xmlns:xml="http://www.w3.org/XML/1998/namespace"  xmlns:xsd="http://www.w3.org/2001/XMLSchema"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xmlns="http://www.imsglobal.org/xsd/imsmd_rootv1p2p1"  elementFormDefault="qualified"  version="1.2:1.1 IMS:MD1.2">  <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="ims_xml.xsd"/>  <xsd:annotation>  <xsd:documentation>2001-04-26 T.D.Wason. IMS meta-data 1.2 XML-Schema.  </xsd:documentation>  <xsd:documentation>2001-06-07 S.E.Thropp. Changed the multiplicity on all elements to match the </xsd:documentation>  <xsd:documentation>Final 1.2 Binding Specification.   </xsd:documentation>  <xsd:documentation>Changed all elements that use the langstringType to a multiplicy of 1 or more </xsd:documentation>  <xsd:documentation>Changed centity in the contribute element to have a multiplicity of 0 or more.  </xsd:documentation>  <xsd:documentation>Changed the requirement element to have a multiplicity of 0 or more.  </xsd:documentation>  <xsd:documentation> 2001-07-25 Schawn Thropp. Updates to bring the XSD up to speed with the W3C </xsd:documentation>  <xsd:documentation> XML Schema Recommendation. The following changes were made: Change the  </xsd:documentation>  <xsd:documentation> namespace to reference the 5/2/2001 W3C XML Schema Recommendation,the base  </xsd:documentation>  <xsd:documentation> type for the durtimeType, simpleType, was changed from timeDuration to duration. </xsd:documentation>  <xsd:documentation> Any attribute declarations that have use="default" had to change to use="optional" </xsd:documentation>  <xsd:documentation> - attr.type. Any attribute declarations that have value ="somevalue" had to change </xsd:documentation>  <xsd:documentation> to default = "somevalue" - attr.type (URI)  </xsd:documentation>  <xsd:documentation> 2001-09-04 Schawn Thropp   </xsd:documentation>  <xsd:documentation> Changed the targetNamespace and namespace of schema to reflect version change  </xsd:documentation>  </xsd:annotation> <xsd:attributeGroup name="attr.type">  <xsd:attribute name="type" use="optional" default="URI"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="URI"/> <xsd:enumeration value="TEXT"/> </xsd:restriction> </xsd:simpleType>  </xsd:attribute>  </xsd:attributeGroup>  <xsd:group name="grp.any">  <xsd:annotation> <xsd:documentation>Any namespaced element from any namespace may be used for an &quot;any&quot; element. The namespace for the imported element must be defined in the instance, and the schema must be imported. </xsd:documentation>  </xsd:annotation>  <xsd:sequence> <xsd:any namespace="##any" processContents="strict" minOccurs="0" maxOccurs="unbounded"/>  </xsd:sequence>  </xsd:group> <xsd:element name="aggregationlevel" type="aggregationlevelType"/>  <xsd:element name="annotation" type="annotationType"/>  <xsd:element name="catalogentry" type="catalogentryType"/>  <xsd:element name="catalog" type="catalogType"/>  <xsd:element name="centity" type="centityType"/>  <xsd:element name="classification" type="classificationType"/>  <xsd:element name="context" type="contextType"/>  <xsd:element name="contribute" type="contributeType"/>  <xsd:element name="copyrightandotherrestrictions" type="copyrightandotherrestrictionsType"/>  <xsd:element name="cost" type="costType"/>  <xsd:element name="coverage" type="coverageType"/>  <xsd:element name="date" type="dateType"/>  <xsd:element name="datetime" type="datetimeType"/>  <xsd:element name="description" type="descriptionType"/>  <xsd:element name="difficulty" type="difficultyType"/>  <xsd:element name="educational" type="educationalType"/>  <xsd:element name="entry" type="entryType"/>  <xsd:element name="format" type="formatType"/>  <xsd:element name="general" type="generalType"/>  <xsd:element name="identifier" type="xsd:string"/>  <xsd:element name="intendedenduserrole" type="intendedenduserroleType"/>  <xsd:element name="interactivitylevel" type="interactivitylevelType"/>  <xsd:element name="interactivitytype" type="interactivitytypeType"/>  <xsd:element name="keyword" type="keywordType"/>  <xsd:element name="kind" type="kindType"/>  <xsd:element name="langstring" type="langstringType"/>  <xsd:element name="language" type="xsd:string"/>  <xsd:element name="learningresourcetype" type="learningresourcetypeType"/>  <xsd:element name="lifecycle" type="lifecycleType"/>  <xsd:element name="location" type="locationType"/>  <xsd:element name="lom" type="lomType"/>  <xsd:element name="maximumversion" type="minimumversionType"/>  <xsd:element name="metadatascheme" type="metadataschemeType"/>  <xsd:element name="metametadata" type="metametadataType"/>  <xsd:element name="minimumversion" type="maximumversionType"/>  <xsd:element name="name" type="nameType"/>  <xsd:element name="purpose" type="purposeType"/>  <xsd:element name="relation" type="relationType"/>  <xsd:element name="requirement" type="requirementType"/>  <xsd:element name="resource" type="resourceType"/>  <xsd:element name="rights" type="rightsType"/>  <xsd:element name="role" type="roleType"/>  <xsd:element name="semanticdensity" type="semanticdensityType"/>  <xsd:element name="size" type="sizeType"/>  <xsd:element name="source" type="sourceType"/>  <xsd:element name="status" type="statusType"/>  <xsd:element name="structure" type="structureType"/>  <xsd:element name="taxon" type="taxonType"/>  <xsd:element name="taxonpath" type="taxonpathType"/>  <xsd:element name="technical" type="technicalType"/>  <xsd:element name="title" type="titleType"/>  <xsd:element name="type" type="typeType"/>  <xsd:element name="typicalagerange" type="typicalagerangeType"/>  <xsd:element name="typicallearningtime" type="typicallearningtimeType"/>  <xsd:element name="value" type="valueType"/>  <xsd:element name="person" type="personType"/>  <xsd:element name="vcard" type="xsd:string"/>  <xsd:element name="version" type="versionType"/>  <xsd:element name="installationremarks" type="installationremarksType"/>  <xsd:element name="otherplatformrequirements" type="otherplatformrequirementsType"/>  <xsd:element name="duration" type="durationType"/>  <xsd:element name="id" type="idType"/> <xsd:complexType name="aggregationlevelType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="annotationType" mixed="true">  <xsd:sequence> <xsd:element ref="person" minOccurs="0"/> <xsd:element ref="date" minOccurs="0"/> <xsd:element ref="description" minOccurs="0"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="catalogentryType" mixed="true">  <xsd:sequence> <xsd:element ref="catalog"/> <xsd:element ref="entry"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="centityType">  <xsd:sequence> <xsd:element ref="vcard"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="classificationType" mixed="true">  <xsd:sequence> <xsd:element ref="purpose" minOccurs="0"/> <xsd:element ref="taxonpath" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="description" minOccurs="0"/> <xsd:element ref="keyword" minOccurs="0" maxOccurs="unbounded"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="contextType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="contributeType" mixed="true">  <xsd:sequence> <xsd:element ref="role"/> <xsd:element ref="centity" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="date" minOccurs="0"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="copyrightandotherrestrictionsType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="costType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="coverageType">  <xsd:sequence> <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="dateType">  <xsd:sequence> <xsd:element ref="datetime" minOccurs="0"/> <xsd:element ref="description" minOccurs="0"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="descriptionType">  <xsd:sequence> <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="difficultyType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="durationType">  <xsd:sequence> <xsd:element ref="datetime" minOccurs="0"/> <xsd:element ref="description" minOccurs="0"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="educationalType" mixed="true">  <xsd:sequence> <xsd:element ref="interactivitytype" minOccurs="0"/> <xsd:element ref="learningresourcetype" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="interactivitylevel" minOccurs="0"/> <xsd:element ref="semanticdensity" minOccurs="0"/> <xsd:element ref="intendedenduserrole" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="context" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="typicalagerange" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="difficulty" minOccurs="0"/> <xsd:element ref="typicallearningtime" minOccurs="0"/> <xsd:element ref="description" minOccurs="0"/> <xsd:element ref="language" minOccurs="0" maxOccurs="unbounded"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="entryType">  <xsd:sequence> <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="generalType" mixed="true">  <xsd:sequence> <xsd:element ref="identifier" minOccurs="0"/> <xsd:element ref="title" minOccurs="0"/> <xsd:element ref="catalogentry" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="language" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="description" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="keyword" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="coverage" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="structure" minOccurs="0"/> <xsd:element ref="aggregationlevel" minOccurs="0"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="installationremarksType">  <xsd:sequence> <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="intendedenduserroleType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="interactivitylevelType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="interactivitytypeType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="keywordType">  <xsd:sequence> <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="kindType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="langstringType">  <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute ref="xml:lang"/> </xsd:extension>  </xsd:simpleContent>  </xsd:complexType>  <xsd:complexType name="learningresourcetypeType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="lifecycleType" mixed="true">  <xsd:sequence> <xsd:element ref="version" minOccurs="0"/> <xsd:element ref="status" minOccurs="0"/> <xsd:element ref="contribute" minOccurs="0" maxOccurs="unbounded"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="locationType">  <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attributeGroup ref="attr.type"/> </xsd:extension>  </xsd:simpleContent>  </xsd:complexType>  <xsd:complexType name="lomType">  <xsd:sequence> <xsd:element ref="general" minOccurs="0"/> <xsd:element ref="lifecycle" minOccurs="0"/> <xsd:element ref="metametadata" minOccurs="0"/> <xsd:element ref="technical" minOccurs="0"/> <xsd:element ref="educational" minOccurs="0"/> <xsd:element ref="rights" minOccurs="0"/> <xsd:element ref="relation" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="annotation" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="classification" minOccurs="0" maxOccurs="unbounded"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="metametadataType" mixed="true">  <xsd:sequence> <xsd:element ref="identifier" minOccurs="0"/> <xsd:element ref="catalogentry" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="contribute" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="metadatascheme" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="language" minOccurs="0"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="nameType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="otherplatformrequirementsType">  <xsd:sequence> <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="personType">  <xsd:sequence> <xsd:element ref="vcard"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="purposeType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="relationType" mixed="true">  <xsd:sequence> <xsd:element ref="kind" minOccurs="0"/> <xsd:element ref="resource" minOccurs="0"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="requirementType" mixed="true">  <xsd:sequence> <xsd:element ref="type" minOccurs="0"/> <xsd:element ref="name" minOccurs="0"/> <xsd:element ref="minimumversion" minOccurs="0"/> <xsd:element ref="maximumversion" minOccurs="0"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="resourceType" mixed="true">  <xsd:sequence> <xsd:element ref="identifier" minOccurs="0"/> <xsd:element ref="description" minOccurs="0"/> <xsd:element ref="catalogentry" minOccurs="0" maxOccurs="unbounded"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="rightsType" mixed="true">  <xsd:sequence> <xsd:element ref="cost" minOccurs="0"/> <xsd:element ref="copyrightandotherrestrictions" minOccurs="0"/> <xsd:element ref="description" minOccurs="0"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="roleType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="semanticdensityType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="sourceType">  <xsd:sequence> <xsd:element ref="langstring"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="statusType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="stringType">  <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute ref="xml:lang"/> </xsd:extension>  </xsd:simpleContent>  </xsd:complexType>  <xsd:complexType name="structureType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="taxonpathType">  <xsd:sequence> <xsd:element ref="source" minOccurs="0"/> <xsd:element ref="taxon" minOccurs="0" maxOccurs="1"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="taxonType">  <xsd:sequence> <xsd:element ref="id" minOccurs="0"/> <xsd:element ref="entry" minOccurs="0"/> <xsd:element ref="taxon" minOccurs="0" maxOccurs="1"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="technicalType" mixed="true">  <xsd:sequence> <xsd:element ref="format" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="size" minOccurs="0"/> <xsd:element ref="location" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="requirement" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="installationremarks" minOccurs="0"/> <xsd:element ref="otherplatformrequirements" minOccurs="0"/> <xsd:element ref="duration" minOccurs="0"/> <xsd:group ref="grp.any"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="titleType">  <xsd:sequence> <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="typeType">  <xsd:sequence> <xsd:element ref="source"/> <xsd:element ref="value"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="typicalagerangeType">  <xsd:sequence> <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="typicallearningtimeType">  <xsd:sequence> <xsd:element ref="datetime" minOccurs="0"/> <xsd:element ref="description" minOccurs="0"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="valueType">  <xsd:sequence> <xsd:element ref="langstring"/>  </xsd:sequence>  </xsd:complexType>  <xsd:complexType name="versionType">  <xsd:sequence> <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>  </xsd:sequence>  </xsd:complexType> <xsd:simpleType name="formatType">  <xsd:restriction base="xsd:string"/>  </xsd:simpleType>  <xsd:simpleType name="sizeType">  <xsd:restriction base="xsd:int"/>  </xsd:simpleType>  <xsd:simpleType name="datetimeType">  <xsd:restriction base="xsd:string"/>  </xsd:simpleType>  <xsd:simpleType name="idType">  <xsd:restriction base="xsd:string"/>  </xsd:simpleType>  <xsd:simpleType name="metadataschemeType">  <xsd:restriction base="xsd:string"/>  </xsd:simpleType>  <xsd:simpleType name="catalogType">  <xsd:restriction base="xsd:string"/>  </xsd:simpleType>  <xsd:simpleType name="minimumversionType">  <xsd:restriction base="xsd:string"/>  </xsd:simpleType>  <xsd:simpleType name="maximumversionType">  <xsd:restriction base="xsd:string"/>  </xsd:simpleType></xsd:schema>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<xsd:schema targetNamespace="http://www.imsglobal.org/xsd/imsmd_rootv1p2p1"
+            xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.imsglobal.org/xsd/imsmd_rootv1p2p1"
+            elementFormDefault="qualified" version="1.2:1.1 IMS:MD1.2">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="ims_xml.xsd"/>
+    <xsd:annotation>
+        <xsd:documentation>2001-04-26 T.D.Wason. IMS meta-data 1.2 XML-Schema.</xsd:documentation>
+        <xsd:documentation>2001-06-07 S.E.Thropp. Changed the multiplicity on all elements to match the
+        </xsd:documentation>
+        <xsd:documentation>Final 1.2 Binding Specification.</xsd:documentation>
+        <xsd:documentation>Changed all elements that use the langstringType to a multiplicy of 1 or more
+        </xsd:documentation>
+        <xsd:documentation>Changed centity in the contribute element to have a multiplicity of 0 or more.
+        </xsd:documentation>
+        <xsd:documentation>Changed the requirement element to have a multiplicity of 0 or more.</xsd:documentation>
+        <xsd:documentation>2001-07-25 Schawn Thropp. Updates to bring the XSD up to speed with the W3C
+        </xsd:documentation>
+        <xsd:documentation>XML Schema Recommendation. The following changes were made: Change the</xsd:documentation>
+        <xsd:documentation>namespace to reference the 5/2/2001 W3C XML Schema Recommendation,the base
+        </xsd:documentation>
+        <xsd:documentation>type for the durtimeType, simpleType, was changed from timeDuration to duration.
+        </xsd:documentation>
+        <xsd:documentation>Any attribute declarations that have use="default" had to change to use="optional"
+        </xsd:documentation>
+        <xsd:documentation>- attr.type. Any attribute declarations that have value ="somevalue" had to change
+        </xsd:documentation>
+        <xsd:documentation>to default = "somevalue" - attr.type (URI)</xsd:documentation>
+        <xsd:documentation>2001-09-04 Schawn Thropp</xsd:documentation>
+        <xsd:documentation>Changed the targetNamespace and namespace of schema to reflect version change
+        </xsd:documentation>
+    </xsd:annotation>
+    <xsd:attributeGroup name="attr.type">
+        <xsd:attribute name="type" use="optional" default="URI">
+            <xsd:simpleType>
+                <xsd:restriction base="xsd:string">
+                    <xsd:enumeration value="URI"/>
+                    <xsd:enumeration value="TEXT"/>
+                </xsd:restriction>
+            </xsd:simpleType>
+        </xsd:attribute>
+    </xsd:attributeGroup>
+    <xsd:group name="grp.any">
+        <xsd:annotation>
+            <xsd:documentation>Any namespaced element from any namespace may be used for an &quot;any&quot; element. The
+                namespace for the imported element must be defined in the instance, and the schema must be imported.
+            </xsd:documentation>
+        </xsd:annotation>
+        <xsd:sequence>
+            <xsd:any namespace="##any" processContents="strict" minOccurs="0" maxOccurs="unbounded"/>
+        </xsd:sequence>
+    </xsd:group>
+    <xsd:element name="aggregationlevel" type="aggregationlevelType"/>
+    <xsd:element name="annotation" type="annotationType"/>
+    <xsd:element name="catalogentry" type="catalogentryType"/>
+    <xsd:element name="catalog" type="catalogType"/>
+    <xsd:element name="centity" type="centityType"/>
+    <xsd:element name="classification" type="classificationType"/>
+    <xsd:element name="context" type="contextType"/>
+    <xsd:element name="contribute" type="contributeType"/>
+    <xsd:element name="copyrightandotherrestrictions" type="copyrightandotherrestrictionsType"/>
+    <xsd:element name="cost" type="costType"/>
+    <xsd:element name="coverage" type="coverageType"/>
+    <xsd:element name="date" type="dateType"/>
+    <xsd:element name="datetime" type="datetimeType"/>
+    <xsd:element name="description" type="descriptionType"/>
+    <xsd:element name="difficulty" type="difficultyType"/>
+    <xsd:element name="educational" type="educationalType"/>
+    <xsd:element name="entry" type="entryType"/>
+    <xsd:element name="format" type="formatType"/>
+    <xsd:element name="general" type="generalType"/>
+    <xsd:element name="identifier" type="xsd:string"/>
+    <xsd:element name="intendedenduserrole" type="intendedenduserroleType"/>
+    <xsd:element name="interactivitylevel" type="interactivitylevelType"/>
+    <xsd:element name="interactivitytype" type="interactivitytypeType"/>
+    <xsd:element name="keyword" type="keywordType"/>
+    <xsd:element name="kind" type="kindType"/>
+    <xsd:element name="langstring" type="langstringType"/>
+    <xsd:element name="language" type="xsd:string"/>
+    <xsd:element name="learningresourcetype" type="learningresourcetypeType"/>
+    <xsd:element name="lifecycle" type="lifecycleType"/>
+    <xsd:element name="location" type="locationType"/>
+    <xsd:element name="lom" type="lomType"/>
+    <xsd:element name="maximumversion" type="minimumversionType"/>
+    <xsd:element name="metadatascheme" type="metadataschemeType"/>
+    <xsd:element name="metametadata" type="metametadataType"/>
+    <xsd:element name="minimumversion" type="maximumversionType"/>
+    <xsd:element name="name" type="nameType"/>
+    <xsd:element name="purpose" type="purposeType"/>
+    <xsd:element name="relation" type="relationType"/>
+    <xsd:element name="requirement" type="requirementType"/>
+    <xsd:element name="resource" type="resourceType"/>
+    <xsd:element name="rights" type="rightsType"/>
+    <xsd:element name="role" type="roleType"/>
+    <xsd:element name="semanticdensity" type="semanticdensityType"/>
+    <xsd:element name="size" type="sizeType"/>
+    <xsd:element name="source" type="sourceType"/>
+    <xsd:element name="status" type="statusType"/>
+    <xsd:element name="structure" type="structureType"/>
+    <xsd:element name="taxon" type="taxonType"/>
+    <xsd:element name="taxonpath" type="taxonpathType"/>
+    <xsd:element name="technical" type="technicalType"/>
+    <xsd:element name="title" type="titleType"/>
+    <xsd:element name="type" type="typeType"/>
+    <xsd:element name="typicalagerange" type="typicalagerangeType"/>
+    <xsd:element name="typicallearningtime" type="typicallearningtimeType"/>
+    <xsd:element name="value" type="valueType"/>
+    <xsd:element name="person" type="personType"/>
+    <xsd:element name="vcard" type="xsd:string"/>
+    <xsd:element name="version" type="versionType"/>
+    <xsd:element name="installationremarks" type="installationremarksType"/>
+    <xsd:element name="otherplatformrequirements" type="otherplatformrequirementsType"/>
+    <xsd:element name="duration" type="durationType"/>
+    <xsd:element name="id" type="idType"/>
+    <xsd:complexType name="aggregationlevelType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="annotationType" mixed="true">
+        <xsd:sequence>
+            <xsd:element ref="person" minOccurs="0"/>
+            <xsd:element ref="date" minOccurs="0"/>
+            <xsd:element ref="description" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="catalogentryType" mixed="true">
+        <xsd:sequence>
+            <xsd:element ref="catalog"/>
+            <xsd:element ref="entry"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="centityType">
+        <xsd:sequence>
+            <xsd:element ref="vcard"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="classificationType" mixed="true">
+        <xsd:sequence>
+            <xsd:element ref="purpose" minOccurs="0"/>
+            <xsd:element ref="taxonpath" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="description" minOccurs="0"/>
+            <xsd:element ref="keyword" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="contextType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="contributeType" mixed="true">
+        <xsd:sequence>
+            <xsd:element ref="role"/>
+            <xsd:element ref="centity" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="date" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="copyrightandotherrestrictionsType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="costType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="coverageType">
+        <xsd:sequence>
+            <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="dateType">
+        <xsd:sequence>
+            <xsd:element ref="datetime" minOccurs="0"/>
+            <xsd:element ref="description" minOccurs="0"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="descriptionType">
+        <xsd:sequence>
+            <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="difficultyType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="durationType">
+        <xsd:sequence>
+            <xsd:element ref="datetime" minOccurs="0"/>
+            <xsd:element ref="description" minOccurs="0"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="educationalType" mixed="true">
+        <xsd:sequence>
+            <xsd:element ref="interactivitytype" minOccurs="0"/>
+            <xsd:element ref="learningresourcetype" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="interactivitylevel" minOccurs="0"/>
+            <xsd:element ref="semanticdensity" minOccurs="0"/>
+            <xsd:element ref="intendedenduserrole" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="context" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="typicalagerange" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="difficulty" minOccurs="0"/>
+            <xsd:element ref="typicallearningtime" minOccurs="0"/>
+            <xsd:element ref="description" minOccurs="0"/>
+            <xsd:element ref="language" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="entryType">
+        <xsd:sequence>
+            <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="generalType" mixed="true">
+        <xsd:sequence>
+            <xsd:element ref="identifier" minOccurs="0"/>
+            <xsd:element ref="title" minOccurs="0"/>
+            <xsd:element ref="catalogentry" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="language" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="description" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="keyword" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="coverage" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="structure" minOccurs="0"/>
+            <xsd:element ref="aggregationlevel" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="installationremarksType">
+        <xsd:sequence>
+            <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="intendedenduserroleType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="interactivitylevelType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="interactivitytypeType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="keywordType">
+        <xsd:sequence>
+            <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="kindType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="langstringType">
+        <xsd:simpleContent>
+            <xsd:extension base="xsd:string">
+                <xsd:attribute ref="xml:lang"/>
+            </xsd:extension>
+        </xsd:simpleContent>
+    </xsd:complexType>
+    <xsd:complexType name="learningresourcetypeType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="lifecycleType" mixed="true">
+        <xsd:sequence>
+            <xsd:element ref="version" minOccurs="0"/>
+            <xsd:element ref="status" minOccurs="0"/>
+            <xsd:element ref="contribute" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="locationType">
+        <xsd:simpleContent>
+            <xsd:extension base="xsd:string">
+                <xsd:attributeGroup ref="attr.type"/>
+            </xsd:extension>
+        </xsd:simpleContent>
+    </xsd:complexType>
+    <xsd:complexType name="lomType">
+        <xsd:sequence>
+            <xsd:element ref="general" minOccurs="0"/>
+            <xsd:element ref="lifecycle" minOccurs="0"/>
+            <xsd:element ref="metametadata" minOccurs="0"/>
+            <xsd:element ref="technical" minOccurs="0"/>
+            <xsd:element ref="educational" minOccurs="0"/>
+            <xsd:element ref="rights" minOccurs="0"/>
+            <xsd:element ref="relation" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="annotation" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="classification" minOccurs="0" maxOccurs="unbounded"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="metametadataType" mixed="true">
+        <xsd:sequence>
+            <xsd:element ref="identifier" minOccurs="0"/>
+            <xsd:element ref="catalogentry" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="contribute" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="metadatascheme" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="language" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="nameType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="otherplatformrequirementsType">
+        <xsd:sequence>
+            <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="personType">
+        <xsd:sequence>
+            <xsd:element ref="vcard"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="purposeType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="relationType" mixed="true">
+        <xsd:sequence>
+            <xsd:element ref="kind" minOccurs="0"/>
+            <xsd:element ref="resource" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="requirementType" mixed="true">
+        <xsd:sequence>
+            <xsd:element ref="type" minOccurs="0"/>
+            <xsd:element ref="name" minOccurs="0"/>
+            <xsd:element ref="minimumversion" minOccurs="0"/>
+            <xsd:element ref="maximumversion" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="resourceType" mixed="true">
+        <xsd:sequence>
+            <xsd:element ref="identifier" minOccurs="0"/>
+            <xsd:element ref="description" minOccurs="0"/>
+            <xsd:element ref="catalogentry" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="rightsType" mixed="true">
+        <xsd:sequence>
+            <xsd:element ref="cost" minOccurs="0"/>
+            <xsd:element ref="copyrightandotherrestrictions" minOccurs="0"/>
+            <xsd:element ref="description" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="roleType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="semanticdensityType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="sourceType">
+        <xsd:sequence>
+            <xsd:element ref="langstring"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="statusType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="stringType">
+        <xsd:simpleContent>
+            <xsd:extension base="xsd:string">
+                <xsd:attribute ref="xml:lang"/>
+            </xsd:extension>
+        </xsd:simpleContent>
+    </xsd:complexType>
+    <xsd:complexType name="structureType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="taxonpathType">
+        <xsd:sequence>
+            <xsd:element ref="source" minOccurs="0"/>
+            <xsd:element ref="taxon" minOccurs="0" maxOccurs="1"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="taxonType">
+        <xsd:sequence>
+            <xsd:element ref="id" minOccurs="0"/>
+            <xsd:element ref="entry" minOccurs="0"/>
+            <xsd:element ref="taxon" minOccurs="0" maxOccurs="1"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="technicalType" mixed="true">
+        <xsd:sequence>
+            <xsd:element ref="format" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="size" minOccurs="0"/>
+            <xsd:element ref="location" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="requirement" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="installationremarks" minOccurs="0"/>
+            <xsd:element ref="otherplatformrequirements" minOccurs="0"/>
+            <xsd:element ref="duration" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="titleType">
+        <xsd:sequence>
+            <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="typeType">
+        <xsd:sequence>
+            <xsd:element ref="source"/>
+            <xsd:element ref="value"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="typicalagerangeType">
+        <xsd:sequence>
+            <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="typicallearningtimeType">
+        <xsd:sequence>
+            <xsd:element ref="datetime" minOccurs="0"/>
+            <xsd:element ref="description" minOccurs="0"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="valueType">
+        <xsd:sequence>
+            <xsd:element ref="langstring"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:complexType name="versionType">
+        <xsd:sequence>
+            <xsd:element ref="langstring" minOccurs="1" maxOccurs="unbounded"/>
+        </xsd:sequence>
+    </xsd:complexType>
+    <xsd:simpleType name="formatType">
+        <xsd:restriction base="xsd:string"/>
+    </xsd:simpleType>
+    <xsd:simpleType name="sizeType">
+        <xsd:restriction base="xsd:int"/>
+    </xsd:simpleType>
+    <xsd:simpleType name="datetimeType">
+        <xsd:restriction base="xsd:string"/>
+    </xsd:simpleType>
+    <xsd:simpleType name="idType">
+        <xsd:restriction base="xsd:string"/>
+    </xsd:simpleType>
+    <xsd:simpleType name="metadataschemeType">
+        <xsd:restriction base="xsd:string"/>
+    </xsd:simpleType>
+    <xsd:simpleType name="catalogType">
+        <xsd:restriction base="xsd:string"/>
+    </xsd:simpleType>
+    <xsd:simpleType name="minimumversionType">
+        <xsd:restriction base="xsd:string"/>
+    </xsd:simpleType>
+    <xsd:simpleType name="maximumversionType">
+        <xsd:restriction base="xsd:string"/>
+    </xsd:simpleType>
+</xsd:schema>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_12/sco/md_manifest.xml b/Basilisk/MACAO/macao_12/sco/md_manifest.xml
index 7c79229a081b450f857fbd5e4872aaa74bfbb2cf..04e5e3234079f00d39975ff5cb68d485605d0723 100755
--- a/Basilisk/MACAO/macao_12/sco/md_manifest.xml
+++ b/Basilisk/MACAO/macao_12/sco/md_manifest.xml
@@ -1 +1,165 @@
-<?xml version="1.0" encoding="utf-8"?><lom xsi:schemaLocation="http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd" xmlns="http://www.imsglobal.org/xsd/imsmd_rootv1p2p1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><general><title><langstring xml:lang="x-none">MACAO</langstring></title><catalogentry><catalog> </catalog><entry><langstring xml:lang="x-none">macao_fusion_ss_barre</langstring></entry></catalogentry><language>fr</language><description><langstring xml:lang="x-none"> </langstring></description><keyword><langstring xml:lang="x-none"> </langstring></keyword><aggregationlevel><source><langstring xml:lang="x-none">LOMv1.0</langstring></source><value><langstring xml:lang="x-none">3</langstring></value></aggregationlevel></general><lifecycle><version><langstring xml:lang="x-none"> </langstring></version><status><source><langstring xml:lang="x-none">LOMv1.0</langstring></source><value><langstring xml:lang="x-none">Final</langstring></value></status><contribute><role><source><langstring xml:lang="x-none">LOMv1.0</langstring></source><value><langstring xml:lang="x-none">Author</langstring></value></role><centity><vcard>begin:vcard fn: end:vcard</vcard></centity><date><datetime>2007-10-29T13:50</datetime></date></contribute></lifecycle><metametadata><contribute><role><source><langstring xml:lang="x-none">LOMv1.0</langstring></source><value><langstring xml:lang="x-none">Creator</langstring></value></role><centity><vcard>begin:vcard fn:MOS Generator 4.24end:vcard</vcard></centity><date><datetime>2007-06-13T15:17</datetime></date></contribute><metadatascheme>ADL SCORM 1.2</metadatascheme></metametadata><technical><format>text/html</format><location>../index.html</location></technical><educational><interactivitytype><source><langstring xml:lang="x-none">LOMv1.0</langstring></source><value><langstring xml:lang="x-none">Mixed</langstring></value></interactivitytype><learningresourcetype><source><langstring xml:lang="x-none">LOMv1.0</langstring></source><value><langstring xml:lang="x-none">Narrative Text</langstring></value></learningresourcetype><learningresourcetype><source><langstring xml:lang="x-none">LOMv1.0</langstring></source><value><langstring xml:lang="x-none">Exercise</langstring></value></learningresourcetype><difficulty><source><langstring xml:lang="x-none">LOMv1.0</langstring></source><value><langstring xml:lang="x-none">medium</langstring></value></difficulty></educational><rights><cost><source><langstring xml:lang="x-none">LOMv1.0</langstring></source><value><langstring xml:lang="x-none">no</langstring></value></cost><copyrightandotherrestrictions><source><langstring xml:lang="x-none">LOMv1.0</langstring></source><value><langstring xml:lang="x-none">no</langstring></value></copyrightandotherrestrictions></rights><relation><kind><source><langstring xml:lang="x-none">LOMv1.0</langstring></source><value><langstring xml:lang="x-none">HasFormat</langstring></value></kind><resource><description><langstring xml:lang="x-none">an_ns_3_MG_SSBarre (Styler)</langstring></description></resource></relation><classification><purpose><source><langstring xml:lang="x-none">LOMv1.0</langstring></source><value><langstring xml:lang="x-none">Educational Objective</langstring></value></purpose><description><langstring xml:lang="x-none"> </langstring></description><keyword><langstring xml:lang="x-none"> </langstring></keyword></classification></lom>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+<lom xsi:schemaLocation="http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd"
+     xmlns="http://www.imsglobal.org/xsd/imsmd_rootv1p2p1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+    <general>
+        <title>
+            <langstring xml:lang="x-none">MACAO</langstring>
+        </title>
+        <catalogentry>
+            <catalog> </catalog>
+            <entry>
+                <langstring xml:lang="x-none">macao_fusion_ss_barre</langstring>
+            </entry>
+        </catalogentry>
+        <language>fr</language>
+        <description>
+            <langstring xml:lang="x-none"> </langstring>
+        </description>
+        <keyword>
+            <langstring xml:lang="x-none"> </langstring>
+        </keyword>
+        <aggregationlevel>
+            <source>
+                <langstring xml:lang="x-none">LOMv1.0</langstring>
+            </source>
+            <value>
+                <langstring xml:lang="x-none">3</langstring>
+            </value>
+        </aggregationlevel>
+    </general>
+    <lifecycle>
+        <version>
+            <langstring xml:lang="x-none"> </langstring>
+        </version>
+        <status>
+            <source>
+                <langstring xml:lang="x-none">LOMv1.0</langstring>
+            </source>
+            <value>
+                <langstring xml:lang="x-none">Final</langstring>
+            </value>
+        </status>
+        <contribute>
+            <role>
+                <source>
+                    <langstring xml:lang="x-none">LOMv1.0</langstring>
+                </source>
+                <value>
+                    <langstring xml:lang="x-none">Author</langstring>
+                </value>
+            </role>
+            <centity>
+                <vcard>begin:vcard fn: end:vcard</vcard>
+            </centity>
+            <date>
+                <datetime>2007-10-29T13:50</datetime>
+            </date>
+        </contribute>
+    </lifecycle>
+    <metametadata>
+        <contribute>
+            <role>
+                <source>
+                    <langstring xml:lang="x-none">LOMv1.0</langstring>
+                </source>
+                <value>
+                    <langstring xml:lang="x-none">Creator</langstring>
+                </value>
+            </role>
+            <centity>
+                <vcard>begin:vcard fn:MOS Generator 4.24end:vcard</vcard>
+            </centity>
+            <date>
+                <datetime>2007-06-13T15:17</datetime>
+            </date>
+        </contribute>
+        <metadatascheme>ADL SCORM 1.2</metadatascheme>
+    </metametadata>
+    <technical>
+        <format>text/html</format>
+        <location>../index.html</location>
+    </technical>
+    <educational>
+        <interactivitytype>
+            <source>
+                <langstring xml:lang="x-none">LOMv1.0</langstring>
+            </source>
+            <value>
+                <langstring xml:lang="x-none">Mixed</langstring>
+            </value>
+        </interactivitytype>
+        <learningresourcetype>
+            <source>
+                <langstring xml:lang="x-none">LOMv1.0</langstring>
+            </source>
+            <value>
+                <langstring xml:lang="x-none">Narrative Text</langstring>
+            </value>
+        </learningresourcetype>
+        <learningresourcetype>
+            <source>
+                <langstring xml:lang="x-none">LOMv1.0</langstring>
+            </source>
+            <value>
+                <langstring xml:lang="x-none">Exercise</langstring>
+            </value>
+        </learningresourcetype>
+        <difficulty>
+            <source>
+                <langstring xml:lang="x-none">LOMv1.0</langstring>
+            </source>
+            <value>
+                <langstring xml:lang="x-none">medium</langstring>
+            </value>
+        </difficulty>
+    </educational>
+    <rights>
+        <cost>
+            <source>
+                <langstring xml:lang="x-none">LOMv1.0</langstring>
+            </source>
+            <value>
+                <langstring xml:lang="x-none">no</langstring>
+            </value>
+        </cost>
+        <copyrightandotherrestrictions>
+            <source>
+                <langstring xml:lang="x-none">LOMv1.0</langstring>
+            </source>
+            <value>
+                <langstring xml:lang="x-none">no</langstring>
+            </value>
+        </copyrightandotherrestrictions>
+    </rights>
+    <relation>
+        <kind>
+            <source>
+                <langstring xml:lang="x-none">LOMv1.0</langstring>
+            </source>
+            <value>
+                <langstring xml:lang="x-none">HasFormat</langstring>
+            </value>
+        </kind>
+        <resource>
+            <description>
+                <langstring xml:lang="x-none">an_ns_3_MG_SSBarre (Styler)</langstring>
+            </description>
+        </resource>
+    </relation>
+    <classification>
+        <purpose>
+            <source>
+                <langstring xml:lang="x-none">LOMv1.0</langstring>
+            </source>
+            <value>
+                <langstring xml:lang="x-none">Educational Objective</langstring>
+            </value>
+        </purpose>
+        <description>
+            <langstring xml:lang="x-none"> </langstring>
+        </description>
+        <keyword>
+            <langstring xml:lang="x-none"> </langstring>
+        </keyword>
+    </classification>
+</lom>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/MosMtr/gen/blanc.htm b/Basilisk/MACAO/macao_3/MosMtr/gen/blanc.htm
index ce2308aa845211310c40660e44055dbc2bd66230..1aa2083042c0f1d1a90de2fde6fef079d2fd2ec7 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/gen/blanc.htm
+++ b/Basilisk/MACAO/macao_3/MosMtr/gen/blanc.htm
@@ -1,8 +1,8 @@
 <html oncontextmenu="return false">
 <head>
-<link rel="stylesheet" type="text/css" href="../ressources/style/css/general.css"/>
-<title>blanc</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+    <link rel="stylesheet" type="text/css" href="../ressources/style/css/general.css"/>
+    <title>blanc</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 </head>
 
 <body class="STY_fond">
diff --git a/Basilisk/MACAO/macao_3/MosMtr/gen/blocNotes.htm b/Basilisk/MACAO/macao_3/MosMtr/gen/blocNotes.htm
index 52761baf28c982ce535bc5e603735d82f6f4d1be..b86a19b93017d0d5e8aae141511c2dbf1e2a912a 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/gen/blocNotes.htm
+++ b/Basilisk/MACAO/macao_3/MosMtr/gen/blocNotes.htm
@@ -1,78 +1,127 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
 <html oncontextmenu="return false" style="height:100%">
 <head>
-<title>&#160;</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<script type="text/javascript">
-var oPage;
-var oRef;
-var oZone;
-function chargeNote(){
-	oRef=window.opener;
-	document.title=oRef.donneLex(64);
-	oRef.SCO_chargerNotesSSP();
-	oZone=document.getElementById("zoneNote");
-	oPage=oRef.oSco.donnePage(oRef.oSco.numPageCourante);
-	oZone.focus();
-	oZone.value=oPage.notes;
-}
-function sauveNote(){
-	oPage.notes=oZone.value;
-	try {
-		var oZoneNE=oRef.contenu.PF_donneObjet("STY_zoneNoteExiste");
-		if (oZoneNE!=null){
-			if (oPage.notes==""){
-				oZoneNE.style.display="none";
-			} else {
-				oZoneNE.style.display="";
-			}
-		}
-	}catch(e){}
-	
-	var oDate = new Date();
-	var mois=oDate.getMonth()+1;
-	if (mois<10){
-		mois='0'+mois;
-	}
-	var jour=oDate.getUTCDate();
-	if (jour<10){
-		jour='0'+jour;
-	}
-	var heure=oDate.getUTCHours();
-	if (heure<10){
-		heure='0'+heure;
-	}
-	var minute=oDate.getUTCMinutes();
-	if (minute<10){
-		minute='0'+minute;
-	}
-  	oPage.dateNotes=oDate.getFullYear()+"-"+mois+"-"+jour+"T"+heure+":"+minute;
-	// sauve ssp
-	var val="";
-	for (var j=0;j<oRef.oSco.tabPages.length;j++){
-		var oPg=oRef.oSco.tabPages[j];
-		if (oPg.notes!=""){
-			if (val!=""){val+="[,]";}
-			val+=oPg.code+"[.]"+oPg.titre+"[.]"+oPg.dateNotes+"[.]"+oPg.notes;	
-		}
-	}
-	oRef.SCO_modifAllocation(oRef.oSco.identifiant+"_notesU",val,"course");
-	window.close();
-}
-</script>
-<style>
-.barreBFenB{bottom:12px;text-align:right;padding-top:10px;position:absolute;left:0px;right:0px;padding-right:1px}
-* html .barreBFenB{right:auto;width:100%}
-.boutonFen{width:98px;font:13px Tahoma;padding:1px;margin-right:7px}
-body {background-color:#E7E7E4;cursor:default;font:13px Tahoma,Geneva,Arial;margin:20px;margin-right:0px;padding-right:0px}
-textarea {overflow:auto;overflow-x:hidden;height:300px;width:98%;font:14px Tahoma,Geneva,Arial;display:block;padding:4px;border:1px solid #666666;padding-left:8px;background-color:#ffffcc;cursor:text;margin-bottom:1px;padding-top:8px}
-</style>
+    <title>&#160;</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript">
+        var oPage;
+        var oRef;
+        var oZone;
+
+        function chargeNote() {
+            oRef = window.opener;
+            document.title = oRef.donneLex(64);
+            oRef.SCO_chargerNotesSSP();
+            oZone = document.getElementById("zoneNote");
+            oPage = oRef.oSco.donnePage(oRef.oSco.numPageCourante);
+            oZone.focus();
+            oZone.value = oPage.notes;
+        }
+
+        function sauveNote() {
+            oPage.notes = oZone.value;
+            try {
+                var oZoneNE = oRef.contenu.PF_donneObjet("STY_zoneNoteExiste");
+                if (oZoneNE != null) {
+                    if (oPage.notes == "") {
+                        oZoneNE.style.display = "none";
+                    } else {
+                        oZoneNE.style.display = "";
+                    }
+                }
+            } catch (e) {
+            }
+
+            var oDate = new Date();
+            var mois = oDate.getMonth() + 1;
+            if (mois < 10) {
+                mois = '0' + mois;
+            }
+            var jour = oDate.getUTCDate();
+            if (jour < 10) {
+                jour = '0' + jour;
+            }
+            var heure = oDate.getUTCHours();
+            if (heure < 10) {
+                heure = '0' + heure;
+            }
+            var minute = oDate.getUTCMinutes();
+            if (minute < 10) {
+                minute = '0' + minute;
+            }
+            oPage.dateNotes = oDate.getFullYear() + "-" + mois + "-" + jour + "T" + heure + ":" + minute;
+            // sauve ssp
+            var val = "";
+            for (var j = 0; j < oRef.oSco.tabPages.length; j++) {
+                var oPg = oRef.oSco.tabPages[j];
+                if (oPg.notes != "") {
+                    if (val != "") {
+                        val += "[,]";
+                    }
+                    val += oPg.code + "[.]" + oPg.titre + "[.]" + oPg.dateNotes + "[.]" + oPg.notes;
+                }
+            }
+            oRef.SCO_modifAllocation(oRef.oSco.identifiant + "_notesU", val, "course");
+            window.close();
+        }
+    </script>
+    <style>
+        .barreBFenB {
+            bottom: 12px;
+            text-align: right;
+            padding-top: 10px;
+            position: absolute;
+            left: 0px;
+            right: 0px;
+            padding-right: 1px
+        }
+
+        * html .barreBFenB {
+            right: auto;
+            width: 100%
+        }
+
+        .boutonFen {
+            width: 98px;
+            font: 13px Tahoma;
+            padding: 1px;
+            margin-right: 7px
+        }
+
+        body {
+            background-color: #E7E7E4;
+            cursor: default;
+            font: 13px Tahoma, Geneva, Arial;
+            margin: 20px;
+            margin-right: 0px;
+            padding-right: 0px
+        }
+
+        textarea {
+            overflow: auto;
+            overflow-x: hidden;
+            height: 300px;
+            width: 98%;
+            font: 14px Tahoma, Geneva, Arial;
+            display: block;
+            padding: 4px;
+            border: 1px solid #666666;
+            padding-left: 8px;
+            background-color: #ffffcc;
+            cursor: text;
+            margin-bottom: 1px;
+            padding-top: 8px
+        }
+    </style>
 </head>
 <body onload="chargeNote()" style="margin:0px;height:100%">
 <textarea id="zoneNote">
 </textarea>
 <div class="barreBFenB">
-<button class="boutonFen" onclick="sauveNote()">OK</button><button class="boutonFen" onclick="window.close()"><script>document.write(window.opener.donneLex(95))</script></button>
+    <button class="boutonFen" onclick="sauveNote()">OK</button>
+    <button class="boutonFen" onclick="window.close()">
+        <script>document.write(window.opener.donneLex(95))</script>
+    </button>
 </div>
 </body>
 </html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/MosMtr/gen/envoiReponses.htm b/Basilisk/MACAO/macao_3/MosMtr/gen/envoiReponses.htm
index 74ec49a1c644be0ba0f0a17735dbc624831a8836..07ce5467045319ca4b03c306fd2de8f9b2d5553e 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/gen/envoiReponses.htm
+++ b/Basilisk/MACAO/macao_3/MosMtr/gen/envoiReponses.htm
@@ -1,29 +1,31 @@
 <html>
 <head>
-<title>&#160;</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-<script type="text/javascript">
-var oFen=parent.oSco;
-	
-function lanceForm(){
-	var adrEnvoi=oFen.evaluation.formEnvoiReponses;
-	if (adrEnvoi.indexOf("../")==0){adrEnvoi="../"+adrEnvoi;}
-	document.envRep.action=adrEnvoi;
-	document.envRep.mosFormXML.value=oFen.evaluation.donneFormXML("utf-8");
-	document.envRep.mosFormXML.value=document.envRep.mosFormXML.value.replace(/>/g,'>\r\n');
-	document.envRep.submit();
-	oFen.evaluation.formEnvoiReponses='';
-	if (parent.oSco==null){
-		if (!oFen.evaluation.evalPageResultats){
-			window.opener.allerEtapeSuivante=true;
-			window.opener.SCO_pageSuivante();
-		} else {
-			window.opener.contenu.location = window.opener.RACINE_stage+"contenu/local/resultats."+oFen.version;
-		}
-		window.close();
-	}
-}
-</script>
+    <title>&#160;</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+    <script type="text/javascript">
+        var oFen = parent.oSco;
+
+        function lanceForm() {
+            var adrEnvoi = oFen.evaluation.formEnvoiReponses;
+            if (adrEnvoi.indexOf("../") == 0) {
+                adrEnvoi = "../" + adrEnvoi;
+            }
+            document.envRep.action = adrEnvoi;
+            document.envRep.mosFormXML.value = oFen.evaluation.donneFormXML("utf-8");
+            document.envRep.mosFormXML.value = document.envRep.mosFormXML.value.replace(/>/g, '>\r\n');
+            document.envRep.submit();
+            oFen.evaluation.formEnvoiReponses = '';
+            if (parent.oSco == null) {
+                if (!oFen.evaluation.evalPageResultats) {
+                    window.opener.allerEtapeSuivante = true;
+                    window.opener.SCO_pageSuivante();
+                } else {
+                    window.opener.contenu.location = window.opener.RACINE_stage + "contenu/local/resultats." + oFen.version;
+                }
+                window.close();
+            }
+        }
+    </script>
 </head>
 <body onload="lanceForm()">
 <form name="envRep" acceptCharset="utf-8" target="_self" method="post"><input type="hidden" name="mosFormXML"/></form>
diff --git a/Basilisk/MACAO/macao_3/MosMtr/gen/menu.html b/Basilisk/MACAO/macao_3/MosMtr/gen/menu.html
index 289c997ffaec44caf1ed5560f851d8926472054d..b38f2894137c7c712450289d52b1c6cc359abc69 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/gen/menu.html
+++ b/Basilisk/MACAO/macao_3/MosMtr/gen/menu.html
@@ -1,12 +1,12 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
 <html onkeydown="return NAVIG_bloqueRetour(event)" oncontextmenu="return surMenuCtxt(event)">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <script type="text/javascript" src="../scripts/actionsGen.js"> </script>
-    <script type="text/javascript" src="../scripts/lms/menuLMS.js"> </script>
-    <script type="text/javascript" src="../ressources/style/scripts/fonctions.js"> </script>
-	<link type="text/css" rel="stylesheet" id="feuilleStyleMenu"/>
-  </head>
-  <body onload="initMenuLMS()" id="corpsMenuLMS" class="STY_fondMenuLMS">
-  </body>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+    <script type="text/javascript" src="../scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../scripts/lms/menuLMS.js"></script>
+    <script type="text/javascript" src="../ressources/style/scripts/fonctions.js"></script>
+    <link type="text/css" rel="stylesheet" id="feuilleStyleMenu"/>
+</head>
+<body onload="initMenuLMS()" id="corpsMenuLMS" class="STY_fondMenuLMS">
+</body>
 </html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/MosMtr/gen/plan.html b/Basilisk/MACAO/macao_3/MosMtr/gen/plan.html
index 18b2124963d87a9265b9ef0346f04fbbd140377d..86cfee26ac5ffeefa98768f6f68b5645590dadde 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/gen/plan.html
+++ b/Basilisk/MACAO/macao_3/MosMtr/gen/plan.html
@@ -1,12 +1,12 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
 <html onkeydown="return PLAN_bloqueRetour(event)" oncontextmenu="return surMenuCtxt(event)">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <script type="text/javascript" src="../scripts/actionsGen.js"> </script>
-    <script type="text/javascript" src="../scripts/lms/planLMS.js"> </script>
-    <script type="text/javascript" src="../scripts/lms/sequence.js"> </script>
-	<link type="text/css" rel="stylesheet" id="feuilleStylePlan"/>
-  </head>
-  <body onload="initPlanLMS()" id="corpsPlanLMS" class="STY_fondPlanLMS">
-  </body>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+    <script type="text/javascript" src="../scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../scripts/lms/planLMS.js"></script>
+    <script type="text/javascript" src="../scripts/lms/sequence.js"></script>
+    <link type="text/css" rel="stylesheet" id="feuilleStylePlan"/>
+</head>
+<body onload="initPlanLMS()" id="corpsPlanLMS" class="STY_fondPlanLMS">
+</body>
 </html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/MosMtr/gen/redirect.xsl b/Basilisk/MACAO/macao_3/MosMtr/gen/redirect.xsl
index 159d4876604cfd36c1d4689a8288c4a77b8d0171..ebdf0811a68fb0a1a1c97bdad2dc9a274bae89ab 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/gen/redirect.xsl
+++ b/Basilisk/MACAO/macao_3/MosMtr/gen/redirect.xsl
@@ -1 +1,12 @@
-<?xml version="1.0" ?><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:template match="/"><html><head><meta http-equiv="refresh" content="0;url=/notfound.html"/><script>function redir(){window.location.replace("/notfound.html");}</script></head><body onload="redir()"></body></html></xsl:template></xsl:stylesheet>
+<?xml version="1.0" ?>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+    <xsl:template match="/">
+        <html>
+            <head>
+                <meta http-equiv="refresh" content="0;url=/notfound.html"/>
+                <script>function redir(){window.location.replace("/notfound.html");}</script>
+            </head>
+            <body onload="redir()"></body>
+        </html>
+    </xsl:template>
+</xsl:stylesheet>
diff --git a/Basilisk/MACAO/macao_3/MosMtr/gen/tempsMax.htm b/Basilisk/MACAO/macao_3/MosMtr/gen/tempsMax.htm
index 0bea491d625ffe7f961efb19c39d414f9905fdb2..20c9e7c0deac3af3d2842258f1130f609e1cb84d 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/gen/tempsMax.htm
+++ b/Basilisk/MACAO/macao_3/MosMtr/gen/tempsMax.htm
@@ -1,37 +1,50 @@
 <html oncontextmenu="return false">
 <head>
-<title>&#160;</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-<style>
-body {background-color:#E7E7E4;cursor:default;font:13px Tahoma,Geneva,Arial;margin:20px}
-a:hover{text-decoration:none}
-</style>
-<script>
-var resterPossible=true;
-function initTM(){
-	document.title=window.opener.donneLex(85);
-	setTimeout("finChoixTM()",90000);	
-}
-function finChoixTM(){
-	window.opener.navRequest("suspendAll");
-	resterPossible=false;
-	window.close();	
-}
-function rester(){
-	if (resterPossible){
-		resterPossible=false;
-		window.opener.setTimeout("finTempsAffichage()",window.opener.parent.oSco.maxTempsPage*60000);
-		window.close();
-	}
-}
-</script>
+    <title>&#160;</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+    <style>
+        body {
+            background-color: #E7E7E4;
+            cursor: default;
+            font: 13px Tahoma, Geneva, Arial;
+            margin: 20px
+        }
+
+        a:hover {
+            text-decoration: none
+        }
+    </style>
+    <script>
+        var resterPossible = true;
+
+        function initTM() {
+            document.title = window.opener.donneLex(85);
+            setTimeout("finChoixTM()", 90000);
+        }
+
+        function finChoixTM() {
+            window.opener.navRequest("suspendAll");
+            resterPossible = false;
+            window.close();
+        }
+
+        function rester() {
+            if (resterPossible) {
+                resterPossible = false;
+                window.opener.setTimeout("finTempsAffichage()", window.opener.parent.oSco.maxTempsPage * 60000);
+                window.close();
+            }
+        }
+    </script>
 </head>
 
 <body onload="initTM()" onunload="rester()">
 <script>document.write(window.opener.donneLex(86))</script>
 <br/>
 <br/>
-<a href="javascript:rester()"><script>document.write(window.opener.donneLex(87))</script></a></li>
+<a href="javascript:rester()">
+    <script>document.write(window.opener.donneLex(87))</script>
+</a></li>
 <br/><br/>
 <script>document.write(window.opener.donneLex(88))</script>
 
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/langue/lexiqueSCO.xml b/Basilisk/MACAO/macao_3/MosMtr/ressources/langue/lexiqueSCO.xml
index 8a89eb38c57faa44377633ab4ce1e9444bb68c3a..c3e7d70f0bb58a44eb03473934d97befba0b1b51 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/langue/lexiqueSCO.xml
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/langue/lexiqueSCO.xml
@@ -1 +1,71 @@
-<lexique><lex id="0">Module</lex><lex id="1">Votre meilleur score</lex><lex id="2">Résultat de la recherche</lex><lex id="3">Question</lex><lex id="4">Ouvrir le glossaire</lex><lex id="5">Glossaire</lex><lex id="6">Page suivante</lex><lex id="7">Page précedente</lex><lex id="8">Quitter</lex><lex id="9">Sommaire</lex><lex id="10">Suggestion</lex><lex id="11">Initialiser</lex><lex id="12">Retour</lex><lex id="13">Valider</lex><lex id="14">Rechercher</lex><lex id="15">Plan</lex><lex id="16">Rechercher une page :</lex><lex id="17">Mis à jour le</lex><lex id="18">Développer tout</lex><lex id="19">Réduire tout</lex><lex id="20">Synchroniser</lex><lex id="21">Quitter l'évaluation en cours ?</lex><lex id="22">Consigne</lex><lex id="23">Solution</lex><lex id="24">Index</lex><lex id="25">Fermer</lex><lex id="26">Cours</lex><lex id="27">Exercice</lex><lex id="28">Documents</lex><lex id="29">Menu</lex><lex id="30">Print</lex><lex id="31">Résultats</lex><lex id="32">Score</lex><lex id="33">Taux de réussite</lex><lex id="34">Taux requis pour valider</lex><lex id="35">Score atteint</lex><lex id="36">A4 Paysage</lex><lex id="37">A4 Portrait</lex><lex id="38">Aller à la page courante</lex><lex id="39">Retour au sommaire</lex><lex id="40">Félicitations !</lex><lex id="41">Imprimez votre diplôme</lex><lex id="42">Diplôme</lex><lex id="43">Modifier le nom</lex><lex id="44">Entrez le nouveau nom :</lex><lex id="45">le</lex><lex id="46">Cliquez pour continuer</lex><lex id="47">a validé l'évaluation</lex><lex id="48">comptant pour la formation</lex><lex id="49">A5 Portrait</lex><lex id="50">A5 Paysage</lex><lex id="51">Evaluation</lex><lex id="52">Uniquement le mot complet</lex><lex id="53">Afficher le plan</lex><lex id="54">Masquer le plan</lex><lex id="55">Etape</lex><lex id="56">Commentaires :</lex><lex id="57">Suggestions :</lex><lex id="58">Commentaire</lex><lex id="59">Show me the answer</lex><lex id="60">Plein écran</lex><lex id="61"> :</lex><lex id="62">Voir mes réponses</lex><lex id="63">Vous avez dépassé le temps imparti !</lex><lex id="64">Bloc-notes</lex><lex id="65">Page</lex><lex id="66">a validé la formation</lex><lex id="67">Suivant</lex><lex id="68">Précédent</lex></lexique>
\ No newline at end of file
+<lexique>
+    <lex id="0">Module</lex>
+    <lex id="1">Votre meilleur score</lex>
+    <lex id="2">Résultat de la recherche</lex>
+    <lex id="3">Question</lex>
+    <lex id="4">Ouvrir le glossaire</lex>
+    <lex id="5">Glossaire</lex>
+    <lex id="6">Page suivante</lex>
+    <lex id="7">Page précedente</lex>
+    <lex id="8">Quitter</lex>
+    <lex id="9">Sommaire</lex>
+    <lex id="10">Suggestion</lex>
+    <lex id="11">Initialiser</lex>
+    <lex id="12">Retour</lex>
+    <lex id="13">Valider</lex>
+    <lex id="14">Rechercher</lex>
+    <lex id="15">Plan</lex>
+    <lex id="16">Rechercher une page :</lex>
+    <lex id="17">Mis à jour le</lex>
+    <lex id="18">Développer tout</lex>
+    <lex id="19">Réduire tout</lex>
+    <lex id="20">Synchroniser</lex>
+    <lex id="21">Quitter l'évaluation en cours ?</lex>
+    <lex id="22">Consigne</lex>
+    <lex id="23">Solution</lex>
+    <lex id="24">Index</lex>
+    <lex id="25">Fermer</lex>
+    <lex id="26">Cours</lex>
+    <lex id="27">Exercice</lex>
+    <lex id="28">Documents</lex>
+    <lex id="29">Menu</lex>
+    <lex id="30">Print</lex>
+    <lex id="31">Résultats</lex>
+    <lex id="32">Score</lex>
+    <lex id="33">Taux de réussite</lex>
+    <lex id="34">Taux requis pour valider</lex>
+    <lex id="35">Score atteint</lex>
+    <lex id="36">A4 Paysage</lex>
+    <lex id="37">A4 Portrait</lex>
+    <lex id="38">Aller à la page courante</lex>
+    <lex id="39">Retour au sommaire</lex>
+    <lex id="40">Félicitations !</lex>
+    <lex id="41">Imprimez votre diplôme</lex>
+    <lex id="42">Diplôme</lex>
+    <lex id="43">Modifier le nom</lex>
+    <lex id="44">Entrez le nouveau nom :</lex>
+    <lex id="45">le</lex>
+    <lex id="46">Cliquez pour continuer</lex>
+    <lex id="47">a validé l'évaluation</lex>
+    <lex id="48">comptant pour la formation</lex>
+    <lex id="49">A5 Portrait</lex>
+    <lex id="50">A5 Paysage</lex>
+    <lex id="51">Evaluation</lex>
+    <lex id="52">Uniquement le mot complet</lex>
+    <lex id="53">Afficher le plan</lex>
+    <lex id="54">Masquer le plan</lex>
+    <lex id="55">Etape</lex>
+    <lex id="56">Commentaires :</lex>
+    <lex id="57">Suggestions :</lex>
+    <lex id="58">Commentaire</lex>
+    <lex id="59">Show me the answer</lex>
+    <lex id="60">Plein écran</lex>
+    <lex id="61"> :</lex>
+    <lex id="62">Voir mes réponses</lex>
+    <lex id="63">Vous avez dépassé le temps imparti !</lex>
+    <lex id="64">Bloc-notes</lex>
+    <lex id="65">Page</lex>
+    <lex id="66">a validé la formation</lex>
+    <lex id="67">Suivant</lex>
+    <lex id="68">Précédent</lex>
+</lexique>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/COURS2.css b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/COURS2.css
index 48fdd8b13e9ddca43ff87db7ff1e425a3fc21c05..d3eb7840b065a35907083a83c95469cf8185a8cc 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/COURS2.css
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/COURS2.css
@@ -1,4 +1,15 @@
-.STY_lienBulle1{color:#8c9b60;}
-.STY_fond{background-image:url(../media/fond_macao32.jpg);}
-a{color:#8c9b60;}
-.STY_titrePage{font-size:11px;}
+.STY_lienBulle1 {
+    color: #8c9b60;
+}
+
+.STY_fond {
+    background-image: url(../media/fond_macao32.jpg);
+}
+
+a {
+    color: #8c9b60;
+}
+
+.STY_titrePage {
+    font-size: 11px;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/diplome.css b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/diplome.css
index ca091d711a695436a443dac466cf98efdff4bdf7..bb7bd3bf6accdbdf2f7a65417e131cf40e8bb592 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/diplome.css
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/diplome.css
@@ -1,14 +1,79 @@
-.STY_fondDiplome{font-size:13px;font-family:Verdana;background-color:#ffffff;padding-left:30px;padding-right:30px;padding-bottom:30px;padding-top:30px;}
-.STY_titreDIPL{display:inline;font-weight:bold;font-size:18px;padding-left:8px;color:#000000;}
-.STY_libelleDIPL{display:block;height:200px;margin-top:45px;line-height:28px;text-align:center;}
-.STY_nomUtilDIPL{display:inline;font-weight:bold;}
-.STY_nomEtapeDIPL{display:inline;font-style:italic;font-weight:bold;}
-.STY_titreFormationDIPL{display:inline;font-style:italic;}
-.STY_dateCouranteDIPL{display:inline;}
-.STY_scoreAtteintDIPL{display:inline;}
-.STY_scoreTotalDIPL{display:inline;}
-.STY_pourcentAtteintDIPL{display:inline;}
-.STY_idUtilDIPL{display:inline;}
-.STY_zoneNonImprimDIPL{font-size:11px;position:absolute;left:60%;width:38%;top:5px;height:10px;text-align:right;}
-a:hover{text-decoration:none;}
-a{color:#8c9b60;}
+.STY_fondDiplome {
+    font-size: 13px;
+    font-family: Verdana;
+    background-color: #ffffff;
+    padding-left: 30px;
+    padding-right: 30px;
+    padding-bottom: 30px;
+    padding-top: 30px;
+}
+
+.STY_titreDIPL {
+    display: inline;
+    font-weight: bold;
+    font-size: 18px;
+    padding-left: 8px;
+    color: #000000;
+}
+
+.STY_libelleDIPL {
+    display: block;
+    height: 200px;
+    margin-top: 45px;
+    line-height: 28px;
+    text-align: center;
+}
+
+.STY_nomUtilDIPL {
+    display: inline;
+    font-weight: bold;
+}
+
+.STY_nomEtapeDIPL {
+    display: inline;
+    font-style: italic;
+    font-weight: bold;
+}
+
+.STY_titreFormationDIPL {
+    display: inline;
+    font-style: italic;
+}
+
+.STY_dateCouranteDIPL {
+    display: inline;
+}
+
+.STY_scoreAtteintDIPL {
+    display: inline;
+}
+
+.STY_scoreTotalDIPL {
+    display: inline;
+}
+
+.STY_pourcentAtteintDIPL {
+    display: inline;
+}
+
+.STY_idUtilDIPL {
+    display: inline;
+}
+
+.STY_zoneNonImprimDIPL {
+    font-size: 11px;
+    position: absolute;
+    left: 60%;
+    width: 38%;
+    top: 5px;
+    height: 10px;
+    text-align: right;
+}
+
+a:hover {
+    text-decoration: none;
+}
+
+a {
+    color: #8c9b60;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/document.css b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/document.css
index 1352413b6fbecad141a6e50184b46ba31dc8736d..0aebe86e565f3ff0a110fcacbc4d459aa28e6424 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/document.css
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/document.css
@@ -1,10 +1,77 @@
-.STY_fondDocument{font-family:Verdana;font-size:13px;color:#000000;background-color:#ecf0d7;margin-left:0px;margin-right:0px;margin-bottom:0px;margin-top:0px;}
-.STY_zoneTitreDoc{margin-left:25px;margin-right:30px;margin-top:20px;margin-bottom:20px;color:#a60a69;}
-.STY_titreDoc{display:inline;padding-left:4px;font-size:11px;font-family:Verdana;color:#a60a69;font-weight:bold;text-align:left;vertical-align:middle;}
-.STY_texteDoc{margin-right:30px;margin-top:10px;font-family:Verdana;margin-left:25px;height:229px;font-size:10px;color:#000000;font-weight:normal;text-align:left;}
-.STY_sousTitreDoc{margin-top:6px;font-family:Verdana;color:#000000;font-size:11px;font-weight:normal;text-align:left;vertical-align:middle;}
-.STY_zoneImprimerDoc{height:10px;background-position-x:right;font-size:11px;text-align:right;padding-top:1px;padding-right:5px;color:#a60a69;}
-a:hover{text-decoration:none;}
-a{color:#8c9b60;}
-.STY_titreFormationDoc{color:#a60a69;}
-.STY_nomModuleDoc{color:#a60a69;}
+.STY_fondDocument {
+    font-family: Verdana;
+    font-size: 13px;
+    color: #000000;
+    background-color: #ecf0d7;
+    margin-left: 0px;
+    margin-right: 0px;
+    margin-bottom: 0px;
+    margin-top: 0px;
+}
+
+.STY_zoneTitreDoc {
+    margin-left: 25px;
+    margin-right: 30px;
+    margin-top: 20px;
+    margin-bottom: 20px;
+    color: #a60a69;
+}
+
+.STY_titreDoc {
+    display: inline;
+    padding-left: 4px;
+    font-size: 11px;
+    font-family: Verdana;
+    color: #a60a69;
+    font-weight: bold;
+    text-align: left;
+    vertical-align: middle;
+}
+
+.STY_texteDoc {
+    margin-right: 30px;
+    margin-top: 10px;
+    font-family: Verdana;
+    margin-left: 25px;
+    height: 229px;
+    font-size: 10px;
+    color: #000000;
+    font-weight: normal;
+    text-align: left;
+}
+
+.STY_sousTitreDoc {
+    margin-top: 6px;
+    font-family: Verdana;
+    color: #000000;
+    font-size: 11px;
+    font-weight: normal;
+    text-align: left;
+    vertical-align: middle;
+}
+
+.STY_zoneImprimerDoc {
+    height: 10px;
+    background-position-x: right;
+    font-size: 11px;
+    text-align: right;
+    padding-top: 1px;
+    padding-right: 5px;
+    color: #a60a69;
+}
+
+a:hover {
+    text-decoration: none;
+}
+
+a {
+    color: #8c9b60;
+}
+
+.STY_titreFormationDoc {
+    color: #a60a69;
+}
+
+.STY_nomModuleDoc {
+    color: #a60a69;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/exercice.css b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/exercice.css
index c97b94c755fea5127f704a23ed0593a89caa518d..c21ff2e45dc361d1ba86c76f180468b76457cc6e 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/exercice.css
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/exercice.css
@@ -1,49 +1,533 @@
-.STY_zoneExercice{position:absolute;left:15px;z-index:5;width:520px;top:35px;overflow:auto;height:445px;}
-.STY_question{font-weight:normal;color:#000080;font-size:10px;left:1px;top:1px;width:500px;position:relative;overflow:auto;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#f6efef;scrollbar-face-color:#c0c0c0;font-family:Verdana;text-align:left;height:100px;}
-.STY_texteQC{font-weight:normal;color:#000000;font-family:Verdana;font-size:10px;left:1px;width:510px;position:relative;overflow:auto;z-index:5;scrollbar-face-color:#c0c0c0;scrollbar-base-color:#f6efef;scrollbar-arrow-color:#3366ff;text-align:left;top:1px;height:320px;}
-.STY_bordureQC{font-weight:normal;font-size:10px;padding-left:5px;padding-right:5px;padding-bottom:5px;padding-top:5px;}
-.STY_bordureQCDessus{border-left-width:2px;border-left-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-top-color:#ffffff;border-right-width:2px;border-bottom-width:2px;border-top-width:2px;border-style:solid;font-weight:bold;padding-left:3px;padding-right:3px;padding-bottom:3px;padding-top:3px;}
-.STY_reponseQCSel{color:#000080;padding-left:2px;}
-.STY_listeQC{margin-left:50px;margin-top:10px;line-height:27px;}
-.STY_reponseQCDessus{color:#F99061;cursor:pointer;padding-left:2px;}
-.STY_texteQM{color:#000000;font-family:Verdana;font-size:10px;font-weight:normal;left:1px;position:relative;top:1px;width:510px;overflow:auto;height:320px;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#f6efef;scrollbar-face-color:#c0c0c0;text-align:left;z-index:5;}
-.STY_tableauQM{font-size:10px;margin-left:3px;margin-right:3px;margin-top:3px;margin-bottom:5px;}
-.STY_coloneQM{font-size:11px;font-weight:bold;position:relative;height:20px;text-align:center;width:50px;padding-left:2px;padding-right:2px;}
-.STY_reponseQM{padding-bottom:2px;position:relative;padding-top:9px;height:40px;padding-left:3px;padding-right:3px;}
-.STY_champTAT{font-family:Verdana;vertical-align:middle;color:#000000;font-size:11px;}
-.STY_selectTAT{font-family:Verdana;vertical-align:middle;color:#000000;font-size:11px;}
-.STY_texteSEQ{margin-bottom:20px;background-position-x:center;background-position-y:bottom;padding-bottom:15px;padding-left:15px;text-align:center;margin-top:12px;font-weight:normal;padding-right:15px;padding-top:13px;font-family:Verdana;font-size:10px;color:#000000;}
-.STY_reponseSEQ{background-position-x:center;background-position-y:bottom;padding-bottom:15px;padding-left:15px;padding-right:15px;text-align:center;margin-top:40px;font-weight:normal;padding-top:13px;font-family:Verdana;font-size:10px;color:#000000;}
-.STY_objetSeq{padding-left:2px;padding-right:2px;padding-bottom:4px;padding-top:4px;}
-.STY_objetSeqDessus{padding-left:2px;padding-right:2px;padding-bottom:4px;padding-top:4px;cursor:pointer;color:#ffff40;}
-.STY_cible1{border-left-width:2px;border-right-width:2px;border-bottom-width:2px;border-top-width:2px;font-weight:bold;text-align:center;padding-left:5px;padding-right:5px;padding-bottom:5px;padding-top:5px;background-color:#404040;width:150px;height:100px;background-image:url(../media/fongd.jpg);color:#c0c0c0;border-style:inset;}
-.STY_mobile3{padding-left:2px;padding-right:2px;padding-bottom:2px;padding-top:2px;text-align:center;font-weight:bold;background-color:#ffffff;color:#000080;font-size:11px;border-left-width:1px;border-style:solid;border-left-color:#000080;border-right-color:#000080;border-bottom-color:#000080;border-top-color:#000080;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;}
-.STY_mobile1{color:#c00000;background-color:#d3d6dd;font-style:italic;font-family:'Comic Sans MS';font-size:15px;font-weight:bold;padding-right:2px;padding-bottom:2px;padding-top:2px;padding-left:3px;}
-.STY_borneMin0{border-left-width:2px;border-left-color:#202020;border-right-width:0px;border-top-width:0px;border-bottom-width:0px;height:16px;margin-top:7px;border-style:solid;}
-.STY_borneMax0{border-left-width:2px;border-left-color:#202020;border-right-width:0px;border-top-width:0px;border-bottom-width:0px;height:16px;margin-top:7px;border-style:solid;}
-.STY_legendeCURS_g{font-size:11px;position:absolute;top:28px;left:-10px;width:160px;}
-.STY_legendeCURS_d{font-size:11px;position:absolute;top:28px;left:82%;width:160px;}
-.STY_compteurCURS_0{font-family:'Courier New', Courier;text-align:center;position:absolute;left:40%;top:30px;color:#d3d6dd;font-size:11px;}
-.STY_compteurCURS_1{font-family:'Courier New', Courier;text-align:center;position:absolute;color:#d3d6dd;top:40%;left:40px;background-color:#000080;padding-left:1px;padding-right:1px;padding-bottom:1px;padding-top:1px;border-left-width:1px;border-left-color:#000000;border-right-color:#000000;border-bottom-color:#000000;border-top-color:#000000;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;border-style:solid;width:50px;font-size:11px;}
-.STY_legendeCURS_h{font-size:11px;position:absolute;left:35px;top:-6px;width:200px;}
-.STY_legendeCURS_b{font-size:11px;position:absolute;left:35px;width:200px;top:94%;}
-.STY_reponseQCSelDessus{cursor:pointer;padding-left:2px;}
-.STY_reponseQC{color:#000000;padding-left:2px;}
+.STY_zoneExercice {
+    position: absolute;
+    left: 15px;
+    z-index: 5;
+    width: 520px;
+    top: 35px;
+    overflow: auto;
+    height: 445px;
+}
+
+.STY_question {
+    font-weight: normal;
+    color: #000080;
+    font-size: 10px;
+    left: 1px;
+    top: 1px;
+    width: 500px;
+    position: relative;
+    overflow: auto;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #f6efef;
+    scrollbar-face-color: #c0c0c0;
+    font-family: Verdana;
+    text-align: left;
+    height: 100px;
+}
+
+.STY_texteQC {
+    font-weight: normal;
+    color: #000000;
+    font-family: Verdana;
+    font-size: 10px;
+    left: 1px;
+    width: 510px;
+    position: relative;
+    overflow: auto;
+    z-index: 5;
+    scrollbar-face-color: #c0c0c0;
+    scrollbar-base-color: #f6efef;
+    scrollbar-arrow-color: #3366ff;
+    text-align: left;
+    top: 1px;
+    height: 320px;
+}
+
+.STY_bordureQC {
+    font-weight: normal;
+    font-size: 10px;
+    padding-left: 5px;
+    padding-right: 5px;
+    padding-bottom: 5px;
+    padding-top: 5px;
+}
+
+.STY_bordureQCDessus {
+    border-left-width: 2px;
+    border-left-color: #ffffff;
+    border-right-color: #ffffff;
+    border-bottom-color: #ffffff;
+    border-top-color: #ffffff;
+    border-right-width: 2px;
+    border-bottom-width: 2px;
+    border-top-width: 2px;
+    border-style: solid;
+    font-weight: bold;
+    padding-left: 3px;
+    padding-right: 3px;
+    padding-bottom: 3px;
+    padding-top: 3px;
+}
+
+.STY_reponseQCSel {
+    color: #000080;
+    padding-left: 2px;
+}
+
+.STY_listeQC {
+    margin-left: 50px;
+    margin-top: 10px;
+    line-height: 27px;
+}
+
+.STY_reponseQCDessus {
+    color: #F99061;
+    cursor: pointer;
+    padding-left: 2px;
+}
+
+.STY_texteQM {
+    color: #000000;
+    font-family: Verdana;
+    font-size: 10px;
+    font-weight: normal;
+    left: 1px;
+    position: relative;
+    top: 1px;
+    width: 510px;
+    overflow: auto;
+    height: 320px;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #f6efef;
+    scrollbar-face-color: #c0c0c0;
+    text-align: left;
+    z-index: 5;
+}
+
+.STY_tableauQM {
+    font-size: 10px;
+    margin-left: 3px;
+    margin-right: 3px;
+    margin-top: 3px;
+    margin-bottom: 5px;
+}
+
+.STY_coloneQM {
+    font-size: 11px;
+    font-weight: bold;
+    position: relative;
+    height: 20px;
+    text-align: center;
+    width: 50px;
+    padding-left: 2px;
+    padding-right: 2px;
+}
+
+.STY_reponseQM {
+    padding-bottom: 2px;
+    position: relative;
+    padding-top: 9px;
+    height: 40px;
+    padding-left: 3px;
+    padding-right: 3px;
+}
+
+.STY_champTAT {
+    font-family: Verdana;
+    vertical-align: middle;
+    color: #000000;
+    font-size: 11px;
+}
+
+.STY_selectTAT {
+    font-family: Verdana;
+    vertical-align: middle;
+    color: #000000;
+    font-size: 11px;
+}
+
+.STY_texteSEQ {
+    margin-bottom: 20px;
+    background-position-x: center;
+    background-position-y: bottom;
+    padding-bottom: 15px;
+    padding-left: 15px;
+    text-align: center;
+    margin-top: 12px;
+    font-weight: normal;
+    padding-right: 15px;
+    padding-top: 13px;
+    font-family: Verdana;
+    font-size: 10px;
+    color: #000000;
+}
+
+.STY_reponseSEQ {
+    background-position-x: center;
+    background-position-y: bottom;
+    padding-bottom: 15px;
+    padding-left: 15px;
+    padding-right: 15px;
+    text-align: center;
+    margin-top: 40px;
+    font-weight: normal;
+    padding-top: 13px;
+    font-family: Verdana;
+    font-size: 10px;
+    color: #000000;
+}
+
+.STY_objetSeq {
+    padding-left: 2px;
+    padding-right: 2px;
+    padding-bottom: 4px;
+    padding-top: 4px;
+}
+
+.STY_objetSeqDessus {
+    padding-left: 2px;
+    padding-right: 2px;
+    padding-bottom: 4px;
+    padding-top: 4px;
+    cursor: pointer;
+    color: #ffff40;
+}
+
+.STY_cible1 {
+    border-left-width: 2px;
+    border-right-width: 2px;
+    border-bottom-width: 2px;
+    border-top-width: 2px;
+    font-weight: bold;
+    text-align: center;
+    padding-left: 5px;
+    padding-right: 5px;
+    padding-bottom: 5px;
+    padding-top: 5px;
+    background-color: #404040;
+    width: 150px;
+    height: 100px;
+    background-image: url(../media/fongd.jpg);
+    color: #c0c0c0;
+    border-style: inset;
+}
+
+.STY_mobile3 {
+    padding-left: 2px;
+    padding-right: 2px;
+    padding-bottom: 2px;
+    padding-top: 2px;
+    text-align: center;
+    font-weight: bold;
+    background-color: #ffffff;
+    color: #000080;
+    font-size: 11px;
+    border-left-width: 1px;
+    border-style: solid;
+    border-left-color: #000080;
+    border-right-color: #000080;
+    border-bottom-color: #000080;
+    border-top-color: #000080;
+    border-right-width: 1px;
+    border-bottom-width: 1px;
+    border-top-width: 1px;
+}
+
+.STY_mobile1 {
+    color: #c00000;
+    background-color: #d3d6dd;
+    font-style: italic;
+    font-family: 'Comic Sans MS';
+    font-size: 15px;
+    font-weight: bold;
+    padding-right: 2px;
+    padding-bottom: 2px;
+    padding-top: 2px;
+    padding-left: 3px;
+}
+
+.STY_borneMin0 {
+    border-left-width: 2px;
+    border-left-color: #202020;
+    border-right-width: 0px;
+    border-top-width: 0px;
+    border-bottom-width: 0px;
+    height: 16px;
+    margin-top: 7px;
+    border-style: solid;
+}
+
+.STY_borneMax0 {
+    border-left-width: 2px;
+    border-left-color: #202020;
+    border-right-width: 0px;
+    border-top-width: 0px;
+    border-bottom-width: 0px;
+    height: 16px;
+    margin-top: 7px;
+    border-style: solid;
+}
+
+.STY_legendeCURS_g {
+    font-size: 11px;
+    position: absolute;
+    top: 28px;
+    left: -10px;
+    width: 160px;
+}
+
+.STY_legendeCURS_d {
+    font-size: 11px;
+    position: absolute;
+    top: 28px;
+    left: 82%;
+    width: 160px;
+}
+
+.STY_compteurCURS_0 {
+    font-family: 'Courier New', Courier;
+    text-align: center;
+    position: absolute;
+    left: 40%;
+    top: 30px;
+    color: #d3d6dd;
+    font-size: 11px;
+}
+
+.STY_compteurCURS_1 {
+    font-family: 'Courier New', Courier;
+    text-align: center;
+    position: absolute;
+    color: #d3d6dd;
+    top: 40%;
+    left: 40px;
+    background-color: #000080;
+    padding-left: 1px;
+    padding-right: 1px;
+    padding-bottom: 1px;
+    padding-top: 1px;
+    border-left-width: 1px;
+    border-left-color: #000000;
+    border-right-color: #000000;
+    border-bottom-color: #000000;
+    border-top-color: #000000;
+    border-right-width: 1px;
+    border-bottom-width: 1px;
+    border-top-width: 1px;
+    border-style: solid;
+    width: 50px;
+    font-size: 11px;
+}
+
+.STY_legendeCURS_h {
+    font-size: 11px;
+    position: absolute;
+    left: 35px;
+    top: -6px;
+    width: 200px;
+}
+
+.STY_legendeCURS_b {
+    font-size: 11px;
+    position: absolute;
+    left: 35px;
+    width: 200px;
+    top: 94%;
+}
+
+.STY_reponseQCSelDessus {
+    cursor: pointer;
+    padding-left: 2px;
+}
+
+.STY_reponseQC {
+    color: #000000;
+    padding-left: 2px;
+}
+
 /*.STY_zoneSuccesExo{position:absolute;width:11%;height:19%;left:85%;top:16%;}
 .STY_zoneEchecExo{position:absolute;width:11%;height:19%;left:85%;top:16%;font-size:10px;}*/
-.STY_zoneVoirSolutions{position:relative;font-size:10px;top:60px;left:545px;font-family:Verdana;text-align:left;font-weight:bold;width:200px;height:350px;overflow:auto;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#f6efef;scrollbar-face-color:#c0c0c0;}
-.STY_zoneVoirMesReponses{position:absolute;font-size:13px;top:8%;padding-top:9px;left:80%;visibility:hidden;}
-.STY_texteTAT{font-size:10px;position:relative;font-family:Verdana;color:#000000;font-weight:normal;left:1px;top:1px;width:510px;height:320px;overflow:auto;scrollbar-face-color:#c0c0c0;scrollbar-base-color:#f6efef;scrollbar-arrow-color:#3366ff;text-align:left;z-index:5;}
-.STY_texteEXP{position:relative;height:320px;width:510px;top:1px;left:1px;overflow:auto;font-family:Verdana;font-size:10px;font-weight:normal;color:#000000;text-align:left;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#f6efef;scrollbar-face-color:#c0c0c0;}
-.STY_zoneSEQH{font-family:Verdana;font-size:10px;font-weight:normal;color:#000000;text-align:left;left:1px;position:relative;width:500px;overflow:auto;}
-.STY_zoneSEQV{left:1px;position:relative;top:1px;width:500px;overflow:auto;font-family:Verdana;font-size:10px;font-weight:normal;color:#000000;text-align:left;}
-.STY_texteSEQV{text-align:left;padding-right:12px;font-weight:normal;font-family:Verdana;font-size:10px;color:#000000;width:200px;}
-.STY_reponseSEQV{font-weight:normal;font-family:Verdana;color:#000000;font-size:10px;text-align:left;width:200px;}
-.STY_zoneTitre{font-size:11px;}
-.STY_contenuCommentaire{width:200px;left:1px;top:1px;height:400px;position:relative;overflow:auto;font-family:Verdana;color:#000000;font-size:10px;font-weight:normal;text-align:left;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#f6efef;scrollbar-face-color:#c0c0c0;}
-.STY_zoneCommentaire{left:545px;position:absolute;top:35px;width:230px;overflow:auto;height:430px;font-size:10px;color:#000000;font-family:Verdana;font-weight:normal;text-align:left;}
-.STY_texteGD{font-family:Verdana;font-size:10px;font-weight:normal;color:#000000;text-align:left;left:1px;position:relative;top:1px;width:510px;overflow:auto;height:320px;scrollbar-face-color:#c0c0c0;scrollbar-base-color:#f6efef;scrollbar-arrow-color:#3366ff;}
-.STY_texteCURS{font-family:Verdana;font-size:10px;font-weight:normal;color:#000000;text-align:left;left:1px;position:relative;top:1px;width:510px;height:320px;overflow:auto;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#f6efef;scrollbar-face-color:#c0c0c0;}
-.STY_fond{background-image:url(../media/fond_macao32.jpg);}
-a{color:#8c9b60;}
-.STY_titrePage{font-size:11px;}
+.STY_zoneVoirSolutions {
+    position: relative;
+    font-size: 10px;
+    top: 60px;
+    left: 545px;
+    font-family: Verdana;
+    text-align: left;
+    font-weight: bold;
+    width: 200px;
+    height: 350px;
+    overflow: auto;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #f6efef;
+    scrollbar-face-color: #c0c0c0;
+}
+
+.STY_zoneVoirMesReponses {
+    position: absolute;
+    font-size: 13px;
+    top: 8%;
+    padding-top: 9px;
+    left: 80%;
+    visibility: hidden;
+}
+
+.STY_texteTAT {
+    font-size: 10px;
+    position: relative;
+    font-family: Verdana;
+    color: #000000;
+    font-weight: normal;
+    left: 1px;
+    top: 1px;
+    width: 510px;
+    height: 320px;
+    overflow: auto;
+    scrollbar-face-color: #c0c0c0;
+    scrollbar-base-color: #f6efef;
+    scrollbar-arrow-color: #3366ff;
+    text-align: left;
+    z-index: 5;
+}
+
+.STY_texteEXP {
+    position: relative;
+    height: 320px;
+    width: 510px;
+    top: 1px;
+    left: 1px;
+    overflow: auto;
+    font-family: Verdana;
+    font-size: 10px;
+    font-weight: normal;
+    color: #000000;
+    text-align: left;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #f6efef;
+    scrollbar-face-color: #c0c0c0;
+}
+
+.STY_zoneSEQH {
+    font-family: Verdana;
+    font-size: 10px;
+    font-weight: normal;
+    color: #000000;
+    text-align: left;
+    left: 1px;
+    position: relative;
+    width: 500px;
+    overflow: auto;
+}
+
+.STY_zoneSEQV {
+    left: 1px;
+    position: relative;
+    top: 1px;
+    width: 500px;
+    overflow: auto;
+    font-family: Verdana;
+    font-size: 10px;
+    font-weight: normal;
+    color: #000000;
+    text-align: left;
+}
+
+.STY_texteSEQV {
+    text-align: left;
+    padding-right: 12px;
+    font-weight: normal;
+    font-family: Verdana;
+    font-size: 10px;
+    color: #000000;
+    width: 200px;
+}
+
+.STY_reponseSEQV {
+    font-weight: normal;
+    font-family: Verdana;
+    color: #000000;
+    font-size: 10px;
+    text-align: left;
+    width: 200px;
+}
+
+.STY_zoneTitre {
+    font-size: 11px;
+}
+
+.STY_contenuCommentaire {
+    width: 200px;
+    left: 1px;
+    top: 1px;
+    height: 400px;
+    position: relative;
+    overflow: auto;
+    font-family: Verdana;
+    color: #000000;
+    font-size: 10px;
+    font-weight: normal;
+    text-align: left;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #f6efef;
+    scrollbar-face-color: #c0c0c0;
+}
+
+.STY_zoneCommentaire {
+    left: 545px;
+    position: absolute;
+    top: 35px;
+    width: 230px;
+    overflow: auto;
+    height: 430px;
+    font-size: 10px;
+    color: #000000;
+    font-family: Verdana;
+    font-weight: normal;
+    text-align: left;
+}
+
+.STY_texteGD {
+    font-family: Verdana;
+    font-size: 10px;
+    font-weight: normal;
+    color: #000000;
+    text-align: left;
+    left: 1px;
+    position: relative;
+    top: 1px;
+    width: 510px;
+    overflow: auto;
+    height: 320px;
+    scrollbar-face-color: #c0c0c0;
+    scrollbar-base-color: #f6efef;
+    scrollbar-arrow-color: #3366ff;
+}
+
+.STY_texteCURS {
+    font-family: Verdana;
+    font-size: 10px;
+    font-weight: normal;
+    color: #000000;
+    text-align: left;
+    left: 1px;
+    position: relative;
+    top: 1px;
+    width: 510px;
+    height: 320px;
+    overflow: auto;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #f6efef;
+    scrollbar-face-color: #c0c0c0;
+}
+
+.STY_fond {
+    background-image: url(../media/fond_macao32.jpg);
+}
+
+a {
+    color: #8c9b60;
+}
+
+.STY_titrePage {
+    font-size: 11px;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/general.css b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/general.css
index 2486dd840fd91031d56f0cec2c7ad08d0f7c0c37..d458dcc18e42c5eaab5c00fd930ab203dadcae14 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/general.css
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/general.css
@@ -1,49 +1,447 @@
-.STY_fond{background:#E8F0D8 url(../media/fond_macao32.jpg) no-repeat;font:10px Verdana;border-left:1px solid #000000;width:100%;border-top-width:0px;border-bottom-width:0px;border-right-width:0px;color:#000000;cursor:default;}
-.STY_fondEditGTR{font-family:Verdana;font-size:10px;background-color:#FFFFFF;color:#000000;}
-.STY_zoneCours{width:520px;height:445px;top:35px;left:15px;z-index:5;font-size:10px;font-family:Verdana;color:#000000;font-weight:normal;position:absolute;display:inline-block;}
-.STY_texteCours{color:#000080;font-family:Verdana;font-size:10px;padding-left:2px;padding-right:2px;padding-bottom:2px;padding-top:2px;font-weight:normal;left:1px;top:1px;width:515px;scrollbar-face-color:#c0c0c0;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#F6EFEF;overflow:auto;position:absolute;display:inline-block;z-index:20;height:440px;text-align:left;}
-.STY_titrePage{font-family:Verdana;font-size:11px;display:inline;font-weight:bold;text-decoration:none;text-align:right;vertical-align:top;color:#000080;}
-.STY_menuPages{position:absolute;font-size:10px;padding-right:2px;padding-top:2px;padding-bottom:2px;height:47px;display:none;left:545px;width:220px;padding-left:5px;z-index:51;top:30px;border-right-width:2px;border-bottom-width:2px;border-top-width:2px;color:#000080;opacite:90;moz-opacity:0.90;font-family:Verdana;font-style:normal;text-align:left;}
-.STY_itemMenuPagesCourant{color:#000080;padding-left:2px;padding-right:2px;padding-top:2px;padding-bottom:2px;}
-.STY_itemMenuPagesDessus{cursor:pointer;padding-right:1px;padding-bottom:1px;padding-top:1px;padding-left:2px;border-left-width:1px;background-color:#CDC8C6;border-style:solid;border-left-color:#CDC8C6;border-right-color:#CDC8C6;border-bottom-color:#CDC8C6;border-top-color:#CDC8C6;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;}
-a:hover{text-decoration:none;}
-.STY_zoneExploreDessus{font-size:11px;border-style:solid;border-right-color:#000080;border-bottom-color:#000080;border-top-color:#8080ff;border-left-color:#8080ff;border-right-width:2px;border-bottom-width:2px;border-left-width:1px;border-top-width:1px;overflow:hidden;}
-.STY_zoneCommentaire{position:absolute;z-index:5;color:#ffffff;padding-left:6px;height:430px;left:545px;width:215px;padding-right:6px;padding-bottom:6px;padding-top:6px;top:35px;overflow:auto;display:inline-block;border-style:none;}
-.STY_titreCommentaire{font-weight:bold;margin-bottom:2px;color:#3366ff;display:none;font-size:10px;font-family:Verdana;text-align:left;}
-.STY_paraBasculeTitre{background-image:url(../media/bascf.jpg);font-size:11px;border-left-width:0px;border-right-width:0px;border-bottom-width:0px;border-top-width:0px;padding-left:3px;padding-top:3px;text-decoration:none;font-weight:bold;color:#000000;display:block;height:22px;}
-.STY_paraBasculeCorps{position:relative;margin-bottom:5px;margin-left:25px;margin-top:8px;}
-a.STY_paraBasculeTitre:visited{text-decoration:none;color:#000000;}
-a.STY_paraBasculeTitre:hover{color:#DBF99A;}
-.STY_contenuCommentaire{color:#000000;font-family:Verdana;font-size:10px;font-weight:normal;left:1px;top:1px;width:210px;height:420px;overflow:auto;position:absolute;scrollbar-arrow-color:#3366ff;scrollbar-base-color:#f6efef;scrollbar-face-color:#c0c0c0;text-align:left;}
-.STY_barreProgres{position:absolute;border-left-width:0px;border-right-width:0px;border-bottom-width:0px;border-top-width:0px;font-size:2px;z-index:20;height:2px;padding-left:2px;padding-top:1px;left:0px;top:35px;width:125px;}
-.STY_barreProgresJauge{background-repeat:repeat-x;border-left-width:0px;border-bottom-width:0px;border-top-width:0px;border-right-width:1px;border-style:solid;height:5px;border-right-color:#c0c0c0;background-image:url(../media/jaugea.jpg);color:#008080;}
-.STY_tableau{font-size:10px;color:#000000;}
-a:visited{color:#8c9b60;}
-a{color:#8c9b60;}
-.STY_boutonSuivant{position:absolute;top:3px;left:100px;}
-.STY_boutonValider{position:absolute;top:3px;left:68px;}
-.STY_boutonInit{position:absolute;top:3px;left:35px;}
-.STY_boutonPrecedent{top:3px;position:absolute;left:3px;}
-.STY_nomEtape{font-family:Verdana;color:#000080;font-size:11px;font-weight:normal;width:350px;display:inline-block;position:absolute;left:1px;top:3px;height:10px;text-align:left;}
-.STY_nomModule{display:inline;}
-.STY_itemMenuPages{background-color:#EEEEEE;display:block;padding-right:1px;padding-bottom:1px;padding-top:1px;padding-left:2px;border-left-width:1px;border-left-color:#d3d6dd;border-right-color:#d3d6dd;border-bottom-color:#d3d6dd;border-top-color:#d3d6dd;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;border-style:solid;width:99%;color:#000080;}
-.STY_fondComtGTR{background-color:#15304d;font-family:Verdana;color:#ffffff;font-size:11px}
-.STY_tableauComt{font-size:10px;}
-.STY_numeroPage{display:inline-block;font-family:Verdana;color:#000080;font-size:11px;font-weight:normal;left:360px;position:absolute;top:3px;width:10px;height:10px;text-align:left;}
-.STY_bulleCours1{background-image:url(../media/fmenup.jpg);color:#000000;background-color:#d3d6dd;padding-left:20px;padding-right:2px;padding-top:2px;padding-bottom:2px;background-repeat:repeat-y;font-size:11px;border-left-width:2px;border-right-width:2px;border-bottom-width:2px;border-top-width:2px;border-style:outset;}
-.STY_zoneExplore{font-size:11px;overflow:hidden;}
-a.STY_lienGlossaire:hover{color:#8c9b60;background-color:#ffff40;}
-a.STY_lienBulle1:visited{color:#8c9b60;}
-a.STY_lienBulle1:hover{color:#8c9b60;}
-li{margin-bottom:0.8em;}
-.STY_lienBulle1{color:#8c9b60;}
-.STY_bulleCours2{background-color:#ffff40;padding-left:2px;padding-right:2px;padding-bottom:2px;padding-top:2px;opacite:75;-moz-opacity:0.75;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);color:#000000;}
-.STY_fondDefautStg{background-repeat:no-repeat;font-family:Verdana;cursor:default;background-image:url(../media/fondbl5.jpg);color:#a60a69;font-size:11px;border-left-width:1px;border-left-color:#000000;border-right-width:0px;border-bottom-width:0px;border-style:solid;border-top-width:0px;background-color:#FFFFFF;width:100%;}
-.STY_zoneTitre{left:15px;position:absolute;top:1px;width:300px;height:10px;}
-.STY_imgApercuDefStg{background-color:#ffffff;}
-.STY_zoneLMSouLMSLocal{background-color:#ffffff;}.STY_titreFormJS{color:#a60a69;}
-.STY_lienComt{color:#8c9b60;}
-
-.STY_lienDansZoneComt{color:#8c9b60;}
-.STY_lienGlossaire{color:#8c9b60;}
-.STY_lienBulle2{color:#8c9b60;}
+.STY_fond {
+    background: #E8F0D8 url(../media/fond_macao32.jpg) no-repeat;
+    font: 10px Verdana;
+    border-left: 1px solid #000000;
+    width: 100%;
+    border-top-width: 0px;
+    border-bottom-width: 0px;
+    border-right-width: 0px;
+    color: #000000;
+    cursor: default;
+}
+
+.STY_fondEditGTR {
+    font-family: Verdana;
+    font-size: 10px;
+    background-color: #FFFFFF;
+    color: #000000;
+}
+
+.STY_zoneCours {
+    width: 520px;
+    height: 445px;
+    top: 35px;
+    left: 15px;
+    z-index: 5;
+    font-size: 10px;
+    font-family: Verdana;
+    color: #000000;
+    font-weight: normal;
+    position: absolute;
+    display: inline-block;
+}
+
+.STY_texteCours {
+    color: #000080;
+    font-family: Verdana;
+    font-size: 10px;
+    padding-left: 2px;
+    padding-right: 2px;
+    padding-bottom: 2px;
+    padding-top: 2px;
+    font-weight: normal;
+    left: 1px;
+    top: 1px;
+    width: 515px;
+    scrollbar-face-color: #c0c0c0;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #F6EFEF;
+    overflow: auto;
+    position: absolute;
+    display: inline-block;
+    z-index: 20;
+    height: 440px;
+    text-align: left;
+}
+
+.STY_titrePage {
+    font-family: Verdana;
+    font-size: 11px;
+    display: inline;
+    font-weight: bold;
+    text-decoration: none;
+    text-align: right;
+    vertical-align: top;
+    color: #000080;
+}
+
+.STY_menuPages {
+    position: absolute;
+    font-size: 10px;
+    padding-right: 2px;
+    padding-top: 2px;
+    padding-bottom: 2px;
+    height: 47px;
+    display: none;
+    left: 545px;
+    width: 220px;
+    padding-left: 5px;
+    z-index: 51;
+    top: 30px;
+    border-right-width: 2px;
+    border-bottom-width: 2px;
+    border-top-width: 2px;
+    color: #000080;
+    opacite: 90;
+    moz-opacity: 0.90;
+    font-family: Verdana;
+    font-style: normal;
+    text-align: left;
+}
+
+.STY_itemMenuPagesCourant {
+    color: #000080;
+    padding-left: 2px;
+    padding-right: 2px;
+    padding-top: 2px;
+    padding-bottom: 2px;
+}
+
+.STY_itemMenuPagesDessus {
+    cursor: pointer;
+    padding-right: 1px;
+    padding-bottom: 1px;
+    padding-top: 1px;
+    padding-left: 2px;
+    border-left-width: 1px;
+    background-color: #CDC8C6;
+    border-style: solid;
+    border-left-color: #CDC8C6;
+    border-right-color: #CDC8C6;
+    border-bottom-color: #CDC8C6;
+    border-top-color: #CDC8C6;
+    border-right-width: 1px;
+    border-bottom-width: 1px;
+    border-top-width: 1px;
+}
+
+a:hover {
+    text-decoration: none;
+}
+
+.STY_zoneExploreDessus {
+    font-size: 11px;
+    border-style: solid;
+    border-right-color: #000080;
+    border-bottom-color: #000080;
+    border-top-color: #8080ff;
+    border-left-color: #8080ff;
+    border-right-width: 2px;
+    border-bottom-width: 2px;
+    border-left-width: 1px;
+    border-top-width: 1px;
+    overflow: hidden;
+}
+
+.STY_zoneCommentaire {
+    position: absolute;
+    z-index: 5;
+    color: #ffffff;
+    padding-left: 6px;
+    height: 430px;
+    left: 545px;
+    width: 215px;
+    padding-right: 6px;
+    padding-bottom: 6px;
+    padding-top: 6px;
+    top: 35px;
+    overflow: auto;
+    display: inline-block;
+    border-style: none;
+}
+
+.STY_titreCommentaire {
+    font-weight: bold;
+    margin-bottom: 2px;
+    color: #3366ff;
+    display: none;
+    font-size: 10px;
+    font-family: Verdana;
+    text-align: left;
+}
+
+.STY_paraBasculeTitre {
+    background-image: url(../media/bascf.jpg);
+    font-size: 11px;
+    border-left-width: 0px;
+    border-right-width: 0px;
+    border-bottom-width: 0px;
+    border-top-width: 0px;
+    padding-left: 3px;
+    padding-top: 3px;
+    text-decoration: none;
+    font-weight: bold;
+    color: #000000;
+    display: block;
+    height: 22px;
+}
+
+.STY_paraBasculeCorps {
+    position: relative;
+    margin-bottom: 5px;
+    margin-left: 25px;
+    margin-top: 8px;
+}
+
+a.STY_paraBasculeTitre:visited {
+    text-decoration: none;
+    color: #000000;
+}
+
+a.STY_paraBasculeTitre:hover {
+    color: #DBF99A;
+}
+
+.STY_contenuCommentaire {
+    color: #000000;
+    font-family: Verdana;
+    font-size: 10px;
+    font-weight: normal;
+    left: 1px;
+    top: 1px;
+    width: 210px;
+    height: 420px;
+    overflow: auto;
+    position: absolute;
+    scrollbar-arrow-color: #3366ff;
+    scrollbar-base-color: #f6efef;
+    scrollbar-face-color: #c0c0c0;
+    text-align: left;
+}
+
+.STY_barreProgres {
+    position: absolute;
+    border-left-width: 0px;
+    border-right-width: 0px;
+    border-bottom-width: 0px;
+    border-top-width: 0px;
+    font-size: 2px;
+    z-index: 20;
+    height: 2px;
+    padding-left: 2px;
+    padding-top: 1px;
+    left: 0px;
+    top: 35px;
+    width: 125px;
+}
+
+.STY_barreProgresJauge {
+    background-repeat: repeat-x;
+    border-left-width: 0px;
+    border-bottom-width: 0px;
+    border-top-width: 0px;
+    border-right-width: 1px;
+    border-style: solid;
+    height: 5px;
+    border-right-color: #c0c0c0;
+    background-image: url(../media/jaugea.jpg);
+    color: #008080;
+}
+
+.STY_tableau {
+    font-size: 10px;
+    color: #000000;
+}
+
+a:visited {
+    color: #8c9b60;
+}
+
+a {
+    color: #8c9b60;
+}
+
+.STY_boutonSuivant {
+    position: absolute;
+    top: 3px;
+    left: 100px;
+}
+
+.STY_boutonValider {
+    position: absolute;
+    top: 3px;
+    left: 68px;
+}
+
+.STY_boutonInit {
+    position: absolute;
+    top: 3px;
+    left: 35px;
+}
+
+.STY_boutonPrecedent {
+    top: 3px;
+    position: absolute;
+    left: 3px;
+}
+
+.STY_nomEtape {
+    font-family: Verdana;
+    color: #000080;
+    font-size: 11px;
+    font-weight: normal;
+    width: 350px;
+    display: inline-block;
+    position: absolute;
+    left: 1px;
+    top: 3px;
+    height: 10px;
+    text-align: left;
+}
+
+.STY_nomModule {
+    display: inline;
+}
+
+.STY_itemMenuPages {
+    background-color: #EEEEEE;
+    display: block;
+    padding-right: 1px;
+    padding-bottom: 1px;
+    padding-top: 1px;
+    padding-left: 2px;
+    border-left-width: 1px;
+    border-left-color: #d3d6dd;
+    border-right-color: #d3d6dd;
+    border-bottom-color: #d3d6dd;
+    border-top-color: #d3d6dd;
+    border-right-width: 1px;
+    border-bottom-width: 1px;
+    border-top-width: 1px;
+    border-style: solid;
+    width: 99%;
+    color: #000080;
+}
+
+.STY_fondComtGTR {
+    background-color: #15304d;
+    font-family: Verdana;
+    color: #ffffff;
+    font-size: 11px
+}
+
+.STY_tableauComt {
+    font-size: 10px;
+}
+
+.STY_numeroPage {
+    display: inline-block;
+    font-family: Verdana;
+    color: #000080;
+    font-size: 11px;
+    font-weight: normal;
+    left: 360px;
+    position: absolute;
+    top: 3px;
+    width: 10px;
+    height: 10px;
+    text-align: left;
+}
+
+.STY_bulleCours1 {
+    background-image: url(../media/fmenup.jpg);
+    color: #000000;
+    background-color: #d3d6dd;
+    padding-left: 20px;
+    padding-right: 2px;
+    padding-top: 2px;
+    padding-bottom: 2px;
+    background-repeat: repeat-y;
+    font-size: 11px;
+    border-left-width: 2px;
+    border-right-width: 2px;
+    border-bottom-width: 2px;
+    border-top-width: 2px;
+    border-style: outset;
+}
+
+.STY_zoneExplore {
+    font-size: 11px;
+    overflow: hidden;
+}
+
+a.STY_lienGlossaire:hover {
+    color: #8c9b60;
+    background-color: #ffff40;
+}
+
+a.STY_lienBulle1:visited {
+    color: #8c9b60;
+}
+
+a.STY_lienBulle1:hover {
+    color: #8c9b60;
+}
+
+li {
+    margin-bottom: 0.8em;
+}
+
+.STY_lienBulle1 {
+    color: #8c9b60;
+}
+
+.STY_bulleCours2 {
+    background-color: #ffff40;
+    padding-left: 2px;
+    padding-right: 2px;
+    padding-bottom: 2px;
+    padding-top: 2px;
+    opacite: 75;
+    -moz-opacity: 0.75;
+    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
+    color: #000000;
+}
+
+.STY_fondDefautStg {
+    background-repeat: no-repeat;
+    font-family: Verdana;
+    cursor: default;
+    background-image: url(../media/fondbl5.jpg);
+    color: #a60a69;
+    font-size: 11px;
+    border-left-width: 1px;
+    border-left-color: #000000;
+    border-right-width: 0px;
+    border-bottom-width: 0px;
+    border-style: solid;
+    border-top-width: 0px;
+    background-color: #FFFFFF;
+    width: 100%;
+}
+
+.STY_zoneTitre {
+    left: 15px;
+    position: absolute;
+    top: 1px;
+    width: 300px;
+    height: 10px;
+}
+
+.STY_imgApercuDefStg {
+    background-color: #ffffff;
+}
+
+.STY_zoneLMSouLMSLocal {
+    background-color: #ffffff;
+}
+
+.STY_titreFormJS {
+    color: #a60a69;
+}
+
+.STY_lienComt {
+    color: #8c9b60;
+}
+
+.STY_lienDansZoneComt {
+    color: #8c9b60;
+}
+
+.STY_lienGlossaire {
+    color: #8c9b60;
+}
+
+.STY_lienBulle2 {
+    color: #8c9b60;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireContenu.css b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireContenu.css
index 14677be6631718d715c6461882770fd0b8ab2075..a83a8c5f36cf0cd5169af7add3edf6dcb3e8eed5 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireContenu.css
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireContenu.css
@@ -1,9 +1,55 @@
-.STY_fondContenuGLO{font-family:Verdana;font-size:13px;background-color:#d3d6dd;padding-left:30px;padding-right:30px;padding-top:20px;}
-.STY_titreEntreeComplet{font-weight:bold;color:#a60a69;font-size:18px;}
-.STY_defEntreeComplet{margin-top:20px;}
-.STY_fondAccueilGLO{font-family:Verdana;font-size:11px;background-color:#d3d6dd;}
-.STY_zoneAussiComplet{height:30px;border-left-width:0px;border-right-width:0px;border-bottom-width:0px;border-top-width:1px;border-style:solid;padding-top:5px;border-top-color:#808080;margin-top:30px;}
-.STY_voirAussiComplet{display:inline;font-weight:bold;}
-a:hover{text-decoration:none;}
-.STY_titreFormationGLOAcc{font-weight:bold;font-size:17px;color:#a60a69;}
-a{color:#8c9b60;}
+.STY_fondContenuGLO {
+    font-family: Verdana;
+    font-size: 13px;
+    background-color: #d3d6dd;
+    padding-left: 30px;
+    padding-right: 30px;
+    padding-top: 20px;
+}
+
+.STY_titreEntreeComplet {
+    font-weight: bold;
+    color: #a60a69;
+    font-size: 18px;
+}
+
+.STY_defEntreeComplet {
+    margin-top: 20px;
+}
+
+.STY_fondAccueilGLO {
+    font-family: Verdana;
+    font-size: 11px;
+    background-color: #d3d6dd;
+}
+
+.STY_zoneAussiComplet {
+    height: 30px;
+    border-left-width: 0px;
+    border-right-width: 0px;
+    border-bottom-width: 0px;
+    border-top-width: 1px;
+    border-style: solid;
+    padding-top: 5px;
+    border-top-color: #808080;
+    margin-top: 30px;
+}
+
+.STY_voirAussiComplet {
+    display: inline;
+    font-weight: bold;
+}
+
+a:hover {
+    text-decoration: none;
+}
+
+.STY_titreFormationGLOAcc {
+    font-weight: bold;
+    font-size: 17px;
+    color: #a60a69;
+}
+
+a {
+    color: #8c9b60;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireDetail.css b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireDetail.css
index 4e0cf3ccf1f60193a83f2194c644d20933570a56..840562a7cc0a16488b97e78f24b52f6ab250c227 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireDetail.css
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireDetail.css
@@ -1,6 +1,42 @@
-.STY_fondDetailGLO{background-image:url(../media/fonglo.jpg);background-repeat:no-repeat;font-family:Verdana;font-size:13px;color:#ffffff;padding-left:20px;padding-right:20px;padding-bottom:20px;padding-top:20px;background-color:#000080;}
-.STY_titreEntreeDetail{color:#ffff40;font-weight:bold;font-size:18px;border-style:solid;border-left-width:0px;border-right-width:0px;border-bottom-width:2px;border-top-width:0px;padding-bottom:1px;}
-a:visited{color:#ffff40;}
-a{color:#8c9b60;text-decoration:underline;}
-a:hover{text-decoration:none;}
-.STY_defEntreeDetail{margin-top:20px;overflow:auto;}
+.STY_fondDetailGLO {
+    background-image: url(../media/fonglo.jpg);
+    background-repeat: no-repeat;
+    font-family: Verdana;
+    font-size: 13px;
+    color: #ffffff;
+    padding-left: 20px;
+    padding-right: 20px;
+    padding-bottom: 20px;
+    padding-top: 20px;
+    background-color: #000080;
+}
+
+.STY_titreEntreeDetail {
+    color: #ffff40;
+    font-weight: bold;
+    font-size: 18px;
+    border-style: solid;
+    border-left-width: 0px;
+    border-right-width: 0px;
+    border-bottom-width: 2px;
+    border-top-width: 0px;
+    padding-bottom: 1px;
+}
+
+a:visited {
+    color: #ffff40;
+}
+
+a {
+    color: #8c9b60;
+    text-decoration: underline;
+}
+
+a:hover {
+    text-decoration: none;
+}
+
+.STY_defEntreeDetail {
+    margin-top: 20px;
+    overflow: auto;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireListe.css b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireListe.css
index 199413b8e4607e60e6722dc3737df58906424cea..dba9a009b99199225ef83ac3ed230c7c5aa39884 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireListe.css
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireListe.css
@@ -1,8 +1,49 @@
-.STY_fondListeGLO{background-color:#ffffff;font-family:Verdana;font-size:11px;padding-top:20px;padding-left:5px;border-left-width:0px;border-bottom-width:0px;border-top-width:0px;border-right-width:1px;border-style:solid;}
-a:visited{color:#000000;}
-a{color:#000000;text-decoration:none;padding-left:2px;}
-a:hover{text-decoration:underline;}
-.STY_arboDivDossier{margin-top:2px;line-height:17px;margin-left:22px;margin-bottom:12px;}
-.STY_arboNomDossier{font-weight:bold;padding-top:4px;padding-bottom:3px;}
-.STY_arboEntreeSel{background-color:#ffff40;text-decoration:underline;}
-.STY_arboDivDossierTitre{margin-bottom:2px;margin-top:5px;}
+.STY_fondListeGLO {
+    background-color: #ffffff;
+    font-family: Verdana;
+    font-size: 11px;
+    padding-top: 20px;
+    padding-left: 5px;
+    border-left-width: 0px;
+    border-bottom-width: 0px;
+    border-top-width: 0px;
+    border-right-width: 1px;
+    border-style: solid;
+}
+
+a:visited {
+    color: #000000;
+}
+
+a {
+    color: #000000;
+    text-decoration: none;
+    padding-left: 2px;
+}
+
+a:hover {
+    text-decoration: underline;
+}
+
+.STY_arboDivDossier {
+    margin-top: 2px;
+    line-height: 17px;
+    margin-left: 22px;
+    margin-bottom: 12px;
+}
+
+.STY_arboNomDossier {
+    font-weight: bold;
+    padding-top: 4px;
+    padding-bottom: 3px;
+}
+
+.STY_arboEntreeSel {
+    background-color: #ffff40;
+    text-decoration: underline;
+}
+
+.STY_arboDivDossierTitre {
+    margin-bottom: 2px;
+    margin-top: 5px;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireMenu.css b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireMenu.css
index 5a2aa6a3a425fca21aa591e95cfea9b4d393b493..a1bd6d9be1a1f9b736f101d60336de407c909420 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireMenu.css
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/glossaireMenu.css
@@ -1 +1,3 @@
-a{color:#8c9b60;}
+a {
+    color: #8c9b60;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/menuLMS.css b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/menuLMS.css
index a36261e467c012ab3e1cd31522aeb7cd20158ffa..d2d0bf7197fb273d8e28e6508cc6da0650409bc3 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/menuLMS.css
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/menuLMS.css
@@ -1,8 +1,33 @@
-.STY_fondMenuLMS{background-color:#E8F0D8;height:20%;width:100%;}
-.STY_zoneLMS{height:10px;display:block;}
-.STY_zoneRechercheLMS{position:absolute;top:2px;width:50px;left:81px;}
-.STY_lienNiveau1{color:#a60a69;}
-
-a{color:#a60a69;}
-.STY_lienNiveau2{color:#a60a69;}
-.STY_lienNiveau2Sel{color:#a60a69;}
+.STY_fondMenuLMS {
+    background-color: #E8F0D8;
+    height: 20%;
+    width: 100%;
+}
+
+.STY_zoneLMS {
+    height: 10px;
+    display: block;
+}
+
+.STY_zoneRechercheLMS {
+    position: absolute;
+    top: 2px;
+    width: 50px;
+    left: 81px;
+}
+
+.STY_lienNiveau1 {
+    color: #a60a69;
+}
+
+a {
+    color: #a60a69;
+}
+
+.STY_lienNiveau2 {
+    color: #a60a69;
+}
+
+.STY_lienNiveau2Sel {
+    color: #a60a69;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/planLMS.css b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/planLMS.css
index 92560eaa1aaabcafadce4040dbf571e436357081..4a86cead520626d60d27486d52e27e61006bd5b5 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/planLMS.css
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/planLMS.css
@@ -1,40 +1,210 @@
-.STY_fondPlanLMS{background-color:#E8F0D8;font-family:Verdana;font-size:0px;border-left-width:0px;border-style:none;border-right-width:0px;border-bottom-width:0px;border-top-width:0px;}
-a:visited{color:#000000;}
-a{color:#000000;text-decoration:none;}
-a:hover{text-decoration:none; color:#000080;}
-.STY_planTitreModule{font-weight:bold;font-size:11px;}
-.STY_planEtapes{margin-left:32px;margin-bottom:12px;margin-top:4px;font-family:Verdana;font-size:11px;}
-.STY_planPages{margin-bottom:10px;margin-top:2px;margin-left:20px;}
-.STY_planTitrePage{font-size:11px;}
-.STY_planLienTitrePageSel{text-decoration:none;padding-left:1px;padding-right:1px;background-color:#CEED87;}
-.STY_planLienTitreModule{padding-left:2px;color:#202020;font-family:Verdana;font-size:11px;}
-.STY_planLienTitreModuleIncomplete{padding-left:2px;}
-.STY_planLienTitreEtapeIncomplete{padding-left:2px;}
-.STY_planLienTitreModuleComplete{padding-left:2px;color:#4976b7;}
-a.STY_planLienTitreModuleComplete:visited{color:#4976b7;}
-a.STY_planLienTitreEtapeComplete:visited{color:#4976b7;}
-.STY_planLienTitreEtapeComplete{color:#a60a69;padding-left:2px;}
-a.STY_planLienTitrePageComplete:visited{color:#4976b7;}
-a.STY_planLienTitrePageComplete:hover{color:#4976b7;}
-.STY_planTitreEtape{font-weight:bold;margin-bottom:3px;margin-top:3px;margin-left:-17px;font-size:11px;}
-a.STY_planLienTitreModule:visited{color:#202020;}
-a.STY_planLienTitreModuleIncomplete:visited{color:#202020;}
-a.STY_planLienTitreModuleIncomplete:hover{color:#404040;}
-.STY_planItemsGrp{font-size:11px;margin-top:5px;margin-left:18px;line-height:11px;}
-.STY_planTitreItemGrp{padding-top:2px;padding-bottom:2px;}
-.STY_planLienItemGrp{padding-left:4px;}
-.STY_planLienTitreGroupe{font-weight:bold;padding-left:2px;color:#404040;}
-.STY_planLienTitreGroupeSel{background-color:#ffff40;text-decoration:underline;padding-left:4px;}
-.STY_planLienItemGrpSel{background-color:#ffff40;text-decoration:underline;padding-left:4px;padding-right:2px;}
-a.STY_planLienTitreGroupe:visited{color:#404040;}
-.STY_groupesMGR{border-left-width:0px;border-right-width:0px;border-bottom-width:0px;border-top-width:1px;border-top-color:#c0c0c0;border-style:solid;padding-top:22px;margin-top:22px;}
-.STY_planArborescence{margin-top:2px;position:relative;}
-.STY_planLienTitrePageComplete{color:#a60a69;}
-.STY_planLienTitrePageDesactive{color:#c0c0c0;}
-a.STY_planLienTitrePageDesactive:visited{color:#808080;}
-a.STY_planLienTitreEtapeDesactive:visited{color:#808080;}
-.STY_planLienTitreEtapeDesactive{color:#808080;}
-.STY_tdImgPlanModule{font-family:Verdana;font-size:11px;}
-.STY_planLienTitreModuleOuvert{font-family:Verdana;font-size:11px;}
-.STY_planLienTitreEtape{font-family:Verdana;font-size:11px;}
-.STY_planLienTitreEtapeOuvert{font-family:Verdana;font-size:11px;}
+.STY_fondPlanLMS {
+    background-color: #E8F0D8;
+    font-family: Verdana;
+    font-size: 0px;
+    border-left-width: 0px;
+    border-style: none;
+    border-right-width: 0px;
+    border-bottom-width: 0px;
+    border-top-width: 0px;
+}
+
+a:visited {
+    color: #000000;
+}
+
+a {
+    color: #000000;
+    text-decoration: none;
+}
+
+a:hover {
+    text-decoration: none;
+    color: #000080;
+}
+
+.STY_planTitreModule {
+    font-weight: bold;
+    font-size: 11px;
+}
+
+.STY_planEtapes {
+    margin-left: 32px;
+    margin-bottom: 12px;
+    margin-top: 4px;
+    font-family: Verdana;
+    font-size: 11px;
+}
+
+.STY_planPages {
+    margin-bottom: 10px;
+    margin-top: 2px;
+    margin-left: 20px;
+}
+
+.STY_planTitrePage {
+    font-size: 11px;
+}
+
+.STY_planLienTitrePageSel {
+    text-decoration: none;
+    padding-left: 1px;
+    padding-right: 1px;
+    background-color: #CEED87;
+}
+
+.STY_planLienTitreModule {
+    padding-left: 2px;
+    color: #202020;
+    font-family: Verdana;
+    font-size: 11px;
+}
+
+.STY_planLienTitreModuleIncomplete {
+    padding-left: 2px;
+}
+
+.STY_planLienTitreEtapeIncomplete {
+    padding-left: 2px;
+}
+
+.STY_planLienTitreModuleComplete {
+    padding-left: 2px;
+    color: #4976b7;
+}
+
+a.STY_planLienTitreModuleComplete:visited {
+    color: #4976b7;
+}
+
+a.STY_planLienTitreEtapeComplete:visited {
+    color: #4976b7;
+}
+
+.STY_planLienTitreEtapeComplete {
+    color: #a60a69;
+    padding-left: 2px;
+}
+
+a.STY_planLienTitrePageComplete:visited {
+    color: #4976b7;
+}
+
+a.STY_planLienTitrePageComplete:hover {
+    color: #4976b7;
+}
+
+.STY_planTitreEtape {
+    font-weight: bold;
+    margin-bottom: 3px;
+    margin-top: 3px;
+    margin-left: -17px;
+    font-size: 11px;
+}
+
+a.STY_planLienTitreModule:visited {
+    color: #202020;
+}
+
+a.STY_planLienTitreModuleIncomplete:visited {
+    color: #202020;
+}
+
+a.STY_planLienTitreModuleIncomplete:hover {
+    color: #404040;
+}
+
+.STY_planItemsGrp {
+    font-size: 11px;
+    margin-top: 5px;
+    margin-left: 18px;
+    line-height: 11px;
+}
+
+.STY_planTitreItemGrp {
+    padding-top: 2px;
+    padding-bottom: 2px;
+}
+
+.STY_planLienItemGrp {
+    padding-left: 4px;
+}
+
+.STY_planLienTitreGroupe {
+    font-weight: bold;
+    padding-left: 2px;
+    color: #404040;
+}
+
+.STY_planLienTitreGroupeSel {
+    background-color: #ffff40;
+    text-decoration: underline;
+    padding-left: 4px;
+}
+
+.STY_planLienItemGrpSel {
+    background-color: #ffff40;
+    text-decoration: underline;
+    padding-left: 4px;
+    padding-right: 2px;
+}
+
+a.STY_planLienTitreGroupe:visited {
+    color: #404040;
+}
+
+.STY_groupesMGR {
+    border-left-width: 0px;
+    border-right-width: 0px;
+    border-bottom-width: 0px;
+    border-top-width: 1px;
+    border-top-color: #c0c0c0;
+    border-style: solid;
+    padding-top: 22px;
+    margin-top: 22px;
+}
+
+.STY_planArborescence {
+    margin-top: 2px;
+    position: relative;
+}
+
+.STY_planLienTitrePageComplete {
+    color: #a60a69;
+}
+
+.STY_planLienTitrePageDesactive {
+    color: #c0c0c0;
+}
+
+a.STY_planLienTitrePageDesactive:visited {
+    color: #808080;
+}
+
+a.STY_planLienTitreEtapeDesactive:visited {
+    color: #808080;
+}
+
+.STY_planLienTitreEtapeDesactive {
+    color: #808080;
+}
+
+.STY_tdImgPlanModule {
+    font-family: Verdana;
+    font-size: 11px;
+}
+
+.STY_planLienTitreModuleOuvert {
+    font-family: Verdana;
+    font-size: 11px;
+}
+
+.STY_planLienTitreEtape {
+    font-family: Verdana;
+    font-size: 11px;
+}
+
+.STY_planLienTitreEtapeOuvert {
+    font-family: Verdana;
+    font-size: 11px;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/resultats.css b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/resultats.css
index ec6cd4cc776371a03da3aee9fdda87ab4a2ea481..0edffdaaa803680aa69b90a8ac6a4d76f220a9bf 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/resultats.css
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/resultats.css
@@ -1,10 +1,71 @@
-.STY_commentaireRes{font-weight:bold;color:#ebb261;margin-top:20px;}
-.STY_pourcentAtteint{display:inline;color:#ffff40;font-weight:bold;}
-.STY_pourcentRequis{display:inline;font-weight:bold;}
-.STY_zoneLienDiplome{height:30px;color:#ebb261;margin-top:10px;position:relative;margin-bottom:10px;}
-.STY_detailsRes{position:relative;margin-top:20px;border-style:solid;border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;padding-left:3px;padding-right:3px;padding-bottom:3px;padding-top:3px;}
-.STY_tableauRes{font-size:11px;}
-.STY_tableauResEntete{padding-bottom:5px;padding-top:5px;font-weight:bold;padding-left:4px;padding-right:4px;text-align:center;}
-.STY_tableauResCellule{padding-bottom:3px;padding-right:12px;padding-left:11px;}
-.STY_zoneSuccesEval{height:10px;text-align:center;}
-.STY_zoneEchecEval{height:10px;text-align:center;}.STY_fond{background-image:url(../media/fondbl5.jpg);}
+.STY_commentaireRes {
+    font-weight: bold;
+    color: #ebb261;
+    margin-top: 20px;
+}
+
+.STY_pourcentAtteint {
+    display: inline;
+    color: #ffff40;
+    font-weight: bold;
+}
+
+.STY_pourcentRequis {
+    display: inline;
+    font-weight: bold;
+}
+
+.STY_zoneLienDiplome {
+    height: 30px;
+    color: #ebb261;
+    margin-top: 10px;
+    position: relative;
+    margin-bottom: 10px;
+}
+
+.STY_detailsRes {
+    position: relative;
+    margin-top: 20px;
+    border-style: solid;
+    border-left-width: 1px;
+    border-right-width: 1px;
+    border-bottom-width: 1px;
+    border-top-width: 1px;
+    padding-left: 3px;
+    padding-right: 3px;
+    padding-bottom: 3px;
+    padding-top: 3px;
+}
+
+.STY_tableauRes {
+    font-size: 11px;
+}
+
+.STY_tableauResEntete {
+    padding-bottom: 5px;
+    padding-top: 5px;
+    font-weight: bold;
+    padding-left: 4px;
+    padding-right: 4px;
+    text-align: center;
+}
+
+.STY_tableauResCellule {
+    padding-bottom: 3px;
+    padding-right: 12px;
+    padding-left: 11px;
+}
+
+.STY_zoneSuccesEval {
+    height: 10px;
+    text-align: center;
+}
+
+.STY_zoneEchecEval {
+    height: 10px;
+    text-align: center;
+}
+
+.STY_fond {
+    background-image: url(../media/fondbl5.jpg);
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/styles.css b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/styles.css
index 104fbd50770b4ceb8c030bf078a7b288b6225f68..c8b6f898dd85735afd8f9a96230d5a3248245ff1 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/styles.css
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/css/styles.css
@@ -1,6 +1,56 @@
-.STY_exemple{height:5px;color:#ffffff;font-weight:bold;font-size:11px;margin-bottom:15px;margin-left:10%;margin-top:25px;padding-left:5px;padding-top:5px;font-family:Verdana;left:5px;top:5px;background-color:#000080;}
-.STY_important{font-weight:bold;color:#000080;}
-.STY_remarque{font-weight:bold;padding-bottom:6px;margin-top:8px;margin-bottom:10px;height:40px;left:15%;width:75%;font-size:11px;color:#808080;text-align:left;margin-left:5%;padding-left:25px;padding-top:2px;background-color:#DBF99A;}
-.STY_technique{font-family:Verdana;color:#000080;font-size:11px;}
-.STY_code{font-family:Verdana;font-size:11px;color:#000080;}
-.STY_titrePage{font-size:11px;color:#000080;font-family:Verdana;font-weight:bold;}
+.STY_exemple {
+    height: 5px;
+    color: #ffffff;
+    font-weight: bold;
+    font-size: 11px;
+    margin-bottom: 15px;
+    margin-left: 10%;
+    margin-top: 25px;
+    padding-left: 5px;
+    padding-top: 5px;
+    font-family: Verdana;
+    left: 5px;
+    top: 5px;
+    background-color: #000080;
+}
+
+.STY_important {
+    font-weight: bold;
+    color: #000080;
+}
+
+.STY_remarque {
+    font-weight: bold;
+    padding-bottom: 6px;
+    margin-top: 8px;
+    margin-bottom: 10px;
+    height: 40px;
+    left: 15%;
+    width: 75%;
+    font-size: 11px;
+    color: #808080;
+    text-align: left;
+    margin-left: 5%;
+    padding-left: 25px;
+    padding-top: 2px;
+    background-color: #DBF99A;
+}
+
+.STY_technique {
+    font-family: Verdana;
+    color: #000080;
+    font-size: 11px;
+}
+
+.STY_code {
+    font-family: Verdana;
+    font-size: 11px;
+    color: #000080;
+}
+
+.STY_titrePage {
+    font-size: 11px;
+    color: #000080;
+    font-family: Verdana;
+    font-weight: bold;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/glossaire.htm b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/glossaire.htm
index ed35ceaa835203be6910f650404830c9e7cb51e2..859b5c6146527bf7aabe31df0b05bbd9ee4640fa 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/glossaire.htm
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/glossaire.htm
@@ -1 +1,56 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MOS Generator - www.mindonsite.com"><script type="text/javascript">var sFEN_L='690';var sFEN_H='500';var sFEN_X='150';var sFEN_Y='90';var FEN_L,FEN_H,FEN_X,FEN_Y;if (sFEN_L!=''){FEN_L=Number(sFEN_L);}if (sFEN_H!=''){ FEN_H=Number(sFEN_H);}if (sFEN_X!=''){ FEN_X=Number(sFEN_X);}if (sFEN_Y!=''){ FEN_Y=Number(sFEN_Y);}if ((!isNaN(FEN_X))&&(!isNaN(FEN_Y))){window.moveTo(FEN_X,FEN_Y);}if ((!isNaN(FEN_L))&&(!isNaN(FEN_H))&&(FEN_L>0)&&(FEN_H>0)){window.resizeTo(FEN_L,FEN_H);}var version="xml";function lancerGlo(){var param = top.location.search;var codeStage='';if (param.indexOf('%26')>0){param=param.replace(/%26/,'&');}if (param!=''){var indexF = param.indexOf("ver=");versionTmp=param.substring(indexF+4,param.length);if ((versionTmp=='xml')||(versionTmp=='html')){version=versionTmp;}}var src="../../../contenu/glossaire/glossaire."+version;top.liste.location=src;}</script><title> </title></head><frameset onload="lancerGlo()" cols="*" frameborder="no" border="0" framespacing="0" rows="0,*"><frame name="menu" scrolling="no" noresize="true" src="../../gen/blanc.htm" frameborder="no"><frameset frameborder="no" border="0" framespacing="0" rows="*" cols="200,*"><frame name="liste" scrolling="no" src="../../gen/blanc.htm" frameborder="no"><frame name="contenu" scrolling="no" src="../../gen/blanc.htm" frameborder="no"></frameset></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MOS Generator - www.mindonsite.com">
+    <script type="text/javascript">var sFEN_L = '690';
+    var sFEN_H = '500';
+    var sFEN_X = '150';
+    var sFEN_Y = '90';
+    var FEN_L, FEN_H, FEN_X, FEN_Y;
+    if (sFEN_L != '') {
+        FEN_L = Number(sFEN_L);
+    }
+    if (sFEN_H != '') {
+        FEN_H = Number(sFEN_H);
+    }
+    if (sFEN_X != '') {
+        FEN_X = Number(sFEN_X);
+    }
+    if (sFEN_Y != '') {
+        FEN_Y = Number(sFEN_Y);
+    }
+    if ((!isNaN(FEN_X)) && (!isNaN(FEN_Y))) {
+        window.moveTo(FEN_X, FEN_Y);
+    }
+    if ((!isNaN(FEN_L)) && (!isNaN(FEN_H)) && (FEN_L > 0) && (FEN_H > 0)) {
+        window.resizeTo(FEN_L, FEN_H);
+    }
+    var version = "xml";
+
+    function lancerGlo() {
+        var param = top.location.search;
+        var codeStage = '';
+        if (param.indexOf('%26') > 0) {
+            param = param.replace(/%26/, '&');
+        }
+        if (param != '') {
+            var indexF = param.indexOf("ver=");
+            versionTmp = param.substring(indexF + 4, param.length);
+            if ((versionTmp == 'xml') || (versionTmp == 'html')) {
+                version = versionTmp;
+            }
+        }
+        var src = "../../../contenu/glossaire/glossaire." + version;
+        top.liste.location = src;
+    }</script>
+    <title> </title></head>
+<frameset onload="lancerGlo()" cols="*" frameborder="no" border="0" framespacing="0" rows="0,*">
+    <frame name="menu" scrolling="no" noresize="true" src="../../gen/blanc.htm" frameborder="no">
+    <frameset frameborder="no" border="0" framespacing="0" rows="*" cols="200,*">
+        <frame name="liste" scrolling="no" src="../../gen/blanc.htm" frameborder="no">
+        <frame name="contenu" scrolling="no" src="../../gen/blanc.htm" frameborder="no">
+    </frameset>
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/xsl/local/menuLMS.xsl b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/xsl/local/menuLMS.xsl
index 1ed86038b67dca8f1fe2dd66ea85574656247299..80587f64a6504e7da0c7731011da78bfba50cffd 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/xsl/local/menuLMS.xsl
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/xsl/local/menuLMS.xsl
@@ -1 +1,20 @@
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:template name="menuLMS"><html><body ondragstart="return false" class="STY_fondMenuLMS" onload="initMenu()" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><a href="javascript:top.planLMS.PLAN_basculerTout('block')"></a><div style=" background-position: right top; left: 5px; width: 32px; position: absolute; top: 2px; height: 26px"><a name="FC_basculerPlanLMS" href="javascript:top.planLMS.PLAN_basculePlan()"></a><a name="FC_basculerItemsLMS" href="javascript:top.planLMS.PLAN_basculeItems()" onmouseover="PF_survol('styImg3',0)" onmouseout="PF_survol('styImg3',1)"><img hspace="50" border="0" src="../../MosMtr/ressources/style/media/items_survl0.gif" title="LEX_18" width="25" height="26" id="styImg3"/></a><a name="FC_precHisto" href="javascript:top.LMS_precedentHistorique()"></a></div> </body></html></xsl:template></xsl:stylesheet>
\ No newline at end of file
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+    <xsl:template name="menuLMS">
+        <html>
+            <body ondragstart="return false" class="STY_fondMenuLMS" onload="initMenu()"
+                  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+                <a href="javascript:top.planLMS.PLAN_basculerTout('block')"></a>
+                <div style=" background-position: right top; left: 5px; width: 32px; position: absolute; top: 2px; height: 26px">
+                    <a name="FC_basculerPlanLMS" href="javascript:top.planLMS.PLAN_basculePlan()"></a>
+                    <a name="FC_basculerItemsLMS" href="javascript:top.planLMS.PLAN_basculeItems()"
+                       onmouseover="PF_survol('styImg3',0)" onmouseout="PF_survol('styImg3',1)">
+                        <img hspace="50" border="0" src="../../MosMtr/ressources/style/media/items_survl0.gif"
+                             title="LEX_18" width="25" height="26" id="styImg3"/>
+                    </a>
+                    <a name="FC_precHisto" href="javascript:top.LMS_precedentHistorique()"></a>
+                </div>
+                 
+            </body>
+        </html>
+    </xsl:template>
+</xsl:stylesheet>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/xsl/local/planLMS.xsl b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/xsl/local/planLMS.xsl
index 18858a8fdb5f19af5337f68b571391379e1198ec..3d02b77a90d5eb5eb40873e07e4e9abd51be20aa 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/ressources/style/xsl/local/planLMS.xsl
+++ b/Basilisk/MACAO/macao_3/MosMtr/ressources/style/xsl/local/planLMS.xsl
@@ -1 +1,17 @@
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:template name="planLMS"><html><body ondragstart="return false" onload="entrerDonnees()" class="STY_fondPlanLMS" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><div id="STY_planArborescence" class="STY_planArborescence" style="  "> </div><div id="STY_zoneLMS" class="STY_zoneLMS"><xsl:attribute name="style"> display: none; display:none</xsl:attribute></div></body></html></xsl:template><xsl:template name="FEN_X"></xsl:template><xsl:template name="FEN_Y"></xsl:template><xsl:template name="FEN_L"></xsl:template><xsl:template name="FEN_H"></xsl:template></xsl:stylesheet>
\ No newline at end of file
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+    <xsl:template name="planLMS">
+        <html>
+            <body ondragstart="return false" onload="entrerDonnees()" class="STY_fondPlanLMS"
+                  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+                <div id="STY_planArborescence" class="STY_planArborescence" style="  "></div>
+                <div id="STY_zoneLMS" class="STY_zoneLMS">
+                    <xsl:attribute name="style">display: none; display:none</xsl:attribute>
+                </div>
+            </body>
+        </html>
+    </xsl:template>
+    <xsl:template name="FEN_X"></xsl:template>
+    <xsl:template name="FEN_Y"></xsl:template>
+    <xsl:template name="FEN_L"></xsl:template>
+    <xsl:template name="FEN_H"></xsl:template>
+</xsl:stylesheet>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/ICglobal.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/ICglobal.js
index 02df6146a26fcb53e9010438845fa94649768c1d..dbfc8175379b3b8a863eac6cd4e5ca6f98d9d7b8 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/ICglobal.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/ICglobal.js
@@ -1 +1,498 @@
-var oFlashNavBar=null;function GEN_initFlashNavBar(){var oDiv=PF_donneObjet("FlashNavBar");if (oDiv==null){oDiv=window.document;}var tabWM=oDiv.getElementsByTagName('object');if (tabWM.length>0){var objet=tabWM[0];oFlashNavBar=objet;if (parent.oSco.config_navigateur=="Netscape"){oFlashNavBar=objetPlugMozz(objet);}}if (GEN_precedentPossible()){activerBoutonPrecedent();}GEN_activerSuivantDemar();}function donneLex(num){return parent.lexique.lexs[num];}function donneTitreStage(){ return parent.oSco.titreStage;}function donneTitrePage(){ return document.title;}function donneLangue(){ return parent.oSco.langue;}function donneNomModuleCourant(){ return (parent.oSco.nomModuleCourant);}function donneDateCourante(){ return (parent.oSco.donneDate(parent.oSco.dateCourante));}function donneDroits(){ return (parent.oSco.nomEntreprise);}function donneVersion(){ return (parent.oSco.version);}function donneNomEtapeCourante(){ return parent.oSco.titre;}function GLOBAL_ouvrirGlossaire(){var largeur = 10;var hauteur = 10;var position="left="+largeur+",top="+hauteur+",screenX="+largeur+",screenY="+hauteur+",";var src="MosMtr/ressources/style/glossaire.htm?ver="+parent.oSco.version;var locGFlo=parent.RACINE_stage;if (parent.oSco.refGlo!=''){locGFlo=parent.RACINE_stage+"../"+parent.oSco.refGlo+"/";}var taille="width=800,height=560";if (screen.width>1000){taille="width=960,height=680";}var fen=window.open(locGFlo+src,'Glossaire','toolbar=no,status=no,menubar=no,'+taille+','+position+'scrollbars=no,resizable=yes');fen.focus();}function GLOBAL_allerPage(refLien){var indexB=refLien.indexOf('/');var numPg=-1;if (indexB>0){var enFenetre=false;var indB=refLien.indexOf('[_blank]');var laRef="";if (indB>0){enFenetre=true;laRef=refLien.substring(indB+8);refLien=refLien.substring(0,indB);if (laRef!=''){if (laRef.indexOf('http://')!=0){laRef=parent.RACINE_stage+laRef;}}}var refPage=refLien.substring(indexB+1,refLien.length); var codeEtape=refLien.substring(0,indexB);if (enFenetre){if (laRef==""){laRef=parent.RACINE_stage+"sco/"+codeEtape+".html?api=0";}if (refPage!=''){laRef+='&idPg='+refPage;}var oEnFen=parent.open(laRef,"blk"+codeEtape,"toolbar=no,resizable=yes,menubar=no,location=no,status=no,"+parent.oSco.posFenLocale);return oEnFen.focus();} else {if (codeEtape==parent.oSco.identifiant && refPage!=''){var numPg=parent.oSco.numeroPage(refPage);var passeB=true;if (parent.oSco.etatEvaluation){var oPg=parent.oSco.donnePage(numPg);while (oPg!=null&&!oPg.validePrerequis()){numPg++;oPg=parent.oSco.donnePage(numPg);}if (oPg==null){passeB=false;}}if (passeB){return parent.SCO_allerPage(numPg);}} else {if (parent.APIgetValue("adl.nav.request_valid.choice.{target="+codeEtape+"}")=="true"){if (parent.surMosLMS && refPage!=''){top.planLMS.pageSpecifieeParLienPage=refPage;}parent.APIsetValue("adl.nav.request","{target="+codeEtape+"}choice");return parent.SCO_quitter();}}}}if (parent.APIgetValue("adl.nav.request_valid.choice.{target="+refLien+"}")=="true"){parent.APIsetValue("adl.nav.request","{target="+refLien+"}choice");parent.SCO_quitter();}}function GEN_placerZonesLien(){if (existeMosMap){for (var i=0;i<tabZonesLien.length;i++){tabZonesLien[i].placer();}}}function GLOBAL_initBarreBouton(type){parent.SCO_enrHistorique();GEN_etatChampBouton(false,"STG_allerSuivant");GEN_etatChampBouton(false,"STG_allerPrecedent");GEN_etatChampBouton(false,"EXO_valider");GEN_etatChampBouton(false,"STG_initialiser");if (GEN_precedentPossible(type)){activerBoutonPrecedent();}if ((parent.surMosLMS)&&(parent.parent.baseASP==null)){PF_afficherDiv('STY_zoneLocale');}if (!parent.agirSurLMS){PF_masquerDiv('STY_zoneLMSouLMSLocal');PF_afficherDiv('STY_zoneSansLMS');}}function changeImgBtn(oImg,source){if (oImg!=null){if (parent.oSco.navigIE6){oImg.width=oImg.offsetWidth;oImg.height=oImg.offsetHeight;oImg.src="../../MosMtr/gen/blanc.gif";oImg.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+source+"',sizingMethod='image')";} else {oImg.src=source;}}}function activerBoutonInit(){GEN_activeBouton("Init",11,STG_initialiser);GEN_etatChampBouton(true,"STG_initialiser");if (oFlashNavBar){try{oFlashNavBar.MOS_enableBtnReset(true);}catch(e){}}}function GEN_activeBouton(demiNom,lex,fonction){var oImg=document.images["imgBouton"+demiNom];if ((oImg!=null)&&(oImg.src.indexOf("gen/bouton"+demiNom+"_of.")<0)){if (parent.oSco.config_navigateur=="IE"){oImg.detachEvent("onclick", fonction);oImg.detachEvent("onmouseover", boutonSourisDessus);oImg.detachEvent("onmouseout", boutonSourisDehors);oImg.attachEvent("onclick", fonction);oImg.attachEvent("onmouseover", boutonSourisDessus);oImg.attachEvent("onmouseout", boutonSourisDehors);} else {oImg.removeEventListener("click", fonction,false);oImg.removeEventListener("mouseover", boutonSourisDessus,false);oImg.removeEventListener("mouseout", boutonSourisDehors,false);oImg.addEventListener("click", fonction,false);oImg.addEventListener("mouseover", boutonSourisDessus,false);oImg.addEventListener("mouseout", boutonSourisDehors,false);}try{oImg.style.cursor="pointer";}catch(e){}oImg.title=donneLex(lex);changeImgBtn(oImg,chemin_img+'gen/bouton'+demiNom+'_of.png');}}function GEN_desactiveBouton(demiNom,fonction){var oImg=document.images["imgBouton"+demiNom];if (oImg!=null){if (parent.oSco.config_navigateur=="IE"){oImg.detachEvent("onclick", fonction);oImg.detachEvent("onmouseover", boutonSourisDessus);oImg.detachEvent("onmouseout", boutonSourisDehors);} else {oImg.removeEventListener("click", fonction,false);oImg.removeEventListener("mouseover", boutonSourisDessus,false);oImg.removeEventListener("mouseout", boutonSourisDehors,false);}try{oImg.style.cursor="default";}catch(e){}changeImgBtn(oImg,chemin_img+'gen/bouton'+demiNom+'.png');}}function chopeEtStpEvt(evt){var declenc;try {if (parent.oSco.config_navigateur=="IE"){evt=window.event;evt.cancelBubble=true;declenc=evt.srcElement;}else {declenc=evt.target;evt.stopPropagation();}}catch(e){}return declenc;}function boutonSourisDessus(evt){var oImg=chopeEtStpEvt(evt);if (oImg.nodeName.toLowerCase()=="img"){changeImgBtn(oImg,chemin_img+'gen/b'+oImg.name.substring(4)+'_on.png');}}function boutonSourisDehors(evt){var oImg=chopeEtStpEvt(evt);if (oImg.nodeName.toLowerCase()=="img"){changeImgBtn(oImg,chemin_img+'gen/b'+oImg.name.substring(4)+'_of.png');}}function desactiverBoutonInit(){GEN_desactiveBouton("Init",STG_initialiser);GEN_etatChampBouton(false,"STG_initialiser");if (oFlashNavBar){try{oFlashNavBar.MOS_enableBtnReset(false);}catch(e){}}}function activerBoutonSuivant(){GEN_activeBouton("Suivant",6,STG_allerSuivant);GEN_etatChampBouton(true,"STG_allerSuivant");etatSuivant=true;if (oFlashNavBar){try{oFlashNavBar.MOS_enableBtnNext(true);}catch(e){}}}function desactiverBoutonSuivant(){etatSuivant=false;GEN_desactiveBouton("Suivant",STG_allerSuivant);GEN_etatChampBouton(false,"STG_allerSuivant");if (oFlashNavBar){try{oFlashNavBar.MOS_enableBtnNext(false);}catch(e){}}}function activerBoutonPrecedent(){GEN_activeBouton("Precedent",7,STG_allerPrecedent);GEN_etatChampBouton(true,"STG_allerPrecedent");if (oFlashNavBar){try{oFlashNavBar.MOS_enableBtnPrevious(true);}catch(e){}}}var passeZone=0;function GLOBAL_cliqueLienZone(idZone){if (passeZone==0){ var zone=PF_donneObjet(idZone);var liens=zone.getElementsByTagName('a');if (liens.length>0){var lien=liens.item(0); if (parent.oSco.config_navigateur=="Netscape"){var txtlien=lien.href;eval(txtlien);} else {passeZone=1;lien.click();}}} else {passeZone=0;}}function GEN_lireMediaZone(nomZone,arret){var oDiv=PF_donneObjet(nomZone);if (oDiv!=null){var tabWM=oDiv.getElementsByTagName('object');for (var i=0;i<tabWM.length;i++){var objet=tabWM[i];var actionMedia=false;var objetPlug=objet;if (parent.oSco.config_navigateur=="Netscape"){objetPlug=objetPlugMozz(objet);if (objetPlug.height=="100%"){objetPlug.height=objetPlug.parentNode.parentNode.offsetHeight;}}var lid=objet.id;if (lid==null){lid='';}if ((objet.className.indexOf('_true')>0)||(lid.indexOf('clipSTY')==0)){if (arret){try {objetPlug.Stop();actionMedia=true;}catch(e){}try {objetPlug.controls.Stop();actionMedia=true;}catch(e){}try {objetPlug.StopPlay();actionMedia=true;}catch(e){}} else {try {objetPlug.Rewind();}catch(e){}try {objetPlug.Play();actionMedia=true;}catch(e){}if (!actionMedia){ try {objetPlug.controls.currentPosition=0;objetPlug.controls.Play();actionMedia=true;}catch(e){}}if (!actionMedia){ try {objetPlug.DoPlay();actionMedia=true;}catch(e){}}if (objet.className.indexOf('_flvPly')>0){if (objetPlug.Movie){objetPlug.Movie+="&autostart=true";}if (objetPlug.src){objetPlug.src+="&autostart=true";}}}if (!actionMedia){var lhtml=objet.innerHTML;if (arret){var gard=oDiv.innerHTML;oDiv.innerHTML="";oDiv.innerHTML=gard;} else {lhtml=lhtml.replace(/ play="false"/gi,' play="true"');lhtml=lhtml.replace(/ autostart="false"/gi,' autostart="true"');lhtml=lhtml.replace(/ autoplay="false"/gi,' autoplay="true"');try {objet.innerHTML=lhtml;} catch(e1) {try {objet.outerHTML=lhtml;} catch(e2) {}}}}}}}}function objetPlugMozz(obj){var retO=document.embeds[obj.id];return retO;}function localeNb(nbr){var res=new String(nbr);if (res.indexOf("-")==0){res=String.fromCharCode(8722)+res.substring(1);}var clang=parent.oSco.langue.substring(0,2);if (clang=='fr'){res=res.replace("%",String.fromCharCode(8194)+'%');}if (parent.donnePays()!="CH"){if (clang=='fr'||clang=='de'||clang=='it'||clang=='pt'||clang=='es'||clang=='nl'||clang=='pl'){res=res.replace(".",",");}}return res;}function GEN_etatChampBouton(active,nomFonc){var lesboutons=document.getElementsByTagName("button");for (var i=0;i<lesboutons.length;i++){var oBtn=lesboutons.item(i);var chg=new String(PF_attr(oBtn,"onclick"));if (chg.indexOf(nomFonc)>=0){oBtn.disabled=!active;break;}}}function IC_ouvrirDiplomeLMS(){top.LMS_afficherDiplome();}function IC_openDoc(nomFich,optionsFen){window.open(parent.RACINE_stage+"contenu/pages/"+nomFich,nomFich.replace(/\W/g),"menubar=no,toolbar=no,location=no,status=no,"+optionsFen);}function IC_openSco(codeSco,optionsFen){window.open(parent.RACINE_stage+"sco/"+codeSco+".html","fensco"+codeSco,"menubar=no,toolbar=no,location=no,status=no,"+optionsFen);}function setUserVariable(idVar,val){parent.SCO_modifAllocation(idVar,val,"learner");}function setCourseVariable(idVar,val){parent.SCO_modifAllocation(idVar,val,"course");}function getUserVariable(idVar){return parent.SCO_donneAllocation(idVar,"learner");}function getCourseVariable(idVar){return parent.SCO_donneAllocation(idVar,"course");}function getAudioLevel(){if (parent.surMosLMS){return top.niveauAudio;} return 1;}function setAudioLevel(num){if (parent.surMosLMS){top.changeNiveauAudio(num);}}
+var oFlashNavBar = null;
+
+function GEN_initFlashNavBar() {
+    var oDiv = PF_donneObjet("FlashNavBar");
+    if (oDiv == null) {
+        oDiv = window.document;
+    }
+    var tabWM = oDiv.getElementsByTagName('object');
+    if (tabWM.length > 0) {
+        var objet = tabWM[0];
+        oFlashNavBar = objet;
+        if (parent.oSco.config_navigateur == "Netscape") {
+            oFlashNavBar = objetPlugMozz(objet);
+        }
+    }
+    if (GEN_precedentPossible()) {
+        activerBoutonPrecedent();
+    }
+    GEN_activerSuivantDemar();
+}
+
+function donneLex(num) {
+    return parent.lexique.lexs[num];
+}
+
+function donneTitreStage() {
+    return parent.oSco.titreStage;
+}
+
+function donneTitrePage() {
+    return document.title;
+}
+
+function donneLangue() {
+    return parent.oSco.langue;
+}
+
+function donneNomModuleCourant() {
+    return (parent.oSco.nomModuleCourant);
+}
+
+function donneDateCourante() {
+    return (parent.oSco.donneDate(parent.oSco.dateCourante));
+}
+
+function donneDroits() {
+    return (parent.oSco.nomEntreprise);
+}
+
+function donneVersion() {
+    return (parent.oSco.version);
+}
+
+function donneNomEtapeCourante() {
+    return parent.oSco.titre;
+}
+
+function GLOBAL_ouvrirGlossaire() {
+    var largeur = 10;
+    var hauteur = 10;
+    var position = "left=" + largeur + ",top=" + hauteur + ",screenX=" + largeur + ",screenY=" + hauteur + ",";
+    var src = "MosMtr/ressources/style/glossaire.htm?ver=" + parent.oSco.version;
+    var locGFlo = parent.RACINE_stage;
+    if (parent.oSco.refGlo != '') {
+        locGFlo = parent.RACINE_stage + "../" + parent.oSco.refGlo + "/";
+    }
+    var taille = "width=800,height=560";
+    if (screen.width > 1000) {
+        taille = "width=960,height=680";
+    }
+    var fen = window.open(locGFlo + src, 'Glossaire', 'toolbar=no,status=no,menubar=no,' + taille + ',' + position + 'scrollbars=no,resizable=yes');
+    fen.focus();
+}
+
+function GLOBAL_allerPage(refLien) {
+    var indexB = refLien.indexOf('/');
+    var numPg = -1;
+    if (indexB > 0) {
+        var enFenetre = false;
+        var indB = refLien.indexOf('[_blank]');
+        var laRef = "";
+        if (indB > 0) {
+            enFenetre = true;
+            laRef = refLien.substring(indB + 8);
+            refLien = refLien.substring(0, indB);
+            if (laRef != '') {
+                if (laRef.indexOf('http://') != 0) {
+                    laRef = parent.RACINE_stage + laRef;
+                }
+            }
+        }
+        var refPage = refLien.substring(indexB + 1, refLien.length);
+        var codeEtape = refLien.substring(0, indexB);
+        if (enFenetre) {
+            if (laRef == "") {
+                laRef = parent.RACINE_stage + "sco/" + codeEtape + ".html?api=0";
+            }
+            if (refPage != '') {
+                laRef += '&idPg=' + refPage;
+            }
+            var oEnFen = parent.open(laRef, "blk" + codeEtape, "toolbar=no,resizable=yes,menubar=no,location=no,status=no," + parent.oSco.posFenLocale);
+            return oEnFen.focus();
+        } else {
+            if (codeEtape == parent.oSco.identifiant && refPage != '') {
+                var numPg = parent.oSco.numeroPage(refPage);
+                var passeB = true;
+                if (parent.oSco.etatEvaluation) {
+                    var oPg = parent.oSco.donnePage(numPg);
+                    while (oPg != null && !oPg.validePrerequis()) {
+                        numPg++;
+                        oPg = parent.oSco.donnePage(numPg);
+                    }
+                    if (oPg == null) {
+                        passeB = false;
+                    }
+                }
+                if (passeB) {
+                    return parent.SCO_allerPage(numPg);
+                }
+            } else {
+                if (parent.APIgetValue("adl.nav.request_valid.choice.{target=" + codeEtape + "}") == "true") {
+                    if (parent.surMosLMS && refPage != '') {
+                        top.planLMS.pageSpecifieeParLienPage = refPage;
+                    }
+                    parent.APIsetValue("adl.nav.request", "{target=" + codeEtape + "}choice");
+                    return parent.SCO_quitter();
+                }
+            }
+        }
+    }
+    if (parent.APIgetValue("adl.nav.request_valid.choice.{target=" + refLien + "}") == "true") {
+        parent.APIsetValue("adl.nav.request", "{target=" + refLien + "}choice");
+        parent.SCO_quitter();
+    }
+}
+
+function GEN_placerZonesLien() {
+    if (existeMosMap) {
+        for (var i = 0; i < tabZonesLien.length; i++) {
+            tabZonesLien[i].placer();
+        }
+    }
+}
+
+function GLOBAL_initBarreBouton(type) {
+    parent.SCO_enrHistorique();
+    GEN_etatChampBouton(false, "STG_allerSuivant");
+    GEN_etatChampBouton(false, "STG_allerPrecedent");
+    GEN_etatChampBouton(false, "EXO_valider");
+    GEN_etatChampBouton(false, "STG_initialiser");
+    if (GEN_precedentPossible(type)) {
+        activerBoutonPrecedent();
+    }
+    if ((parent.surMosLMS) && (parent.parent.baseASP == null)) {
+        PF_afficherDiv('STY_zoneLocale');
+    }
+    if (!parent.agirSurLMS) {
+        PF_masquerDiv('STY_zoneLMSouLMSLocal');
+        PF_afficherDiv('STY_zoneSansLMS');
+    }
+}
+
+function changeImgBtn(oImg, source) {
+    if (oImg != null) {
+        if (parent.oSco.navigIE6) {
+            oImg.width = oImg.offsetWidth;
+            oImg.height = oImg.offsetHeight;
+            oImg.src = "../../MosMtr/gen/blanc.gif";
+            oImg.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + source + "',sizingMethod='image')";
+        } else {
+            oImg.src = source;
+        }
+    }
+}
+
+function activerBoutonInit() {
+    GEN_activeBouton("Init", 11, STG_initialiser);
+    GEN_etatChampBouton(true, "STG_initialiser");
+    if (oFlashNavBar) {
+        try {
+            oFlashNavBar.MOS_enableBtnReset(true);
+        } catch (e) {
+        }
+    }
+}
+
+function GEN_activeBouton(demiNom, lex, fonction) {
+    var oImg = document.images["imgBouton" + demiNom];
+    if ((oImg != null) && (oImg.src.indexOf("gen/bouton" + demiNom + "_of.") < 0)) {
+        if (parent.oSco.config_navigateur == "IE") {
+            oImg.detachEvent("onclick", fonction);
+            oImg.detachEvent("onmouseover", boutonSourisDessus);
+            oImg.detachEvent("onmouseout", boutonSourisDehors);
+            oImg.attachEvent("onclick", fonction);
+            oImg.attachEvent("onmouseover", boutonSourisDessus);
+            oImg.attachEvent("onmouseout", boutonSourisDehors);
+        } else {
+            oImg.removeEventListener("click", fonction, false);
+            oImg.removeEventListener("mouseover", boutonSourisDessus, false);
+            oImg.removeEventListener("mouseout", boutonSourisDehors, false);
+            oImg.addEventListener("click", fonction, false);
+            oImg.addEventListener("mouseover", boutonSourisDessus, false);
+            oImg.addEventListener("mouseout", boutonSourisDehors, false);
+        }
+        try {
+            oImg.style.cursor = "pointer";
+        } catch (e) {
+        }
+        oImg.title = donneLex(lex);
+        changeImgBtn(oImg, chemin_img + 'gen/bouton' + demiNom + '_of.png');
+    }
+}
+
+function GEN_desactiveBouton(demiNom, fonction) {
+    var oImg = document.images["imgBouton" + demiNom];
+    if (oImg != null) {
+        if (parent.oSco.config_navigateur == "IE") {
+            oImg.detachEvent("onclick", fonction);
+            oImg.detachEvent("onmouseover", boutonSourisDessus);
+            oImg.detachEvent("onmouseout", boutonSourisDehors);
+        } else {
+            oImg.removeEventListener("click", fonction, false);
+            oImg.removeEventListener("mouseover", boutonSourisDessus, false);
+            oImg.removeEventListener("mouseout", boutonSourisDehors, false);
+        }
+        try {
+            oImg.style.cursor = "default";
+        } catch (e) {
+        }
+        changeImgBtn(oImg, chemin_img + 'gen/bouton' + demiNom + '.png');
+    }
+}
+
+function chopeEtStpEvt(evt) {
+    var declenc;
+    try {
+        if (parent.oSco.config_navigateur == "IE") {
+            evt = window.event;
+            evt.cancelBubble = true;
+            declenc = evt.srcElement;
+        } else {
+            declenc = evt.target;
+            evt.stopPropagation();
+        }
+    } catch (e) {
+    }
+    return declenc;
+}
+
+function boutonSourisDessus(evt) {
+    var oImg = chopeEtStpEvt(evt);
+    if (oImg.nodeName.toLowerCase() == "img") {
+        changeImgBtn(oImg, chemin_img + 'gen/b' + oImg.name.substring(4) + '_on.png');
+    }
+}
+
+function boutonSourisDehors(evt) {
+    var oImg = chopeEtStpEvt(evt);
+    if (oImg.nodeName.toLowerCase() == "img") {
+        changeImgBtn(oImg, chemin_img + 'gen/b' + oImg.name.substring(4) + '_of.png');
+    }
+}
+
+function desactiverBoutonInit() {
+    GEN_desactiveBouton("Init", STG_initialiser);
+    GEN_etatChampBouton(false, "STG_initialiser");
+    if (oFlashNavBar) {
+        try {
+            oFlashNavBar.MOS_enableBtnReset(false);
+        } catch (e) {
+        }
+    }
+}
+
+function activerBoutonSuivant() {
+    GEN_activeBouton("Suivant", 6, STG_allerSuivant);
+    GEN_etatChampBouton(true, "STG_allerSuivant");
+    etatSuivant = true;
+    if (oFlashNavBar) {
+        try {
+            oFlashNavBar.MOS_enableBtnNext(true);
+        } catch (e) {
+        }
+    }
+}
+
+function desactiverBoutonSuivant() {
+    etatSuivant = false;
+    GEN_desactiveBouton("Suivant", STG_allerSuivant);
+    GEN_etatChampBouton(false, "STG_allerSuivant");
+    if (oFlashNavBar) {
+        try {
+            oFlashNavBar.MOS_enableBtnNext(false);
+        } catch (e) {
+        }
+    }
+}
+
+function activerBoutonPrecedent() {
+    GEN_activeBouton("Precedent", 7, STG_allerPrecedent);
+    GEN_etatChampBouton(true, "STG_allerPrecedent");
+    if (oFlashNavBar) {
+        try {
+            oFlashNavBar.MOS_enableBtnPrevious(true);
+        } catch (e) {
+        }
+    }
+}
+
+var passeZone = 0;
+
+function GLOBAL_cliqueLienZone(idZone) {
+    if (passeZone == 0) {
+        var zone = PF_donneObjet(idZone);
+        var liens = zone.getElementsByTagName('a');
+        if (liens.length > 0) {
+            var lien = liens.item(0);
+            if (parent.oSco.config_navigateur == "Netscape") {
+                var txtlien = lien.href;
+                eval(txtlien);
+            } else {
+                passeZone = 1;
+                lien.click();
+            }
+        }
+    } else {
+        passeZone = 0;
+    }
+}
+
+function GEN_lireMediaZone(nomZone, arret) {
+    var oDiv = PF_donneObjet(nomZone);
+    if (oDiv != null) {
+        var tabWM = oDiv.getElementsByTagName('object');
+        for (var i = 0; i < tabWM.length; i++) {
+            var objet = tabWM[i];
+            var actionMedia = false;
+            var objetPlug = objet;
+            if (parent.oSco.config_navigateur == "Netscape") {
+                objetPlug = objetPlugMozz(objet);
+                if (objetPlug.height == "100%") {
+                    objetPlug.height = objetPlug.parentNode.parentNode.offsetHeight;
+                }
+            }
+            var lid = objet.id;
+            if (lid == null) {
+                lid = '';
+            }
+            if ((objet.className.indexOf('_true') > 0) || (lid.indexOf('clipSTY') == 0)) {
+                if (arret) {
+                    try {
+                        objetPlug.Stop();
+                        actionMedia = true;
+                    } catch (e) {
+                    }
+                    try {
+                        objetPlug.controls.Stop();
+                        actionMedia = true;
+                    } catch (e) {
+                    }
+                    try {
+                        objetPlug.StopPlay();
+                        actionMedia = true;
+                    } catch (e) {
+                    }
+                } else {
+                    try {
+                        objetPlug.Rewind();
+                    } catch (e) {
+                    }
+                    try {
+                        objetPlug.Play();
+                        actionMedia = true;
+                    } catch (e) {
+                    }
+                    if (!actionMedia) {
+                        try {
+                            objetPlug.controls.currentPosition = 0;
+                            objetPlug.controls.Play();
+                            actionMedia = true;
+                        } catch (e) {
+                        }
+                    }
+                    if (!actionMedia) {
+                        try {
+                            objetPlug.DoPlay();
+                            actionMedia = true;
+                        } catch (e) {
+                        }
+                    }
+                    if (objet.className.indexOf('_flvPly') > 0) {
+                        if (objetPlug.Movie) {
+                            objetPlug.Movie += "&autostart=true";
+                        }
+                        if (objetPlug.src) {
+                            objetPlug.src += "&autostart=true";
+                        }
+                    }
+                }
+                if (!actionMedia) {
+                    var lhtml = objet.innerHTML;
+                    if (arret) {
+                        var gard = oDiv.innerHTML;
+                        oDiv.innerHTML = "";
+                        oDiv.innerHTML = gard;
+                    } else {
+                        lhtml = lhtml.replace(/ play="false"/gi, ' play="true"');
+                        lhtml = lhtml.replace(/ autostart="false"/gi, ' autostart="true"');
+                        lhtml = lhtml.replace(/ autoplay="false"/gi, ' autoplay="true"');
+                        try {
+                            objet.innerHTML = lhtml;
+                        } catch (e1) {
+                            try {
+                                objet.outerHTML = lhtml;
+                            } catch (e2) {
+                            }
+                        }
+                    }
+                }
+            }
+        }
+    }
+}
+
+function objetPlugMozz(obj) {
+    var retO = document.embeds[obj.id];
+    return retO;
+}
+
+function localeNb(nbr) {
+    var res = new String(nbr);
+    if (res.indexOf("-") == 0) {
+        res = String.fromCharCode(8722) + res.substring(1);
+    }
+    var clang = parent.oSco.langue.substring(0, 2);
+    if (clang == 'fr') {
+        res = res.replace("%", String.fromCharCode(8194) + '%');
+    }
+    if (parent.donnePays() != "CH") {
+        if (clang == 'fr' || clang == 'de' || clang == 'it' || clang == 'pt' || clang == 'es' || clang == 'nl' || clang == 'pl') {
+            res = res.replace(".", ",");
+        }
+    }
+    return res;
+}
+
+function GEN_etatChampBouton(active, nomFonc) {
+    var lesboutons = document.getElementsByTagName("button");
+    for (var i = 0; i < lesboutons.length; i++) {
+        var oBtn = lesboutons.item(i);
+        var chg = new String(PF_attr(oBtn, "onclick"));
+        if (chg.indexOf(nomFonc) >= 0) {
+            oBtn.disabled = !active;
+            break;
+        }
+    }
+}
+
+function IC_ouvrirDiplomeLMS() {
+    top.LMS_afficherDiplome();
+}
+
+function IC_openDoc(nomFich, optionsFen) {
+    window.open(parent.RACINE_stage + "contenu/pages/" + nomFich, nomFich.replace(/\W/g), "menubar=no,toolbar=no,location=no,status=no," + optionsFen);
+}
+
+function IC_openSco(codeSco, optionsFen) {
+    window.open(parent.RACINE_stage + "sco/" + codeSco + ".html", "fensco" + codeSco, "menubar=no,toolbar=no,location=no,status=no," + optionsFen);
+}
+
+function setUserVariable(idVar, val) {
+    parent.SCO_modifAllocation(idVar, val, "learner");
+}
+
+function setCourseVariable(idVar, val) {
+    parent.SCO_modifAllocation(idVar, val, "course");
+}
+
+function getUserVariable(idVar) {
+    return parent.SCO_donneAllocation(idVar, "learner");
+}
+
+function getCourseVariable(idVar) {
+    return parent.SCO_donneAllocation(idVar, "course");
+}
+
+function getAudioLevel() {
+    if (parent.surMosLMS) {
+        return top.niveauAudio;
+    }
+    return 1;
+}
+
+function setAudioLevel(num) {
+    if (parent.surMosLMS) {
+        top.changeNiveauAudio(num);
+    }
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/actionsGen.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/actionsGen.js
index d89b19c2a9f87e4b61b5c3916fcff25e80efa15d..439b0100928ad7d2539d74d6e499205d4450b4a5 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/actionsGen.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/actionsGen.js
@@ -1 +1,966 @@
-var lsDivPNG='';function PF_modifTexteDiv(idObj,txt){var obj=document.getElementById(idObj);if (obj!=null){obj.innerHTML=txt;}}function PF_donneTexteCouche(objName,x) { var res='';var idObj = PF_donneObjet(nomObj); if (idObj!= null){ res=idObj.innerHTML; }return res;}function PF_attr(obj,nomAttr){if (obj==null){alert("Null Element for "+nomAttr);}try {val=obj.getAttribute(nomAttr);} catch(e){alert(nomAttr);alert(obj.nodeName);}if (val==null){val="";}return val;}function PF_donneObjet(idObj){return document.getElementById(idObj);}function PF_changeClasse(nomLien,nomClasse){var lien = PF_donneObjet(nomLien);if (lien!=null){lien.className=nomClasse;}}function PF_afficherDiv(nomDiv){var objDiv=PF_donneObjet(nomDiv);if (objDiv!=null){objDiv.style.display="block";}}function PF_masquerDiv(nomDiv){var objDiv=PF_donneObjet(nomDiv);if (objDiv!=null){objDiv.style.display="none";}}function PF_basculerDiv(nomDiv){var objDiv=PF_donneObjet(nomDiv);if (objDiv!=null){if (objDiv.style.display=="none"){objDiv.style.display="block";} else {objDiv.style.display="none";}}}function PF_basculeImage(img,src) {var oImg=PF_donneObjet(img); if (oImg!=null){oImg.src=src;}}function PF_survol(img,num){var oImg=PF_donneObjet(img);if (oImg!=null){var nSrc=oImg.src;var estPngIE=false;if ((nSrc.indexOf('blanc.gif')>0)&&(oImg.style.filter)&&(oImg.style.filter!='')){estPngIE=true;}if (num==0){nSrc=nSrc.replace("_survl0","_survl1");if (estPngIE){oImg.style.filter=oImg.style.filter.replace("_survl0","_survl1");}} else {nSrc=nSrc.replace("_survl1","_survl0");if (estPngIE){oImg.style.filter=oImg.style.filter.replace("_survl1","_survl0");}}oImg.src=nSrc;}}function PF_affecterAlt(){var estIE=(navigator.appName.indexOf('Microsoft')>=0);var estIE7=false;if (estIE){try {if (window.XMLHttpRequest){estIE7=true;}}catch(e){}}var lesdivs=document.getElementsByTagName("div");var maxdiv=350;for (var i=0;i<lesdivs.length && i<maxdiv;i++){var oDiv=lesdivs.item(i);if (estIE && !estIE7){var lmin=oDiv.currentStyle["minHeight"];if (lmin!="auto" && oDiv.currentStyle["height"]!=lmin){var hautact=oDiv.currentStyle["height"];if (lmin!=hautact && (hautact=="auto" || parseInt(lmin)>parseInt(hautact))){oDiv.style.height=lmin;}}}if (oDiv.id.indexOf("LEX_")==0){oDiv.innerHTML=donneLex(Number(oDiv.id.substring(4)));oDiv.id="";}maxdiv++;if (oDiv.id.indexOf('div_effet_')!=0){var verifArrond="0%";var verifOmbre="0%";if ((!estIE)&&document.defaultView){if (valCSS(oDiv,"","backgroundColor",true)!='transparent'){var lesd=oDiv.style.backgroundPosition;if (lesd==''){var lClasse=oDiv.className;if (lClasse!=''){var reg=donneRegleCSSMoz("."+lClasse);if (reg!=null){lesd=reg.style.backgroundPosition;}}}if (lesd!=""){lesd=lesd.split(' ');verifArrond=lesd[0];if (lesd.length>1){verifOmbre=lesd[1];}}}} else if (estIE){verifArrond=oDiv.currentStyle["backgroundPositionX"];verifOmbre=oDiv.currentStyle["backgroundPositionY"];}if ((oDiv.style.display!="none")&&(oDiv.style.backgroundColor!='transparent')){if ((verifArrond!="0%")&&(verifArrond.indexOf(".")>0)){PF_arrondir(oDiv,verifArrond,!estIE);}if ((verifOmbre!="0%")&&(verifOmbre.indexOf(".")>0)){PF_ombre(oDiv,verifOmbre,!estIE);}}}}var lesimgs=document.getElementsByTagName("img");for (var n=0;n<lesimgs.length;n++){var oImg=lesimgs.item(n);if (oImg.title.indexOf("LEX_")==0){oImg.title=donneLex(Number(oImg.title.substring(4)));} else if (oImg.alt.indexOf("LEX_")==0){oImg.title=donneLex(Number(oImg.alt.substring(4)));}if (estIE && !estIE7){var source=oImg.src;if (source.indexOf(".png")>0 && oImg.border==0 && oImg.style.borderWidth=="" && oImg.alt.indexOf("swfir=")!=0){var methode="image";var larg0=oImg.width;var haut0=oImg.height;if (larg0==0){var attrf=oImg.outerHTML;var tabRes=attrf.match(/WIDTH=(\w+)/i);if (tabRes){larg0=tabRes[1];}tabRes=attrf.match(/HEIGHT=(\w+)/i);if (tabRes){haut0=tabRes[1];}}if (larg0>100 || haut0>100){if (larg0>0 && haut0>0){methode="scale";oImg.style.width=larg0+"px";oImg.style.height=haut0+"px";}}var rac="../../";oImg.src=rac+"MosMtr/gen/blanc.gif";oImg.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+source+"',sizingMethod='"+methode+"')";}}}}function PF_transparencePNG(oDiv){return ;}var tabDocW=new Array();function ajDocW(val){if (navigator.appName.indexOf('Microsoft')!=-1){document.write(val);} else {if (window.location.href.indexOf('.xml')>0){tabDocW[tabDocW.length]=val;} else {document.write(val);}}}function PF_ecritDocW(){if (tabDocW.length>0){var lesscripts=document.getElementsByTagName("script");var numT=0;for (var n=0;n<lesscripts.length;n++){var oScr=lesscripts.item(n);if (oScr.innerHTML.indexOf("ajDocW(")>=0){var txx=new String(tabDocW[numT]);if (txx.indexOf('&#160;')==0){txx=txx.replace(/&#160;/g,' ');}var nTxt;if (txx.indexOf('<object ')>=0){nTxt=document.createElement('span');nTxt.innerHTML=txx;nTxt=nTxt.firstChild;} else {nTxt=document.createTextNode(txx);}numT++;oScr.parentNode.insertBefore(nTxt,oScr);oScr.nodeValue='';}}}}function PF_clipAV(lid,src,largeur,hauteur,demarreAuto,lecteur,boucle,align,autresParams,lstyle,dansCmt){if ((largeur==29)&&(hauteur==29)){largeur=0;hauteur=0;}var clsid='clsid:';var classe="obj"+lecteur;if (dansCmt=='cmt' || (demarreAuto=="true" && (window.location.href.indexOf("style/glossaire.htm")>0 || window.location.href.indexOf("/glossaire/glossaire.")>0))){classe+="_"+demarreAuto;demarreAuto='false';}var source='../media/'+src;if (lid.indexOf('clipSTY')==0){source='../../MosMtr/ressources/style/media/'+src;}var type="";if (boucle==''){boucle='false';}if (demarreAuto==''){demarreAuto='false';}var lesparams='';var rcnstg=parent.RACINE_stage;if (rcnstg==null){rcnstg=top.opener.parent.RACINE_stage;}if (lecteur=='Flash' && (src.indexOf(".flv")>0 || src.indexOf(".mp3")>0)){var nomImage=src.replace(".flv",".jpg");nomImage=nomImage.replace(".mp3",".jpg");source="../../MosMtr/gen/mediaplayer.swf?file=../../contenu/media/"+src+"&image=../../contenu/media/"+nomImage;if (rcnstg.indexOf("file:///")==0){var estIE=(navigator.appName.indexOf('Microsoft')>=0);if (estIE){if (window.XMLHttpRequest==null){rcnstg=rcnstg.replace("file:///","");}source=rcnstg+"MosMtr/gen/mediaplayer.swf?file="+rcnstg+"contenu/media/"+src+"&image="+rcnstg+"contenu/media/"+nomImage;source=unescape(source);if (lid.indexOf('clipSTY')==0){source=rcnstg+"MosMtr\\gen\\mediaplayer.swf?file="+rcnstg+'MosMtr\\ressources\\style\\media\\'+src+"&image="+rcnstg+'MosMtr\\ressources\\style\\media\\'+nomImage;}}}if (boucle=="true"){source+="&repeat=true";}if (demarreAuto=="true"){source+="&autostart=true";}demarreAuto="true";classe+="_flvPly";}if (lid=="diaporama"&&lecteur=='Flash'){source='../../MosMtr/gen/dewslider.swf?xml=../../contenu/media/'+src+".xml";if (rcnstg.indexOf("file:///")==0){var estIE=(navigator.appName.indexOf('Microsoft')>=0);if (estIE){if (window.XMLHttpRequest==null){rcnstg=rcnstg.replace("file:///","");}source=rcnstg+'MosMtr/gen/dewslider.swf?xml=../../contenu/media/'+src+".xml";}}}if (lecteur=='WM'){ source=rcnstg+'contenu/media/'+src;if (lid.indexOf('clipSTY')==0){source=rcnstg+'MosMtr/ressources/style/media/'+src;}source=unescape(source);var ajBoucle="";if (boucle=="true"){ajBoucle=";playCount:999";}clsid+='6BF52A52-394A-11d3-B153-00C04F79FAA6';type="application/x-mplayer2";lesparams="URL:x;autoStart:"+demarreAuto+";Loop:"+boucle+ajBoucle;} else if (lecteur=='Flash'){ clsid+='D27CDB6E-AE6D-11cf-96B8-444553540000';type="application/x-shockwave-flash";lesparams="movie:x;play:"+demarreAuto+";loop:"+boucle+";swLiveConnect:true";} else if (lecteur=='Real'){ clsid+='CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA';type="audio/x-pn-realaudio-plugin";lesparams="SRC:x;AUTOSTART:"+demarreAuto+";LOOP:"+boucle;} else if (lecteur=='QT'){ clsid+='02BF25D5-8C17-4B23-BC80-D3488ABDDC6B';type="video/quicktime";lesparams="src:x;AutoPlay:"+demarreAuto+";Loop:"+boucle+";EnableJavaSript:true";} else {clsid+=lecteur;}lesparams+=";"+autresParams;var ajAlign="";if (align!=''){ajAlign=' align="'+align+'"';}var bordureFirefox="";var estMoz=false;if (navigator.appName.indexOf('Netscape')>=0){estMoz=true;}if (lstyle.indexOf("border")>=0 && estMoz){bordureFirefox=lstyle;lstyle="";}var ajTaille=' width="'+largeur+'" height="'+hauteur+'"';if (lstyle!=""){ajAlign+=' style="'+lstyle+'"';}var res='<object classid="'+clsid+'" id="'+lid+'" class="'+classe+'"'+ajTaille+ajAlign+'>';var tabPrm=lesparams.split(';');var listeAttrEmbed=' src="'+source+'"';for (var i=0;i<tabPrm.length;i++){if (tabPrm[i].indexOf(':')>0){var paireP=tabPrm[i].split(':');if (i==0){res+='<param name="'+paireP[0]+'" value="'+source+'"/>';} else {res+='<param name="'+paireP[0]+'" value="'+paireP[1]+'"/>';listeAttrEmbed+=' '+paireP[0]+'="'+paireP[1]+'"';}}}if (estMoz){res+='<embed name="'+lid+'" class="'+classe+'" type="'+type+'"'+ajTaille+lstyle+listeAttrEmbed+'></embed>';}res+='</object>';if (bordureFirefox!=""){res='<div style="float:left;display:inline-block;max-height:'+hauteur+'px;'+bordureFirefox+'">'+res+'</div>';}return res;}function PF_arrondir(oDiv,params,estMoz){if (params.length<5){params="";}if (params.indexOf(".")<0){params="";}if (params!=''){var tabP=params.split(".");if (tabP[0].length<3){tabP[0]="0"+tabP[0];}if (tabP[0].length<3){tabP[0]="0"+tabP[0];}params=tabP[0]+tabP[1];var optCoins=params.substring(0,4);var ardHG=true;var ardHD=true;var ardBG=true;var ardBD=true;var vItalique=valCSS(oDiv,"fontStyle","font-style",estMoz);if (vItalique=="italic"){oDiv.style.fontStyle="normal";}if (optCoins.substring(0,1)=="0"){ardHG=false;}if (optCoins.substring(1,2)=="0"){ardHD=false;}if (optCoins.substring(2,3)=="0"){ardBG=false;}if (optCoins.substring(3)=="0"){ardBD=false;}var ajusteL=0;var ajusteH=0;var ajusteX=0;var ajusteY=0;var diamPuce=20;var numTaille=params.substring(4,5);if (numTaille==6){diamPuce=100;ajusteX=1;ajusteL=-3;ajusteY=1;ajusteH=-1;}else if (numTaille==5){diamPuce=80;ajusteX=2;ajusteL=-2;ajusteY=2;ajusteH=-2;if (estMoz){ajusteY=1;ajusteX=0;ajusteH=-1;ajusteL=-1;}}else if (numTaille==4){diamPuce=60;ajusteX=0;ajusteL=-1;ajusteY=-1;ajusteH=-1;if (estMoz){ajusteY=0;}}else if (numTaille==3){diamPuce=40;ajusteL=-1;if (estMoz){ajusteL=-1;}}else if (numTaille==2){ajusteY=-1;if (estMoz){ajusteY=0;}}else if (numTaille==1){diamPuce=14;ajusteY=-1;if (estMoz){ajusteY=0;}}var nonStrict=false;if(!estMoz && (document.compatMode!='CSS1Compat')){nonStrict=true;}if (oDiv.id==""){oDiv.id="div_effet_"+Math.round(Math.random()*1000);}var coulF=valCSS(oDiv,"backgroundColor","background-color",estMoz);if (coulF=="transparent"){return 0;}var largeur=oDiv.offsetWidth+1;if (estMoz){largeur+=2;}var hauteur=oDiv.offsetHeight;var rempliGauche=valCSS(oDiv,"paddingLeft","padding-left",estMoz);var rempliDroit=valCSS(oDiv,"paddingRight","padding-right",estMoz);var rempliHaut=valCSS(oDiv,"paddingTop","padding-top",estMoz);var rempliBas=valCSS(oDiv,"paddingBottom","padding-bottom",estMoz);if (!nonStrict){}if ((largeur<diamPuce)||(hauteur<diamPuce)){oDiv.style.visibility="visible";return 0;}var posCss=valCSS(oDiv,"position","position",estMoz);if ((posCss!="relative")&&(posCss!="absolute")){oDiv.style.position="relative";oDiv.style.left=valCSS(oDiv,"marginLeft","margin-left",estMoz);oDiv.style.marginLeft="0px";oDiv.style.top=valCSS(oDiv,"marginTop","margin-top",estMoz);oDiv.style.marginTop="0px";oDiv.style.marginRight="0px";}var contenuHTML=oDiv.innerHTML;var oFondContenu=document.createElement("div");while (oDiv.childNodes.length>0){oFondContenu.appendChild(oDiv.firstChild);}var bordureHaut=valCSS(oDiv,"borderTopWidth","border-top-width",estMoz);var coulBordureHaut=valCSS(oDiv,"borderTopColor","border-top-color",estMoz);var styleBordure=valCSS(oDiv,"borderTopStyle","border-top-style",estMoz);if ((styleBordure!='none')&&(bordureHaut.indexOf('px')>0)){bordureHaut=parseInt(bordureHaut.substring(0,bordureHaut.length-2));oDiv.style.borderWidth="0px";} else {bordureHaut=0;}largeur=largeur-bordureHaut;hauteur=hauteur-bordureHaut;var rayon=Math.round(diamPuce/2);var pos;var hauteurRempli=hauteur+ajusteH;if (nonStrict){hauteurRempli+= bordureHaut*2;}var largeurRempli=largeur+ajusteL;if (nonStrict){largeurRempli+= bordureHaut*2;}var coinHG;if (ardHG){coinHG=creeCoin(coulF,diamPuce);if (bordureHaut>0){var bcoin=creeCoin(coulBordureHaut,diamPuce);bcoin.style.left=coinHG.style.left;bcoin.style.top=coinHG.style.top;positionBCoin(coinHG,bordureHaut);oDiv.appendChild(bcoin);}} else {coinHG=boucheCoin(coulF,rayon);coinHG.style.top=ajusteY+"px";coinHG.style.left=ajusteX+"px";if (bordureHaut>0){coinHG.style.borderTopColor=coulBordureHaut;coinHG.style.borderTopStyle=styleBordure;coinHG.style.borderTopWidth=bordureHaut+"px";coinHG.style.borderLeftColor=coulBordureHaut;coinHG.style.borderLeftStyle=styleBordure;coinHG.style.borderLeftWidth=bordureHaut+"px";}}oDiv.appendChild(coinHG);var coinHD;if (ardHD){coinHD=creeCoin(coulF,diamPuce);pos=largeur-diamPuce;coinHD.style.left=pos+"px";if (bordureHaut>0){var bcoin=creeCoin(coulBordureHaut,diamPuce);bcoin.style.top=coinHD.style.top;positionBCoin(coinHD,bordureHaut);pos=largeur-diamPuce+bordureHaut*2;bcoin.style.left=pos+"px";oDiv.appendChild(bcoin);}} else {coinHD=boucheCoin(coulF,rayon);coinHD.style.top=ajusteY+"px";pos=largeurRempli-rayon+ajusteX-4;coinHD.style.left=pos+"px";if (bordureHaut>0){pos=largeur-rayon+ajusteX+ajusteL+bordureHaut-4;coinHD.style.left=pos+"px";coinHD.style.borderTopColor=coulBordureHaut;coinHD.style.borderTopStyle=styleBordure;coinHD.style.borderTopWidth=bordureHaut+"px";coinHD.style.borderRightColor=coulBordureHaut;coinHD.style.borderRightStyle=styleBordure;coinHD.style.borderRightWidth=bordureHaut+"px";}}oDiv.appendChild(coinHD);var coinBG;if (ardBG){coinBG=creeCoin(coulF,diamPuce);pos=hauteur-diamPuce;coinBG.style.top=pos+"px";if (bordureHaut>0){var bcoin=creeCoin(coulBordureHaut,diamPuce);bcoin.style.left=coinBG.style.left;positionBCoin(coinBG,bordureHaut);pos=hauteur-diamPuce+bordureHaut*2;bcoin.style.top=pos+"px";oDiv.appendChild(bcoin);}} else {coinBG=boucheCoin(coulF,rayon);pos=hauteurRempli-rayon+ajusteY-4;coinBG.style.top=pos+"px";coinBG.style.left=ajusteX+"px";if (bordureHaut>0){pos=pos+bordureHaut;coinBG.style.top=pos+"px";coinBG.style.borderBottomColor=coulBordureHaut;coinBG.style.borderBottomStyle=styleBordure;coinBG.style.borderBottomWidth=bordureHaut+"px";coinBG.style.borderLeftColor=coulBordureHaut;coinBG.style.borderLeftStyle=styleBordure;coinBG.style.borderLeftWidth=bordureHaut+"px";}}oDiv.appendChild(coinBG);var coinBD;if (ardBD){coinBD=creeCoin(coulF,diamPuce);pos=largeur-diamPuce;coinBD.style.left=pos+"px";pos=hauteur-diamPuce;coinBD.style.top=pos+"px";if (bordureHaut>0){positionBCoin(coinBD,bordureHaut);var bcoin=creeCoin(coulBordureHaut,diamPuce);pos=pos+bordureHaut*2;bcoin.style.top=pos+"px";pos=largeur-diamPuce+bordureHaut*2;bcoin.style.left=pos+"px";oDiv.appendChild(bcoin);}} else {coinBD=boucheCoin(coulF,rayon);pos=largeurRempli-rayon+ajusteX-4;coinBD.style.left=pos+"px";pos=hauteurRempli-rayon+ajusteY-4;coinBD.style.top=pos+"px";if (bordureHaut>0){pos=pos+bordureHaut;coinBD.style.top=pos+"px";pos=largeur-rayon+ajusteX+ajusteL+bordureHaut-4;coinBD.style.left=pos+"px";coinBD.style.borderBottomColor=coulBordureHaut;coinBD.style.borderBottomStyle=styleBordure;coinBD.style.borderBottomWidth=bordureHaut+"px";coinBD.style.borderRightColor=coulBordureHaut;coinBD.style.borderRightStyle=styleBordure;coinBD.style.borderRightWidth=bordureHaut+"px";}}oDiv.appendChild(coinBD);var rempli1=document.createElement("div");rempli1.style.backgroundColor=coulF;rempli1.style.position="absolute";rempli1.style.overflow="hidden";rempli1.style.top=ajusteY+"px";rempli1.style.left=rayon+"px";pos=largeur-diamPuce;rempli1.style.width=pos+"px";rempli1.style.height=hauteurRempli+"px";if (bordureHaut>0){rempli1.style.borderTopColor=coulBordureHaut;rempli1.style.borderTopStyle=styleBordure;rempli1.style.borderTopWidth=bordureHaut+"px";rempli1.style.borderBottomColor=coulBordureHaut;rempli1.style.borderBottomStyle=styleBordure;rempli1.style.borderBottomWidth=bordureHaut+"px";}oDiv.appendChild(rempli1);var rempli2=document.createElement("div");rempli2.style.backgroundColor=coulF;rempli2.style.position="absolute";rempli2.style.overflow="hidden";rempli2.style.left=ajusteX+"px";rempli2.style.top=rayon+"px";rempli2.style.width=largeurRempli+"px";pos=hauteur-diamPuce;if (pos>0){rempli2.style.height=pos+"px";}if (bordureHaut>0){rempli2.style.borderLeftStyle=styleBordure;rempli2.style.borderLeftWidth=bordureHaut+"px";rempli2.style.borderRightStyle=styleBordure;rempli2.style.borderRightWidth=bordureHaut+"px";rempli2.style.borderLeftColor=coulBordureHaut;rempli2.style.borderRightColor=coulBordureHaut;}oDiv.appendChild(rempli2);oDiv.style.borderStyle="none";oDiv.style.borderWidth="0px";oFondContenu.style.position="absolute";if (vItalique=="italic"){oFondContenu.style.fontStyle="italic";}oFondContenu.style.backgroundColor="transparent";oFondContenu.style.top=bordureHaut+"px";oFondContenu.style.left=bordureHaut+"px";oDiv.style.backgroundColor="transparent";oFondContenu.style.paddingLeft=rempliGauche;if (!nonStrict){largeur=largeur-parseInt(rempliGauche)-parseInt(rempliDroit);hauteur=hauteur-parseInt(rempliHaut)-parseInt(rempliBas);}oFondContenu.style.width=largeur;var lpad=rempliDroit;if (estMoz){lpad=parseInt(lpad)+3;lpad=lpad+"px";}oFondContenu.style.paddingRight=lpad;oFondContenu.style.paddingTop=rempliHaut;oFondContenu.style.paddingBottom=rempliBas;oFondContenu.id=oDiv.id+"fondContenu";oDiv.appendChild(oFondContenu);pos=largeur+bordureHaut;oDiv.style.width=pos+"px";pos=hauteur+bordureHaut;oDiv.style.height=pos+"px";}oDiv.style.visibility="visible";}function valCSS(oDiv,nomIE,nomMoz,estMoz){if (estMoz){return document.defaultView.getComputedStyle(oDiv, "").getPropertyValue(nomMoz);} else {return oDiv.currentStyle[nomIE];}}function PF_ombre(oDiv,paramOmbre,estMoz){if (paramOmbre.indexOf(".")<0){paramOmbre="";}if (paramOmbre.indexOf("%")<0){paramOmbre="";}if (paramOmbre!=''){if (!estMoz && window.XMLHttpRequest==null){oDiv.style.filter=null;}var oExiste=PF_donneObjet(oDiv.id+"fondContenu");if (oExiste==null){return 0;}var tabParam=paramOmbre.split(".");var ombre=document.createElement("div");ombre.id=oDiv.id+"fondOmbre";for (var i=0;i<oDiv.childNodes.length;i++){if (oDiv.childNodes.item(i).id!=oDiv.id+'fondContenu'){ombre.appendChild(oDiv.childNodes.item(i).cloneNode(true));}}var decalOmbreX=0;var decalOmbreY=0;var multiY=1;var tOpac=tabParam[1];if (tOpac.indexOf('0')==0){multiY=-1;tOpac=tOpac.substring(1);}var opaciteO=tOpac.substring(0,tOpac.length-1);if (opaciteO.length==1){opaciteO=opaciteO+"0";}opaciteO=parseInt(opaciteO);if (opaciteO==99){opaciteO=100;}opaciteO=opaciteO/100;var lesdecals=tabParam[0];var multiX=1;if (lesdecals.indexOf("-")==0){lesdecals=lesdecals.substring(1);multiX=-1;}if (lesdecals.length==1){lesdecals="000"+lesdecals;}if (lesdecals.length==2){lesdecals="00"+lesdecals;}if (lesdecals.length==3){lesdecals="0"+lesdecals;}var decalx=parseInt(lesdecals.substring(0,2));var elargieDeuxCotesX=0;var elargieDeuxCotesY=0;var decaly=lesdecals.substring(2);if (decalx=="33"){elargieDeuxCotesX=3;decalx=6;multiX=-1;multiY=-1;}if (decaly=="33"){elargieDeuxCotesY=3;decaly=6;multiX=-1;multiY=-1;}if (decalx=="44"){elargieDeuxCotesX=4;decalx=7;multiX=-1;multiY=-1;}if (decaly=="44"){elargieDeuxCotesY=4;decaly=7;multiX=-1;multiY=-1;}if (decalx=="55"){elargieDeuxCotesX=5;decalx=8;multiX=-1;multiY=-1;}if (decaly=="55"){elargieDeuxCotesY=5;decaly=8;multiX=-1;multiY=-1;}if (estMoz){if (elargieDeuxCotesY==0){decalOmbreX+=multiX;decalOmbreY+=multiY;}opaciteO-=0.25;if (opaciteO<0.1){opaciteO=0.1;}}var leRadu="4";if (Math.abs(decalx)<4){leRadu="3";}if (Math.abs(decalx)<2){leRadu="2";}pos=decalOmbreX+multiX*decalx;ombre.style.left=pos+"px";pos=decalOmbreY+multiY*decaly;ombre.style.top=pos+"px";var lesdivsombre=ombre.getElementsByTagName("div");for (var i=0;i<lesdivsombre.length;i++){var odvom=lesdivsombre.item(i);if (odvom.style.backgroundColor!=''){odvom.style.backgroundColor="#000000";odvom.style.borderColor="#000000";} else {odvom.style.color="#000000";}}ombre.style.position="absolute";var lar=oDiv.offsetWidth+elargieDeuxCotesX*2;var hau=oDiv.offsetHeight+elargieDeuxCotesY*2;if (oExiste!=null){if (oExiste.offsetWidth>lar){lar=oExiste.offsetWidth+elargieDeuxCotesX*2;}if (oExiste.offsetHeight>hau){hau=oExiste.offsetHeight+elargieDeuxCotesY*2;}}ombre.style.width=lar+"px";ombre.style.height=hau+"px";if (estMoz){ombre.style.opacity=opaciteO;}oDiv.insertBefore(ombre,oDiv.firstChild);if (elargieDeuxCotesY>0){if (estMoz){decaly-=2;decalx-=1;}var lesdivo=ombre.getElementsByTagName("div");for (var k=0;k<lesdivo.length;k++){var oznr=lesdivo.item(k);if (oznr.innerHTML.length!=1){var larg=oznr.offsetWidth+(elargieDeuxCotesX*3);oznr.style.width=larg+"px";larg=oznr.offsetHeight+(elargieDeuxCotesY*3);oznr.style.height=larg+"px";} else {var haut=parseInt(oznr.style.top);if (haut>10){haut=haut+elargieDeuxCotesY*3;oznr.style.top=haut+"px";}haut=parseInt(oznr.style.left);if (haut>10){haut=haut+elargieDeuxCotesX*3;oznr.style.left=haut+"px";}}}}ombre.style.filter="progid:DXImageTransform.Microsoft.blur(pixelradius="+leRadu+".0, makeshadow='true', ShadowOpacity="+opaciteO+")";}}function creeCoin(coulF,diametre){var coin=document.createElement("div");coin.style.position="absolute";coin.style.fontFamily="Arial";coin.style.fontWeight="Normal";coin.style.top="0px";coin.style.left="0px";var marge=Math.round(diametre/2.1);coin.style.marginTop="-"+marge+"px";marge=Math.round(diametre/4.6);coin.style.marginLeft="-"+marge+"px";diametre=diametre*2;coin.style.lineHeight=diametre+"px";diametre=diametre*2;coin.style.fontSize=diametre+"px";coin.style.color=coulF;coin.innerHTML="&#8226;";return coin;}function boucheCoin(coulF,rayon){var coin=document.createElement("div");coin.style.position="absolute";var tray=rayon+4;coin.style.width=tray+"px";coin.style.height=tray+"px";coin.style.borderWidth="0px";coin.style.overflow="hidden";coin.style.backgroundColor=coulF;return coin;}function positionBCoin(oBord,largb){var pos=parseInt(oBord.style.left.substring(0,oBord.style.left.length-2));pos=pos+largb;oBord.style.left=pos+"px";pos=parseInt(oBord.style.top.substring(0,oBord.style.top.length-2));pos=pos+largb;oBord.style.top=pos+"px";}function donneRegleCSSMoz(nomClasse){var res=null;try {for (var m=0;m<document.styleSheets.length;m++){var ofCSS=document.styleSheets.item(m);var tabRule=ofCSS.cssRules;for (var j=0;j<tabRule.length;j++){if (tabRule.item(j).selectorText==nomClasse){res= tabRule.item(j);}}}}catch(e){}return res;}
+var lsDivPNG = '';
+
+function PF_modifTexteDiv(idObj, txt) {
+    var obj = document.getElementById(idObj);
+    if (obj != null) {
+        obj.innerHTML = txt;
+    }
+}
+
+function PF_donneTexteCouche(objName, x) {
+    var res = '';
+    var idObj = PF_donneObjet(nomObj);
+    if (idObj != null) {
+        res = idObj.innerHTML;
+    }
+    return res;
+}
+
+function PF_attr(obj, nomAttr) {
+    if (obj == null) {
+        alert("Null Element for " + nomAttr);
+    }
+    try {
+        val = obj.getAttribute(nomAttr);
+    } catch (e) {
+        alert(nomAttr);
+        alert(obj.nodeName);
+    }
+    if (val == null) {
+        val = "";
+    }
+    return val;
+}
+
+function PF_donneObjet(idObj) {
+    return document.getElementById(idObj);
+}
+
+function PF_changeClasse(nomLien, nomClasse) {
+    var lien = PF_donneObjet(nomLien);
+    if (lien != null) {
+        lien.className = nomClasse;
+    }
+}
+
+function PF_afficherDiv(nomDiv) {
+    var objDiv = PF_donneObjet(nomDiv);
+    if (objDiv != null) {
+        objDiv.style.display = "block";
+    }
+}
+
+function PF_masquerDiv(nomDiv) {
+    var objDiv = PF_donneObjet(nomDiv);
+    if (objDiv != null) {
+        objDiv.style.display = "none";
+    }
+}
+
+function PF_basculerDiv(nomDiv) {
+    var objDiv = PF_donneObjet(nomDiv);
+    if (objDiv != null) {
+        if (objDiv.style.display == "none") {
+            objDiv.style.display = "block";
+        } else {
+            objDiv.style.display = "none";
+        }
+    }
+}
+
+function PF_basculeImage(img, src) {
+    var oImg = PF_donneObjet(img);
+    if (oImg != null) {
+        oImg.src = src;
+    }
+}
+
+function PF_survol(img, num) {
+    var oImg = PF_donneObjet(img);
+    if (oImg != null) {
+        var nSrc = oImg.src;
+        var estPngIE = false;
+        if ((nSrc.indexOf('blanc.gif') > 0) && (oImg.style.filter) && (oImg.style.filter != '')) {
+            estPngIE = true;
+        }
+        if (num == 0) {
+            nSrc = nSrc.replace("_survl0", "_survl1");
+            if (estPngIE) {
+                oImg.style.filter = oImg.style.filter.replace("_survl0", "_survl1");
+            }
+        } else {
+            nSrc = nSrc.replace("_survl1", "_survl0");
+            if (estPngIE) {
+                oImg.style.filter = oImg.style.filter.replace("_survl1", "_survl0");
+            }
+        }
+        oImg.src = nSrc;
+    }
+}
+
+function PF_affecterAlt() {
+    var estIE = (navigator.appName.indexOf('Microsoft') >= 0);
+    var estIE7 = false;
+    if (estIE) {
+        try {
+            if (window.XMLHttpRequest) {
+                estIE7 = true;
+            }
+        } catch (e) {
+        }
+    }
+    var lesdivs = document.getElementsByTagName("div");
+    var maxdiv = 350;
+    for (var i = 0; i < lesdivs.length && i < maxdiv; i++) {
+        var oDiv = lesdivs.item(i);
+        if (estIE && !estIE7) {
+            var lmin = oDiv.currentStyle["minHeight"];
+            if (lmin != "auto" && oDiv.currentStyle["height"] != lmin) {
+                var hautact = oDiv.currentStyle["height"];
+                if (lmin != hautact && (hautact == "auto" || parseInt(lmin) > parseInt(hautact))) {
+                    oDiv.style.height = lmin;
+                }
+            }
+        }
+        if (oDiv.id.indexOf("LEX_") == 0) {
+            oDiv.innerHTML = donneLex(Number(oDiv.id.substring(4)));
+            oDiv.id = "";
+        }
+        maxdiv++;
+        if (oDiv.id.indexOf('div_effet_') != 0) {
+            var verifArrond = "0%";
+            var verifOmbre = "0%";
+            if ((!estIE) && document.defaultView) {
+                if (valCSS(oDiv, "", "backgroundColor", true) != 'transparent') {
+                    var lesd = oDiv.style.backgroundPosition;
+                    if (lesd == '') {
+                        var lClasse = oDiv.className;
+                        if (lClasse != '') {
+                            var reg = donneRegleCSSMoz("." + lClasse);
+                            if (reg != null) {
+                                lesd = reg.style.backgroundPosition;
+                            }
+                        }
+                    }
+                    if (lesd != "") {
+                        lesd = lesd.split(' ');
+                        verifArrond = lesd[0];
+                        if (lesd.length > 1) {
+                            verifOmbre = lesd[1];
+                        }
+                    }
+                }
+            } else if (estIE) {
+                verifArrond = oDiv.currentStyle["backgroundPositionX"];
+                verifOmbre = oDiv.currentStyle["backgroundPositionY"];
+            }
+            if ((oDiv.style.display != "none") && (oDiv.style.backgroundColor != 'transparent')) {
+                if ((verifArrond != "0%") && (verifArrond.indexOf(".") > 0)) {
+                    PF_arrondir(oDiv, verifArrond, !estIE);
+                }
+                if ((verifOmbre != "0%") && (verifOmbre.indexOf(".") > 0)) {
+                    PF_ombre(oDiv, verifOmbre, !estIE);
+                }
+            }
+        }
+    }
+    var lesimgs = document.getElementsByTagName("img");
+    for (var n = 0; n < lesimgs.length; n++) {
+        var oImg = lesimgs.item(n);
+        if (oImg.title.indexOf("LEX_") == 0) {
+            oImg.title = donneLex(Number(oImg.title.substring(4)));
+        } else if (oImg.alt.indexOf("LEX_") == 0) {
+            oImg.title = donneLex(Number(oImg.alt.substring(4)));
+        }
+        if (estIE && !estIE7) {
+            var source = oImg.src;
+            if (source.indexOf(".png") > 0 && oImg.border == 0 && oImg.style.borderWidth == "" && oImg.alt.indexOf("swfir=") != 0) {
+                var methode = "image";
+                var larg0 = oImg.width;
+                var haut0 = oImg.height;
+                if (larg0 == 0) {
+                    var attrf = oImg.outerHTML;
+                    var tabRes = attrf.match(/WIDTH=(\w+)/i);
+                    if (tabRes) {
+                        larg0 = tabRes[1];
+                    }
+                    tabRes = attrf.match(/HEIGHT=(\w+)/i);
+                    if (tabRes) {
+                        haut0 = tabRes[1];
+                    }
+                }
+                if (larg0 > 100 || haut0 > 100) {
+                    if (larg0 > 0 && haut0 > 0) {
+                        methode = "scale";
+                        oImg.style.width = larg0 + "px";
+                        oImg.style.height = haut0 + "px";
+                    }
+                }
+                var rac = "../../";
+                oImg.src = rac + "MosMtr/gen/blanc.gif";
+                oImg.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + source + "',sizingMethod='" + methode + "')";
+            }
+        }
+    }
+}
+
+function PF_transparencePNG(oDiv) {
+    return;
+}
+
+var tabDocW = new Array();
+
+function ajDocW(val) {
+    if (navigator.appName.indexOf('Microsoft') != -1) {
+        document.write(val);
+    } else {
+        if (window.location.href.indexOf('.xml') > 0) {
+            tabDocW[tabDocW.length] = val;
+        } else {
+            document.write(val);
+        }
+    }
+}
+
+function PF_ecritDocW() {
+    if (tabDocW.length > 0) {
+        var lesscripts = document.getElementsByTagName("script");
+        var numT = 0;
+        for (var n = 0; n < lesscripts.length; n++) {
+            var oScr = lesscripts.item(n);
+            if (oScr.innerHTML.indexOf("ajDocW(") >= 0) {
+                var txx = new String(tabDocW[numT]);
+                if (txx.indexOf('&#160;') == 0) {
+                    txx = txx.replace(/&#160;/g, ' ');
+                }
+                var nTxt;
+                if (txx.indexOf('<object ') >= 0) {
+                    nTxt = document.createElement('span');
+                    nTxt.innerHTML = txx;
+                    nTxt = nTxt.firstChild;
+                } else {
+                    nTxt = document.createTextNode(txx);
+                }
+                numT++;
+                oScr.parentNode.insertBefore(nTxt, oScr);
+                oScr.nodeValue = '';
+            }
+        }
+    }
+}
+
+function PF_clipAV(lid, src, largeur, hauteur, demarreAuto, lecteur, boucle, align, autresParams, lstyle, dansCmt) {
+    if ((largeur == 29) && (hauteur == 29)) {
+        largeur = 0;
+        hauteur = 0;
+    }
+    var clsid = 'clsid:';
+    var classe = "obj" + lecteur;
+    if (dansCmt == 'cmt' || (demarreAuto == "true" && (window.location.href.indexOf("style/glossaire.htm") > 0 || window.location.href.indexOf("/glossaire/glossaire.") > 0))) {
+        classe += "_" + demarreAuto;
+        demarreAuto = 'false';
+    }
+    var source = '../media/' + src;
+    if (lid.indexOf('clipSTY') == 0) {
+        source = '../../MosMtr/ressources/style/media/' + src;
+    }
+    var type = "";
+    if (boucle == '') {
+        boucle = 'false';
+    }
+    if (demarreAuto == '') {
+        demarreAuto = 'false';
+    }
+    var lesparams = '';
+    var rcnstg = parent.RACINE_stage;
+    if (rcnstg == null) {
+        rcnstg = top.opener.parent.RACINE_stage;
+    }
+    if (lecteur == 'Flash' && (src.indexOf(".flv") > 0 || src.indexOf(".mp3") > 0)) {
+        var nomImage = src.replace(".flv", ".jpg");
+        nomImage = nomImage.replace(".mp3", ".jpg");
+        source = "../../MosMtr/gen/mediaplayer.swf?file=../../contenu/media/" + src + "&image=../../contenu/media/" + nomImage;
+        if (rcnstg.indexOf("file:///") == 0) {
+            var estIE = (navigator.appName.indexOf('Microsoft') >= 0);
+            if (estIE) {
+                if (window.XMLHttpRequest == null) {
+                    rcnstg = rcnstg.replace("file:///", "");
+                }
+                source = rcnstg + "MosMtr/gen/mediaplayer.swf?file=" + rcnstg + "contenu/media/" + src + "&image=" + rcnstg + "contenu/media/" + nomImage;
+                source = unescape(source);
+                if (lid.indexOf('clipSTY') == 0) {
+                    source = rcnstg + "MosMtr\\gen\\mediaplayer.swf?file=" + rcnstg + 'MosMtr\\ressources\\style\\media\\' + src + "&image=" + rcnstg + 'MosMtr\\ressources\\style\\media\\' + nomImage;
+                }
+            }
+        }
+        if (boucle == "true") {
+            source += "&repeat=true";
+        }
+        if (demarreAuto == "true") {
+            source += "&autostart=true";
+        }
+        demarreAuto = "true";
+        classe += "_flvPly";
+    }
+    if (lid == "diaporama" && lecteur == 'Flash') {
+        source = '../../MosMtr/gen/dewslider.swf?xml=../../contenu/media/' + src + ".xml";
+        if (rcnstg.indexOf("file:///") == 0) {
+            var estIE = (navigator.appName.indexOf('Microsoft') >= 0);
+            if (estIE) {
+                if (window.XMLHttpRequest == null) {
+                    rcnstg = rcnstg.replace("file:///", "");
+                }
+                source = rcnstg + 'MosMtr/gen/dewslider.swf?xml=../../contenu/media/' + src + ".xml";
+            }
+        }
+    }
+    if (lecteur == 'WM') {
+        source = rcnstg + 'contenu/media/' + src;
+        if (lid.indexOf('clipSTY') == 0) {
+            source = rcnstg + 'MosMtr/ressources/style/media/' + src;
+        }
+        source = unescape(source);
+        var ajBoucle = "";
+        if (boucle == "true") {
+            ajBoucle = ";playCount:999";
+        }
+        clsid += '6BF52A52-394A-11d3-B153-00C04F79FAA6';
+        type = "application/x-mplayer2";
+        lesparams = "URL:x;autoStart:" + demarreAuto + ";Loop:" + boucle + ajBoucle;
+    } else if (lecteur == 'Flash') {
+        clsid += 'D27CDB6E-AE6D-11cf-96B8-444553540000';
+        type = "application/x-shockwave-flash";
+        lesparams = "movie:x;play:" + demarreAuto + ";loop:" + boucle + ";swLiveConnect:true";
+    } else if (lecteur == 'Real') {
+        clsid += 'CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA';
+        type = "audio/x-pn-realaudio-plugin";
+        lesparams = "SRC:x;AUTOSTART:" + demarreAuto + ";LOOP:" + boucle;
+    } else if (lecteur == 'QT') {
+        clsid += '02BF25D5-8C17-4B23-BC80-D3488ABDDC6B';
+        type = "video/quicktime";
+        lesparams = "src:x;AutoPlay:" + demarreAuto + ";Loop:" + boucle + ";EnableJavaSript:true";
+    } else {
+        clsid += lecteur;
+    }
+    lesparams += ";" + autresParams;
+    var ajAlign = "";
+    if (align != '') {
+        ajAlign = ' align="' + align + '"';
+    }
+    var bordureFirefox = "";
+    var estMoz = false;
+    if (navigator.appName.indexOf('Netscape') >= 0) {
+        estMoz = true;
+    }
+    if (lstyle.indexOf("border") >= 0 && estMoz) {
+        bordureFirefox = lstyle;
+        lstyle = "";
+    }
+    var ajTaille = ' width="' + largeur + '" height="' + hauteur + '"';
+    if (lstyle != "") {
+        ajAlign += ' style="' + lstyle + '"';
+    }
+    var res = '<object classid="' + clsid + '" id="' + lid + '" class="' + classe + '"' + ajTaille + ajAlign + '>';
+    var tabPrm = lesparams.split(';');
+    var listeAttrEmbed = ' src="' + source + '"';
+    for (var i = 0; i < tabPrm.length; i++) {
+        if (tabPrm[i].indexOf(':') > 0) {
+            var paireP = tabPrm[i].split(':');
+            if (i == 0) {
+                res += '<param name="' + paireP[0] + '" value="' + source + '"/>';
+            } else {
+                res += '<param name="' + paireP[0] + '" value="' + paireP[1] + '"/>';
+                listeAttrEmbed += ' ' + paireP[0] + '="' + paireP[1] + '"';
+            }
+        }
+    }
+    if (estMoz) {
+        res += '<embed name="' + lid + '" class="' + classe + '" type="' + type + '"' + ajTaille + lstyle + listeAttrEmbed + '></embed>';
+    }
+    res += '</object>';
+    if (bordureFirefox != "") {
+        res = '<div style="float:left;display:inline-block;max-height:' + hauteur + 'px;' + bordureFirefox + '">' + res + '</div>';
+    }
+    return res;
+}
+
+function PF_arrondir(oDiv, params, estMoz) {
+    if (params.length < 5) {
+        params = "";
+    }
+    if (params.indexOf(".") < 0) {
+        params = "";
+    }
+    if (params != '') {
+        var tabP = params.split(".");
+        if (tabP[0].length < 3) {
+            tabP[0] = "0" + tabP[0];
+        }
+        if (tabP[0].length < 3) {
+            tabP[0] = "0" + tabP[0];
+        }
+        params = tabP[0] + tabP[1];
+        var optCoins = params.substring(0, 4);
+        var ardHG = true;
+        var ardHD = true;
+        var ardBG = true;
+        var ardBD = true;
+        var vItalique = valCSS(oDiv, "fontStyle", "font-style", estMoz);
+        if (vItalique == "italic") {
+            oDiv.style.fontStyle = "normal";
+        }
+        if (optCoins.substring(0, 1) == "0") {
+            ardHG = false;
+        }
+        if (optCoins.substring(1, 2) == "0") {
+            ardHD = false;
+        }
+        if (optCoins.substring(2, 3) == "0") {
+            ardBG = false;
+        }
+        if (optCoins.substring(3) == "0") {
+            ardBD = false;
+        }
+        var ajusteL = 0;
+        var ajusteH = 0;
+        var ajusteX = 0;
+        var ajusteY = 0;
+        var diamPuce = 20;
+        var numTaille = params.substring(4, 5);
+        if (numTaille == 6) {
+            diamPuce = 100;
+            ajusteX = 1;
+            ajusteL = -3;
+            ajusteY = 1;
+            ajusteH = -1;
+        } else if (numTaille == 5) {
+            diamPuce = 80;
+            ajusteX = 2;
+            ajusteL = -2;
+            ajusteY = 2;
+            ajusteH = -2;
+            if (estMoz) {
+                ajusteY = 1;
+                ajusteX = 0;
+                ajusteH = -1;
+                ajusteL = -1;
+            }
+        } else if (numTaille == 4) {
+            diamPuce = 60;
+            ajusteX = 0;
+            ajusteL = -1;
+            ajusteY = -1;
+            ajusteH = -1;
+            if (estMoz) {
+                ajusteY = 0;
+            }
+        } else if (numTaille == 3) {
+            diamPuce = 40;
+            ajusteL = -1;
+            if (estMoz) {
+                ajusteL = -1;
+            }
+        } else if (numTaille == 2) {
+            ajusteY = -1;
+            if (estMoz) {
+                ajusteY = 0;
+            }
+        } else if (numTaille == 1) {
+            diamPuce = 14;
+            ajusteY = -1;
+            if (estMoz) {
+                ajusteY = 0;
+            }
+        }
+        var nonStrict = false;
+        if (!estMoz && (document.compatMode != 'CSS1Compat')) {
+            nonStrict = true;
+        }
+        if (oDiv.id == "") {
+            oDiv.id = "div_effet_" + Math.round(Math.random() * 1000);
+        }
+        var coulF = valCSS(oDiv, "backgroundColor", "background-color", estMoz);
+        if (coulF == "transparent") {
+            return 0;
+        }
+        var largeur = oDiv.offsetWidth + 1;
+        if (estMoz) {
+            largeur += 2;
+        }
+        var hauteur = oDiv.offsetHeight;
+        var rempliGauche = valCSS(oDiv, "paddingLeft", "padding-left", estMoz);
+        var rempliDroit = valCSS(oDiv, "paddingRight", "padding-right", estMoz);
+        var rempliHaut = valCSS(oDiv, "paddingTop", "padding-top", estMoz);
+        var rempliBas = valCSS(oDiv, "paddingBottom", "padding-bottom", estMoz);
+        if (!nonStrict) {
+        }
+        if ((largeur < diamPuce) || (hauteur < diamPuce)) {
+            oDiv.style.visibility = "visible";
+            return 0;
+        }
+        var posCss = valCSS(oDiv, "position", "position", estMoz);
+        if ((posCss != "relative") && (posCss != "absolute")) {
+            oDiv.style.position = "relative";
+            oDiv.style.left = valCSS(oDiv, "marginLeft", "margin-left", estMoz);
+            oDiv.style.marginLeft = "0px";
+            oDiv.style.top = valCSS(oDiv, "marginTop", "margin-top", estMoz);
+            oDiv.style.marginTop = "0px";
+            oDiv.style.marginRight = "0px";
+        }
+        var contenuHTML = oDiv.innerHTML;
+        var oFondContenu = document.createElement("div");
+        while (oDiv.childNodes.length > 0) {
+            oFondContenu.appendChild(oDiv.firstChild);
+        }
+        var bordureHaut = valCSS(oDiv, "borderTopWidth", "border-top-width", estMoz);
+        var coulBordureHaut = valCSS(oDiv, "borderTopColor", "border-top-color", estMoz);
+        var styleBordure = valCSS(oDiv, "borderTopStyle", "border-top-style", estMoz);
+        if ((styleBordure != 'none') && (bordureHaut.indexOf('px') > 0)) {
+            bordureHaut = parseInt(bordureHaut.substring(0, bordureHaut.length - 2));
+            oDiv.style.borderWidth = "0px";
+        } else {
+            bordureHaut = 0;
+        }
+        largeur = largeur - bordureHaut;
+        hauteur = hauteur - bordureHaut;
+        var rayon = Math.round(diamPuce / 2);
+        var pos;
+        var hauteurRempli = hauteur + ajusteH;
+        if (nonStrict) {
+            hauteurRempli += bordureHaut * 2;
+        }
+        var largeurRempli = largeur + ajusteL;
+        if (nonStrict) {
+            largeurRempli += bordureHaut * 2;
+        }
+        var coinHG;
+        if (ardHG) {
+            coinHG = creeCoin(coulF, diamPuce);
+            if (bordureHaut > 0) {
+                var bcoin = creeCoin(coulBordureHaut, diamPuce);
+                bcoin.style.left = coinHG.style.left;
+                bcoin.style.top = coinHG.style.top;
+                positionBCoin(coinHG, bordureHaut);
+                oDiv.appendChild(bcoin);
+            }
+        } else {
+            coinHG = boucheCoin(coulF, rayon);
+            coinHG.style.top = ajusteY + "px";
+            coinHG.style.left = ajusteX + "px";
+            if (bordureHaut > 0) {
+                coinHG.style.borderTopColor = coulBordureHaut;
+                coinHG.style.borderTopStyle = styleBordure;
+                coinHG.style.borderTopWidth = bordureHaut + "px";
+                coinHG.style.borderLeftColor = coulBordureHaut;
+                coinHG.style.borderLeftStyle = styleBordure;
+                coinHG.style.borderLeftWidth = bordureHaut + "px";
+            }
+        }
+        oDiv.appendChild(coinHG);
+        var coinHD;
+        if (ardHD) {
+            coinHD = creeCoin(coulF, diamPuce);
+            pos = largeur - diamPuce;
+            coinHD.style.left = pos + "px";
+            if (bordureHaut > 0) {
+                var bcoin = creeCoin(coulBordureHaut, diamPuce);
+                bcoin.style.top = coinHD.style.top;
+                positionBCoin(coinHD, bordureHaut);
+                pos = largeur - diamPuce + bordureHaut * 2;
+                bcoin.style.left = pos + "px";
+                oDiv.appendChild(bcoin);
+            }
+        } else {
+            coinHD = boucheCoin(coulF, rayon);
+            coinHD.style.top = ajusteY + "px";
+            pos = largeurRempli - rayon + ajusteX - 4;
+            coinHD.style.left = pos + "px";
+            if (bordureHaut > 0) {
+                pos = largeur - rayon + ajusteX + ajusteL + bordureHaut - 4;
+                coinHD.style.left = pos + "px";
+                coinHD.style.borderTopColor = coulBordureHaut;
+                coinHD.style.borderTopStyle = styleBordure;
+                coinHD.style.borderTopWidth = bordureHaut + "px";
+                coinHD.style.borderRightColor = coulBordureHaut;
+                coinHD.style.borderRightStyle = styleBordure;
+                coinHD.style.borderRightWidth = bordureHaut + "px";
+            }
+        }
+        oDiv.appendChild(coinHD);
+        var coinBG;
+        if (ardBG) {
+            coinBG = creeCoin(coulF, diamPuce);
+            pos = hauteur - diamPuce;
+            coinBG.style.top = pos + "px";
+            if (bordureHaut > 0) {
+                var bcoin = creeCoin(coulBordureHaut, diamPuce);
+                bcoin.style.left = coinBG.style.left;
+                positionBCoin(coinBG, bordureHaut);
+                pos = hauteur - diamPuce + bordureHaut * 2;
+                bcoin.style.top = pos + "px";
+                oDiv.appendChild(bcoin);
+            }
+        } else {
+            coinBG = boucheCoin(coulF, rayon);
+            pos = hauteurRempli - rayon + ajusteY - 4;
+            coinBG.style.top = pos + "px";
+            coinBG.style.left = ajusteX + "px";
+            if (bordureHaut > 0) {
+                pos = pos + bordureHaut;
+                coinBG.style.top = pos + "px";
+                coinBG.style.borderBottomColor = coulBordureHaut;
+                coinBG.style.borderBottomStyle = styleBordure;
+                coinBG.style.borderBottomWidth = bordureHaut + "px";
+                coinBG.style.borderLeftColor = coulBordureHaut;
+                coinBG.style.borderLeftStyle = styleBordure;
+                coinBG.style.borderLeftWidth = bordureHaut + "px";
+            }
+        }
+        oDiv.appendChild(coinBG);
+        var coinBD;
+        if (ardBD) {
+            coinBD = creeCoin(coulF, diamPuce);
+            pos = largeur - diamPuce;
+            coinBD.style.left = pos + "px";
+            pos = hauteur - diamPuce;
+            coinBD.style.top = pos + "px";
+            if (bordureHaut > 0) {
+                positionBCoin(coinBD, bordureHaut);
+                var bcoin = creeCoin(coulBordureHaut, diamPuce);
+                pos = pos + bordureHaut * 2;
+                bcoin.style.top = pos + "px";
+                pos = largeur - diamPuce + bordureHaut * 2;
+                bcoin.style.left = pos + "px";
+                oDiv.appendChild(bcoin);
+            }
+        } else {
+            coinBD = boucheCoin(coulF, rayon);
+            pos = largeurRempli - rayon + ajusteX - 4;
+            coinBD.style.left = pos + "px";
+            pos = hauteurRempli - rayon + ajusteY - 4;
+            coinBD.style.top = pos + "px";
+            if (bordureHaut > 0) {
+                pos = pos + bordureHaut;
+                coinBD.style.top = pos + "px";
+                pos = largeur - rayon + ajusteX + ajusteL + bordureHaut - 4;
+                coinBD.style.left = pos + "px";
+                coinBD.style.borderBottomColor = coulBordureHaut;
+                coinBD.style.borderBottomStyle = styleBordure;
+                coinBD.style.borderBottomWidth = bordureHaut + "px";
+                coinBD.style.borderRightColor = coulBordureHaut;
+                coinBD.style.borderRightStyle = styleBordure;
+                coinBD.style.borderRightWidth = bordureHaut + "px";
+            }
+        }
+        oDiv.appendChild(coinBD);
+        var rempli1 = document.createElement("div");
+        rempli1.style.backgroundColor = coulF;
+        rempli1.style.position = "absolute";
+        rempli1.style.overflow = "hidden";
+        rempli1.style.top = ajusteY + "px";
+        rempli1.style.left = rayon + "px";
+        pos = largeur - diamPuce;
+        rempli1.style.width = pos + "px";
+        rempli1.style.height = hauteurRempli + "px";
+        if (bordureHaut > 0) {
+            rempli1.style.borderTopColor = coulBordureHaut;
+            rempli1.style.borderTopStyle = styleBordure;
+            rempli1.style.borderTopWidth = bordureHaut + "px";
+            rempli1.style.borderBottomColor = coulBordureHaut;
+            rempli1.style.borderBottomStyle = styleBordure;
+            rempli1.style.borderBottomWidth = bordureHaut + "px";
+        }
+        oDiv.appendChild(rempli1);
+        var rempli2 = document.createElement("div");
+        rempli2.style.backgroundColor = coulF;
+        rempli2.style.position = "absolute";
+        rempli2.style.overflow = "hidden";
+        rempli2.style.left = ajusteX + "px";
+        rempli2.style.top = rayon + "px";
+        rempli2.style.width = largeurRempli + "px";
+        pos = hauteur - diamPuce;
+        if (pos > 0) {
+            rempli2.style.height = pos + "px";
+        }
+        if (bordureHaut > 0) {
+            rempli2.style.borderLeftStyle = styleBordure;
+            rempli2.style.borderLeftWidth = bordureHaut + "px";
+            rempli2.style.borderRightStyle = styleBordure;
+            rempli2.style.borderRightWidth = bordureHaut + "px";
+            rempli2.style.borderLeftColor = coulBordureHaut;
+            rempli2.style.borderRightColor = coulBordureHaut;
+        }
+        oDiv.appendChild(rempli2);
+        oDiv.style.borderStyle = "none";
+        oDiv.style.borderWidth = "0px";
+        oFondContenu.style.position = "absolute";
+        if (vItalique == "italic") {
+            oFondContenu.style.fontStyle = "italic";
+        }
+        oFondContenu.style.backgroundColor = "transparent";
+        oFondContenu.style.top = bordureHaut + "px";
+        oFondContenu.style.left = bordureHaut + "px";
+        oDiv.style.backgroundColor = "transparent";
+        oFondContenu.style.paddingLeft = rempliGauche;
+        if (!nonStrict) {
+            largeur = largeur - parseInt(rempliGauche) - parseInt(rempliDroit);
+            hauteur = hauteur - parseInt(rempliHaut) - parseInt(rempliBas);
+        }
+        oFondContenu.style.width = largeur;
+        var lpad = rempliDroit;
+        if (estMoz) {
+            lpad = parseInt(lpad) + 3;
+            lpad = lpad + "px";
+        }
+        oFondContenu.style.paddingRight = lpad;
+        oFondContenu.style.paddingTop = rempliHaut;
+        oFondContenu.style.paddingBottom = rempliBas;
+        oFondContenu.id = oDiv.id + "fondContenu";
+        oDiv.appendChild(oFondContenu);
+        pos = largeur + bordureHaut;
+        oDiv.style.width = pos + "px";
+        pos = hauteur + bordureHaut;
+        oDiv.style.height = pos + "px";
+    }
+    oDiv.style.visibility = "visible";
+}
+
+function valCSS(oDiv, nomIE, nomMoz, estMoz) {
+    if (estMoz) {
+        return document.defaultView.getComputedStyle(oDiv, "").getPropertyValue(nomMoz);
+    } else {
+        return oDiv.currentStyle[nomIE];
+    }
+}
+
+function PF_ombre(oDiv, paramOmbre, estMoz) {
+    if (paramOmbre.indexOf(".") < 0) {
+        paramOmbre = "";
+    }
+    if (paramOmbre.indexOf("%") < 0) {
+        paramOmbre = "";
+    }
+    if (paramOmbre != '') {
+        if (!estMoz && window.XMLHttpRequest == null) {
+            oDiv.style.filter = null;
+        }
+        var oExiste = PF_donneObjet(oDiv.id + "fondContenu");
+        if (oExiste == null) {
+            return 0;
+        }
+        var tabParam = paramOmbre.split(".");
+        var ombre = document.createElement("div");
+        ombre.id = oDiv.id + "fondOmbre";
+        for (var i = 0; i < oDiv.childNodes.length; i++) {
+            if (oDiv.childNodes.item(i).id != oDiv.id + 'fondContenu') {
+                ombre.appendChild(oDiv.childNodes.item(i).cloneNode(true));
+            }
+        }
+        var decalOmbreX = 0;
+        var decalOmbreY = 0;
+        var multiY = 1;
+        var tOpac = tabParam[1];
+        if (tOpac.indexOf('0') == 0) {
+            multiY = -1;
+            tOpac = tOpac.substring(1);
+        }
+        var opaciteO = tOpac.substring(0, tOpac.length - 1);
+        if (opaciteO.length == 1) {
+            opaciteO = opaciteO + "0";
+        }
+        opaciteO = parseInt(opaciteO);
+        if (opaciteO == 99) {
+            opaciteO = 100;
+        }
+        opaciteO = opaciteO / 100;
+        var lesdecals = tabParam[0];
+        var multiX = 1;
+        if (lesdecals.indexOf("-") == 0) {
+            lesdecals = lesdecals.substring(1);
+            multiX = -1;
+        }
+        if (lesdecals.length == 1) {
+            lesdecals = "000" + lesdecals;
+        }
+        if (lesdecals.length == 2) {
+            lesdecals = "00" + lesdecals;
+        }
+        if (lesdecals.length == 3) {
+            lesdecals = "0" + lesdecals;
+        }
+        var decalx = parseInt(lesdecals.substring(0, 2));
+        var elargieDeuxCotesX = 0;
+        var elargieDeuxCotesY = 0;
+        var decaly = lesdecals.substring(2);
+        if (decalx == "33") {
+            elargieDeuxCotesX = 3;
+            decalx = 6;
+            multiX = -1;
+            multiY = -1;
+        }
+        if (decaly == "33") {
+            elargieDeuxCotesY = 3;
+            decaly = 6;
+            multiX = -1;
+            multiY = -1;
+        }
+        if (decalx == "44") {
+            elargieDeuxCotesX = 4;
+            decalx = 7;
+            multiX = -1;
+            multiY = -1;
+        }
+        if (decaly == "44") {
+            elargieDeuxCotesY = 4;
+            decaly = 7;
+            multiX = -1;
+            multiY = -1;
+        }
+        if (decalx == "55") {
+            elargieDeuxCotesX = 5;
+            decalx = 8;
+            multiX = -1;
+            multiY = -1;
+        }
+        if (decaly == "55") {
+            elargieDeuxCotesY = 5;
+            decaly = 8;
+            multiX = -1;
+            multiY = -1;
+        }
+        if (estMoz) {
+            if (elargieDeuxCotesY == 0) {
+                decalOmbreX += multiX;
+                decalOmbreY += multiY;
+            }
+            opaciteO -= 0.25;
+            if (opaciteO < 0.1) {
+                opaciteO = 0.1;
+            }
+        }
+        var leRadu = "4";
+        if (Math.abs(decalx) < 4) {
+            leRadu = "3";
+        }
+        if (Math.abs(decalx) < 2) {
+            leRadu = "2";
+        }
+        pos = decalOmbreX + multiX * decalx;
+        ombre.style.left = pos + "px";
+        pos = decalOmbreY + multiY * decaly;
+        ombre.style.top = pos + "px";
+        var lesdivsombre = ombre.getElementsByTagName("div");
+        for (var i = 0; i < lesdivsombre.length; i++) {
+            var odvom = lesdivsombre.item(i);
+            if (odvom.style.backgroundColor != '') {
+                odvom.style.backgroundColor = "#000000";
+                odvom.style.borderColor = "#000000";
+            } else {
+                odvom.style.color = "#000000";
+            }
+        }
+        ombre.style.position = "absolute";
+        var lar = oDiv.offsetWidth + elargieDeuxCotesX * 2;
+        var hau = oDiv.offsetHeight + elargieDeuxCotesY * 2;
+        if (oExiste != null) {
+            if (oExiste.offsetWidth > lar) {
+                lar = oExiste.offsetWidth + elargieDeuxCotesX * 2;
+            }
+            if (oExiste.offsetHeight > hau) {
+                hau = oExiste.offsetHeight + elargieDeuxCotesY * 2;
+            }
+        }
+        ombre.style.width = lar + "px";
+        ombre.style.height = hau + "px";
+        if (estMoz) {
+            ombre.style.opacity = opaciteO;
+        }
+        oDiv.insertBefore(ombre, oDiv.firstChild);
+        if (elargieDeuxCotesY > 0) {
+            if (estMoz) {
+                decaly -= 2;
+                decalx -= 1;
+            }
+            var lesdivo = ombre.getElementsByTagName("div");
+            for (var k = 0; k < lesdivo.length; k++) {
+                var oznr = lesdivo.item(k);
+                if (oznr.innerHTML.length != 1) {
+                    var larg = oznr.offsetWidth + (elargieDeuxCotesX * 3);
+                    oznr.style.width = larg + "px";
+                    larg = oznr.offsetHeight + (elargieDeuxCotesY * 3);
+                    oznr.style.height = larg + "px";
+                } else {
+                    var haut = parseInt(oznr.style.top);
+                    if (haut > 10) {
+                        haut = haut + elargieDeuxCotesY * 3;
+                        oznr.style.top = haut + "px";
+                    }
+                    haut = parseInt(oznr.style.left);
+                    if (haut > 10) {
+                        haut = haut + elargieDeuxCotesX * 3;
+                        oznr.style.left = haut + "px";
+                    }
+                }
+            }
+        }
+        ombre.style.filter = "progid:DXImageTransform.Microsoft.blur(pixelradius=" + leRadu + ".0, makeshadow='true', ShadowOpacity=" + opaciteO + ")";
+    }
+}
+
+function creeCoin(coulF, diametre) {
+    var coin = document.createElement("div");
+    coin.style.position = "absolute";
+    coin.style.fontFamily = "Arial";
+    coin.style.fontWeight = "Normal";
+    coin.style.top = "0px";
+    coin.style.left = "0px";
+    var marge = Math.round(diametre / 2.1);
+    coin.style.marginTop = "-" + marge + "px";
+    marge = Math.round(diametre / 4.6);
+    coin.style.marginLeft = "-" + marge + "px";
+    diametre = diametre * 2;
+    coin.style.lineHeight = diametre + "px";
+    diametre = diametre * 2;
+    coin.style.fontSize = diametre + "px";
+    coin.style.color = coulF;
+    coin.innerHTML = "&#8226;";
+    return coin;
+}
+
+function boucheCoin(coulF, rayon) {
+    var coin = document.createElement("div");
+    coin.style.position = "absolute";
+    var tray = rayon + 4;
+    coin.style.width = tray + "px";
+    coin.style.height = tray + "px";
+    coin.style.borderWidth = "0px";
+    coin.style.overflow = "hidden";
+    coin.style.backgroundColor = coulF;
+    return coin;
+}
+
+function positionBCoin(oBord, largb) {
+    var pos = parseInt(oBord.style.left.substring(0, oBord.style.left.length - 2));
+    pos = pos + largb;
+    oBord.style.left = pos + "px";
+    pos = parseInt(oBord.style.top.substring(0, oBord.style.top.length - 2));
+    pos = pos + largb;
+    oBord.style.top = pos + "px";
+}
+
+function donneRegleCSSMoz(nomClasse) {
+    var res = null;
+    try {
+        for (var m = 0; m < document.styleSheets.length; m++) {
+            var ofCSS = document.styleSheets.item(m);
+            var tabRule = ofCSS.cssRules;
+            for (var j = 0; j < tabRule.length; j++) {
+                if (tabRule.item(j).selectorText == nomClasse) {
+                    res = tabRule.item(j);
+                }
+            }
+        }
+    } catch (e) {
+    }
+    return res;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseCommentaire.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseCommentaire.js
index 64bbcaa64df3d826d2329bf54f2c4d655a871a03..3a6eab986a732b25a9a03be7b969a753f2436180 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseCommentaire.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseCommentaire.js
@@ -1 +1,610 @@
-var objetFonduFixe="STY_contenuCommentaire";function Commentaire(id,titre,posX,posY,posL,posH,duree,delai,orign,fonduE,fonduS,initX,initY,vitesse,defil,vdefil) { this.id=id; this.titre=titre; this.posX=posX; this.posY=posY; this.posL=posL; this.posH=posH;this.duree=duree;this.delai=delai;this.styleBulle="";this.estAffiche=false;this.estBulle=false;this.decaleGaucheSiBesoin=false;this.branche='';this.ref='';this.orign=orign; this.fonduS=fonduS;this.fonduE=fonduE;this.initX=initX;this.initY=initY;this.vitesse=vitesse;this.defil=defil;this.vdefil=vdefil;this.posXReelle;this.posYReelle;this.pasX=0;this.pasY=0;this.opaciteTmp=0;this.opacite=1;this.pasOpacite=1;this.pasOpaciteS=-1;this.idInterval=null;this.idDeplacement=null;this.posXVirtuelle;this.posYVirtuelle;this.afficher=cmt_afficher;this.init=cmt_init;this.masquerBulle=cmt_masquerBulle;this.fonduFin=cmt_fonduFin;this.genereMarquee=cmt_genereMarquee;}function cmt_init(styleBulle){if ((this.posX!='')||(this.posY!='')){this.estBulle=true;}if (styleBulle!=''){this.styleBulle=styleBulle;}if (this.id.indexOf("divSugg")==0){this.ref=this.delai;this.delai="";}if (this.posH=="auto"){this.posH="";this.decaleGaucheSiBesoin=true;}if ((this.fonduE!='')&&(Number(this.fonduE)>0.15)){this.pasOpacite=1/Math.round(this.fonduE/0.06);}if ((this.fonduS!='')&&(Number(this.fonduS)>0.15)){this.pasOpaciteS=-1/Math.round(this.fonduS/0.06);}if (this.delai!=""&&this.delai!="0"&&this.delai!="-1"){setTimeout("SPE_delaiCmt('"+this.id+"')",this.delai*1000);}}function cmt_afficher(){var oDiv=PF_donneObjet(this.id);if (oDiv==null){return false;}if (this.idInterval!=null){window.clearInterval(this.idInterval);this.idInterval=null;}if (this.estBulle){GEN_masqueBulle(false);var vOrign=this.orign;if (vOrign=='zone' && ZoneLienAppelante==null){vOrign='clic';}if (this.posX!=''){var vald=valPosBulle(this.posX);if (vOrign=='clic'){vald=posClicX;if (this.posX.indexOf('%')<0){vald+=parseInt(this.posX);}if (vald<0){vald=0;}vald=vald+"px";}if (vOrign=='zone'){vald=ZoneLienAppelante.offsetLeft;if (this.posX.indexOf('%')<0){vald+=parseInt(this.posX);}if (vald<0){vald=0;}vald=vald+"px";}this.posXReelle=vald;if (this.initX!=""){if (this.posX.indexOf("%")>0){if (this.initX.indexOf("%")<0){this.initX+="%";}}oDiv.style.left=valPosBulle(this.initX);} else {oDiv.style.left=vald;}}if (this.posY!=''){var vald=valPosBulle(this.posY);if (vOrign=='clic'){vald=posClicY;if (this.posY.indexOf('%')<0){vald+=parseInt(this.posY);}if (vald<0){vald=0;}vald=vald+"px";}if (vOrign=='zone'){vald=ZoneLienAppelante.offsetTop;if (this.posY.indexOf('%')<0){vald+=parseInt(this.posY);}if (vald<0){vald=0;}vald=vald+"px";}this.posYReelle=vald;if (this.initY!=""){if (this.posY.indexOf("%")>0){if (this.initY.indexOf("%")<0){this.initY+="%";}}oDiv.style.top=valPosBulle(this.initY);} else {oDiv.style.top=vald;}}if (vOrign=='zone'){try{ZoneLienAppelante.parentNode.appendChild(oDiv);oDiv.style.position="absolute";}catch(e){}}if (this.styleBulle!=""){oDiv.className="STY_bulleCours"+this.styleBulle;}oDiv.style.width="";oDiv.style.height="";oDiv.style.minHeight="";var oPere=oDiv.parentNode;if ((oPere.nodeName.toLowerCase()=='div')&&(oPere.getAttribute("id")=="zoneInvisible")){var oBody=document.getElementsByTagName("body").item(0);oBody.appendChild(oDiv);oDiv.style.position="absolute";}oDiv.style.display="block";var decaleLargeur=false;if (vOrign=="clic" && this.decaleGaucheSiBesoin){enleverArrondi(oDiv,true);if (oDiv.innerHTML.length>50){var largOffs=oDiv.offsetWidth;if (largOffs < 130){var decalg=250-largOffs;oDiv.style.left=(parseInt(oDiv.style.left)-decalg)+"px";oDiv.style.width="auto";decaleLargeur=true;}}}oDiv.style.zIndex="901";if (this.posL!='' && !decaleLargeur){oDiv.style.width=valPosBulle(this.posL);} if (this.posH!=''){if (parent.oSco.navigIE6){oDiv.style.height=valPosBulle(this.posH);} else {oDiv.style.minHeight=valPosBulle(this.posH);}}if (this.defil!=""){var exiMarq=oDiv.getElementsByTagName("marquee");if (exiMarq.length==0){oDiv.innerHTML=this.genereMarquee()+oDiv.innerHTML+'</marquee>';}demarreDefil(oDiv);}this.opaciteTmp=0;effetArrondi(this.id,true);effetImageFlash(oDiv);this.estAffiche=true;GEN_lireMediaZone(this.id,false);if (this.fonduE!=""){appliqueOpacite(oDiv,0);} else if (this.fonduS!=""){appliqueOpacite(oDiv,1);}ZoneLienAppelante=null;} else {GEN_masqueCommentaireClassique();var contenuHTML=oDiv.innerHTML;if (contenuHTML!=''){if (this.defil!=""){contenuHTML=this.genereMarquee()+contenuHTML+'</marquee>';}oDiv.innerHTML="";GEN_changerTitreDetail(this.titre);GEN_changerContenuDetail(contenuHTML);}effetArrondi("STY_zoneCommentaire",false);if (contenuHTML!=''){var oCmtFixe=PF_donneObjet('STY_contenuCommentaire');if (oCmtFixe!=null){effetImageFlash(oCmtFixe);if (this.defil!=""){demarreDefil(oCmtFixe);}}}this.estAffiche=true;GEN_lireMediaZone("STY_contenuCommentaire",false);if (this.fonduE!=""){var obj=PF_donneObjet("STY_contenuCommentaire");var valbc=retrouveValCSS(obj,"top");if ((retrouveValCSS(obj,"top")=="")&&(retrouveValCSS(obj,"height")=="")&&(retrouveValCSS(obj,"width")=="")&&(retrouveValCSS(obj,"left")=="")){objetFonduFixe="STY_zoneCommentaire";obj=PF_donneObjet(objetFonduFixe);}appliqueOpacite(obj,0);} else if (this.fonduS!=""){appliqueOpacite(PF_donneObjet(objetFonduFixe),1);}}if (this.delai!=""&&this.delai!="0"&&this.duree!="" && this.duree!="999"){activerBoutonInit();}if (existeMosMap){GEN_placerZonesLien();}if (this.fonduE!=""){this.pasCourant=this.pasOpacite;this.idInterval=window.setInterval("effetFondu('"+this.id+"')",50);}if (this.estBulle && (this.initX!="" || this.initY!="")){if (this.vitesse==""){this.vitesse=1;}else{this.vitesse=Number(this.vitesse);}if (this.vitesse<=0){this.vitesse=1;}this.vitesse=this.vitesse;var ecart=0;if (this.initX!=""){var p0=valeurCalc(this.initX);var p1=valeurCalc(this.posXReelle);this.pasX=Math.abs(p1-p0)/this.vitesse*0.045;if (p0>p1){this.pasX=-this.pasX;}this.posXVirtuelle=p0;}if (this.initY!=""){var p0=valeurCalc(this.initY);var p1=valeurCalc(this.posYReelle);this.pasY=Math.abs(p1-p0)/this.vitesse*0.045;if (p0>p1){this.pasY=-this.pasY;}this.posYVirtuelle=p0;}this.idDeplacement=window.setInterval("effetDeplacement('"+this.id+"')",45);}if (this.branche!=''){desactiverBoutonInit();desactiverBoutonValider();if (this.duree==""){activerBoutonSuivant();}else if (this.duree!="0"){desactiverBoutonSuivant();}}if (this.duree!="" && this.duree!="999"){if (this.duree=="0"){SPE_dureeCmt(this.id);} else {setTimeout("SPE_dureeCmt('"+this.id+"')",this.duree*1000);}} }function valPosBulle(valP){if ((valP.indexOf('%')<0)&&(valP.indexOf('px')<0)){valP+='px';}return valP;}function cmt_masquerBulle(){GEN_lireMediaZone(this.id,true);var oDiv=PF_donneObjet(this.id);if (this.fonduS!=""){this.fonduFin();} else {oDiv.style.display="none";}this.estAffiche=false;}function cmt_fonduFin(){this.opaciteTmp=1;this.pasCourant=this.pasOpaciteS;this.idInterval=window.setInterval("effetFondu('"+this.id+"')",50);}function effetArrondi(lid,estBulle){var oCorps=document.getElementsByTagName("body").item(0);if (oCorps.offsetWidth<300){return false;}var oDiv=PF_donneObjet(lid);if (oDiv==null){return 0;}var verifArrond="";var verifOmbre="";if (parent.oSco.config_navigateur=="IE"){verifArrond=oDiv.currentStyle["backgroundPositionX"];verifOmbre=oDiv.currentStyle["backgroundPositionY"];} else {var lesd=oDiv.style.backgroundPosition;if (lesd==''){var lClasse=oDiv.className;if (lClasse!=''){var reg=donneRegleCSSMoz("."+lClasse);if (reg!=null){lesd=reg.style.backgroundPosition;}}}if (lesd!=""){lesd=lesd.split(' ');verifArrond=lesd[0];if (lesd.length>1){verifOmbre=lesd[1];}}}if (verifArrond!="0%"){enleverArrondi(oDiv,estBulle);PF_arrondir(oDiv,verifArrond,document.defaultView);var lesobj=oDiv.getElementsByTagName("object");for (var t=0;t<lesobj.length;t++){var ocli=lesobj[t];if (ocli.width==1 && ocli.height==1){ocli.style.display="none";}}}if (verifOmbre!="0%"){var oExiste=PF_donneObjet(oDiv.id+"fondOmbre");if (oExiste!=null){oDiv.removeChild(oExiste);}PF_ombre(oDiv,verifOmbre,document.defaultView);}}function effetImageFlash(oDiv){var lesimgs=oDiv.getElementsByTagName("img");for (var n=0;n<lesimgs.length;n++){var oImg=lesimgs[n];var effets=oImg.alt;if (effets.indexOf("swfir=")==0){var iEff = new swfir(); iEff.specify('src','../../MosMtr/gen/swfir.swf');effets=effets.substring(6).split(";");var existeEfft=false;for (var i=0;i<effets.length;i++){var tap=effets[i].split(":");if (tap.length==2){iEff.specify(tap[0],tap[1]);existeEfft=true;}}if (existeEfft){ iEff.swap('#'+oImg.id); }}}}function enleverArrondi(oDiv,estBulle){var lid=oDiv.id;var oExiste=PF_donneObjet(lid+"fondContenu");if (oExiste!=null){var resHtml="";var lesfils=oDiv.childNodes;oDiv.style.backgroundColor="";if (!estBulle){oDiv.style.height="";oDiv.style.width="";}var prendBord=true;for (var n=oDiv.childNodes.length-1;n>=0;n--){var oFils=oDiv.childNodes[n];if (oFils.id==lid+"fondContenu"){resHtml=oFils.innerHTML;oDiv.style.paddingLeft=oFils.style.paddingLeft;oDiv.style.paddingRight=oFils.style.paddingRight;oDiv.style.paddingTop=oFils.style.paddingTop;oDiv.style.paddingBottom=oFils.style.paddingBottom;} else {if (prendBord && (oFils.childNodes.length==0)){var hbord=oFils.style.borderTopWidth;var cbord=oFils.style.borderTopColor;var cstyle=oFils.style.borderTopStyle;if (hbord==""){hbord=oFils.style.borderLeftWidth;cbord=oFils.style.borderLeftColor;cstyle=oFils.style.borderLeftStyle;}if (hbord!=""){prendBord=false;oDiv.style.borderWidth=hbord;oDiv.style.borderColor=cbord;oDiv.style.borderStyle=cstyle;}}oDiv.removeChild(oFils);}}if(oDiv.childNodes.length==1){var oPrem=oDiv.firstChild;while (oPrem.firstChild){oDiv.appendChild(oPrem.firstChild);}oDiv.removeChild(oPrem);}/*while (oDiv.childNodes.length>0){var oFils=oDiv.firstChild;if (oFils.id==lid+"fondContenu"){resHtml=oFils.innerHTML;oDiv.style.paddingLeft=oFils.style.paddingLeft;oDiv.style.paddingRight=oFils.style.paddingRight;oDiv.style.paddingTop=oFils.style.paddingTop;oDiv.style.paddingBottom=oFils.style.paddingBottom;}if (prendBord && (oFils.childNodes.length==0)){var hbord=oFils.style.borderTopWidth;var cbord=oFils.style.borderTopColor;var cstyle=oFils.style.borderTopStyle;if (hbord==""){hbord=oFils.style.borderLeftWidth;cbord=oFils.style.borderLeftColor;cstyle=oFils.style.borderLeftStyle;}if (hbord!=""){prendBord=false;oDiv.style.borderWidth=hbord;oDiv.style.borderColor=cbord;oDiv.style.borderStyle=cstyle;}}oDiv.removeChild(oFils);}oDiv.innerHTML=resHtml;*/}}function effetFondu(lid){if (MODE_EDIT){return ;}var oCmt=donneCmtID(lid);if ((oCmt.opaciteTmp>=oCmt.opacite)&&(oCmt.pasCourant>0)){window.clearInterval(oCmt.idInterval);oCmt.idInterval=null;} else {oCmt.opaciteTmp=oCmt.opaciteTmp+oCmt.pasCourant;if (oCmt.opaciteTmp>1){oCmt.opaciteTmp=1;}if (oCmt.opaciteTmp<0){oCmt.opaciteTmp=0;}var objH;if (oCmt.estBulle){objH=PF_donneObjet(oCmt.id);if ((oCmt.opaciteTmp==0)&&(oCmt.pasCourant<0)){window.clearInterval(oCmt.idInterval);oCmt.idInterval=null;objH.style.display="none";}} else {objH=PF_donneObjet(objetFonduFixe);if ((oCmt.opaciteTmp==0)&&(oCmt.pasCourant<0)){window.clearInterval(oCmt.idInterval);oCmt.idInterval=null;GEN_masqueCommentaireClassique(true);}}appliqueOpacite(objH,oCmt.opaciteTmp);if (parent.oSco.config_navigateur=="IE"){if (PF_donneObjet(oCmt.id+"fondContenu")!=null){var lesdivsfils=objH.childNodes;for (var i=0;i<lesdivsfils.length;i++){if (lesdivsfils.item(i).nodeName=="DIV"){appliqueOpacite(lesdivsfils.item(i),1);}}}}}}function appliqueOpacite(oDiv,val){if (MODE_EDIT){return ;}if (parent.oSco.config_navigateur=="IE"){if (val==1){oDiv.style.filter="";}else {oDiv.style.filter="progid:DXImageTransform.Microsoft.Alpha(Opacity="+val*100+")";}} else {if (val==1){val=0.99;}oDiv.style.opacity=val;}}function effetDeplacement(lid){var oCmt=donneCmtID(lid);var encoreDeplace=false;var objH=PF_donneObjet(oCmt.id);if (oCmt.initX!=""){var unite="px";if (objH.style.left.indexOf("%")>0){unite="%";}var positionCourante=oCmt.posXVirtuelle+oCmt.pasX;oCmt.posXVirtuelle=positionCourante;if ((oCmt.pasX>0 && positionCourante>valeurCalc(oCmt.posXReelle)) || (oCmt.pasX<0 && positionCourante<valeurCalc(oCmt.posXReelle))){objH.style.left=oCmt.posXReelle;} else {if (unite=="px"){positionCourante=Math.round(positionCourante);}objH.style.left=positionCourante+unite;encoreDeplace=true;}}if (oCmt.initY!=""){var unite="px";if (objH.style.left.indexOf("%")>0){unite="%";}var positionCourante=oCmt.posYVirtuelle+oCmt.pasY;oCmt.posYVirtuelle=positionCourante;if ((oCmt.pasY>0 && positionCourante>valeurCalc(oCmt.posYReelle)) || (oCmt.pasY<0 && positionCourante<valeurCalc(oCmt.posYReelle))){objH.style.top=oCmt.posYReelle;} else {if (unite=="px"){positionCourante=Math.round(positionCourante);}objH.style.top=positionCourante+unite;encoreDeplace=true;}}if (!encoreDeplace){window.clearInterval(oCmt.idDeplacement);oCmt.idDeplacement=null;}}function valeurCalc(str){var mult=1;if (str.indexOf("-")==0){str=str.substring(1);mult=-1;}if (str.indexOf("-")==0){str=str.substring(1);mult=-1;}str=str.replace("%","");str=str.replace("px","");return Number(str)*mult;}function cmt_genereMarquee(){if (this.vdefil==""){this.vdefil="50";}var vdir="up";var mmont="1";if (parseInt(this.vdefil)<20){mmont="2";if (parseInt(this.vdefil)<2){mmont="3";}}if (this.defil=="B"){vdir="down";}if (this.defil=="G"){vdir="left";}if (this.defil=="D"){vdir="right";}return '<marquee behavior="scroll" direction="'+vdir+'" scrollamount="'+mmont+'" scrolldelay="'+this.vdefil+'">';}function demarreDefil(oDiv){oDiv.firstChild.start();}
+var objetFonduFixe = "STY_contenuCommentaire";
+
+function Commentaire(id, titre, posX, posY, posL, posH, duree, delai, orign, fonduE, fonduS, initX, initY, vitesse, defil, vdefil) {
+    this.id = id;
+    this.titre = titre;
+    this.posX = posX;
+    this.posY = posY;
+    this.posL = posL;
+    this.posH = posH;
+    this.duree = duree;
+    this.delai = delai;
+    this.styleBulle = "";
+    this.estAffiche = false;
+    this.estBulle = false;
+    this.decaleGaucheSiBesoin = false;
+    this.branche = '';
+    this.ref = '';
+    this.orign = orign;
+    this.fonduS = fonduS;
+    this.fonduE = fonduE;
+    this.initX = initX;
+    this.initY = initY;
+    this.vitesse = vitesse;
+    this.defil = defil;
+    this.vdefil = vdefil;
+    this.posXReelle;
+    this.posYReelle;
+    this.pasX = 0;
+    this.pasY = 0;
+    this.opaciteTmp = 0;
+    this.opacite = 1;
+    this.pasOpacite = 1;
+    this.pasOpaciteS = -1;
+    this.idInterval = null;
+    this.idDeplacement = null;
+    this.posXVirtuelle;
+    this.posYVirtuelle;
+    this.afficher = cmt_afficher;
+    this.init = cmt_init;
+    this.masquerBulle = cmt_masquerBulle;
+    this.fonduFin = cmt_fonduFin;
+    this.genereMarquee = cmt_genereMarquee;
+}
+
+function cmt_init(styleBulle) {
+    if ((this.posX != '') || (this.posY != '')) {
+        this.estBulle = true;
+    }
+    if (styleBulle != '') {
+        this.styleBulle = styleBulle;
+    }
+    if (this.id.indexOf("divSugg") == 0) {
+        this.ref = this.delai;
+        this.delai = "";
+    }
+    if (this.posH == "auto") {
+        this.posH = "";
+        this.decaleGaucheSiBesoin = true;
+    }
+    if ((this.fonduE != '') && (Number(this.fonduE) > 0.15)) {
+        this.pasOpacite = 1 / Math.round(this.fonduE / 0.06);
+    }
+    if ((this.fonduS != '') && (Number(this.fonduS) > 0.15)) {
+        this.pasOpaciteS = -1 / Math.round(this.fonduS / 0.06);
+    }
+    if (this.delai != "" && this.delai != "0" && this.delai != "-1") {
+        setTimeout("SPE_delaiCmt('" + this.id + "')", this.delai * 1000);
+    }
+}
+
+function cmt_afficher() {
+    var oDiv = PF_donneObjet(this.id);
+    if (oDiv == null) {
+        return false;
+    }
+    if (this.idInterval != null) {
+        window.clearInterval(this.idInterval);
+        this.idInterval = null;
+    }
+    if (this.estBulle) {
+        GEN_masqueBulle(false);
+        var vOrign = this.orign;
+        if (vOrign == 'zone' && ZoneLienAppelante == null) {
+            vOrign = 'clic';
+        }
+        if (this.posX != '') {
+            var vald = valPosBulle(this.posX);
+            if (vOrign == 'clic') {
+                vald = posClicX;
+                if (this.posX.indexOf('%') < 0) {
+                    vald += parseInt(this.posX);
+                }
+                if (vald < 0) {
+                    vald = 0;
+                }
+                vald = vald + "px";
+            }
+            if (vOrign == 'zone') {
+                vald = ZoneLienAppelante.offsetLeft;
+                if (this.posX.indexOf('%') < 0) {
+                    vald += parseInt(this.posX);
+                }
+                if (vald < 0) {
+                    vald = 0;
+                }
+                vald = vald + "px";
+            }
+            this.posXReelle = vald;
+            if (this.initX != "") {
+                if (this.posX.indexOf("%") > 0) {
+                    if (this.initX.indexOf("%") < 0) {
+                        this.initX += "%";
+                    }
+                }
+                oDiv.style.left = valPosBulle(this.initX);
+            } else {
+                oDiv.style.left = vald;
+            }
+        }
+        if (this.posY != '') {
+            var vald = valPosBulle(this.posY);
+            if (vOrign == 'clic') {
+                vald = posClicY;
+                if (this.posY.indexOf('%') < 0) {
+                    vald += parseInt(this.posY);
+                }
+                if (vald < 0) {
+                    vald = 0;
+                }
+                vald = vald + "px";
+            }
+            if (vOrign == 'zone') {
+                vald = ZoneLienAppelante.offsetTop;
+                if (this.posY.indexOf('%') < 0) {
+                    vald += parseInt(this.posY);
+                }
+                if (vald < 0) {
+                    vald = 0;
+                }
+                vald = vald + "px";
+            }
+            this.posYReelle = vald;
+            if (this.initY != "") {
+                if (this.posY.indexOf("%") > 0) {
+                    if (this.initY.indexOf("%") < 0) {
+                        this.initY += "%";
+                    }
+                }
+                oDiv.style.top = valPosBulle(this.initY);
+            } else {
+                oDiv.style.top = vald;
+            }
+        }
+        if (vOrign == 'zone') {
+            try {
+                ZoneLienAppelante.parentNode.appendChild(oDiv);
+                oDiv.style.position = "absolute";
+            } catch (e) {
+            }
+        }
+        if (this.styleBulle != "") {
+            oDiv.className = "STY_bulleCours" + this.styleBulle;
+        }
+        oDiv.style.width = "";
+        oDiv.style.height = "";
+        oDiv.style.minHeight = "";
+        var oPere = oDiv.parentNode;
+        if ((oPere.nodeName.toLowerCase() == 'div') && (oPere.getAttribute("id") == "zoneInvisible")) {
+            var oBody = document.getElementsByTagName("body").item(0);
+            oBody.appendChild(oDiv);
+            oDiv.style.position = "absolute";
+        }
+        oDiv.style.display = "block";
+        var decaleLargeur = false;
+        if (vOrign == "clic" && this.decaleGaucheSiBesoin) {
+            enleverArrondi(oDiv, true);
+            if (oDiv.innerHTML.length > 50) {
+                var largOffs = oDiv.offsetWidth;
+                if (largOffs < 130) {
+                    var decalg = 250 - largOffs;
+                    oDiv.style.left = (parseInt(oDiv.style.left) - decalg) + "px";
+                    oDiv.style.width = "auto";
+                    decaleLargeur = true;
+                }
+            }
+        }
+        oDiv.style.zIndex = "901";
+        if (this.posL != '' && !decaleLargeur) {
+            oDiv.style.width = valPosBulle(this.posL);
+        }
+        if (this.posH != '') {
+            if (parent.oSco.navigIE6) {
+                oDiv.style.height = valPosBulle(this.posH);
+            } else {
+                oDiv.style.minHeight = valPosBulle(this.posH);
+            }
+        }
+        if (this.defil != "") {
+            var exiMarq = oDiv.getElementsByTagName("marquee");
+            if (exiMarq.length == 0) {
+                oDiv.innerHTML = this.genereMarquee() + oDiv.innerHTML + '</marquee>';
+            }
+            demarreDefil(oDiv);
+        }
+        this.opaciteTmp = 0;
+        effetArrondi(this.id, true);
+        effetImageFlash(oDiv);
+        this.estAffiche = true;
+        GEN_lireMediaZone(this.id, false);
+        if (this.fonduE != "") {
+            appliqueOpacite(oDiv, 0);
+        } else if (this.fonduS != "") {
+            appliqueOpacite(oDiv, 1);
+        }
+        ZoneLienAppelante = null;
+    } else {
+        GEN_masqueCommentaireClassique();
+        var contenuHTML = oDiv.innerHTML;
+        if (contenuHTML != '') {
+            if (this.defil != "") {
+                contenuHTML = this.genereMarquee() + contenuHTML + '</marquee>';
+            }
+            oDiv.innerHTML = "";
+            GEN_changerTitreDetail(this.titre);
+            GEN_changerContenuDetail(contenuHTML);
+        }
+        effetArrondi("STY_zoneCommentaire", false);
+        if (contenuHTML != '') {
+            var oCmtFixe = PF_donneObjet('STY_contenuCommentaire');
+            if (oCmtFixe != null) {
+                effetImageFlash(oCmtFixe);
+                if (this.defil != "") {
+                    demarreDefil(oCmtFixe);
+                }
+            }
+        }
+        this.estAffiche = true;
+        GEN_lireMediaZone("STY_contenuCommentaire", false);
+        if (this.fonduE != "") {
+            var obj = PF_donneObjet("STY_contenuCommentaire");
+            var valbc = retrouveValCSS(obj, "top");
+            if ((retrouveValCSS(obj, "top") == "") && (retrouveValCSS(obj, "height") == "") && (retrouveValCSS(obj, "width") == "") && (retrouveValCSS(obj, "left") == "")) {
+                objetFonduFixe = "STY_zoneCommentaire";
+                obj = PF_donneObjet(objetFonduFixe);
+            }
+            appliqueOpacite(obj, 0);
+        } else if (this.fonduS != "") {
+            appliqueOpacite(PF_donneObjet(objetFonduFixe), 1);
+        }
+    }
+    if (this.delai != "" && this.delai != "0" && this.duree != "" && this.duree != "999") {
+        activerBoutonInit();
+    }
+    if (existeMosMap) {
+        GEN_placerZonesLien();
+    }
+    if (this.fonduE != "") {
+        this.pasCourant = this.pasOpacite;
+        this.idInterval = window.setInterval("effetFondu('" + this.id + "')", 50);
+    }
+    if (this.estBulle && (this.initX != "" || this.initY != "")) {
+        if (this.vitesse == "") {
+            this.vitesse = 1;
+        } else {
+            this.vitesse = Number(this.vitesse);
+        }
+        if (this.vitesse <= 0) {
+            this.vitesse = 1;
+        }
+        this.vitesse = this.vitesse;
+        var ecart = 0;
+        if (this.initX != "") {
+            var p0 = valeurCalc(this.initX);
+            var p1 = valeurCalc(this.posXReelle);
+            this.pasX = Math.abs(p1 - p0) / this.vitesse * 0.045;
+            if (p0 > p1) {
+                this.pasX = -this.pasX;
+            }
+            this.posXVirtuelle = p0;
+        }
+        if (this.initY != "") {
+            var p0 = valeurCalc(this.initY);
+            var p1 = valeurCalc(this.posYReelle);
+            this.pasY = Math.abs(p1 - p0) / this.vitesse * 0.045;
+            if (p0 > p1) {
+                this.pasY = -this.pasY;
+            }
+            this.posYVirtuelle = p0;
+        }
+        this.idDeplacement = window.setInterval("effetDeplacement('" + this.id + "')", 45);
+    }
+    if (this.branche != '') {
+        desactiverBoutonInit();
+        desactiverBoutonValider();
+        if (this.duree == "") {
+            activerBoutonSuivant();
+        } else if (this.duree != "0") {
+            desactiverBoutonSuivant();
+        }
+    }
+    if (this.duree != "" && this.duree != "999") {
+        if (this.duree == "0") {
+            SPE_dureeCmt(this.id);
+        } else {
+            setTimeout("SPE_dureeCmt('" + this.id + "')", this.duree * 1000);
+        }
+    }
+}
+
+function valPosBulle(valP) {
+    if ((valP.indexOf('%') < 0) && (valP.indexOf('px') < 0)) {
+        valP += 'px';
+    }
+    return valP;
+}
+
+function cmt_masquerBulle() {
+    GEN_lireMediaZone(this.id, true);
+    var oDiv = PF_donneObjet(this.id);
+    if (this.fonduS != "") {
+        this.fonduFin();
+    } else {
+        oDiv.style.display = "none";
+    }
+    this.estAffiche = false;
+}
+
+function cmt_fonduFin() {
+    this.opaciteTmp = 1;
+    this.pasCourant = this.pasOpaciteS;
+    this.idInterval = window.setInterval("effetFondu('" + this.id + "')", 50);
+}
+
+function effetArrondi(lid, estBulle) {
+    var oCorps = document.getElementsByTagName("body").item(0);
+    if (oCorps.offsetWidth < 300) {
+        return false;
+    }
+    var oDiv = PF_donneObjet(lid);
+    if (oDiv == null) {
+        return 0;
+    }
+    var verifArrond = "";
+    var verifOmbre = "";
+    if (parent.oSco.config_navigateur == "IE") {
+        verifArrond = oDiv.currentStyle["backgroundPositionX"];
+        verifOmbre = oDiv.currentStyle["backgroundPositionY"];
+    } else {
+        var lesd = oDiv.style.backgroundPosition;
+        if (lesd == '') {
+            var lClasse = oDiv.className;
+            if (lClasse != '') {
+                var reg = donneRegleCSSMoz("." + lClasse);
+                if (reg != null) {
+                    lesd = reg.style.backgroundPosition;
+                }
+            }
+        }
+        if (lesd != "") {
+            lesd = lesd.split(' ');
+            verifArrond = lesd[0];
+            if (lesd.length > 1) {
+                verifOmbre = lesd[1];
+            }
+        }
+    }
+    if (verifArrond != "0%") {
+        enleverArrondi(oDiv, estBulle);
+        PF_arrondir(oDiv, verifArrond, document.defaultView);
+        var lesobj = oDiv.getElementsByTagName("object");
+        for (var t = 0; t < lesobj.length; t++) {
+            var ocli = lesobj[t];
+            if (ocli.width == 1 && ocli.height == 1) {
+                ocli.style.display = "none";
+            }
+        }
+    }
+    if (verifOmbre != "0%") {
+        var oExiste = PF_donneObjet(oDiv.id + "fondOmbre");
+        if (oExiste != null) {
+            oDiv.removeChild(oExiste);
+        }
+        PF_ombre(oDiv, verifOmbre, document.defaultView);
+    }
+}
+
+function effetImageFlash(oDiv) {
+    var lesimgs = oDiv.getElementsByTagName("img");
+    for (var n = 0; n < lesimgs.length; n++) {
+        var oImg = lesimgs[n];
+        var effets = oImg.alt;
+        if (effets.indexOf("swfir=") == 0) {
+            var iEff = new swfir();
+            iEff.specify('src', '../../MosMtr/gen/swfir.swf');
+            effets = effets.substring(6).split(";");
+            var existeEfft = false;
+            for (var i = 0; i < effets.length; i++) {
+                var tap = effets[i].split(":");
+                if (tap.length == 2) {
+                    iEff.specify(tap[0], tap[1]);
+                    existeEfft = true;
+                }
+            }
+            if (existeEfft) {
+                iEff.swap('#' + oImg.id);
+            }
+        }
+    }
+}
+
+function enleverArrondi(oDiv, estBulle) {
+    var lid = oDiv.id;
+    var oExiste = PF_donneObjet(lid + "fondContenu");
+    if (oExiste != null) {
+        var resHtml = "";
+        var lesfils = oDiv.childNodes;
+        oDiv.style.backgroundColor = "";
+        if (!estBulle) {
+            oDiv.style.height = "";
+            oDiv.style.width = "";
+        }
+        var prendBord = true;
+        for (var n = oDiv.childNodes.length - 1; n >= 0; n--) {
+            var oFils = oDiv.childNodes[n];
+            if (oFils.id == lid + "fondContenu") {
+                resHtml = oFils.innerHTML;
+                oDiv.style.paddingLeft = oFils.style.paddingLeft;
+                oDiv.style.paddingRight = oFils.style.paddingRight;
+                oDiv.style.paddingTop = oFils.style.paddingTop;
+                oDiv.style.paddingBottom = oFils.style.paddingBottom;
+            } else {
+                if (prendBord && (oFils.childNodes.length == 0)) {
+                    var hbord = oFils.style.borderTopWidth;
+                    var cbord = oFils.style.borderTopColor;
+                    var cstyle = oFils.style.borderTopStyle;
+                    if (hbord == "") {
+                        hbord = oFils.style.borderLeftWidth;
+                        cbord = oFils.style.borderLeftColor;
+                        cstyle = oFils.style.borderLeftStyle;
+                    }
+                    if (hbord != "") {
+                        prendBord = false;
+                        oDiv.style.borderWidth = hbord;
+                        oDiv.style.borderColor = cbord;
+                        oDiv.style.borderStyle = cstyle;
+                    }
+                }
+                oDiv.removeChild(oFils);
+            }
+        }
+        if (oDiv.childNodes.length == 1) {
+            var oPrem = oDiv.firstChild;
+            while (oPrem.firstChild) {
+                oDiv.appendChild(oPrem.firstChild);
+            }
+            oDiv.removeChild(oPrem);
+        }/*while (oDiv.childNodes.length>0){var oFils=oDiv.firstChild;if (oFils.id==lid+"fondContenu"){resHtml=oFils.innerHTML;oDiv.style.paddingLeft=oFils.style.paddingLeft;oDiv.style.paddingRight=oFils.style.paddingRight;oDiv.style.paddingTop=oFils.style.paddingTop;oDiv.style.paddingBottom=oFils.style.paddingBottom;}if (prendBord && (oFils.childNodes.length==0)){var hbord=oFils.style.borderTopWidth;var cbord=oFils.style.borderTopColor;var cstyle=oFils.style.borderTopStyle;if (hbord==""){hbord=oFils.style.borderLeftWidth;cbord=oFils.style.borderLeftColor;cstyle=oFils.style.borderLeftStyle;}if (hbord!=""){prendBord=false;oDiv.style.borderWidth=hbord;oDiv.style.borderColor=cbord;oDiv.style.borderStyle=cstyle;}}oDiv.removeChild(oFils);}oDiv.innerHTML=resHtml;*/
+    }
+}
+
+function effetFondu(lid) {
+    if (MODE_EDIT) {
+        return;
+    }
+    var oCmt = donneCmtID(lid);
+    if ((oCmt.opaciteTmp >= oCmt.opacite) && (oCmt.pasCourant > 0)) {
+        window.clearInterval(oCmt.idInterval);
+        oCmt.idInterval = null;
+    } else {
+        oCmt.opaciteTmp = oCmt.opaciteTmp + oCmt.pasCourant;
+        if (oCmt.opaciteTmp > 1) {
+            oCmt.opaciteTmp = 1;
+        }
+        if (oCmt.opaciteTmp < 0) {
+            oCmt.opaciteTmp = 0;
+        }
+        var objH;
+        if (oCmt.estBulle) {
+            objH = PF_donneObjet(oCmt.id);
+            if ((oCmt.opaciteTmp == 0) && (oCmt.pasCourant < 0)) {
+                window.clearInterval(oCmt.idInterval);
+                oCmt.idInterval = null;
+                objH.style.display = "none";
+            }
+        } else {
+            objH = PF_donneObjet(objetFonduFixe);
+            if ((oCmt.opaciteTmp == 0) && (oCmt.pasCourant < 0)) {
+                window.clearInterval(oCmt.idInterval);
+                oCmt.idInterval = null;
+                GEN_masqueCommentaireClassique(true);
+            }
+        }
+        appliqueOpacite(objH, oCmt.opaciteTmp);
+        if (parent.oSco.config_navigateur == "IE") {
+            if (PF_donneObjet(oCmt.id + "fondContenu") != null) {
+                var lesdivsfils = objH.childNodes;
+                for (var i = 0; i < lesdivsfils.length; i++) {
+                    if (lesdivsfils.item(i).nodeName == "DIV") {
+                        appliqueOpacite(lesdivsfils.item(i), 1);
+                    }
+                }
+            }
+        }
+    }
+}
+
+function appliqueOpacite(oDiv, val) {
+    if (MODE_EDIT) {
+        return;
+    }
+    if (parent.oSco.config_navigateur == "IE") {
+        if (val == 1) {
+            oDiv.style.filter = "";
+        } else {
+            oDiv.style.filter = "progid:DXImageTransform.Microsoft.Alpha(Opacity=" + val * 100 + ")";
+        }
+    } else {
+        if (val == 1) {
+            val = 0.99;
+        }
+        oDiv.style.opacity = val;
+    }
+}
+
+function effetDeplacement(lid) {
+    var oCmt = donneCmtID(lid);
+    var encoreDeplace = false;
+    var objH = PF_donneObjet(oCmt.id);
+    if (oCmt.initX != "") {
+        var unite = "px";
+        if (objH.style.left.indexOf("%") > 0) {
+            unite = "%";
+        }
+        var positionCourante = oCmt.posXVirtuelle + oCmt.pasX;
+        oCmt.posXVirtuelle = positionCourante;
+        if ((oCmt.pasX > 0 && positionCourante > valeurCalc(oCmt.posXReelle)) || (oCmt.pasX < 0 && positionCourante < valeurCalc(oCmt.posXReelle))) {
+            objH.style.left = oCmt.posXReelle;
+        } else {
+            if (unite == "px") {
+                positionCourante = Math.round(positionCourante);
+            }
+            objH.style.left = positionCourante + unite;
+            encoreDeplace = true;
+        }
+    }
+    if (oCmt.initY != "") {
+        var unite = "px";
+        if (objH.style.left.indexOf("%") > 0) {
+            unite = "%";
+        }
+        var positionCourante = oCmt.posYVirtuelle + oCmt.pasY;
+        oCmt.posYVirtuelle = positionCourante;
+        if ((oCmt.pasY > 0 && positionCourante > valeurCalc(oCmt.posYReelle)) || (oCmt.pasY < 0 && positionCourante < valeurCalc(oCmt.posYReelle))) {
+            objH.style.top = oCmt.posYReelle;
+        } else {
+            if (unite == "px") {
+                positionCourante = Math.round(positionCourante);
+            }
+            objH.style.top = positionCourante + unite;
+            encoreDeplace = true;
+        }
+    }
+    if (!encoreDeplace) {
+        window.clearInterval(oCmt.idDeplacement);
+        oCmt.idDeplacement = null;
+    }
+}
+
+function valeurCalc(str) {
+    var mult = 1;
+    if (str.indexOf("-") == 0) {
+        str = str.substring(1);
+        mult = -1;
+    }
+    if (str.indexOf("-") == 0) {
+        str = str.substring(1);
+        mult = -1;
+    }
+    str = str.replace("%", "");
+    str = str.replace("px", "");
+    return Number(str) * mult;
+}
+
+function cmt_genereMarquee() {
+    if (this.vdefil == "") {
+        this.vdefil = "50";
+    }
+    var vdir = "up";
+    var mmont = "1";
+    if (parseInt(this.vdefil) < 20) {
+        mmont = "2";
+        if (parseInt(this.vdefil) < 2) {
+            mmont = "3";
+        }
+    }
+    if (this.defil == "B") {
+        vdir = "down";
+    }
+    if (this.defil == "G") {
+        vdir = "left";
+    }
+    if (this.defil == "D") {
+        vdir = "right";
+    }
+    return '<marquee behavior="scroll" direction="' + vdir + '" scrollamount="' + mmont + '" scrolldelay="' + this.vdefil + '">';
+}
+
+function demarreDefil(oDiv) {
+    oDiv.firstChild.start();
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseCurseur.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseCurseur.js
index b5b30cfc4a550706cb0be0d216bf353ed1d83767..dd706852c0be09d5e93ad2637e597e99f9943f9d 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseCurseur.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseCurseur.js
@@ -1 +1,144 @@
-function Curseur(id,valMin,valMax,vertical,valInit,nbDecimales,unite,titre,poids) {this.id=id; this.valMin=Number(valMin); this.valMax=Number(valMax); this.valInit=Number(valInit); if (valInit<valMin){this.valInit=valMin;} if (valInit>valMax){this.valInit=valMax;} this.vertical=vertical; this.nbDecimales=nbDecimales; this.unite=unite; this.poids=1; if (poids!=""){ poids=poids.replace(/\s/g,''); if (poids!=""){this.poids=Number(poids);} } this.tabDomaines;this.correction;this.longueurEchelle;this.valeurActuelle; this.titre=titre;this.tailleEchelle=0;this.tailleCurseur;this.oCompteur;this.etatDeplace=false;this.juger=CURS_juger;this.init=CURS_init;this.valeurRelle=CURS_valeurRelle;this.pourcentage=CURS_pourcentage;this.valInitiale=CURS_valInitiale;this.deplaceCurseur=CUSR_deplaceCurseur;this.possedeDomaine=CURS_possedeDomaine;}function CURS_possedeDomaine(correction){var res=false;for (var i=0;i<this.tabDomaines.length;i++){if (this.tabDomaines[i].correction==correction){res=true;}}return res;}function CURS_juger(actionU){var resJuge="";var surUnDomaine=false;for (var nd=0;nd<this.tabDomaines.length;nd++){var domTmp=this.tabDomaines[nd];if (domTmp.estInclus(this.valeurActuelle)){resJuge=domTmp.correction;if (resJuge==CODE_V){surUnDomaine=true;}}}if (this.tabDomaines.length==0){resJuge=CODE_V;}this.correction=resJuge;if (actionU){if ((!etatEval)&&(exo.retourIncorrect)&&(!surUnDomaine)){this.valInitiale();}if ((exo.tabCurseurs.length==1)&&(!exo.retourIncorrect||(this.correction==CODE_V))){EXO_validerAuto();}}}function CURS_init(){this.tabDomaines=new Array();this.longueurEchelle=this.valMax-this.valMin;}function CURS_valInitiale(){this.deplaceCurseur(this.valInit);this.valeurActuelle=this.valInit;oCompteurC=PF_donneObjet('divCompteur'+this.id);uniteC=this.unite;changeCompteur(this.valInit);}function CUSR_deplaceCurseur(valCurs){if (this.tailleEchelle==0){var echelleCourante=PF_donneObjet('imgEchelle'+this.id);var imgCurseur=PF_donneObjet('imgCurseur'+this.id);var tailleEchelle,tailleCurseur;if (this.vertical){this.tailleCurseur=imgCurseur.height/2;this.tailleEchelle=echelleCourante.height;} else {this.tailleCurseur=imgCurseur.width/2;this.tailleEchelle=echelleCourante.width;}}if ((valCurs>=this.valMin)&&(valCurs<=this.valMax)){var initPourcent;var divCurseur=PF_donneObjet('divCurseur'+this.id);if (this.vertical){initPourcent=this.pourcentage(valCurs);var tailleEchelle0=Math.round(this.tailleEchelle*initPourcent);var rest=Number(this.tailleEchelle-tailleEchelle0-this.tailleCurseur);if (rest<0){rest=0;}divCurseur.style.top=rest+'px';} else {initPourcent=this.pourcentage(valCurs);var tailleEchelle0=Math.round(this.tailleEchelle*initPourcent);var rest=Number(tailleEchelle0-this.tailleCurseur);if (rest<0){rest=0;}divCurseur.style.left=rest+'px';}}}function CURS_valeurRelle(pourcentage){var val0=this.valMin+(this.longueurEchelle*pourcentage);var iR=0;var nbTmp=1;while (iR<this.nbDecimales){nbTmp=nbTmp+'0';iR++;}nbTmp=Number(nbTmp);val0=Math.round((val0*nbTmp))/nbTmp;return (val0);}function CURS_pourcentage(valeurRelle){var val0=0;var valR=valeurRelle-this.valMin;var valFin=this.valMax-this.valMin;val0=valR/valFin;return val0;}
+function Curseur(id, valMin, valMax, vertical, valInit, nbDecimales, unite, titre, poids) {
+    this.id = id;
+    this.valMin = Number(valMin);
+    this.valMax = Number(valMax);
+    this.valInit = Number(valInit);
+    if (valInit < valMin) {
+        this.valInit = valMin;
+    }
+    if (valInit > valMax) {
+        this.valInit = valMax;
+    }
+    this.vertical = vertical;
+    this.nbDecimales = nbDecimales;
+    this.unite = unite;
+    this.poids = 1;
+    if (poids != "") {
+        poids = poids.replace(/\s/g, '');
+        if (poids != "") {
+            this.poids = Number(poids);
+        }
+    }
+    this.tabDomaines;
+    this.correction;
+    this.longueurEchelle;
+    this.valeurActuelle;
+    this.titre = titre;
+    this.tailleEchelle = 0;
+    this.tailleCurseur;
+    this.oCompteur;
+    this.etatDeplace = false;
+    this.juger = CURS_juger;
+    this.init = CURS_init;
+    this.valeurRelle = CURS_valeurRelle;
+    this.pourcentage = CURS_pourcentage;
+    this.valInitiale = CURS_valInitiale;
+    this.deplaceCurseur = CUSR_deplaceCurseur;
+    this.possedeDomaine = CURS_possedeDomaine;
+}
+
+function CURS_possedeDomaine(correction) {
+    var res = false;
+    for (var i = 0; i < this.tabDomaines.length; i++) {
+        if (this.tabDomaines[i].correction == correction) {
+            res = true;
+        }
+    }
+    return res;
+}
+
+function CURS_juger(actionU) {
+    var resJuge = "";
+    var surUnDomaine = false;
+    for (var nd = 0; nd < this.tabDomaines.length; nd++) {
+        var domTmp = this.tabDomaines[nd];
+        if (domTmp.estInclus(this.valeurActuelle)) {
+            resJuge = domTmp.correction;
+            if (resJuge == CODE_V) {
+                surUnDomaine = true;
+            }
+        }
+    }
+    if (this.tabDomaines.length == 0) {
+        resJuge = CODE_V;
+    }
+    this.correction = resJuge;
+    if (actionU) {
+        if ((!etatEval) && (exo.retourIncorrect) && (!surUnDomaine)) {
+            this.valInitiale();
+        }
+        if ((exo.tabCurseurs.length == 1) && (!exo.retourIncorrect || (this.correction == CODE_V))) {
+            EXO_validerAuto();
+        }
+    }
+}
+
+function CURS_init() {
+    this.tabDomaines = new Array();
+    this.longueurEchelle = this.valMax - this.valMin;
+}
+
+function CURS_valInitiale() {
+    this.deplaceCurseur(this.valInit);
+    this.valeurActuelle = this.valInit;
+    oCompteurC = PF_donneObjet('divCompteur' + this.id);
+    uniteC = this.unite;
+    changeCompteur(this.valInit);
+}
+
+function CUSR_deplaceCurseur(valCurs) {
+    if (this.tailleEchelle == 0) {
+        var echelleCourante = PF_donneObjet('imgEchelle' + this.id);
+        var imgCurseur = PF_donneObjet('imgCurseur' + this.id);
+        var tailleEchelle, tailleCurseur;
+        if (this.vertical) {
+            this.tailleCurseur = imgCurseur.height / 2;
+            this.tailleEchelle = echelleCourante.height;
+        } else {
+            this.tailleCurseur = imgCurseur.width / 2;
+            this.tailleEchelle = echelleCourante.width;
+        }
+    }
+    if ((valCurs >= this.valMin) && (valCurs <= this.valMax)) {
+        var initPourcent;
+        var divCurseur = PF_donneObjet('divCurseur' + this.id);
+        if (this.vertical) {
+            initPourcent = this.pourcentage(valCurs);
+            var tailleEchelle0 = Math.round(this.tailleEchelle * initPourcent);
+            var rest = Number(this.tailleEchelle - tailleEchelle0 - this.tailleCurseur);
+            if (rest < 0) {
+                rest = 0;
+            }
+            divCurseur.style.top = rest + 'px';
+        } else {
+            initPourcent = this.pourcentage(valCurs);
+            var tailleEchelle0 = Math.round(this.tailleEchelle * initPourcent);
+            var rest = Number(tailleEchelle0 - this.tailleCurseur);
+            if (rest < 0) {
+                rest = 0;
+            }
+            divCurseur.style.left = rest + 'px';
+        }
+    }
+}
+
+function CURS_valeurRelle(pourcentage) {
+    var val0 = this.valMin + (this.longueurEchelle * pourcentage);
+    var iR = 0;
+    var nbTmp = 1;
+    while (iR < this.nbDecimales) {
+        nbTmp = nbTmp + '0';
+        iR++;
+    }
+    nbTmp = Number(nbTmp);
+    val0 = Math.round((val0 * nbTmp)) / nbTmp;
+    return (val0);
+}
+
+function CURS_pourcentage(valeurRelle) {
+    var val0 = 0;
+    var valR = valeurRelle - this.valMin;
+    var valFin = this.valMax - this.valMin;
+    val0 = valR / valFin;
+    return val0;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceCURS.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceCURS.js
index c4d8b8356078b84fb05c346b422551138c5955a1..ffd1fa36f8e1fd7e551a94fe2e70acec755b93e3 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceCURS.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceCURS.js
@@ -1 +1,383 @@
-function ExerciceCURS() { this.indications; this.commentaireSucces=null; this.consigne=null; this.tabCurseurs; this.scoreCourant=0; this.scoreTotal=0; this.scoreMin=0;this.scoreMaxPoids=0;this.valide=false; this.titre=''; this.retourIncorrect;this.actif=true;this.type="CURS";this.scoreParValeur=false;this.init=exo_init;this.initEchelleScore=exo_initEchelleScore;this.ajouterReponse=exo_ajouterReponse;this.compterTotal=exo_compterTotal;this.valider=exo_valider; this.initialiser=exo_initialiser; this.solutions=exo_solutions;this.donneObjCurs=exo_donneObjCurs;this.donneSuggestion=exo_donneSuggestion;this.desactiver=exo_desactiver; this.donneTabReponses=exo_donneTabReponses;this.afficherMesReponses=exo_afficherMesReponses;}function exo_init(){this.titre=document.title; this.indications= new Array(); this.tabCurseurs=new Array();}function exo_initEchelleScore(){PF_afficherDiv("STY_zoneExercice");PF_affecterAlt();var scoreMaxPoids=0;for (var i=0;i<this.tabCurseurs.length;i++){var oCurseur=this.tabCurseurs[i];if (oCurseur.possedeDomaine(CODE_V)){scoreMaxPoids+=oCurseur.poids;}oCurseur.correction=CODE_F;oCurseur.valInitiale();oCurseur.juger(false);if (parent.oSco.config_navigateur=="Netscape"){var cursHtml=PF_donneObjet("divEchelle"+oCurseur.id);if (cursHtml.parentNode.style.position=="absolute"){var pere=cursHtml.parentNode;while (pere!=null && pere.nodeName!='TD'){pere=pere.parentNode;}if (pere && pere.nodeName=="TD" && pere.style.position=="relative"){var lfils=pere.firstChild;if (lfils.nodeName=="DIV"){if (lfils.style.position=""){lfils.style.position="relative";}} else {pere.innerHTML="<div style=\"position:relative\">"+pere.innerHTML+"</div>";}}}}}this.scoreMaxPoids=scoreMaxPoids;if (!parent.oSco.scoreBinaire && scoreMaxPoids!=0 && parent.oSco.penaliserMauvaiseReponse){this.scoreMin=this.scoreTotal*-1;}/*if (exo.scoreParValeur){this.scoreMin=0;for (var k=0;k<this.tabCurseurs.length;k++){var oCurs=this.tabCurseurs[k];var poids=oCurs.poids;var valMin=oCurs.valMin;var valMax=oCurs.valMax;if (valMin!="" && valMax!=""){valMin=Number(valMin);valMax=Number(valMax);if (poids!=""){poids=Number(poids);valMin*=poids;valMax*=poids;}if (valMax<valMin){this.scoreMin+=valMax;} else {this.scoreMin+=valMin;}}}}*/}function exo_ajouterReponse(num,debut,fin,correction){correction=correction-num*3;if (correction==2){correction=CODE_V;}else{correction=CODE_F;}var debut=Number(decodeX(debut))-this.scoreTotal;var fin=Number(decodeX(fin))+this.scoreTotal;var domaine = new DomaineCurseur(debut,fin,correction);var obj=this.donneObjCurs(num);obj.tabDomaines[obj.tabDomaines.length]=domaine;}function exo_compterTotal(){var score0=0;/*if (exo.scoreParValeur){for (var k=0;k<this.tabCurseurs.length;k++){var oCurseur=this.tabCurseurs[k];var scoreCurs=oCurseur.valeurActuelle;if (oCurseur.poids!=""){scoreCurs*=Number(oCurseur.poids);}score0+=scoreCurs; }} */if (parent.oSco.penaliserMauvaiseReponse){for (var k=0;k<this.tabCurseurs.length;k++){var oCurseur=this.tabCurseurs[k];if (oCurseur.correction==CODE_V){score0+=oCurseur.poids;} else if (oCurseur.correction==CODE_F){score0-=oCurseur.poids;} }if (this.scoreMaxPoids==0){return 0;}score0=Math.round(score0/this.scoreMaxPoids*this.scoreTotal*10)/10;} else {var poisMaxItem=0;for (var k=0;k<this.tabCurseurs.length;k++){var oCurseur=this.tabCurseurs[k];if (oCurseur.correction==CODE_V){score0+=oCurseur.poids;}poisMaxItem+=oCurseur.poids;}if (poisMaxItem==0){return 0;}score0=Math.round(score0/poisMaxItem*this.scoreTotal*10)/10;}if (score0<0 && !parent.oSco.scoreNegatif){score0=0;}return score0;}function exo_valider(){this.scoreCourant=this.compterTotal();if (this.scoreCourant>=this.scoreTotal){this.valide=true;}for (var i=0;i<this.tabCurseurs.length;i++){var oCurseur=this.tabCurseurs[i];var idObj=escape(oCurseur.titre);if (oCurseur.titre!=""){var compteObj=parent.APIgetValue("cmi.objectives._count");var indexAjoute=-1;for (var t=0;t<compteObj;t++){if (parent.APIgetValue("cmi.objectives."+t+".id")==idObj){indexAjoute=t;t=999;}}if (indexAjoute>=0){var statut="failed";if (oCurseur.correction==CODE_V){statut="passed";}/*if (indexAjoute==compteObj){parent.APIsetValue("cmi.objectives."+indexAjoute+".id",idObj);}*/var debattr="cmi.objectives."+indexAjoute+".";parent.APIsetValue(debattr+"success_status",statut);parent.APIsetValue(debattr+"score.raw",oCurseur.valeurActuelle);parent.APIsetValue(debattr+"score.min",oCurseur.valMin);parent.APIsetValue(debattr+"score.max",oCurseur.valMax);var vpc=new String(oCurseur.pourcentage(oCurseur.valeurActuelle));if (vpc.length>7){vpc=vpc.substring(0,7);}parent.APIsetValue(debattr+"score.scaled",vpc);}}}}function exo_initialiser(){for (var i=0;i<this.tabCurseurs.length;i++){this.tabCurseurs[i].correction=CODE_F;this.tabCurseurs[i].valInitiale();this.tabCurseurs[i].etatDeplace=false;this.tabCurseurs[i].juger(false);}var zone=PF_donneObjet('STY_texteCURS');if (zone!=null){var lesdivs=zone.getElementsByTagName('div');for (var p=0;p<lesdivs.length;p++){var oDiv=lesdivs[p];if (oDiv.className.indexOf('STY_borne')==0){oDiv.style.display='none';}}}this.actif=true;this.scoreCourant=0;this.valide=false;}function exo_desactiver(){var i;this.actif=false;}function exo_solutions(){for (var n=0;n<this.tabCurseurs.length;n++){var oCurs=this.tabCurseurs[n];for (var k=oCurs.tabDomaines.length-1;k>=0;k--){var domaineTmp=oCurs.tabDomaines[k];if (domaineTmp.correction==CODE_V){var initPourcent;var pos='';var solutionMontree=false;if ((oCurs.vertical&&classeCSSExiste(".STY_borneSol1"))||(!oCurs.vertical&&classeCSSExiste(".STY_borneSol0"))){var oZone=PF_donneObjet('divEchelle'+oCurs.id);if (oCurs.vertical){var oNouv=document.createElement("div");oZone.appendChild(oNouv);oNouv.className="STY_borneSol1";oNouv.style.position="absolute";initPourcent=oCurs.pourcentage(domaineTmp.max);var posFin=Math.round((oCurs.tailleCurseur/2)+oCurs.tailleEchelle-(oCurs.tailleEchelle*initPourcent));if (posFin>0){oNouv.style.top=posFin+'px';} else {oNouv.style.top='1px';}initPourcent=oCurs.pourcentage(domaineTmp.min);pos=Math.round((oCurs.tailleCurseur/2)+oCurs.tailleEchelle-(oCurs.tailleEchelle*initPourcent));var hauteur=pos-posFin;if (hauteur>5){oNouv.style.height=hauteur+'px';solutionMontree=true;} else {oZone.removeChild(oNouv);}} else {initPourcent=oCurs.pourcentage(domaineTmp.min);pos=Math.round((oCurs.tailleCurseur/2)+oCurs.tailleEchelle*initPourcent);var oNouv=document.createElement("div");oZone.appendChild(oNouv);oNouv.className="STY_borneSol0";oNouv.style.left=pos+'px';oNouv.style.position="absolute";initPourcent=oCurs.pourcentage(domaineTmp.max);var posFin=Math.round((oCurs.tailleCurseur/2)+oCurs.tailleEchelle*initPourcent);var longueur=posFin-pos;if (longueur>5){oNouv.style.width=longueur+'px';solutionMontree=true;} else {oZone.removeChild(oNouv);}}}if (!solutionMontree){this.initialiser();var moy=(domaineTmp.max-domaineTmp.min)/2+domaineTmp.min;oCurs.deplaceCurseur(moy);oCompteurC=PF_donneObjet('divCompteur'+oCurs.id);uniteC=oCurs.unite;changeCompteur(moy);oCurs.correction=CODE_V;}}}}}function exo_donneObjCurs(num){var res=null;for (var i=0;i<this.tabCurseurs.length;i++){if (num==this.tabCurseurs[i].id){res=this.tabCurseurs[i];}}return res;}function exo_donneSuggestion(){var res=null;var i=0;while (i<exo.indications.length){if (exo.indications[i].id.indexOf('divSugg')==0){var ref=exo.indications[i].ref;if ((ref!='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){var tabParams=ref.split(':');var idCurs=tabParams[0];var numRep=Number(tabParams[1]);for (var n=0;n<this.tabCurseurs.length;n++){if (this.tabCurseurs[n].id==idCurs){if (ref.indexOf('<>')>0){if (this.tabCurseurs[n].correction!=CODE_V){res=exo.indications[i];i=exo.indications.length;}} else {var oDom=this.tabCurseurs[n].tabDomaines[numRep-1];if ((oDom==null)||(oDom.curseurDedans)){res=exo.indications[i];i=exo.indications.length;}}}}}}i++;}if (res==null){i=0;while (i<exo.indications.length){if ((exo.indications[i].id.indexOf('divSugg')==0)&&(exo.indications[i].ref=='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}i++;}}return res;}function exo_donneTabReponses(){var tabRep=new Array();for (var k=0;k<this.tabCurseurs.length;k++){var oCurs=this.tabCurseurs[k];if (oCurs!=null){var validd=false;if (oCurs.correction==CODE_V){validd=true;}var tabInteraction=new Array();tabInteraction[0]=validd;var valCurse=oCurs.valeurActuelle;if (oCurs.poids!=""){valCurse*=Number(oCurs.poids);}tabInteraction[1]=valCurse;tabInteraction[2]="c"+oCurs.id;tabInteraction[3]=localeNb(oCurs.valeurActuelle);tabRep[k]=tabInteraction;}}return tabRep;}function exo_afficherMesReponses(tabRep){for (var i=0;i<tabRep.length;i++){var oInteraction=tabRep[i];var idCurs=oInteraction.id;idCurs=idCurs.substring(idCurs.indexOf("_")+2);for (var j=0;j<this.tabCurseurs.length;j++){var oCurs=this.tabCurseurs[j];if (oCurs.id==idCurs){var num=Number(oInteraction.learner_response);if (oCurs.poids!=""){num=num/Number(oCurs.poids);}oCurs.deplaceCurseur(num);oCompteurC=PF_donneObjet('divCompteur'+oCurs.id);uniteC=oCurs.unite;changeCompteur(num);oCurs.valeurActuelle=num;oCurs.juger();}}}}function decodeX(va){var res="";for (var i=0;i<va.length;i++){var car=va.charAt(i);switch(car){case '3' : res+="0";break;case '8' : res+="1";break;case '7' : res+="2";break;case '9' : res+="3";break;case '1' : res+="7";break;case '0' : res+="8";break;case '2' : res+="9";break;default : res+=car;}}return res;}
+function ExerciceCURS() {
+    this.indications;
+    this.commentaireSucces = null;
+    this.consigne = null;
+    this.tabCurseurs;
+    this.scoreCourant = 0;
+    this.scoreTotal = 0;
+    this.scoreMin = 0;
+    this.scoreMaxPoids = 0;
+    this.valide = false;
+    this.titre = '';
+    this.retourIncorrect;
+    this.actif = true;
+    this.type = "CURS";
+    this.scoreParValeur = false;
+    this.init = exo_init;
+    this.initEchelleScore = exo_initEchelleScore;
+    this.ajouterReponse = exo_ajouterReponse;
+    this.compterTotal = exo_compterTotal;
+    this.valider = exo_valider;
+    this.initialiser = exo_initialiser;
+    this.solutions = exo_solutions;
+    this.donneObjCurs = exo_donneObjCurs;
+    this.donneSuggestion = exo_donneSuggestion;
+    this.desactiver = exo_desactiver;
+    this.donneTabReponses = exo_donneTabReponses;
+    this.afficherMesReponses = exo_afficherMesReponses;
+}
+
+function exo_init() {
+    this.titre = document.title;
+    this.indications = new Array();
+    this.tabCurseurs = new Array();
+}
+
+function exo_initEchelleScore() {
+    PF_afficherDiv("STY_zoneExercice");
+    PF_affecterAlt();
+    var scoreMaxPoids = 0;
+    for (var i = 0; i < this.tabCurseurs.length; i++) {
+        var oCurseur = this.tabCurseurs[i];
+        if (oCurseur.possedeDomaine(CODE_V)) {
+            scoreMaxPoids += oCurseur.poids;
+        }
+        oCurseur.correction = CODE_F;
+        oCurseur.valInitiale();
+        oCurseur.juger(false);
+        if (parent.oSco.config_navigateur == "Netscape") {
+            var cursHtml = PF_donneObjet("divEchelle" + oCurseur.id);
+            if (cursHtml.parentNode.style.position == "absolute") {
+                var pere = cursHtml.parentNode;
+                while (pere != null && pere.nodeName != 'TD') {
+                    pere = pere.parentNode;
+                }
+                if (pere && pere.nodeName == "TD" && pere.style.position == "relative") {
+                    var lfils = pere.firstChild;
+                    if (lfils.nodeName == "DIV") {
+                        if (lfils.style.position = "") {
+                            lfils.style.position = "relative";
+                        }
+                    } else {
+                        pere.innerHTML = "<div style=\"position:relative\">" + pere.innerHTML + "</div>";
+                    }
+                }
+            }
+        }
+    }
+    this.scoreMaxPoids = scoreMaxPoids;
+    if (!parent.oSco.scoreBinaire && scoreMaxPoids != 0 && parent.oSco.penaliserMauvaiseReponse) {
+        this.scoreMin = this.scoreTotal * -1;
+    }/*if (exo.scoreParValeur){this.scoreMin=0;for (var k=0;k<this.tabCurseurs.length;k++){var oCurs=this.tabCurseurs[k];var poids=oCurs.poids;var valMin=oCurs.valMin;var valMax=oCurs.valMax;if (valMin!="" && valMax!=""){valMin=Number(valMin);valMax=Number(valMax);if (poids!=""){poids=Number(poids);valMin*=poids;valMax*=poids;}if (valMax<valMin){this.scoreMin+=valMax;} else {this.scoreMin+=valMin;}}}}*/
+}
+
+function exo_ajouterReponse(num, debut, fin, correction) {
+    correction = correction - num * 3;
+    if (correction == 2) {
+        correction = CODE_V;
+    } else {
+        correction = CODE_F;
+    }
+    var debut = Number(decodeX(debut)) - this.scoreTotal;
+    var fin = Number(decodeX(fin)) + this.scoreTotal;
+    var domaine = new DomaineCurseur(debut, fin, correction);
+    var obj = this.donneObjCurs(num);
+    obj.tabDomaines[obj.tabDomaines.length] = domaine;
+}
+
+function exo_compterTotal() {
+    var score0 = 0;/*if (exo.scoreParValeur){for (var k=0;k<this.tabCurseurs.length;k++){var oCurseur=this.tabCurseurs[k];var scoreCurs=oCurseur.valeurActuelle;if (oCurseur.poids!=""){scoreCurs*=Number(oCurseur.poids);}score0+=scoreCurs; }} */
+    if (parent.oSco.penaliserMauvaiseReponse) {
+        for (var k = 0; k < this.tabCurseurs.length; k++) {
+            var oCurseur = this.tabCurseurs[k];
+            if (oCurseur.correction == CODE_V) {
+                score0 += oCurseur.poids;
+            } else if (oCurseur.correction == CODE_F) {
+                score0 -= oCurseur.poids;
+            }
+        }
+        if (this.scoreMaxPoids == 0) {
+            return 0;
+        }
+        score0 = Math.round(score0 / this.scoreMaxPoids * this.scoreTotal * 10) / 10;
+    } else {
+        var poisMaxItem = 0;
+        for (var k = 0; k < this.tabCurseurs.length; k++) {
+            var oCurseur = this.tabCurseurs[k];
+            if (oCurseur.correction == CODE_V) {
+                score0 += oCurseur.poids;
+            }
+            poisMaxItem += oCurseur.poids;
+        }
+        if (poisMaxItem == 0) {
+            return 0;
+        }
+        score0 = Math.round(score0 / poisMaxItem * this.scoreTotal * 10) / 10;
+    }
+    if (score0 < 0 && !parent.oSco.scoreNegatif) {
+        score0 = 0;
+    }
+    return score0;
+}
+
+function exo_valider() {
+    this.scoreCourant = this.compterTotal();
+    if (this.scoreCourant >= this.scoreTotal) {
+        this.valide = true;
+    }
+    for (var i = 0; i < this.tabCurseurs.length; i++) {
+        var oCurseur = this.tabCurseurs[i];
+        var idObj = escape(oCurseur.titre);
+        if (oCurseur.titre != "") {
+            var compteObj = parent.APIgetValue("cmi.objectives._count");
+            var indexAjoute = -1;
+            for (var t = 0; t < compteObj; t++) {
+                if (parent.APIgetValue("cmi.objectives." + t + ".id") == idObj) {
+                    indexAjoute = t;
+                    t = 999;
+                }
+            }
+            if (indexAjoute >= 0) {
+                var statut = "failed";
+                if (oCurseur.correction == CODE_V) {
+                    statut = "passed";
+                }/*if (indexAjoute==compteObj){parent.APIsetValue("cmi.objectives."+indexAjoute+".id",idObj);}*/
+                var debattr = "cmi.objectives." + indexAjoute + ".";
+                parent.APIsetValue(debattr + "success_status", statut);
+                parent.APIsetValue(debattr + "score.raw", oCurseur.valeurActuelle);
+                parent.APIsetValue(debattr + "score.min", oCurseur.valMin);
+                parent.APIsetValue(debattr + "score.max", oCurseur.valMax);
+                var vpc = new String(oCurseur.pourcentage(oCurseur.valeurActuelle));
+                if (vpc.length > 7) {
+                    vpc = vpc.substring(0, 7);
+                }
+                parent.APIsetValue(debattr + "score.scaled", vpc);
+            }
+        }
+    }
+}
+
+function exo_initialiser() {
+    for (var i = 0; i < this.tabCurseurs.length; i++) {
+        this.tabCurseurs[i].correction = CODE_F;
+        this.tabCurseurs[i].valInitiale();
+        this.tabCurseurs[i].etatDeplace = false;
+        this.tabCurseurs[i].juger(false);
+    }
+    var zone = PF_donneObjet('STY_texteCURS');
+    if (zone != null) {
+        var lesdivs = zone.getElementsByTagName('div');
+        for (var p = 0; p < lesdivs.length; p++) {
+            var oDiv = lesdivs[p];
+            if (oDiv.className.indexOf('STY_borne') == 0) {
+                oDiv.style.display = 'none';
+            }
+        }
+    }
+    this.actif = true;
+    this.scoreCourant = 0;
+    this.valide = false;
+}
+
+function exo_desactiver() {
+    var i;
+    this.actif = false;
+}
+
+function exo_solutions() {
+    for (var n = 0; n < this.tabCurseurs.length; n++) {
+        var oCurs = this.tabCurseurs[n];
+        for (var k = oCurs.tabDomaines.length - 1; k >= 0; k--) {
+            var domaineTmp = oCurs.tabDomaines[k];
+            if (domaineTmp.correction == CODE_V) {
+                var initPourcent;
+                var pos = '';
+                var solutionMontree = false;
+                if ((oCurs.vertical && classeCSSExiste(".STY_borneSol1")) || (!oCurs.vertical && classeCSSExiste(".STY_borneSol0"))) {
+                    var oZone = PF_donneObjet('divEchelle' + oCurs.id);
+                    if (oCurs.vertical) {
+                        var oNouv = document.createElement("div");
+                        oZone.appendChild(oNouv);
+                        oNouv.className = "STY_borneSol1";
+                        oNouv.style.position = "absolute";
+                        initPourcent = oCurs.pourcentage(domaineTmp.max);
+                        var posFin = Math.round((oCurs.tailleCurseur / 2) + oCurs.tailleEchelle - (oCurs.tailleEchelle * initPourcent));
+                        if (posFin > 0) {
+                            oNouv.style.top = posFin + 'px';
+                        } else {
+                            oNouv.style.top = '1px';
+                        }
+                        initPourcent = oCurs.pourcentage(domaineTmp.min);
+                        pos = Math.round((oCurs.tailleCurseur / 2) + oCurs.tailleEchelle - (oCurs.tailleEchelle * initPourcent));
+                        var hauteur = pos - posFin;
+                        if (hauteur > 5) {
+                            oNouv.style.height = hauteur + 'px';
+                            solutionMontree = true;
+                        } else {
+                            oZone.removeChild(oNouv);
+                        }
+                    } else {
+                        initPourcent = oCurs.pourcentage(domaineTmp.min);
+                        pos = Math.round((oCurs.tailleCurseur / 2) + oCurs.tailleEchelle * initPourcent);
+                        var oNouv = document.createElement("div");
+                        oZone.appendChild(oNouv);
+                        oNouv.className = "STY_borneSol0";
+                        oNouv.style.left = pos + 'px';
+                        oNouv.style.position = "absolute";
+                        initPourcent = oCurs.pourcentage(domaineTmp.max);
+                        var posFin = Math.round((oCurs.tailleCurseur / 2) + oCurs.tailleEchelle * initPourcent);
+                        var longueur = posFin - pos;
+                        if (longueur > 5) {
+                            oNouv.style.width = longueur + 'px';
+                            solutionMontree = true;
+                        } else {
+                            oZone.removeChild(oNouv);
+                        }
+                    }
+                }
+                if (!solutionMontree) {
+                    this.initialiser();
+                    var moy = (domaineTmp.max - domaineTmp.min) / 2 + domaineTmp.min;
+                    oCurs.deplaceCurseur(moy);
+                    oCompteurC = PF_donneObjet('divCompteur' + oCurs.id);
+                    uniteC = oCurs.unite;
+                    changeCompteur(moy);
+                    oCurs.correction = CODE_V;
+                }
+            }
+        }
+    }
+}
+
+function exo_donneObjCurs(num) {
+    var res = null;
+    for (var i = 0; i < this.tabCurseurs.length; i++) {
+        if (num == this.tabCurseurs[i].id) {
+            res = this.tabCurseurs[i];
+        }
+    }
+    return res;
+}
+
+function exo_donneSuggestion() {
+    var res = null;
+    var i = 0;
+    while (i < exo.indications.length) {
+        if (exo.indications[i].id.indexOf('divSugg') == 0) {
+            var ref = exo.indications[i].ref;
+            if ((ref != '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                var tabParams = ref.split(':');
+                var idCurs = tabParams[0];
+                var numRep = Number(tabParams[1]);
+                for (var n = 0; n < this.tabCurseurs.length; n++) {
+                    if (this.tabCurseurs[n].id == idCurs) {
+                        if (ref.indexOf('<>') > 0) {
+                            if (this.tabCurseurs[n].correction != CODE_V) {
+                                res = exo.indications[i];
+                                i = exo.indications.length;
+                            }
+                        } else {
+                            var oDom = this.tabCurseurs[n].tabDomaines[numRep - 1];
+                            if ((oDom == null) || (oDom.curseurDedans)) {
+                                res = exo.indications[i];
+                                i = exo.indications.length;
+                            }
+                        }
+                    }
+                }
+            }
+        }
+        i++;
+    }
+    if (res == null) {
+        i = 0;
+        while (i < exo.indications.length) {
+            if ((exo.indications[i].id.indexOf('divSugg') == 0) && (exo.indications[i].ref == '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+            i++;
+        }
+    }
+    return res;
+}
+
+function exo_donneTabReponses() {
+    var tabRep = new Array();
+    for (var k = 0; k < this.tabCurseurs.length; k++) {
+        var oCurs = this.tabCurseurs[k];
+        if (oCurs != null) {
+            var validd = false;
+            if (oCurs.correction == CODE_V) {
+                validd = true;
+            }
+            var tabInteraction = new Array();
+            tabInteraction[0] = validd;
+            var valCurse = oCurs.valeurActuelle;
+            if (oCurs.poids != "") {
+                valCurse *= Number(oCurs.poids);
+            }
+            tabInteraction[1] = valCurse;
+            tabInteraction[2] = "c" + oCurs.id;
+            tabInteraction[3] = localeNb(oCurs.valeurActuelle);
+            tabRep[k] = tabInteraction;
+        }
+    }
+    return tabRep;
+}
+
+function exo_afficherMesReponses(tabRep) {
+    for (var i = 0; i < tabRep.length; i++) {
+        var oInteraction = tabRep[i];
+        var idCurs = oInteraction.id;
+        idCurs = idCurs.substring(idCurs.indexOf("_") + 2);
+        for (var j = 0; j < this.tabCurseurs.length; j++) {
+            var oCurs = this.tabCurseurs[j];
+            if (oCurs.id == idCurs) {
+                var num = Number(oInteraction.learner_response);
+                if (oCurs.poids != "") {
+                    num = num / Number(oCurs.poids);
+                }
+                oCurs.deplaceCurseur(num);
+                oCompteurC = PF_donneObjet('divCompteur' + oCurs.id);
+                uniteC = oCurs.unite;
+                changeCompteur(num);
+                oCurs.valeurActuelle = num;
+                oCurs.juger();
+            }
+        }
+    }
+}
+
+function decodeX(va) {
+    var res = "";
+    for (var i = 0; i < va.length; i++) {
+        var car = va.charAt(i);
+        switch (car) {
+            case '3' :
+                res += "0";
+                break;
+            case '8' :
+                res += "1";
+                break;
+            case '7' :
+                res += "2";
+                break;
+            case '9' :
+                res += "3";
+                break;
+            case '1' :
+                res += "7";
+                break;
+            case '0' :
+                res += "8";
+                break;
+            case '2' :
+                res += "9";
+                break;
+            default :
+                res += car;
+        }
+    }
+    return res;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceEXP.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceEXP.js
index 0f62e8c5593eb8ffa7822b57bb8e614c94be2e86..434e05f6cf189b340214108a994f844fc8122281 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceEXP.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceEXP.js
@@ -1 +1,617 @@
-function ExerciceEXP(multi,voirZones) { this.indications; this.commentaireSucces=null; this.consigne=null; this.tabItems; this.tabStylesR; this.tabSelections; this.tabIdZones; this.scoreCourant=0; this.scoreTotal; this.scoreMin=0;this.scoreMaxPoids;this.scoreV; this.scoreF; this.valide=false; this.titre=''; this.actif=true; this.multi=multi; this.voirZones=voirZones; this.type="EXP"; this.reponsesFlash=""; this.poidsEnPoints=false;this.init=exo_init;this.initEchelleScore=exo_initEchelleScore;this.valider=exo_valider;this.action=exo_action;this.entreeSouris=exo_entreeSouris; this.sortieSouris=exo_sortieSouris; this.initialiser=exo_initialiser; this.desactiver=exo_desactiver; this.compterMultiple=exo_compterMultiple;this.solutions=exo_solutions;this.donneSuggestion=exo_donneSuggestion;this.donneTabReponses=exo_donneTabReponses;this.donneItem=exo_donneItem;this.afficherMesReponses=exo_afficherMesReponses;}function exo_init(){ this.titre=document.title;this.tabItems=new Array();this.indications= new Array(); if (!this.voirZones){var oCtn=PF_donneObjet("STY_texteEXP");if (oCtn!=null){oCtn.onclick=detecteExp;}}} function exo_initEchelleScore(){var scoreMaxPoids=0;if (this.poidsEnPoints){var poidsMax=-9999;var poidsMin=9999;for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];if (oItem.poids>poidsMax){poidsMax=oItem.poids;}if (oItem.poids<poidsMin){poidsMin=oItem.poids;}}this.scoreMaxPoids=poidsMax;this.scoreTotal=poidsMax;this.scoreMin=poidsMin;} else {for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];if (oItem.estJuste){scoreMaxPoids+=oItem.poids;}}this.scoreMaxPoids=scoreMaxPoids;if (!parent.oSco.scoreBinaire && scoreMaxPoids!=0 && parent.oSco.penaliserMauvaiseReponse){this.scoreMin=this.scoreTotal*-1;}}}function exo_valider(){if (exerciceFlash){var obj=donneObjetFlash();if (obj!=null){try {obj.MOS_submitExercise();} catch(ex){}}} else {this.scoreCourant=this.compterMultiple();}if (this.scoreCourant>=this.scoreTotal){this.valide=true;}for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];if (oItem.objectif!=""){var compteObj=parent.APIgetValue("cmi.objectives._count");var indexAjoute=compteObj;for (var t=0;t<compteObj;t++){if (parent.APIgetValue("cmi.objectives."+t+".id")==oItem.objectif){indexAjoute=t;t=999;}}var statut="failed";if (oItem.selectionne){statut="passed";}if (indexAjoute==compteObj){parent.APIsetValue("cmi.objectives."+indexAjoute+".id",oItem.objectif);}parent.APIsetValue("cmi.objectives."+indexAjoute+".success_status",statut);}}}function exo_action(idRep){if (this.actif && !exerciceFlash){var oItem=this.donneItem(idRep);if (!this.multi && oItem.selectionne && parent.oSco.forcerReponse){return false;}if (!this.multi && !oItem.selectionne){this.initialiser(); }if (!oItem.selectionne){oItem.selectionne=true;if (this.voirZones){ PF_changeClasse(oItem.idZone,"STY_zoneExploreDessus"); }} else {oItem.selectionne=false;if (this.voirZones){ PF_changeClasse(oItem.idZone,"STY_zoneExplore"); }}if (!this.multi){EXO_validerAuto();}if (this.multi && parent.oSco.forcerReponse){var existeReponse=false;for (var i=0;i<this.tabItems.length;i++){if (this.tabItems[i].selectionne){existeReponse=true;}}if (existeReponse){actionDetecte();}else if (actionD){actionD=false;desactiverBoutonValider();desactiverBoutonInit();}} else {actionDetecte();}}}function exo_sortieSouris(idRep,numStyle){var oItem=this.donneItem(idRep);if (!oItem.selectionne && this.actif){ PF_changeClasse(oItem.idZone,"STY_zoneExplore"+numStyle);}}function exo_entreeSouris(idRep,numStyle){if (this.actif){var oItem=this.donneItem(idRep); PF_changeClasse(oItem.idZone,"STY_zoneExplore"+numStyle+"Dessus"); var ozz=PF_donneObjet(oItem.idZone);}}function exo_initialiser(){this.actif=true;for (var i=0;i<this.tabItems.length;i++) {var oItem=this.tabItems[i];oItem.selectionne=false;this.sortieSouris(oItem.idZone);}this.scoreCourant=0;this.valide=false;if (exerciceFlash){var obj=donneObjetFlash();if (obj!=null){try {obj.MOS_resetExercise();} catch(ex){}}}}function exo_desactiver(){this.actif=false;if (exerciceFlash){var obj=donneObjetFlash();if (obj!=null){try {obj.MOS_disableExercise();} catch(ex){}}}}function exo_compterMultiple(){var score0=0;if (this.poidsEnPoints){for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];if (oItem.selectionne){return oItem.poids;}}}if (parent.oSco.penaliserMauvaiseReponse){for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];if (oItem.selectionne){if (oItem.estJuste){score0+=oItem.poids;} else {score0-=oItem.poids;}}}if (this.scoreMaxPoids==0){if (score0==0){score0=this.scoreTotal;}else {score0=0;}} else {score0=Math.round(score0/this.scoreMaxPoids*this.scoreTotal*10)/10;}} else {var poidTotalItm=0;for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];var oItem=this.tabItems[i];if (oItem.selectionne){if (oItem.estJuste){score0+=oItem.poids;}}if (oItem.estJuste||oItem.selectionne){poidTotalItm+=oItem.poids;}}if (poidTotalItm==0){score0=this.scoreTotal;}else {score0=Math.round(score0/poidTotalItm*this.scoreTotal*10)/10;}}if (score0<0 && !parent.oSco.scoreNegatif && !this.poidsEnPoints){score0=0;}if (score0<this.scoreMin){score0=this.scoreMin;}return score0;}function exo_solutions(){if (!exerciceFlash && classeCSSExiste(".STY_imgBoutonQCSol")){for (var i=0;i<this.tabItems.length;i++){if (this.tabItems[i].estJuste){var classe="STY_zoneExplore";if (this.tabItems[i].selectionne){classe="STY_zoneExploreDessus";}PF_changeClasse(this.tabItems[i].idZone,classe+" STY_zoneExploreSol");}}} else {this.initialiser();this.actif=true;this.voirZones=true;for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];if (oItem.estJuste){this.action(oItem.idZone);}}if (exerciceFlash){var obj=donneObjetFlash();if (obj!=null){try {obj.MOS_displayCorrectAnswers();} catch(ex){}}}}}function exo_donneSuggestion(){var res=null;var i=0;while (i<exo.indications.length){if (exo.indications[i].id.indexOf('divSugg')==0){var ref=exo.indications[i].ref;if (ref!=""){var oItem=this.donneItem("MosMap_ng"+ref);if (oItem==null){oItem=this.donneItem("MosMap_nw"+ref);}if (oItem!=null){if (oItem.selectionne &&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}}}}i++;}if (res==null){i=0;while (i<exo.indications.length){if ((exo.indications[i].id.indexOf('divSugg')==0)&&(exo.indications[i].ref=='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}i++;}}return res;}function exo_donneTabReponses(){var tabRep=new Array();if (exerciceFlash && this.reponsesFlash!=""){var tabIntr=this.reponsesFlash.split("[/]");for (var i=0;i<tabIntr.length;i++){var tabParam=tabIntr[i].split("[;]");var tabInteraction=new Array();tabInteraction[0]=false;tabInteraction[1]=tabParam[3];tabInteraction[2]=tabParam[0];tabInteraction[3]="";tabInteraction[4]=tabParam[1];if (tabParam[2]=="correct"){tabInteraction[0]=true;}tabRep[tabRep.length]=tabInteraction;}} else {var tabInteraction=new Array();tabInteraction[0]=this.valide;var chReps="";var txtDesc="";for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];if (oItem.selectionne){if (chReps!=''){chReps+="[,]";}chReps+="ch"+oItem.idZone.substring(9);if (txtDesc!=''){txtDesc+=", ";}txtDesc+=oItem.label;if (oItem.label==""){txtDesc+=oItem.idZone.substring(9);}}}var typeSc="choice";if (exerciceFlash){chReps="Flash"+":"+this.scoreCourant;typeSc="performance";}tabInteraction[1]=chReps;tabInteraction[2]="exp";tabInteraction[3]=txtDesc;tabInteraction[4]=typeSc;tabRep[0]=tabInteraction;}return tabRep;}function exo_afficherMesReponses(tabRep){this.actif=true;if (tabRep.length==0){return false;}if (exerciceFlash){for (var i=0;i<parent.oSco.evaluation.questions.length;i++){if (parent.oSco.evaluation.questions[i].codePage==codePage){this.scoreCourant=parent.oSco.evaluation.questions[i].scoreAtteint;break;}}var obj=donneObjetFlash();if (obj!=null){try {obj.MOS_displayMyAnswers();} catch(ex){}}} else {var oInteraction=tabRep[0];var laRep=oInteraction.learner_response;var lesreps=laRep.split("[,]");for (var j=0;j<lesreps.length;j++){var num=Number(lesreps[j].substring(2));var lidRec="MosMap_nw"+num;var oItemRecup=this.donneItem(lidRec);if (oItemRecup==null){lidRec="MosMap_ng"+num;}this.action(lidRec);}}}function detecteExp(){if (exo.actif){actionDetecte();}}/* FLASH CALLS */function setScore(num){exo.scoreCourant=Number(num);}function getScoreMax(){return exo.scoreTotal;}function isInAssessment(){return etatEval;}function isInAssessmentReview(){return etatEval&&parent.oSco.evaluation.etatCorrige;}function isExerciseActive(){return exo.actif;}function exerciseActionDetected(){actionDetecte();}function enableSubmitButton(val){if (val){activerBoutonValider();} else {desactiverBoutonValider();}}function enableInitButton(val){if (val){activerBoutonInit();} else {desactiverBoutonInit();}}function submitExercise(){EXO_valider();}function resetExercise(){initialiser();}function ItemReponse() { this.selectionne=false;this.estJuste=false; this.idZone; this.poids=1;this.objectif;this.label;this.init=initItemReponse;}function initItemReponse(idZone,poi,objectif,label){this.idZone="MosMap_n"+decodeX(idZone);this.objectif=objectif;this.label=decodeX(label);if (this.idZone.indexOf("nw")>0){this.estJuste=true;}if (poi!=""){this.poids=Number(poi);}}function exo_donneItem(lid){var oRes=null;for (var i=0;i<this.tabItems.length;i++){if (this.tabItems[i].idZone==lid){oRes=this.tabItems[i];break;}}return oRes;}function doubleClicPgExercice(ccar){if (etatEval){return ;}if (ccar==33){STG_allerPrecedent();}if (ccar==34){if (actionD && !actionValider){EXO_valider();} else {STG_allerSuivant();}}}function actionTouchePgSuivante(){if (actionValider){if (etatSuivant){ STG_allerSuivant();}} else {indexLienOuvert++;if (indexLienOuvert>=exo.tabItems.length){indexLienOuvert=0;}exo.action(exo.tabItems[indexLienOuvert].idZone);}}function actionTouchePgPrecedente(){if (actionValider){STG_initialiser();} else {if (!actionD && !actionValider && etatPrecedent){return STG_allerPrecedent();}if (indexLienOuvert<0){indexLienOuvert=exo.tabItems.length-1;}exo.action(exo.tabItems[indexLienOuvert].idZone);}}function setFlashInteraction(val){exo.reponsesFlash=val;if (!parent.oSco.evaluation.etatCorrige){for (var i=0;i<parent.oSco.evaluation.questions.length;i++){if (parent.oSco.evaluation.questions[i].codePage==codePage){parent.oSco.evaluation.questions[i].interactions=new Array();break;}}}}function getFlashInteraction(){if (exo.reponsesFlash==""){var tabInter=parent.oSco.evaluation.donneReponsesQuestion(codePage);if (tabInter!=null){var res="";for (var i=0;i<tabInter.length;i++){if (res!=""){res+="[/]";}var oInter=tabInter[i];var lid=oInter.id;res+=lid+"[;]"+oInter.typeSCORM+"[;]"+oInter.result+"[;]"+oInter.learner_response;}exo.reponsesFlash=res;}}return exo.reponsesFlash;}function decodeX(va){var res="";var chaine0="bHOi4ph5sWlr1c2nI7LBuzgaUNv0FDXtm8SodePVqRfwGKkJMxAQjTC";var chaine1="ABCDFGHJKLNOPQTUVWXabcdfghjklnopqtuvwx0124578ierRImMsSz";for (var i=0;i<va.length;i++){var car=va.charAt(i);var indRemplace=chaine0.indexOf(car);if (indRemplace>=0){res+=chaine1.substring(indRemplace,indRemplace+1);} else {res+=car;}}return res;}function donneObjetFlash(){var objetPlug=null;var oDiv=PF_donneObjet("STY_texteEXP");var tabWM=oDiv.getElementsByTagName('object');if (tabWM.length>0){var objet=tabWM[0];objetPlug=objet;if (parent.oSco.config_navigateur=="Netscape"){objetPlug=objetPlugMozz(objet);}}return objetPlug;}function EXO_peutVoirMesReponses(){return !classeCSSExiste(".STY_zoneExploreSol");}
+function ExerciceEXP(multi, voirZones) {
+    this.indications;
+    this.commentaireSucces = null;
+    this.consigne = null;
+    this.tabItems;
+    this.tabStylesR;
+    this.tabSelections;
+    this.tabIdZones;
+    this.scoreCourant = 0;
+    this.scoreTotal;
+    this.scoreMin = 0;
+    this.scoreMaxPoids;
+    this.scoreV;
+    this.scoreF;
+    this.valide = false;
+    this.titre = '';
+    this.actif = true;
+    this.multi = multi;
+    this.voirZones = voirZones;
+    this.type = "EXP";
+    this.reponsesFlash = "";
+    this.poidsEnPoints = false;
+    this.init = exo_init;
+    this.initEchelleScore = exo_initEchelleScore;
+    this.valider = exo_valider;
+    this.action = exo_action;
+    this.entreeSouris = exo_entreeSouris;
+    this.sortieSouris = exo_sortieSouris;
+    this.initialiser = exo_initialiser;
+    this.desactiver = exo_desactiver;
+    this.compterMultiple = exo_compterMultiple;
+    this.solutions = exo_solutions;
+    this.donneSuggestion = exo_donneSuggestion;
+    this.donneTabReponses = exo_donneTabReponses;
+    this.donneItem = exo_donneItem;
+    this.afficherMesReponses = exo_afficherMesReponses;
+}
+
+function exo_init() {
+    this.titre = document.title;
+    this.tabItems = new Array();
+    this.indications = new Array();
+    if (!this.voirZones) {
+        var oCtn = PF_donneObjet("STY_texteEXP");
+        if (oCtn != null) {
+            oCtn.onclick = detecteExp;
+        }
+    }
+}
+
+function exo_initEchelleScore() {
+    var scoreMaxPoids = 0;
+    if (this.poidsEnPoints) {
+        var poidsMax = -9999;
+        var poidsMin = 9999;
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var oItem = this.tabItems[i];
+            if (oItem.poids > poidsMax) {
+                poidsMax = oItem.poids;
+            }
+            if (oItem.poids < poidsMin) {
+                poidsMin = oItem.poids;
+            }
+        }
+        this.scoreMaxPoids = poidsMax;
+        this.scoreTotal = poidsMax;
+        this.scoreMin = poidsMin;
+    } else {
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var oItem = this.tabItems[i];
+            if (oItem.estJuste) {
+                scoreMaxPoids += oItem.poids;
+            }
+        }
+        this.scoreMaxPoids = scoreMaxPoids;
+        if (!parent.oSco.scoreBinaire && scoreMaxPoids != 0 && parent.oSco.penaliserMauvaiseReponse) {
+            this.scoreMin = this.scoreTotal * -1;
+        }
+    }
+}
+
+function exo_valider() {
+    if (exerciceFlash) {
+        var obj = donneObjetFlash();
+        if (obj != null) {
+            try {
+                obj.MOS_submitExercise();
+            } catch (ex) {
+            }
+        }
+    } else {
+        this.scoreCourant = this.compterMultiple();
+    }
+    if (this.scoreCourant >= this.scoreTotal) {
+        this.valide = true;
+    }
+    for (var i = 0; i < this.tabItems.length; i++) {
+        var oItem = this.tabItems[i];
+        if (oItem.objectif != "") {
+            var compteObj = parent.APIgetValue("cmi.objectives._count");
+            var indexAjoute = compteObj;
+            for (var t = 0; t < compteObj; t++) {
+                if (parent.APIgetValue("cmi.objectives." + t + ".id") == oItem.objectif) {
+                    indexAjoute = t;
+                    t = 999;
+                }
+            }
+            var statut = "failed";
+            if (oItem.selectionne) {
+                statut = "passed";
+            }
+            if (indexAjoute == compteObj) {
+                parent.APIsetValue("cmi.objectives." + indexAjoute + ".id", oItem.objectif);
+            }
+            parent.APIsetValue("cmi.objectives." + indexAjoute + ".success_status", statut);
+        }
+    }
+}
+
+function exo_action(idRep) {
+    if (this.actif && !exerciceFlash) {
+        var oItem = this.donneItem(idRep);
+        if (!this.multi && oItem.selectionne && parent.oSco.forcerReponse) {
+            return false;
+        }
+        if (!this.multi && !oItem.selectionne) {
+            this.initialiser();
+        }
+        if (!oItem.selectionne) {
+            oItem.selectionne = true;
+            if (this.voirZones) {
+                PF_changeClasse(oItem.idZone, "STY_zoneExploreDessus");
+            }
+        } else {
+            oItem.selectionne = false;
+            if (this.voirZones) {
+                PF_changeClasse(oItem.idZone, "STY_zoneExplore");
+            }
+        }
+        if (!this.multi) {
+            EXO_validerAuto();
+        }
+        if (this.multi && parent.oSco.forcerReponse) {
+            var existeReponse = false;
+            for (var i = 0; i < this.tabItems.length; i++) {
+                if (this.tabItems[i].selectionne) {
+                    existeReponse = true;
+                }
+            }
+            if (existeReponse) {
+                actionDetecte();
+            } else if (actionD) {
+                actionD = false;
+                desactiverBoutonValider();
+                desactiverBoutonInit();
+            }
+        } else {
+            actionDetecte();
+        }
+    }
+}
+
+function exo_sortieSouris(idRep, numStyle) {
+    var oItem = this.donneItem(idRep);
+    if (!oItem.selectionne && this.actif) {
+        PF_changeClasse(oItem.idZone, "STY_zoneExplore" + numStyle);
+    }
+}
+
+function exo_entreeSouris(idRep, numStyle) {
+    if (this.actif) {
+        var oItem = this.donneItem(idRep);
+        PF_changeClasse(oItem.idZone, "STY_zoneExplore" + numStyle + "Dessus");
+        var ozz = PF_donneObjet(oItem.idZone);
+    }
+}
+
+function exo_initialiser() {
+    this.actif = true;
+    for (var i = 0; i < this.tabItems.length; i++) {
+        var oItem = this.tabItems[i];
+        oItem.selectionne = false;
+        this.sortieSouris(oItem.idZone);
+    }
+    this.scoreCourant = 0;
+    this.valide = false;
+    if (exerciceFlash) {
+        var obj = donneObjetFlash();
+        if (obj != null) {
+            try {
+                obj.MOS_resetExercise();
+            } catch (ex) {
+            }
+        }
+    }
+}
+
+function exo_desactiver() {
+    this.actif = false;
+    if (exerciceFlash) {
+        var obj = donneObjetFlash();
+        if (obj != null) {
+            try {
+                obj.MOS_disableExercise();
+            } catch (ex) {
+            }
+        }
+    }
+}
+
+function exo_compterMultiple() {
+    var score0 = 0;
+    if (this.poidsEnPoints) {
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var oItem = this.tabItems[i];
+            if (oItem.selectionne) {
+                return oItem.poids;
+            }
+        }
+    }
+    if (parent.oSco.penaliserMauvaiseReponse) {
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var oItem = this.tabItems[i];
+            if (oItem.selectionne) {
+                if (oItem.estJuste) {
+                    score0 += oItem.poids;
+                } else {
+                    score0 -= oItem.poids;
+                }
+            }
+        }
+        if (this.scoreMaxPoids == 0) {
+            if (score0 == 0) {
+                score0 = this.scoreTotal;
+            } else {
+                score0 = 0;
+            }
+        } else {
+            score0 = Math.round(score0 / this.scoreMaxPoids * this.scoreTotal * 10) / 10;
+        }
+    } else {
+        var poidTotalItm = 0;
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var oItem = this.tabItems[i];
+            var oItem = this.tabItems[i];
+            if (oItem.selectionne) {
+                if (oItem.estJuste) {
+                    score0 += oItem.poids;
+                }
+            }
+            if (oItem.estJuste || oItem.selectionne) {
+                poidTotalItm += oItem.poids;
+            }
+        }
+        if (poidTotalItm == 0) {
+            score0 = this.scoreTotal;
+        } else {
+            score0 = Math.round(score0 / poidTotalItm * this.scoreTotal * 10) / 10;
+        }
+    }
+    if (score0 < 0 && !parent.oSco.scoreNegatif && !this.poidsEnPoints) {
+        score0 = 0;
+    }
+    if (score0 < this.scoreMin) {
+        score0 = this.scoreMin;
+    }
+    return score0;
+}
+
+function exo_solutions() {
+    if (!exerciceFlash && classeCSSExiste(".STY_imgBoutonQCSol")) {
+        for (var i = 0; i < this.tabItems.length; i++) {
+            if (this.tabItems[i].estJuste) {
+                var classe = "STY_zoneExplore";
+                if (this.tabItems[i].selectionne) {
+                    classe = "STY_zoneExploreDessus";
+                }
+                PF_changeClasse(this.tabItems[i].idZone, classe + " STY_zoneExploreSol");
+            }
+        }
+    } else {
+        this.initialiser();
+        this.actif = true;
+        this.voirZones = true;
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var oItem = this.tabItems[i];
+            if (oItem.estJuste) {
+                this.action(oItem.idZone);
+            }
+        }
+        if (exerciceFlash) {
+            var obj = donneObjetFlash();
+            if (obj != null) {
+                try {
+                    obj.MOS_displayCorrectAnswers();
+                } catch (ex) {
+                }
+            }
+        }
+    }
+}
+
+function exo_donneSuggestion() {
+    var res = null;
+    var i = 0;
+    while (i < exo.indications.length) {
+        if (exo.indications[i].id.indexOf('divSugg') == 0) {
+            var ref = exo.indications[i].ref;
+            if (ref != "") {
+                var oItem = this.donneItem("MosMap_ng" + ref);
+                if (oItem == null) {
+                    oItem = this.donneItem("MosMap_nw" + ref);
+                }
+                if (oItem != null) {
+                    if (oItem.selectionne && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                        res = exo.indications[i];
+                        i = exo.indications.length;
+                    }
+                }
+            }
+        }
+        i++;
+    }
+    if (res == null) {
+        i = 0;
+        while (i < exo.indications.length) {
+            if ((exo.indications[i].id.indexOf('divSugg') == 0) && (exo.indications[i].ref == '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+            i++;
+        }
+    }
+    return res;
+}
+
+function exo_donneTabReponses() {
+    var tabRep = new Array();
+    if (exerciceFlash && this.reponsesFlash != "") {
+        var tabIntr = this.reponsesFlash.split("[/]");
+        for (var i = 0; i < tabIntr.length; i++) {
+            var tabParam = tabIntr[i].split("[;]");
+            var tabInteraction = new Array();
+            tabInteraction[0] = false;
+            tabInteraction[1] = tabParam[3];
+            tabInteraction[2] = tabParam[0];
+            tabInteraction[3] = "";
+            tabInteraction[4] = tabParam[1];
+            if (tabParam[2] == "correct") {
+                tabInteraction[0] = true;
+            }
+            tabRep[tabRep.length] = tabInteraction;
+        }
+    } else {
+        var tabInteraction = new Array();
+        tabInteraction[0] = this.valide;
+        var chReps = "";
+        var txtDesc = "";
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var oItem = this.tabItems[i];
+            if (oItem.selectionne) {
+                if (chReps != '') {
+                    chReps += "[,]";
+                }
+                chReps += "ch" + oItem.idZone.substring(9);
+                if (txtDesc != '') {
+                    txtDesc += ", ";
+                }
+                txtDesc += oItem.label;
+                if (oItem.label == "") {
+                    txtDesc += oItem.idZone.substring(9);
+                }
+            }
+        }
+        var typeSc = "choice";
+        if (exerciceFlash) {
+            chReps = "Flash" + ":" + this.scoreCourant;
+            typeSc = "performance";
+        }
+        tabInteraction[1] = chReps;
+        tabInteraction[2] = "exp";
+        tabInteraction[3] = txtDesc;
+        tabInteraction[4] = typeSc;
+        tabRep[0] = tabInteraction;
+    }
+    return tabRep;
+}
+
+function exo_afficherMesReponses(tabRep) {
+    this.actif = true;
+    if (tabRep.length == 0) {
+        return false;
+    }
+    if (exerciceFlash) {
+        for (var i = 0; i < parent.oSco.evaluation.questions.length; i++) {
+            if (parent.oSco.evaluation.questions[i].codePage == codePage) {
+                this.scoreCourant = parent.oSco.evaluation.questions[i].scoreAtteint;
+                break;
+            }
+        }
+        var obj = donneObjetFlash();
+        if (obj != null) {
+            try {
+                obj.MOS_displayMyAnswers();
+            } catch (ex) {
+            }
+        }
+    } else {
+        var oInteraction = tabRep[0];
+        var laRep = oInteraction.learner_response;
+        var lesreps = laRep.split("[,]");
+        for (var j = 0; j < lesreps.length; j++) {
+            var num = Number(lesreps[j].substring(2));
+            var lidRec = "MosMap_nw" + num;
+            var oItemRecup = this.donneItem(lidRec);
+            if (oItemRecup == null) {
+                lidRec = "MosMap_ng" + num;
+            }
+            this.action(lidRec);
+        }
+    }
+}
+
+function detecteExp() {
+    if (exo.actif) {
+        actionDetecte();
+    }
+}/* FLASH CALLS */
+function setScore(num) {
+    exo.scoreCourant = Number(num);
+}
+
+function getScoreMax() {
+    return exo.scoreTotal;
+}
+
+function isInAssessment() {
+    return etatEval;
+}
+
+function isInAssessmentReview() {
+    return etatEval && parent.oSco.evaluation.etatCorrige;
+}
+
+function isExerciseActive() {
+    return exo.actif;
+}
+
+function exerciseActionDetected() {
+    actionDetecte();
+}
+
+function enableSubmitButton(val) {
+    if (val) {
+        activerBoutonValider();
+    } else {
+        desactiverBoutonValider();
+    }
+}
+
+function enableInitButton(val) {
+    if (val) {
+        activerBoutonInit();
+    } else {
+        desactiverBoutonInit();
+    }
+}
+
+function submitExercise() {
+    EXO_valider();
+}
+
+function resetExercise() {
+    initialiser();
+}
+
+function ItemReponse() {
+    this.selectionne = false;
+    this.estJuste = false;
+    this.idZone;
+    this.poids = 1;
+    this.objectif;
+    this.label;
+    this.init = initItemReponse;
+}
+
+function initItemReponse(idZone, poi, objectif, label) {
+    this.idZone = "MosMap_n" + decodeX(idZone);
+    this.objectif = objectif;
+    this.label = decodeX(label);
+    if (this.idZone.indexOf("nw") > 0) {
+        this.estJuste = true;
+    }
+    if (poi != "") {
+        this.poids = Number(poi);
+    }
+}
+
+function exo_donneItem(lid) {
+    var oRes = null;
+    for (var i = 0; i < this.tabItems.length; i++) {
+        if (this.tabItems[i].idZone == lid) {
+            oRes = this.tabItems[i];
+            break;
+        }
+    }
+    return oRes;
+}
+
+function doubleClicPgExercice(ccar) {
+    if (etatEval) {
+        return;
+    }
+    if (ccar == 33) {
+        STG_allerPrecedent();
+    }
+    if (ccar == 34) {
+        if (actionD && !actionValider) {
+            EXO_valider();
+        } else {
+            STG_allerSuivant();
+        }
+    }
+}
+
+function actionTouchePgSuivante() {
+    if (actionValider) {
+        if (etatSuivant) {
+            STG_allerSuivant();
+        }
+    } else {
+        indexLienOuvert++;
+        if (indexLienOuvert >= exo.tabItems.length) {
+            indexLienOuvert = 0;
+        }
+        exo.action(exo.tabItems[indexLienOuvert].idZone);
+    }
+}
+
+function actionTouchePgPrecedente() {
+    if (actionValider) {
+        STG_initialiser();
+    } else {
+        if (!actionD && !actionValider && etatPrecedent) {
+            return STG_allerPrecedent();
+        }
+        if (indexLienOuvert < 0) {
+            indexLienOuvert = exo.tabItems.length - 1;
+        }
+        exo.action(exo.tabItems[indexLienOuvert].idZone);
+    }
+}
+
+function setFlashInteraction(val) {
+    exo.reponsesFlash = val;
+    if (!parent.oSco.evaluation.etatCorrige) {
+        for (var i = 0; i < parent.oSco.evaluation.questions.length; i++) {
+            if (parent.oSco.evaluation.questions[i].codePage == codePage) {
+                parent.oSco.evaluation.questions[i].interactions = new Array();
+                break;
+            }
+        }
+    }
+}
+
+function getFlashInteraction() {
+    if (exo.reponsesFlash == "") {
+        var tabInter = parent.oSco.evaluation.donneReponsesQuestion(codePage);
+        if (tabInter != null) {
+            var res = "";
+            for (var i = 0; i < tabInter.length; i++) {
+                if (res != "") {
+                    res += "[/]";
+                }
+                var oInter = tabInter[i];
+                var lid = oInter.id;
+                res += lid + "[;]" + oInter.typeSCORM + "[;]" + oInter.result + "[;]" + oInter.learner_response;
+            }
+            exo.reponsesFlash = res;
+        }
+    }
+    return exo.reponsesFlash;
+}
+
+function decodeX(va) {
+    var res = "";
+    var chaine0 = "bHOi4ph5sWlr1c2nI7LBuzgaUNv0FDXtm8SodePVqRfwGKkJMxAQjTC";
+    var chaine1 = "ABCDFGHJKLNOPQTUVWXabcdfghjklnopqtuvwx0124578ierRImMsSz";
+    for (var i = 0; i < va.length; i++) {
+        var car = va.charAt(i);
+        var indRemplace = chaine0.indexOf(car);
+        if (indRemplace >= 0) {
+            res += chaine1.substring(indRemplace, indRemplace + 1);
+        } else {
+            res += car;
+        }
+    }
+    return res;
+}
+
+function donneObjetFlash() {
+    var objetPlug = null;
+    var oDiv = PF_donneObjet("STY_texteEXP");
+    var tabWM = oDiv.getElementsByTagName('object');
+    if (tabWM.length > 0) {
+        var objet = tabWM[0];
+        objetPlug = objet;
+        if (parent.oSco.config_navigateur == "Netscape") {
+            objetPlug = objetPlugMozz(objet);
+        }
+    }
+    return objetPlug;
+}
+
+function EXO_peutVoirMesReponses() {
+    return !classeCSSExiste(".STY_zoneExploreSol");
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceGD.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceGD.js
index 45921c6b43d92aad04046f2a12e2c5e4cb66f551..1a95408bf1816a10e381033bcb1f8751be0555ca 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceGD.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceGD.js
@@ -1 +1,370 @@
- function ExerciceGD() { this.indications; this.commentaireSucces=null; this.consigne=null; this.tabCibles; this.tabDeplaces; this.tabTitreCibles; this.tabTitreDeplaces; this.scoreCourant=0; this.scoreTotal; this.scoreMin=0;this.scoreMaxPoids=0;this.valide=false; this.titre=''; this.tabPaires; this.retourManque; this.retourIncorrect; this.tabDeplacesX; this.tabDeplacesY; this.decalageX; this.decalageY;this.type="GD"; this.actif=true; this.init=exo_init;this.initEchelleScore=exo_initEchelleScore;this.valider=exo_valider; this.initialiser=exo_initialiser; this.desactiver=exo_desactiver; this.creerPairesFausses=exo_creerPairesFausses;this.donneSuggestion=exo_donneSuggestion;this.solutions=exo_solutions;this.donneTabReponses=exo_donneTabReponses;this.titreObj=exo_titreObj;this.afficherMesReponses=exo_afficherMesReponses;this.formerPaire=exo_formerPaire;this.mobileJuste=exo_mobileJuste;this.donnePaireForme=exo_donnePaire;}function exo_init(){this.titre=document.title; this.tabCibles=new Array(); this.tabDeplaces=new Array(); this.tabPaires=new Array(); this.indications= new Array(); this.tabDeplacesX= new Array(); this.tabDeplacesY= new Array(); this.tabTitreCibles= new Array(); this.tabTitreDeplaces= new Array();}function exo_initEchelleScore(){var scoreMaxPoids=0;for (var i=0; i<exo.tabDeplaces.length ; i++){ var idMobile=exo.tabDeplaces[i]; var poidsJusteMax=0; for (var j=0;j<this.tabPaires.length;j++){ var oPaire=this.tabPaires[j]; if (oPaire.idDeplace==idMobile && oPaire.correction==CODE_V){ if (oPaire.poids>poidsJusteMax){poidsJusteMax=oPaire.poids;} } } scoreMaxPoids+=poidsJusteMax; var oDiv=PF_donneObjet("exoGD"+this.tabDeplaces[i]);try {oDiv.style.cursor="move";}catch(e){}}this.scoreMaxPoids=scoreMaxPoids;if (!parent.oSco.scoreBinaire && scoreMaxPoids!=0 && parent.oSco.penaliserMauvaiseReponse){this.scoreMin=this.scoreTotal*-1;}}function exo_valider(){var score0=0;if (parent.oSco.penaliserMauvaiseReponse){for (var i=0;i<this.tabDeplaces.length;i++){var oPaire=this.donnePaireForme(this.tabDeplaces[i]);if (oPaire!=null){if (this.mobileJuste(this.tabDeplaces[i])){score0+=oPaire.poids;} else {score0-=oPaire.poids;}} } if (this.scoreMaxPoids==0){this.scoreCourant=this.scoreTotal;} else{this.scoreCourant=Math.round(score0/this.scoreMaxPoids*this.scoreTotal*10)/10;} } else { var maxpoids=0; for (var j=0; j!=this.tabPaires.length ; j++){var oPaire=this.tabPaires[j];if (oPaire.paireForme && oPaire.correction==CODE_V){score0+=1;}if (oPaire.paireForme || oPaire.correction==CODE_V){maxpoids+=oPaire.poids;} } if (maxpoids==0){this.scoreCourant=this.scoreTotal;} else {this.scoreCourant=Math.round(score0/maxpoids*this.scoreTotal*10)/10;} } if (this.scoreCourant<0 && !parent.oSco.scoreNegatif){this.scoreCourant=0;}if (this.scoreCourant>=this.scoreTotal){this.valide=true;}}function exo_initialiser(){for (var i=0; i!=this.tabDeplaces.length ; i++){var oDiv=PF_donneObjet("exoGD"+this.tabDeplaces[i]);oDiv.style.left=this.tabDeplacesX[i];oDiv.style.top=this.tabDeplacesY[i];try {oDiv.style.cursor="move";}catch(e){}}for (var j=0; j!=this.tabPaires.length ; j++){this.tabPaires[j].paireForme=false;}this.actif=true;this.scoreCourant=0;this.valide=false;}function exo_desactiver(){deplacement=false;this.actif=false;for (var i=0; i!=this.tabDeplaces.length ; i++){var oDiv=PF_donneObjet("exoGD"+this.tabDeplaces[i]);try {oDiv.style.cursor="default";}catch(e){}}}function exo_creerPairesFausses(){var i,j,k; for (i=0; i!=exo.tabDeplaces.length ; i++){ for (j=0; j!=exo.tabCibles.length ;j++){ var existeP=false; for (k=0; k!=exo.tabPaires.length ; k++){ if ((exo.tabPaires[k].idDeplace==exo.tabDeplaces[i])&&(exo.tabPaires[k].idCible==exo.tabCibles[j])){ existeP=true; } } if (!existeP){ exo.tabPaires[exo.tabPaires.length]=new PaireGD("_#"+exo.tabDeplaces[i],"_#"+exo.tabCibles[j],'ng','','','',''); } } }}function exo_solutions(){this.initialiser();for (var i=0; i<exo.tabDeplaces.length ; i++){ var idMobile=exo.tabDeplaces[i]; var oPairePoidsMax=null; for (var j=0;j<this.tabPaires.length;j++){ var oPaire=this.tabPaires[j]; if ((oPaire.idDeplace==idMobile)&&(oPaire.correction==CODE_V)){ if ((oPairePoidsMax==null)||(oPairePoidsMax.poids<oPaire.poids)){ oPairePoidsMax=oPaire; } } } if (oPairePoidsMax!=null){this.formerPaire(oPairePoidsMax);}}}function exo_formerPaire(oPaire){var oCible=PF_donneObjet('exoGD'+oPaire.idCible);var oMobile=PF_donneObjet('exoGD'+oPaire.idDeplace);var decalX=oPaire.decalageX;if (decalX==''){decalX=this.decalageX;}var decalY=oPaire.decalageY;if (decalY==''){decalY=this.decalageY;}if (decalX!=''){var nb=parseInt(oCible.style.left)+parseInt(decalX);oMobile.style.left=nb+"px";}if (decalY!=''){var nb=parseInt(oCible.style.top)+parseInt(decalY);oMobile.style.top=nb+"px";}oPaire.paireForme=true;}function exo_donneSuggestion(){var res=null;var i=0;while (i<exo.indications.length){if (exo.indications[i].id.indexOf('divSugg')==0){var ref=exo.indications[i].ref;if ((ref!='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){var tabParams=ref.split(':');if (ref.indexOf('<>')>0){if(!this.mobileJuste(tabParams[0])){res=exo.indications[i];i=exo.indications.length;}} else {for (var n=0;n<this.tabPaires.length;n++){var oPa=this.tabPaires[n];if (oPa.paireForme&&(tabParams[0]==oPa.idDeplace)&&(tabParams[1]==oPa.idCible)){res=exo.indications[i];i=exo.indications.length;}}}}}i++;}if (res==null){i=0;while (i<exo.indications.length){if ((exo.indications[i].id.indexOf('divSugg')==0)&&(exo.indications[i].ref=='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}i++;}}return res;}function exo_donneTabReponses(){var tabRep=new Array();var tabInteraction=new Array();var chReps="";var txtDesc="";for (var i=0;i<this.tabDeplaces.length;i++){var idMobile=this.tabDeplaces[i];for (var j=0;j<this.tabPaires.length;j++){var oPar=this.tabPaires[j];if (oPar.idDeplace==idMobile && oPar.paireForme){if (chReps!=''){chReps+="[,]";}chReps+=idMobile+"[.]"+oPar.idCible;if (txtDesc!=''){txtDesc+="\n";}txtDesc+=titreMobile(oPar.idDeplace);if (parent.oSco.langue=="fr"){txtDesc+=" ";}txtDesc+=": "+titreCible(oPar.idCible);j=this.tabPaires.length;}}}tabInteraction[0]=this.valide;tabInteraction[1]=chReps;tabInteraction[2]="gd";tabInteraction[3]=txtDesc;tabRep[0]=tabInteraction;return tabRep;}function exo_afficherMesReponses(tabRep){if (tabRep.length!=1){return false;}var oInteraction=tabRep[0];var lesreps=oInteraction.learner_response.split("[,]");for (var j=0;j<lesreps.length;j++){var tabRep=lesreps[j].split("[.]");for (var k=0;k<this.tabPaires.length;k++){var oPar=this.tabPaires[k];if ((oPar.idDeplace==tabRep[0])&&(oPar.idCible==tabRep[1])){this.formerPaire(oPar);k=999;}}}}function exo_titreObj(code,type){var res=code;var tabC;var tabT;if (type=="cible"){tabC=this.tabCibles;tabT=this.tabTitreCibles;}else {tabC=this.tabDeplaces;tabT=this.tabTitreDeplaces;}for (var i=0;i<tabC.length;i++){if (tabC[i]==code){res=tabT[i];}}return res;}function exo_mobileJuste(idMobile){var existePaireJuste=false;var surPaireJuste=false;var surPaire=false;for (var j=0;j<this.tabPaires.length;j++){var oPaire=this.tabPaires[j];if (oPaire.idDeplace==idMobile){if (oPaire.correction==CODE_V){existePaireJuste=true;}if (oPaire.paireForme){surPaire=true;if (oPaire.correction==CODE_V){surPaireJuste=true;}}}}return (surPaireJuste || ((!existePaireJuste)&&(!surPaire)));}function exo_donnePaire(idMobile){var res=null;for (var j=0;j<this.tabPaires.length;j++){var oPaire=this.tabPaires[j];if (oPaire.idDeplace==idMobile){if (oPaire.paireForme){res=oPaire;j=9999;}}}return res;}function titreMobile(lid){for (var i=0;i<exo.tabDeplaces.length;i++){if (exo.tabDeplaces[i]==lid){return exo.tabTitreDeplaces[i];}}return ""}function titreCible(lid){for (var i=0;i<exo.tabCibles.length;i++){if (exo.tabCibles[i]==lid){return exo.tabTitreCibles[i];}}return ""}
+function ExerciceGD() {
+    this.indications;
+    this.commentaireSucces = null;
+    this.consigne = null;
+    this.tabCibles;
+    this.tabDeplaces;
+    this.tabTitreCibles;
+    this.tabTitreDeplaces;
+    this.scoreCourant = 0;
+    this.scoreTotal;
+    this.scoreMin = 0;
+    this.scoreMaxPoids = 0;
+    this.valide = false;
+    this.titre = '';
+    this.tabPaires;
+    this.retourManque;
+    this.retourIncorrect;
+    this.tabDeplacesX;
+    this.tabDeplacesY;
+    this.decalageX;
+    this.decalageY;
+    this.type = "GD";
+    this.actif = true;
+    this.init = exo_init;
+    this.initEchelleScore = exo_initEchelleScore;
+    this.valider = exo_valider;
+    this.initialiser = exo_initialiser;
+    this.desactiver = exo_desactiver;
+    this.creerPairesFausses = exo_creerPairesFausses;
+    this.donneSuggestion = exo_donneSuggestion;
+    this.solutions = exo_solutions;
+    this.donneTabReponses = exo_donneTabReponses;
+    this.titreObj = exo_titreObj;
+    this.afficherMesReponses = exo_afficherMesReponses;
+    this.formerPaire = exo_formerPaire;
+    this.mobileJuste = exo_mobileJuste;
+    this.donnePaireForme = exo_donnePaire;
+}
+
+function exo_init() {
+    this.titre = document.title;
+    this.tabCibles = new Array();
+    this.tabDeplaces = new Array();
+    this.tabPaires = new Array();
+    this.indications = new Array();
+    this.tabDeplacesX = new Array();
+    this.tabDeplacesY = new Array();
+    this.tabTitreCibles = new Array();
+    this.tabTitreDeplaces = new Array();
+}
+
+function exo_initEchelleScore() {
+    var scoreMaxPoids = 0;
+    for (var i = 0; i < exo.tabDeplaces.length; i++) {
+        var idMobile = exo.tabDeplaces[i];
+        var poidsJusteMax = 0;
+        for (var j = 0; j < this.tabPaires.length; j++) {
+            var oPaire = this.tabPaires[j];
+            if (oPaire.idDeplace == idMobile && oPaire.correction == CODE_V) {
+                if (oPaire.poids > poidsJusteMax) {
+                    poidsJusteMax = oPaire.poids;
+                }
+            }
+        }
+        scoreMaxPoids += poidsJusteMax;
+        var oDiv = PF_donneObjet("exoGD" + this.tabDeplaces[i]);
+        try {
+            oDiv.style.cursor = "move";
+        } catch (e) {
+        }
+    }
+    this.scoreMaxPoids = scoreMaxPoids;
+    if (!parent.oSco.scoreBinaire && scoreMaxPoids != 0 && parent.oSco.penaliserMauvaiseReponse) {
+        this.scoreMin = this.scoreTotal * -1;
+    }
+}
+
+function exo_valider() {
+    var score0 = 0;
+    if (parent.oSco.penaliserMauvaiseReponse) {
+        for (var i = 0; i < this.tabDeplaces.length; i++) {
+            var oPaire = this.donnePaireForme(this.tabDeplaces[i]);
+            if (oPaire != null) {
+                if (this.mobileJuste(this.tabDeplaces[i])) {
+                    score0 += oPaire.poids;
+                } else {
+                    score0 -= oPaire.poids;
+                }
+            }
+        }
+        if (this.scoreMaxPoids == 0) {
+            this.scoreCourant = this.scoreTotal;
+        } else {
+            this.scoreCourant = Math.round(score0 / this.scoreMaxPoids * this.scoreTotal * 10) / 10;
+        }
+    } else {
+        var maxpoids = 0;
+        for (var j = 0; j != this.tabPaires.length; j++) {
+            var oPaire = this.tabPaires[j];
+            if (oPaire.paireForme && oPaire.correction == CODE_V) {
+                score0 += 1;
+            }
+            if (oPaire.paireForme || oPaire.correction == CODE_V) {
+                maxpoids += oPaire.poids;
+            }
+        }
+        if (maxpoids == 0) {
+            this.scoreCourant = this.scoreTotal;
+        } else {
+            this.scoreCourant = Math.round(score0 / maxpoids * this.scoreTotal * 10) / 10;
+        }
+    }
+    if (this.scoreCourant < 0 && !parent.oSco.scoreNegatif) {
+        this.scoreCourant = 0;
+    }
+    if (this.scoreCourant >= this.scoreTotal) {
+        this.valide = true;
+    }
+}
+
+function exo_initialiser() {
+    for (var i = 0; i != this.tabDeplaces.length; i++) {
+        var oDiv = PF_donneObjet("exoGD" + this.tabDeplaces[i]);
+        oDiv.style.left = this.tabDeplacesX[i];
+        oDiv.style.top = this.tabDeplacesY[i];
+        try {
+            oDiv.style.cursor = "move";
+        } catch (e) {
+        }
+    }
+    for (var j = 0; j != this.tabPaires.length; j++) {
+        this.tabPaires[j].paireForme = false;
+    }
+    this.actif = true;
+    this.scoreCourant = 0;
+    this.valide = false;
+}
+
+function exo_desactiver() {
+    deplacement = false;
+    this.actif = false;
+    for (var i = 0; i != this.tabDeplaces.length; i++) {
+        var oDiv = PF_donneObjet("exoGD" + this.tabDeplaces[i]);
+        try {
+            oDiv.style.cursor = "default";
+        } catch (e) {
+        }
+    }
+}
+
+function exo_creerPairesFausses() {
+    var i, j, k;
+    for (i = 0; i != exo.tabDeplaces.length; i++) {
+        for (j = 0; j != exo.tabCibles.length; j++) {
+            var existeP = false;
+            for (k = 0; k != exo.tabPaires.length; k++) {
+                if ((exo.tabPaires[k].idDeplace == exo.tabDeplaces[i]) && (exo.tabPaires[k].idCible == exo.tabCibles[j])) {
+                    existeP = true;
+                }
+            }
+            if (!existeP) {
+                exo.tabPaires[exo.tabPaires.length] = new PaireGD("_#" + exo.tabDeplaces[i], "_#" + exo.tabCibles[j], 'ng', '', '', '', '');
+            }
+        }
+    }
+}
+
+function exo_solutions() {
+    this.initialiser();
+    for (var i = 0; i < exo.tabDeplaces.length; i++) {
+        var idMobile = exo.tabDeplaces[i];
+        var oPairePoidsMax = null;
+        for (var j = 0; j < this.tabPaires.length; j++) {
+            var oPaire = this.tabPaires[j];
+            if ((oPaire.idDeplace == idMobile) && (oPaire.correction == CODE_V)) {
+                if ((oPairePoidsMax == null) || (oPairePoidsMax.poids < oPaire.poids)) {
+                    oPairePoidsMax = oPaire;
+                }
+            }
+        }
+        if (oPairePoidsMax != null) {
+            this.formerPaire(oPairePoidsMax);
+        }
+    }
+}
+
+function exo_formerPaire(oPaire) {
+    var oCible = PF_donneObjet('exoGD' + oPaire.idCible);
+    var oMobile = PF_donneObjet('exoGD' + oPaire.idDeplace);
+    var decalX = oPaire.decalageX;
+    if (decalX == '') {
+        decalX = this.decalageX;
+    }
+    var decalY = oPaire.decalageY;
+    if (decalY == '') {
+        decalY = this.decalageY;
+    }
+    if (decalX != '') {
+        var nb = parseInt(oCible.style.left) + parseInt(decalX);
+        oMobile.style.left = nb + "px";
+    }
+    if (decalY != '') {
+        var nb = parseInt(oCible.style.top) + parseInt(decalY);
+        oMobile.style.top = nb + "px";
+    }
+    oPaire.paireForme = true;
+}
+
+function exo_donneSuggestion() {
+    var res = null;
+    var i = 0;
+    while (i < exo.indications.length) {
+        if (exo.indications[i].id.indexOf('divSugg') == 0) {
+            var ref = exo.indications[i].ref;
+            if ((ref != '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                var tabParams = ref.split(':');
+                if (ref.indexOf('<>') > 0) {
+                    if (!this.mobileJuste(tabParams[0])) {
+                        res = exo.indications[i];
+                        i = exo.indications.length;
+                    }
+                } else {
+                    for (var n = 0; n < this.tabPaires.length; n++) {
+                        var oPa = this.tabPaires[n];
+                        if (oPa.paireForme && (tabParams[0] == oPa.idDeplace) && (tabParams[1] == oPa.idCible)) {
+                            res = exo.indications[i];
+                            i = exo.indications.length;
+                        }
+                    }
+                }
+            }
+        }
+        i++;
+    }
+    if (res == null) {
+        i = 0;
+        while (i < exo.indications.length) {
+            if ((exo.indications[i].id.indexOf('divSugg') == 0) && (exo.indications[i].ref == '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+            i++;
+        }
+    }
+    return res;
+}
+
+function exo_donneTabReponses() {
+    var tabRep = new Array();
+    var tabInteraction = new Array();
+    var chReps = "";
+    var txtDesc = "";
+    for (var i = 0; i < this.tabDeplaces.length; i++) {
+        var idMobile = this.tabDeplaces[i];
+        for (var j = 0; j < this.tabPaires.length; j++) {
+            var oPar = this.tabPaires[j];
+            if (oPar.idDeplace == idMobile && oPar.paireForme) {
+                if (chReps != '') {
+                    chReps += "[,]";
+                }
+                chReps += idMobile + "[.]" + oPar.idCible;
+                if (txtDesc != '') {
+                    txtDesc += "\n";
+                }
+                txtDesc += titreMobile(oPar.idDeplace);
+                if (parent.oSco.langue == "fr") {
+                    txtDesc += " ";
+                }
+                txtDesc += ": " + titreCible(oPar.idCible);
+                j = this.tabPaires.length;
+            }
+        }
+    }
+    tabInteraction[0] = this.valide;
+    tabInteraction[1] = chReps;
+    tabInteraction[2] = "gd";
+    tabInteraction[3] = txtDesc;
+    tabRep[0] = tabInteraction;
+    return tabRep;
+}
+
+function exo_afficherMesReponses(tabRep) {
+    if (tabRep.length != 1) {
+        return false;
+    }
+    var oInteraction = tabRep[0];
+    var lesreps = oInteraction.learner_response.split("[,]");
+    for (var j = 0; j < lesreps.length; j++) {
+        var tabRep = lesreps[j].split("[.]");
+        for (var k = 0; k < this.tabPaires.length; k++) {
+            var oPar = this.tabPaires[k];
+            if ((oPar.idDeplace == tabRep[0]) && (oPar.idCible == tabRep[1])) {
+                this.formerPaire(oPar);
+                k = 999;
+            }
+        }
+    }
+}
+
+function exo_titreObj(code, type) {
+    var res = code;
+    var tabC;
+    var tabT;
+    if (type == "cible") {
+        tabC = this.tabCibles;
+        tabT = this.tabTitreCibles;
+    } else {
+        tabC = this.tabDeplaces;
+        tabT = this.tabTitreDeplaces;
+    }
+    for (var i = 0; i < tabC.length; i++) {
+        if (tabC[i] == code) {
+            res = tabT[i];
+        }
+    }
+    return res;
+}
+
+function exo_mobileJuste(idMobile) {
+    var existePaireJuste = false;
+    var surPaireJuste = false;
+    var surPaire = false;
+    for (var j = 0; j < this.tabPaires.length; j++) {
+        var oPaire = this.tabPaires[j];
+        if (oPaire.idDeplace == idMobile) {
+            if (oPaire.correction == CODE_V) {
+                existePaireJuste = true;
+            }
+            if (oPaire.paireForme) {
+                surPaire = true;
+                if (oPaire.correction == CODE_V) {
+                    surPaireJuste = true;
+                }
+            }
+        }
+    }
+    return (surPaireJuste || ((!existePaireJuste) && (!surPaire)));
+}
+
+function exo_donnePaire(idMobile) {
+    var res = null;
+    for (var j = 0; j < this.tabPaires.length; j++) {
+        var oPaire = this.tabPaires[j];
+        if (oPaire.idDeplace == idMobile) {
+            if (oPaire.paireForme) {
+                res = oPaire;
+                j = 9999;
+            }
+        }
+    }
+    return res;
+}
+
+function titreMobile(lid) {
+    for (var i = 0; i < exo.tabDeplaces.length; i++) {
+        if (exo.tabDeplaces[i] == lid) {
+            return exo.tabTitreDeplaces[i];
+        }
+    }
+    return ""
+}
+
+function titreCible(lid) {
+    for (var i = 0; i < exo.tabCibles.length; i++) {
+        if (exo.tabCibles[i] == lid) {
+            return exo.tabTitreCibles[i];
+        }
+    }
+    return ""
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceQC.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceQC.js
index 778a9d781e7d4d5f8d8466c0fc18572b167dd710..60e6bb9807051909c0aa3f2321245e3c4b6dd9f5 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceQC.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceQC.js
@@ -1 +1,598 @@
-function ExerciceQC(typeQC) { this.indications; this.commentaireSucces=null; this.consigne=null; this.tabItems; this.scoreCourant=0; this.scoreTotal;this.scoreMin=0; this.scoreMaxPoids;this.valide=false; this.titre=''; this.racineImage; this.actif=true; this.typeQC=typeQC; this.type="QC"; this.ordreAleatoire=false;this.afficheBoutons=true;this.poidsEnPoints=false;this.maxSel=''; this.init=exo_init;this.initEchelleScore=exo_initEchelleScore;this.valider=exo_valider;this.action=exo_action;this.actionImage=exo_actionImage;this.changerBouton=exo_changerBouton; this.initialiser=exo_initialiser; this.desactiver=exo_desactiver; this.compterMultiple=exo_compterMultiple;this.solutions=exo_solutions;this.donneSuggestion=exo_donneSuggestion;this.donneTabReponses=exo_donneTabReponses;this.afficherMesReponses=exo_afficherMesReponses;this.donneItem=exo_donneItem;}function exo_init(){this.titre=document.title;this.tabItems=new Array();this.indications= new Array(); this.racineImage=chemin_img+"gen/bouton"+this.typeQC;}function masqueCelTab(idRep){var obj=PF_donneObjet("trRep"+idRep);obj.style.display="none";var pere=obj.parentNode.parentNode;if (pere.nodeName.toLowerCase()=="table"){pere=pere.parentNode;}if (pere.nodeName.toLowerCase()=="td"){pere.style.display="none";}}function exo_donneItem(lid){ var res=null; for (var i=0;i<this.tabItems.length;i++) {if (this.tabItems[i].id==lid){res=this.tabItems[i];break;}}return res;}function exo_initEchelleScore(){ if (etatEval){ var unEstPris=false; for (var i=0;i<this.tabItems.length;i++){var idRep=this.tabItems[i].id;var lePre=this.tabItems[i].prerequis;if (lePre=="DEFAULT"){if (unEstPris){masqueCelTab(idRep);}} else {if (parent.evalVerifPrerequis(lePre)){unEstPris=true;} else {masqueCelTab(idRep);}}} } var nbReponses=this.tabItems.length; var decalY=(nbReponses+this.scoreTotal)%2; if (decalY==1){ for (var i=0;i<this.tabItems.length;i++){this.tabItems[i].estJuste=!this.tabItems[i].estJuste;} } if (this.ordreAleatoire && nbReponses>1){melangerReponses(nbReponses);melangerReponses(nbReponses);if (nbReponses>3){melangerReponses(nbReponses);melangerReponses(nbReponses);}}var scoreMaxPoids=0;if (this.poidsEnPoints){var poidsMax=-9999;var poidsMin=9999;for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];if (oItem.poids>poidsMax){poidsMax=oItem.poids;}if (oItem.poids<poidsMin){poidsMin=oItem.poids;}}this.scoreMaxPoids=poidsMax;this.scoreTotal=poidsMax;this.scoreMin=poidsMin;} else {for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];if (oItem.estJuste){scoreMaxPoids+=oItem.poids;}}this.scoreMaxPoids=scoreMaxPoids;if (!parent.oSco.scoreBinaire && scoreMaxPoids!=0 && parent.oSco.penaliserMauvaiseReponse){this.scoreMin=this.scoreTotal*-1;}}if (!this.ordreAleatoire){var tabItemsOrdre=new Array();var lestd=document.getElementsByTagName("td");for (var i=0;i<lestd.length;i++){var oTd=lestd[i];if (oTd.className=="STY_bordureQC"){var lid=oTd.id;if (lid.indexOf("tdRep")==0){lid=lid.substring(5);tabItemsOrdre[tabItemsOrdre.length]=this.donneItem(lid);}}}if (tabItemsOrdre.length==this.tabItems.length){this.tabItems=tabItemsOrdre;}}}function melangerReponses(totalR){var numN1=Math.floor(Math.random()*totalR);var numN2=Math.floor(Math.random()*totalR);if (numN1!=numN2){var oRep1=PF_donneObjet("trRep"+exo.tabItems[numN1].id);var oRep2=PF_donneObjet("trRep"+exo.tabItems[numN2].id);var lePere=oRep1.parentNode;var posInsert=oRep1.nextSibling;oRep2.parentNode.replaceChild(oRep1, oRep2);if (posInsert==oRep2){posInsert=oRep1;}lePere.insertBefore(oRep2,posInsert);}}function exo_valider(){window.status='';this.scoreCourant=this.compterMultiple();if (this.scoreCourant>=this.scoreTotal){this.valide=true;}for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];if (oItem.objectif!=""){var compteObj=parent.APIgetValue("cmi.objectives._count");var indexAjoute=compteObj;for (var t=0;t<compteObj;t++){if (parent.APIgetValue("cmi.objectives."+t+".id")==oItem.objectif){indexAjoute=t;t=999;}}var statut="failed";if (oItem.selectionne){statut="passed";}if (indexAjoute==compteObj){parent.APIsetValue("cmi.objectives."+indexAjoute+".id",oItem.objectif);}parent.APIsetValue("cmi.objectives."+indexAjoute+".success_status",statut);}}}function exo_action(idRep){window.status='';if (this.actif && !qcResult){var oItem=this.donneItem(idRep);/*if (oItem.prerequis=="DEFAULT"){return false;}*/if ((this.typeQC=='QCU')&& oItem.selectionne){return false;}if ((this.typeQC=='QCU')&& !oItem.selectionne){this.initialiser(); }if (!oItem.selectionne){if ((this.typeQC=='QCM')&&(this.maxSel!='')){var compteSel=0;for (var i=0;i<this.tabItems.length;i++) {if (this.tabItems[i].selectionne){compteSel++;}}if (compteSel>=parseInt(this.maxSel)){return false;}}oItem.selectionne=true;this.actionImage(idRep,true);if (afficheBordure){ PF_changeClasse("tdRep"+idRep,"STY_bordureQC STY_bordureQCDessus"); }} else {oItem.selectionne=false;this.actionImage(idRep,false);if (afficheBordure){ PF_changeClasse("tdRep"+idRep,"STY_bordureQC"); }}if (this.typeQC=='QCU'){setTimeout(EXO_validerAuto,300);}if (this.typeQC=='QCM' && parent.oSco.forcerReponse){var existeReponse=false;for (var i=0;i<this.tabItems.length;i++){if (this.tabItems[i].selectionne){existeReponse=true;}}if (existeReponse){actionDetecte();}else if (actionD){actionD=false;desactiverBoutonValider();desactiverBoutonInit();}} else {actionDetecte();}}}function exo_actionImage(idRep,sel){var nomImage="boutonRep"+idRep;var src = this.racineImage;var nomLien="lien"+idRep;var lien = PF_donneObjet(nomLien);if (sel) {src=src+"_sel";PF_changeClasse(nomLien,"STY_reponseQCSel");} else {PF_changeClasse(nomLien,"STY_reponseQC");}if (etatEval&& (depuisPrecedent || parent.oSco.evaluation.etatCorrige)){ src=src+".png";} else {src=src+"_hlt.png";}if (this.afficheBoutons){changeImgBtn(PF_donneObjet(nomImage),src);}}function exo_changerBouton(idRep,dessus){if (this.actif && !qcResult){var oItem=this.donneItem(idRep);/*if (oItem.prerequis=="DEFAULT"){return false;}*/var nomImage="boutonRep"+idRep;var src = this.racineImage;var dessusStr="";var classeBase="STY_reponseQC";if (oItem.selectionne) {src=src+"_sel";classeBase+="Sel";}if (dessus) {src=src+"_hlt";classeBase+=" "+classeBase+"Dessus";}src=src+".png";changeImgBtn(PF_donneObjet(nomImage),src);PF_changeClasse('lien'+idRep,classeBase);}}function exo_initialiser(){for (var i=0;i<this.tabItems.length;i++) {var idRep=this.tabItems[i].id;this.tabItems[i].selectionne=false;if (this.afficheBoutons){var oImg=PF_donneObjet("boutonRep"+idRep);oImg.className="STY_imgBoutonQC";changeImgBtn(oImg,this.racineImage+".png");}var nomLien="lien"+idRep;PF_changeClasse(nomLien,"STY_reponseQC");if (afficheBordure){PF_changeClasse("tdRep"+idRep,"STY_bordureQC");}}this.actif=true;this.scoreCourant=0;this.valide=false;}function exo_desactiver(){this.actif=false;if ((!etatEval)||(parent.oSco.evaluation.evalInteraction)){for (var i=0;i<this.tabItems.length;i++) {var idRep=this.tabItems[i].id;var nomImage="boutonRep"+idRep;var src = this.racineImage;if (this.tabItems[i].selectionne) {src=src+"_sel";}src=src+"_dis.png";changeImgBtn(PF_donneObjet(nomImage),src);}}}function exo_compterMultiple() {var score0=0;if (this.poidsEnPoints){for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];if (oItem.selectionne){return oItem.poids;}}}if (parent.oSco.penaliserMauvaiseReponse){for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];if (oItem.selectionne){if (oItem.estJuste){score0+=oItem.poids;} else {score0-=oItem.poids;}}}if (this.scoreMaxPoids==0){if (score0==0){score0=this.scoreTotal;}else {score0=0;}} else {score0=Math.round(score0/this.scoreMaxPoids*this.scoreTotal*10)/10;}} else {var poidTotalItm=0;for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];if (oItem.selectionne){if (oItem.estJuste){score0+=oItem.poids;}}if (oItem.estJuste||oItem.selectionne){poidTotalItm+=oItem.poids;}}if (poidTotalItm==0){score0=this.scoreTotal;}else {score0=Math.round(score0/poidTotalItm*this.scoreTotal*10)/10;}}if (score0<0 && !parent.oSco.scoreNegatif){score0=0;}if (score0<this.scoreMin){score0=this.scoreMin;}return score0;}function exo_solutions(){if (this.afficheBoutons && classeCSSExiste(".STY_imgBoutonQCSol")){for (var i=0;i<this.tabItems.length;i++){if (this.tabItems[i].estJuste){var oImg=PF_donneObjet("boutonRep"+this.tabItems[i].id);oImg.className="STY_imgBoutonQC STY_imgBoutonQCSol";}}} else {this.initialiser();this.actif=true;for (var i=0;i<this.tabItems.length;i++){if (this.tabItems[i].estJuste){this.action(this.tabItems[i].id);}}}}function EXO_peutVoirMesReponses(){return !classeCSSExiste(".STY_imgBoutonQCSol");}function exo_donneSuggestion(){var res=null;var i=0;while (i<exo.indications.length){if (exo.indications[i].id.indexOf('divSugg')==0){var ref=exo.indications[i].ref;if (ref!=''){var oItemRef=this.donneItem(ref);if (oItemRef!=null && oItemRef.selectionne &&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}}}i++;}if (res==null){i=0;while (i<exo.indications.length){if ((exo.indications[i].id.indexOf('divSugg')==0)&&(exo.indications[i].ref=='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}i++;}}return res;}function exo_donneTabReponses(){var tabRep=new Array();var tabInteraction=new Array();tabInteraction[0]=this.valide;var chReps="";var txtDesc="";for (var idRep=0;idRep<this.tabItems.length;idRep++){if (this.tabItems[idRep].selectionne){if (chReps!=''){chReps+="[,]";}chReps+=this.tabItems[idRep].id;if (txtDesc!=''){txtDesc+=", ";}txtDesc+=texteReponse("lien"+this.tabItems[idRep].id);}}tabInteraction[1]=chReps;tabInteraction[2]="qc";tabInteraction[3]=txtDesc;tabRep[0]=tabInteraction;return tabRep;}function exo_afficherMesReponses(tabRep){if (tabRep.length!=1){return false;}this.actif=true;var oInteraction=tabRep[0];var lesreps=oInteraction.learner_response.split("[,]");for (var j=0;j<lesreps.length;j++){if (lesreps[j]!=''){this.action(lesreps[j]);}}}function ItemReponse(id){ this.id=decodeX(id);this.selectionne=false;this.estJuste=false; this.prerequis; this.poids=1;this.objectif;this.init=initItemReponse;}function initItemReponse(styleR,pre,poi,objectif){styleR=styleR.substring(styleR.length-1);if (styleR=="1"){this.estJuste=true;}this.prerequis=pre;this.objectif=objectif; if (poi!=""){this.poids=Number(poi);}}function doubleClicPgExercice(ccar){if (etatEval){return ;}if (ccar==33){STG_allerPrecedent();}if (ccar==34){if (actionD && !actionValider){EXO_valider();} else {STG_allerSuivant();}}}function actionTouchePgSuivante(){if (actionValider){if (etatSuivant){ STG_allerSuivant();}} else {if (indexLienOuvert>=0 && indexLienOuvert<exo.tabItems.length){exo.changerBouton(exo.tabItems[indexLienOuvert].id,false);}indexLienOuvert++;if (indexLienOuvert>=exo.tabItems.length){indexLienOuvert=0;}exo.action(exo.tabItems[indexLienOuvert].id);}}function actionTouchePgPrecedente(){if (actionValider){STG_initialiser();} else {if (!actionD && !actionValider && etatPrecedent){return STG_allerPrecedent();}if (indexLienOuvert<0){indexLienOuvert=exo.tabItems.length-1;}exo.action(exo.tabItems[indexLienOuvert].id);exo.changerBouton(exo.tabItems[indexLienOuvert].id,false);}}function texteReponse(idr){var obj=PF_donneObjet(idr);var vDesc=texteNoeud(obj);if (vDesc==""){var lesimg=obj.getElementsByTagName("img");if (lesimg.length>0){vDesc=lesimg[0].title;}}return vDesc;}function texteNoeud(obj){var s = "";for(var i=0;i<obj.childNodes.length;i++){var oNode = obj.childNodes[i];if(oNode.nodeType == 3)s += oNode.nodeValue;else if(oNode.nodeType == 1)s += texteNoeud(oNode);}return s;}function decodeX(va){var res="";for (var i=0;i<va.length;i++){var car=va.charAt(i);switch(car){case '3' : res+="0";break;case '8' : res+="1";break;case '7' : res+="2";break;case '9' : res+="3";break;case '1' : res+="7";break;case '0' : res+="8";break;case '2' : res+="9";break;default : res+=car;}}return res;}
+function ExerciceQC(typeQC) {
+    this.indications;
+    this.commentaireSucces = null;
+    this.consigne = null;
+    this.tabItems;
+    this.scoreCourant = 0;
+    this.scoreTotal;
+    this.scoreMin = 0;
+    this.scoreMaxPoids;
+    this.valide = false;
+    this.titre = '';
+    this.racineImage;
+    this.actif = true;
+    this.typeQC = typeQC;
+    this.type = "QC";
+    this.ordreAleatoire = false;
+    this.afficheBoutons = true;
+    this.poidsEnPoints = false;
+    this.maxSel = '';
+    this.init = exo_init;
+    this.initEchelleScore = exo_initEchelleScore;
+    this.valider = exo_valider;
+    this.action = exo_action;
+    this.actionImage = exo_actionImage;
+    this.changerBouton = exo_changerBouton;
+    this.initialiser = exo_initialiser;
+    this.desactiver = exo_desactiver;
+    this.compterMultiple = exo_compterMultiple;
+    this.solutions = exo_solutions;
+    this.donneSuggestion = exo_donneSuggestion;
+    this.donneTabReponses = exo_donneTabReponses;
+    this.afficherMesReponses = exo_afficherMesReponses;
+    this.donneItem = exo_donneItem;
+}
+
+function exo_init() {
+    this.titre = document.title;
+    this.tabItems = new Array();
+    this.indications = new Array();
+    this.racineImage = chemin_img + "gen/bouton" + this.typeQC;
+}
+
+function masqueCelTab(idRep) {
+    var obj = PF_donneObjet("trRep" + idRep);
+    obj.style.display = "none";
+    var pere = obj.parentNode.parentNode;
+    if (pere.nodeName.toLowerCase() == "table") {
+        pere = pere.parentNode;
+    }
+    if (pere.nodeName.toLowerCase() == "td") {
+        pere.style.display = "none";
+    }
+}
+
+function exo_donneItem(lid) {
+    var res = null;
+    for (var i = 0; i < this.tabItems.length; i++) {
+        if (this.tabItems[i].id == lid) {
+            res = this.tabItems[i];
+            break;
+        }
+    }
+    return res;
+}
+
+function exo_initEchelleScore() {
+    if (etatEval) {
+        var unEstPris = false;
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var idRep = this.tabItems[i].id;
+            var lePre = this.tabItems[i].prerequis;
+            if (lePre == "DEFAULT") {
+                if (unEstPris) {
+                    masqueCelTab(idRep);
+                }
+            } else {
+                if (parent.evalVerifPrerequis(lePre)) {
+                    unEstPris = true;
+                } else {
+                    masqueCelTab(idRep);
+                }
+            }
+        }
+    }
+    var nbReponses = this.tabItems.length;
+    var decalY = (nbReponses + this.scoreTotal) % 2;
+    if (decalY == 1) {
+        for (var i = 0; i < this.tabItems.length; i++) {
+            this.tabItems[i].estJuste = !this.tabItems[i].estJuste;
+        }
+    }
+    if (this.ordreAleatoire && nbReponses > 1) {
+        melangerReponses(nbReponses);
+        melangerReponses(nbReponses);
+        if (nbReponses > 3) {
+            melangerReponses(nbReponses);
+            melangerReponses(nbReponses);
+        }
+    }
+    var scoreMaxPoids = 0;
+    if (this.poidsEnPoints) {
+        var poidsMax = -9999;
+        var poidsMin = 9999;
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var oItem = this.tabItems[i];
+            if (oItem.poids > poidsMax) {
+                poidsMax = oItem.poids;
+            }
+            if (oItem.poids < poidsMin) {
+                poidsMin = oItem.poids;
+            }
+        }
+        this.scoreMaxPoids = poidsMax;
+        this.scoreTotal = poidsMax;
+        this.scoreMin = poidsMin;
+    } else {
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var oItem = this.tabItems[i];
+            if (oItem.estJuste) {
+                scoreMaxPoids += oItem.poids;
+            }
+        }
+        this.scoreMaxPoids = scoreMaxPoids;
+        if (!parent.oSco.scoreBinaire && scoreMaxPoids != 0 && parent.oSco.penaliserMauvaiseReponse) {
+            this.scoreMin = this.scoreTotal * -1;
+        }
+    }
+    if (!this.ordreAleatoire) {
+        var tabItemsOrdre = new Array();
+        var lestd = document.getElementsByTagName("td");
+        for (var i = 0; i < lestd.length; i++) {
+            var oTd = lestd[i];
+            if (oTd.className == "STY_bordureQC") {
+                var lid = oTd.id;
+                if (lid.indexOf("tdRep") == 0) {
+                    lid = lid.substring(5);
+                    tabItemsOrdre[tabItemsOrdre.length] = this.donneItem(lid);
+                }
+            }
+        }
+        if (tabItemsOrdre.length == this.tabItems.length) {
+            this.tabItems = tabItemsOrdre;
+        }
+    }
+}
+
+function melangerReponses(totalR) {
+    var numN1 = Math.floor(Math.random() * totalR);
+    var numN2 = Math.floor(Math.random() * totalR);
+    if (numN1 != numN2) {
+        var oRep1 = PF_donneObjet("trRep" + exo.tabItems[numN1].id);
+        var oRep2 = PF_donneObjet("trRep" + exo.tabItems[numN2].id);
+        var lePere = oRep1.parentNode;
+        var posInsert = oRep1.nextSibling;
+        oRep2.parentNode.replaceChild(oRep1, oRep2);
+        if (posInsert == oRep2) {
+            posInsert = oRep1;
+        }
+        lePere.insertBefore(oRep2, posInsert);
+    }
+}
+
+function exo_valider() {
+    window.status = '';
+    this.scoreCourant = this.compterMultiple();
+    if (this.scoreCourant >= this.scoreTotal) {
+        this.valide = true;
+    }
+    for (var i = 0; i < this.tabItems.length; i++) {
+        var oItem = this.tabItems[i];
+        if (oItem.objectif != "") {
+            var compteObj = parent.APIgetValue("cmi.objectives._count");
+            var indexAjoute = compteObj;
+            for (var t = 0; t < compteObj; t++) {
+                if (parent.APIgetValue("cmi.objectives." + t + ".id") == oItem.objectif) {
+                    indexAjoute = t;
+                    t = 999;
+                }
+            }
+            var statut = "failed";
+            if (oItem.selectionne) {
+                statut = "passed";
+            }
+            if (indexAjoute == compteObj) {
+                parent.APIsetValue("cmi.objectives." + indexAjoute + ".id", oItem.objectif);
+            }
+            parent.APIsetValue("cmi.objectives." + indexAjoute + ".success_status", statut);
+        }
+    }
+}
+
+function exo_action(idRep) {
+    window.status = '';
+    if (this.actif && !qcResult) {
+        var oItem = this.donneItem(idRep);/*if (oItem.prerequis=="DEFAULT"){return false;}*/
+        if ((this.typeQC == 'QCU') && oItem.selectionne) {
+            return false;
+        }
+        if ((this.typeQC == 'QCU') && !oItem.selectionne) {
+            this.initialiser();
+        }
+        if (!oItem.selectionne) {
+            if ((this.typeQC == 'QCM') && (this.maxSel != '')) {
+                var compteSel = 0;
+                for (var i = 0; i < this.tabItems.length; i++) {
+                    if (this.tabItems[i].selectionne) {
+                        compteSel++;
+                    }
+                }
+                if (compteSel >= parseInt(this.maxSel)) {
+                    return false;
+                }
+            }
+            oItem.selectionne = true;
+            this.actionImage(idRep, true);
+            if (afficheBordure) {
+                PF_changeClasse("tdRep" + idRep, "STY_bordureQC STY_bordureQCDessus");
+            }
+        } else {
+            oItem.selectionne = false;
+            this.actionImage(idRep, false);
+            if (afficheBordure) {
+                PF_changeClasse("tdRep" + idRep, "STY_bordureQC");
+            }
+        }
+        if (this.typeQC == 'QCU') {
+            setTimeout(EXO_validerAuto, 300);
+        }
+        if (this.typeQC == 'QCM' && parent.oSco.forcerReponse) {
+            var existeReponse = false;
+            for (var i = 0; i < this.tabItems.length; i++) {
+                if (this.tabItems[i].selectionne) {
+                    existeReponse = true;
+                }
+            }
+            if (existeReponse) {
+                actionDetecte();
+            } else if (actionD) {
+                actionD = false;
+                desactiverBoutonValider();
+                desactiverBoutonInit();
+            }
+        } else {
+            actionDetecte();
+        }
+    }
+}
+
+function exo_actionImage(idRep, sel) {
+    var nomImage = "boutonRep" + idRep;
+    var src = this.racineImage;
+    var nomLien = "lien" + idRep;
+    var lien = PF_donneObjet(nomLien);
+    if (sel) {
+        src = src + "_sel";
+        PF_changeClasse(nomLien, "STY_reponseQCSel");
+    } else {
+        PF_changeClasse(nomLien, "STY_reponseQC");
+    }
+    if (etatEval && (depuisPrecedent || parent.oSco.evaluation.etatCorrige)) {
+        src = src + ".png";
+    } else {
+        src = src + "_hlt.png";
+    }
+    if (this.afficheBoutons) {
+        changeImgBtn(PF_donneObjet(nomImage), src);
+    }
+}
+
+function exo_changerBouton(idRep, dessus) {
+    if (this.actif && !qcResult) {
+        var oItem = this.donneItem(idRep);/*if (oItem.prerequis=="DEFAULT"){return false;}*/
+        var nomImage = "boutonRep" + idRep;
+        var src = this.racineImage;
+        var dessusStr = "";
+        var classeBase = "STY_reponseQC";
+        if (oItem.selectionne) {
+            src = src + "_sel";
+            classeBase += "Sel";
+        }
+        if (dessus) {
+            src = src + "_hlt";
+            classeBase += " " + classeBase + "Dessus";
+        }
+        src = src + ".png";
+        changeImgBtn(PF_donneObjet(nomImage), src);
+        PF_changeClasse('lien' + idRep, classeBase);
+    }
+}
+
+function exo_initialiser() {
+    for (var i = 0; i < this.tabItems.length; i++) {
+        var idRep = this.tabItems[i].id;
+        this.tabItems[i].selectionne = false;
+        if (this.afficheBoutons) {
+            var oImg = PF_donneObjet("boutonRep" + idRep);
+            oImg.className = "STY_imgBoutonQC";
+            changeImgBtn(oImg, this.racineImage + ".png");
+        }
+        var nomLien = "lien" + idRep;
+        PF_changeClasse(nomLien, "STY_reponseQC");
+        if (afficheBordure) {
+            PF_changeClasse("tdRep" + idRep, "STY_bordureQC");
+        }
+    }
+    this.actif = true;
+    this.scoreCourant = 0;
+    this.valide = false;
+}
+
+function exo_desactiver() {
+    this.actif = false;
+    if ((!etatEval) || (parent.oSco.evaluation.evalInteraction)) {
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var idRep = this.tabItems[i].id;
+            var nomImage = "boutonRep" + idRep;
+            var src = this.racineImage;
+            if (this.tabItems[i].selectionne) {
+                src = src + "_sel";
+            }
+            src = src + "_dis.png";
+            changeImgBtn(PF_donneObjet(nomImage), src);
+        }
+    }
+}
+
+function exo_compterMultiple() {
+    var score0 = 0;
+    if (this.poidsEnPoints) {
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var oItem = this.tabItems[i];
+            if (oItem.selectionne) {
+                return oItem.poids;
+            }
+        }
+    }
+    if (parent.oSco.penaliserMauvaiseReponse) {
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var oItem = this.tabItems[i];
+            if (oItem.selectionne) {
+                if (oItem.estJuste) {
+                    score0 += oItem.poids;
+                } else {
+                    score0 -= oItem.poids;
+                }
+            }
+        }
+        if (this.scoreMaxPoids == 0) {
+            if (score0 == 0) {
+                score0 = this.scoreTotal;
+            } else {
+                score0 = 0;
+            }
+        } else {
+            score0 = Math.round(score0 / this.scoreMaxPoids * this.scoreTotal * 10) / 10;
+        }
+    } else {
+        var poidTotalItm = 0;
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var oItem = this.tabItems[i];
+            if (oItem.selectionne) {
+                if (oItem.estJuste) {
+                    score0 += oItem.poids;
+                }
+            }
+            if (oItem.estJuste || oItem.selectionne) {
+                poidTotalItm += oItem.poids;
+            }
+        }
+        if (poidTotalItm == 0) {
+            score0 = this.scoreTotal;
+        } else {
+            score0 = Math.round(score0 / poidTotalItm * this.scoreTotal * 10) / 10;
+        }
+    }
+    if (score0 < 0 && !parent.oSco.scoreNegatif) {
+        score0 = 0;
+    }
+    if (score0 < this.scoreMin) {
+        score0 = this.scoreMin;
+    }
+    return score0;
+}
+
+function exo_solutions() {
+    if (this.afficheBoutons && classeCSSExiste(".STY_imgBoutonQCSol")) {
+        for (var i = 0; i < this.tabItems.length; i++) {
+            if (this.tabItems[i].estJuste) {
+                var oImg = PF_donneObjet("boutonRep" + this.tabItems[i].id);
+                oImg.className = "STY_imgBoutonQC STY_imgBoutonQCSol";
+            }
+        }
+    } else {
+        this.initialiser();
+        this.actif = true;
+        for (var i = 0; i < this.tabItems.length; i++) {
+            if (this.tabItems[i].estJuste) {
+                this.action(this.tabItems[i].id);
+            }
+        }
+    }
+}
+
+function EXO_peutVoirMesReponses() {
+    return !classeCSSExiste(".STY_imgBoutonQCSol");
+}
+
+function exo_donneSuggestion() {
+    var res = null;
+    var i = 0;
+    while (i < exo.indications.length) {
+        if (exo.indications[i].id.indexOf('divSugg') == 0) {
+            var ref = exo.indications[i].ref;
+            if (ref != '') {
+                var oItemRef = this.donneItem(ref);
+                if (oItemRef != null && oItemRef.selectionne && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                    res = exo.indications[i];
+                    i = exo.indications.length;
+                }
+            }
+        }
+        i++;
+    }
+    if (res == null) {
+        i = 0;
+        while (i < exo.indications.length) {
+            if ((exo.indications[i].id.indexOf('divSugg') == 0) && (exo.indications[i].ref == '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+            i++;
+        }
+    }
+    return res;
+}
+
+function exo_donneTabReponses() {
+    var tabRep = new Array();
+    var tabInteraction = new Array();
+    tabInteraction[0] = this.valide;
+    var chReps = "";
+    var txtDesc = "";
+    for (var idRep = 0; idRep < this.tabItems.length; idRep++) {
+        if (this.tabItems[idRep].selectionne) {
+            if (chReps != '') {
+                chReps += "[,]";
+            }
+            chReps += this.tabItems[idRep].id;
+            if (txtDesc != '') {
+                txtDesc += ", ";
+            }
+            txtDesc += texteReponse("lien" + this.tabItems[idRep].id);
+        }
+    }
+    tabInteraction[1] = chReps;
+    tabInteraction[2] = "qc";
+    tabInteraction[3] = txtDesc;
+    tabRep[0] = tabInteraction;
+    return tabRep;
+}
+
+function exo_afficherMesReponses(tabRep) {
+    if (tabRep.length != 1) {
+        return false;
+    }
+    this.actif = true;
+    var oInteraction = tabRep[0];
+    var lesreps = oInteraction.learner_response.split("[,]");
+    for (var j = 0; j < lesreps.length; j++) {
+        if (lesreps[j] != '') {
+            this.action(lesreps[j]);
+        }
+    }
+}
+
+function ItemReponse(id) {
+    this.id = decodeX(id);
+    this.selectionne = false;
+    this.estJuste = false;
+    this.prerequis;
+    this.poids = 1;
+    this.objectif;
+    this.init = initItemReponse;
+}
+
+function initItemReponse(styleR, pre, poi, objectif) {
+    styleR = styleR.substring(styleR.length - 1);
+    if (styleR == "1") {
+        this.estJuste = true;
+    }
+    this.prerequis = pre;
+    this.objectif = objectif;
+    if (poi != "") {
+        this.poids = Number(poi);
+    }
+}
+
+function doubleClicPgExercice(ccar) {
+    if (etatEval) {
+        return;
+    }
+    if (ccar == 33) {
+        STG_allerPrecedent();
+    }
+    if (ccar == 34) {
+        if (actionD && !actionValider) {
+            EXO_valider();
+        } else {
+            STG_allerSuivant();
+        }
+    }
+}
+
+function actionTouchePgSuivante() {
+    if (actionValider) {
+        if (etatSuivant) {
+            STG_allerSuivant();
+        }
+    } else {
+        if (indexLienOuvert >= 0 && indexLienOuvert < exo.tabItems.length) {
+            exo.changerBouton(exo.tabItems[indexLienOuvert].id, false);
+        }
+        indexLienOuvert++;
+        if (indexLienOuvert >= exo.tabItems.length) {
+            indexLienOuvert = 0;
+        }
+        exo.action(exo.tabItems[indexLienOuvert].id);
+    }
+}
+
+function actionTouchePgPrecedente() {
+    if (actionValider) {
+        STG_initialiser();
+    } else {
+        if (!actionD && !actionValider && etatPrecedent) {
+            return STG_allerPrecedent();
+        }
+        if (indexLienOuvert < 0) {
+            indexLienOuvert = exo.tabItems.length - 1;
+        }
+        exo.action(exo.tabItems[indexLienOuvert].id);
+        exo.changerBouton(exo.tabItems[indexLienOuvert].id, false);
+    }
+}
+
+function texteReponse(idr) {
+    var obj = PF_donneObjet(idr);
+    var vDesc = texteNoeud(obj);
+    if (vDesc == "") {
+        var lesimg = obj.getElementsByTagName("img");
+        if (lesimg.length > 0) {
+            vDesc = lesimg[0].title;
+        }
+    }
+    return vDesc;
+}
+
+function texteNoeud(obj) {
+    var s = "";
+    for (var i = 0; i < obj.childNodes.length; i++) {
+        var oNode = obj.childNodes[i];
+        if (oNode.nodeType == 3) s += oNode.nodeValue; else if (oNode.nodeType == 1) s += texteNoeud(oNode);
+    }
+    return s;
+}
+
+function decodeX(va) {
+    var res = "";
+    for (var i = 0; i < va.length; i++) {
+        var car = va.charAt(i);
+        switch (car) {
+            case '3' :
+                res += "0";
+                break;
+            case '8' :
+                res += "1";
+                break;
+            case '7' :
+                res += "2";
+                break;
+            case '9' :
+                res += "3";
+                break;
+            case '1' :
+                res += "7";
+                break;
+            case '0' :
+                res += "8";
+                break;
+            case '2' :
+                res += "9";
+                break;
+            default :
+                res += car;
+        }
+    }
+    return res;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceQM.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceQM.js
index 0c8085200224c726cf8a7e15732c00bc0aea22fc..b84579af43f24b0183076f65c1a22628492affe9 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceQM.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceQM.js
@@ -1 +1,499 @@
-function ExerciceQM(typeQC) { this.indications; this.commentaireSucces=null; this.consigne=null; this.tabItems; this.tabColonnes; this.scoreMaxPoids; this.scoreCourant=0; this.scoreTotal; this.scoreMin=0; this.valide=false; this.titre=''; this.racineImage; this.actif=true; this.typeQC=typeQC; this.type="QM"; this.ordreAleatoire=false; this.obligeReponses=true; this.nbColones; this.init=exo_init;this.initEchelleScore=exo_initEchelleScore;this.valider=exo_valider;this.action=exo_action;this.actionImage=exo_actionImage;this.changerBouton=exo_changerBouton; this.initialiser=exo_initialiser; this.initialiserLigne=exo_initialiserLigne;this.desactiver=exo_desactiver; this.compterMultiple=exo_compterMultiple;this.solutions=exo_solutions;this.donneSuggestion=exo_donneSuggestion;this.donneTabReponses=exo_donneTabReponses;this.afficherMesReponses=exo_afficherMesReponses;this.questionJuste=exo_questionJuste;this.donneItem=exo_donneItem;}function exo_init(){this.titre=document.title;this.tabItems=new Array();this.tabColonnes=new Array();this.indications= new Array(); this.racineImage=chemin_img+"gen/bouton"+this.typeQC;} function exo_initEchelleScore(){ if (etatEval){ for (var i=0;i<this.tabItems.length;i++) {var idRep=this.tabItems[i].id;var lePre=this.tabItems[i].prerequis;if (lePre=="DEFAULT"){if (unEstPris){PF_masquerDiv("trRep"+idRep);}} else {if (parent.evalVerifPrerequis(lePre)){unEstPris=true;} else {PF_masquerDiv("trRep"+idRep);}}} } var nbReponses=this.tabItems.length; if ((this.ordreAleatoire)&&(nbReponses>1)){melangerReponses(nbReponses);melangerReponses(nbReponses);if (nbReponses>3){melangerReponses(nbReponses);melangerReponses(nbReponses);}} var scoreMaxPoids=0;for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];scoreMaxPoids+=oItem.poids;}this.scoreMaxPoids=scoreMaxPoids;if (!parent.oSco.scoreBinaire && parent.oSco.penaliserMauvaiseReponse){this.scoreMin=this.scoreTotal*-1;}}function melangerReponses(totalR){var numN1=Math.floor(Math.random()*totalR);var numN2=Math.floor(Math.random()*totalR);if (numN1!=numN2){var oRep1=PF_donneObjet("trRep"+exo.tabItems[numN1].id);var oRep2=PF_donneObjet("trRep"+exo.tabItems[numN2].id);var lePere=oRep1.parentNode;var posInsert=oRep1.nextSibling;oRep2.parentNode.replaceChild(oRep1, oRep2);if (posInsert==oRep2){posInsert=oRep1;}lePere.insertBefore(oRep2,posInsert);}}function exo_valider(){this.scoreCourant=this.compterMultiple();if (this.scoreCourant>=this.scoreTotal){this.valide=true;}}function exo_action(idRep,idCol){if (this.actif){var oItem=this.donneItem(idRep);var selec=oItem.selectionne;var estCoche=false;if (selec.indexOf(idCol)>=0){estCoche=true;}if (estCoche && parent.oSco.forcerReponse){if (this.typeQC=='QCU'){return false;}}if (this.typeQC=='QCU'&&!estCoche){this.initialiserLigne(oItem); selec="";}if (estCoche){var oReg=new RegExp(idCol);selec=selec.replace(oReg,'');this.actionImage(idRep,idCol,false);} else {if (selec!=''){selec=selec+',';}selec+=idCol;this.actionImage(idRep,idCol,true);}selec=selec.replace(/,,/,",");selec=selec.replace(/,$/,"");selec=selec.replace(/^,/,"");oItem.selectionne=selec;var detection=true;if (parent.oSco.forcerReponse){for (var i=0;i<this.tabItems.length;i++) {if (this.tabItems[i].selectionne==''){detection=false;}}} if (detection){actionDetecte();}else if (this.typeQC=='QCM'&&actionD){actionD=false;desactiverBoutonValider();}}}function exo_actionImage(idRep,idCol,sel){var nomImage="boutonRep"+idRep+idCol;var src = this.racineImage;if (sel) {src=src+"_sel";}if (etatEval&& (depuisPrecedent || parent.oSco.evaluation.etatCorrige)){ src=src+".png";} else {src=src+"_hlt.png";}changeImgBtn(PF_donneObjet(nomImage),src);}function exo_changerBouton(idRep,idCol,dessus){if (this.actif){var oItem=this.donneItem(idRep);var nomImage="boutonRep"+idRep+idCol;var src = this.racineImage;var dessusStr="";if (oItem.selectionne.indexOf(idCol)>=0) {src=src+"_sel";dessusStr+="Sel";}if (dessus) {src=src+"_hlt";dessusStr+="Dessus";}src=src+".png";changeImgBtn(PF_donneObjet(nomImage),src);}}function exo_initialiser(){for (var i=0;i<this.tabItems.length;i++) {this.initialiserLigne(this.tabItems[i]);}this.actif=true;this.scoreCourant=0;this.valide=false;}function exo_initialiserLigne(oItem){var src = this.racineImage+".png";for (var j=0;j<this.tabColonnes.length;j++){var oImg=PF_donneObjet("boutonRep"+oItem.id+this.tabColonnes[j]);oImg.className="STY_imgBoutonQM";changeImgBtn(oImg,src);}oItem.selectionne="";}function exo_desactiver(){this.actif=false;if ((!etatEval)||(parent.oSco.evaluation.evalInteraction)){for (var i=0;i<this.tabItems.length;i++) {var idRep=this.tabItems[i].id;var nomImage="boutonRep"+idRep;var seelc=this.tabItems[i].selectionne;for (var j=0;j<this.tabColonnes.length;j++) {var src = this.racineImage;var idc=this.tabColonnes[j];if (seelc.indexOf(idc)>=0){src=src+"_sel";}changeImgBtn(PF_donneObjet(nomImage+idc),src+"_dis.png");}}}}function exo_compterMultiple() {var score0=0;if (parent.oSco.penaliserMauvaiseReponse){for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];if (oItem.selectionne!=""){if (this.questionJuste(oItem)){score0+=oItem.poids;} else {score0-=oItem.poids;}}}if (this.scoreMaxPoids==0){return this.scoreTotal;}score0=Math.round(score0/this.scoreMaxPoids*this.scoreTotal*10)/10;} else {var poidTotalItm=0;for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];if (this.questionJuste(oItem)){score0+=oItem.poids;}poidTotalItm+=oItem.poids;}if (poidTotalItm==0){return this.scoreTotal;}score0=Math.round(score0/poidTotalItm*this.scoreTotal*10)/10;}if (score0<0 && !parent.oSco.scoreNegatif){score0=0;}return score0;}function exo_solutions(){this.actif=true;var existeCssSol=classeCSSExiste(".STY_imgBoutonQMSol");for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];var lesjustes=oItem.lsJuste.split(",");if (!existeCssSol){this.initialiserLigne(oItem);}for (var j=0;j<lesjustes.length;j++) {var idC=lesjustes[j];if (idC!=''){if (existeCssSol){var oImg=PF_donneObjet("boutonRep"+oItem.id+idC);oImg.className="STY_imgBoutonQM STY_imgBoutonQMSol";} else {this.action(oItem.id,idC);}}}}}function EXO_peutVoirMesReponses(){return !classeCSSExiste(".STY_imgBoutonQMSol");}function exo_donneSuggestion(){var res=null;var i=0;while (i<exo.indications.length){if (exo.indications[i].id.indexOf('divSugg')==0){var ref=exo.indications[i].ref;if ((ref.indexOf(':')>0)&&(ref.indexOf("[solution]")<0)){var tabParams=ref.split(':');var idRep=tabParams[0];var idCol=tabParams[1];var oItem=this.donneItem(idRep);if (oItem!=null && suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0){if (ref.indexOf("<>")>0){if(!this.questionJuste(oItem)){res=exo.indications[i];i=exo.indications.length;}} else if (oItem.selectionne.indexOf(idCol)>=0){res=exo.indications[i];i=exo.indications.length;}}}}i++;}if (res==null){i=0;while (i<exo.indications.length){if ((exo.indications[i].id.indexOf('divSugg')==0)&&(exo.indications[i].ref=='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}i++;}}return res;}function exo_donneTabReponses(){var tabRep=new Array();var tabInteraction=new Array();var chReps="";var txtDesc="";for (var i=0;i<this.tabItems.length;i++){var oItem=this.tabItems[i];var idRep=oItem.id;var lesrepsselect=oItem.selectionne.split(",");if (lesrepsselect!=""){for (var k=0;k<lesrepsselect.length;k++){if (chReps!=''){chReps+="[,]";}chReps+=idRep+"[.]"+lesrepsselect[k];if (txtDesc!=''){txtDesc+="\n";}txtDesc+=texteReponse("lien"+idRep);if (parent.oSco.langue=="fr"){txtDesc+=" ";}txtDesc+=": "+texteNoeud(PF_donneObjet(lesrepsselect[k]));}}}tabInteraction[0]=this.valide;tabInteraction[1]=chReps;tabInteraction[2]="qm";tabInteraction[3]=txtDesc;tabRep[0]=tabInteraction;return tabRep;}function exo_afficherMesReponses(tabRep){this.actif=true;if (tabRep.length!=1){return false;}var oInteraction=tabRep[0];var lesreps=oInteraction.learner_response.split("[,]");for (var j=0;j<lesreps.length;j++){var tabRep=lesreps[j].split("[.]");var oItem=this.donneItem(tabRep[0]);if (oItem!=null){this.action(tabRep[0],tabRep[1]);}}}function exo_questionJuste(oItem){var correct=oItem.lsJuste;var selectionne=oItem.selectionne;var questionJuste=true;var lesrepsjuste=correct.split(",");for (var k=0;k<lesrepsjuste.length;k++){var oR=lesrepsjuste[k];if ((oR!='')&&(selectionne.indexOf(oR)<0)){questionJuste=false;}}if (questionJuste && selectionne!=''){var lesrepsselect=selectionne.split(",");for (var k=0;k<lesrepsselect.length;k++){var oR=lesrepsselect[k];if (oR!=''&&(correct.indexOf(oR)<0)){questionJuste=false;}}}return questionJuste;}function ItemReponse(id) { this.id=decodeX(id);this.selectionne="";this.lsJuste; this.prerequis; this.poids=1;this.init=initItemReponse;}function initItemReponse(styleR,pre,poi){this.lsJuste=decodeY(styleR);this.prerequis=pre;if (poi!=""){this.poids=Number(poi);}}function exo_donneItem(lid){var res=null; for (var i=0;i<this.tabItems.length;i++){if (this.tabItems[i].id==lid){res=this.tabItems[i];break;}}return res;}function texteReponse(idr){var obj=PF_donneObjet(idr);var vDesc=texteNoeud(obj);if (vDesc==""){var lesimg=obj.getElementsByTagName("img");if (lesimg.length>0){vDesc=lesimg[0].title;}}return vDesc;}function texteNoeud(obj){var s = "";for(var i=0;i<obj.childNodes.length;i++){var oNode = obj.childNodes[i];if(oNode.nodeType == 3)s += oNode.nodeValue;else if(oNode.nodeType == 1)s += texteNoeud(oNode);}return s;}function decodeX(va){var res="";for (var i=0;i<va.length;i++){var car=va.charAt(i);switch(car){case '3' : res+="0";break;case '8' : res+="1";break;case '7' : res+="2";break;case '9' : res+="3";break;case '1' : res+="7";break;case '0' : res+="8";break;case '2' : res+="9";break;default : res+=car;}}return res;}function decodeY(va){var res="";var chaine0="rep57890124";var chaine1="col01245789";for (var i=0;i<va.length;i++){var car=va.charAt(i);var indRemplace=chaine0.indexOf(car);if (indRemplace>=0){res+=chaine1.substring(indRemplace,indRemplace+1);} else {res+=car;}}return res;}
+function ExerciceQM(typeQC) {
+    this.indications;
+    this.commentaireSucces = null;
+    this.consigne = null;
+    this.tabItems;
+    this.tabColonnes;
+    this.scoreMaxPoids;
+    this.scoreCourant = 0;
+    this.scoreTotal;
+    this.scoreMin = 0;
+    this.valide = false;
+    this.titre = '';
+    this.racineImage;
+    this.actif = true;
+    this.typeQC = typeQC;
+    this.type = "QM";
+    this.ordreAleatoire = false;
+    this.obligeReponses = true;
+    this.nbColones;
+    this.init = exo_init;
+    this.initEchelleScore = exo_initEchelleScore;
+    this.valider = exo_valider;
+    this.action = exo_action;
+    this.actionImage = exo_actionImage;
+    this.changerBouton = exo_changerBouton;
+    this.initialiser = exo_initialiser;
+    this.initialiserLigne = exo_initialiserLigne;
+    this.desactiver = exo_desactiver;
+    this.compterMultiple = exo_compterMultiple;
+    this.solutions = exo_solutions;
+    this.donneSuggestion = exo_donneSuggestion;
+    this.donneTabReponses = exo_donneTabReponses;
+    this.afficherMesReponses = exo_afficherMesReponses;
+    this.questionJuste = exo_questionJuste;
+    this.donneItem = exo_donneItem;
+}
+
+function exo_init() {
+    this.titre = document.title;
+    this.tabItems = new Array();
+    this.tabColonnes = new Array();
+    this.indications = new Array();
+    this.racineImage = chemin_img + "gen/bouton" + this.typeQC;
+}
+
+function exo_initEchelleScore() {
+    if (etatEval) {
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var idRep = this.tabItems[i].id;
+            var lePre = this.tabItems[i].prerequis;
+            if (lePre == "DEFAULT") {
+                if (unEstPris) {
+                    PF_masquerDiv("trRep" + idRep);
+                }
+            } else {
+                if (parent.evalVerifPrerequis(lePre)) {
+                    unEstPris = true;
+                } else {
+                    PF_masquerDiv("trRep" + idRep);
+                }
+            }
+        }
+    }
+    var nbReponses = this.tabItems.length;
+    if ((this.ordreAleatoire) && (nbReponses > 1)) {
+        melangerReponses(nbReponses);
+        melangerReponses(nbReponses);
+        if (nbReponses > 3) {
+            melangerReponses(nbReponses);
+            melangerReponses(nbReponses);
+        }
+    }
+    var scoreMaxPoids = 0;
+    for (var i = 0; i < this.tabItems.length; i++) {
+        var oItem = this.tabItems[i];
+        scoreMaxPoids += oItem.poids;
+    }
+    this.scoreMaxPoids = scoreMaxPoids;
+    if (!parent.oSco.scoreBinaire && parent.oSco.penaliserMauvaiseReponse) {
+        this.scoreMin = this.scoreTotal * -1;
+    }
+}
+
+function melangerReponses(totalR) {
+    var numN1 = Math.floor(Math.random() * totalR);
+    var numN2 = Math.floor(Math.random() * totalR);
+    if (numN1 != numN2) {
+        var oRep1 = PF_donneObjet("trRep" + exo.tabItems[numN1].id);
+        var oRep2 = PF_donneObjet("trRep" + exo.tabItems[numN2].id);
+        var lePere = oRep1.parentNode;
+        var posInsert = oRep1.nextSibling;
+        oRep2.parentNode.replaceChild(oRep1, oRep2);
+        if (posInsert == oRep2) {
+            posInsert = oRep1;
+        }
+        lePere.insertBefore(oRep2, posInsert);
+    }
+}
+
+function exo_valider() {
+    this.scoreCourant = this.compterMultiple();
+    if (this.scoreCourant >= this.scoreTotal) {
+        this.valide = true;
+    }
+}
+
+function exo_action(idRep, idCol) {
+    if (this.actif) {
+        var oItem = this.donneItem(idRep);
+        var selec = oItem.selectionne;
+        var estCoche = false;
+        if (selec.indexOf(idCol) >= 0) {
+            estCoche = true;
+        }
+        if (estCoche && parent.oSco.forcerReponse) {
+            if (this.typeQC == 'QCU') {
+                return false;
+            }
+        }
+        if (this.typeQC == 'QCU' && !estCoche) {
+            this.initialiserLigne(oItem);
+            selec = "";
+        }
+        if (estCoche) {
+            var oReg = new RegExp(idCol);
+            selec = selec.replace(oReg, '');
+            this.actionImage(idRep, idCol, false);
+        } else {
+            if (selec != '') {
+                selec = selec + ',';
+            }
+            selec += idCol;
+            this.actionImage(idRep, idCol, true);
+        }
+        selec = selec.replace(/,,/, ",");
+        selec = selec.replace(/,$/, "");
+        selec = selec.replace(/^,/, "");
+        oItem.selectionne = selec;
+        var detection = true;
+        if (parent.oSco.forcerReponse) {
+            for (var i = 0; i < this.tabItems.length; i++) {
+                if (this.tabItems[i].selectionne == '') {
+                    detection = false;
+                }
+            }
+        }
+        if (detection) {
+            actionDetecte();
+        } else if (this.typeQC == 'QCM' && actionD) {
+            actionD = false;
+            desactiverBoutonValider();
+        }
+    }
+}
+
+function exo_actionImage(idRep, idCol, sel) {
+    var nomImage = "boutonRep" + idRep + idCol;
+    var src = this.racineImage;
+    if (sel) {
+        src = src + "_sel";
+    }
+    if (etatEval && (depuisPrecedent || parent.oSco.evaluation.etatCorrige)) {
+        src = src + ".png";
+    } else {
+        src = src + "_hlt.png";
+    }
+    changeImgBtn(PF_donneObjet(nomImage), src);
+}
+
+function exo_changerBouton(idRep, idCol, dessus) {
+    if (this.actif) {
+        var oItem = this.donneItem(idRep);
+        var nomImage = "boutonRep" + idRep + idCol;
+        var src = this.racineImage;
+        var dessusStr = "";
+        if (oItem.selectionne.indexOf(idCol) >= 0) {
+            src = src + "_sel";
+            dessusStr += "Sel";
+        }
+        if (dessus) {
+            src = src + "_hlt";
+            dessusStr += "Dessus";
+        }
+        src = src + ".png";
+        changeImgBtn(PF_donneObjet(nomImage), src);
+    }
+}
+
+function exo_initialiser() {
+    for (var i = 0; i < this.tabItems.length; i++) {
+        this.initialiserLigne(this.tabItems[i]);
+    }
+    this.actif = true;
+    this.scoreCourant = 0;
+    this.valide = false;
+}
+
+function exo_initialiserLigne(oItem) {
+    var src = this.racineImage + ".png";
+    for (var j = 0; j < this.tabColonnes.length; j++) {
+        var oImg = PF_donneObjet("boutonRep" + oItem.id + this.tabColonnes[j]);
+        oImg.className = "STY_imgBoutonQM";
+        changeImgBtn(oImg, src);
+    }
+    oItem.selectionne = "";
+}
+
+function exo_desactiver() {
+    this.actif = false;
+    if ((!etatEval) || (parent.oSco.evaluation.evalInteraction)) {
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var idRep = this.tabItems[i].id;
+            var nomImage = "boutonRep" + idRep;
+            var seelc = this.tabItems[i].selectionne;
+            for (var j = 0; j < this.tabColonnes.length; j++) {
+                var src = this.racineImage;
+                var idc = this.tabColonnes[j];
+                if (seelc.indexOf(idc) >= 0) {
+                    src = src + "_sel";
+                }
+                changeImgBtn(PF_donneObjet(nomImage + idc), src + "_dis.png");
+            }
+        }
+    }
+}
+
+function exo_compterMultiple() {
+    var score0 = 0;
+    if (parent.oSco.penaliserMauvaiseReponse) {
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var oItem = this.tabItems[i];
+            if (oItem.selectionne != "") {
+                if (this.questionJuste(oItem)) {
+                    score0 += oItem.poids;
+                } else {
+                    score0 -= oItem.poids;
+                }
+            }
+        }
+        if (this.scoreMaxPoids == 0) {
+            return this.scoreTotal;
+        }
+        score0 = Math.round(score0 / this.scoreMaxPoids * this.scoreTotal * 10) / 10;
+    } else {
+        var poidTotalItm = 0;
+        for (var i = 0; i < this.tabItems.length; i++) {
+            var oItem = this.tabItems[i];
+            if (this.questionJuste(oItem)) {
+                score0 += oItem.poids;
+            }
+            poidTotalItm += oItem.poids;
+        }
+        if (poidTotalItm == 0) {
+            return this.scoreTotal;
+        }
+        score0 = Math.round(score0 / poidTotalItm * this.scoreTotal * 10) / 10;
+    }
+    if (score0 < 0 && !parent.oSco.scoreNegatif) {
+        score0 = 0;
+    }
+    return score0;
+}
+
+function exo_solutions() {
+    this.actif = true;
+    var existeCssSol = classeCSSExiste(".STY_imgBoutonQMSol");
+    for (var i = 0; i < this.tabItems.length; i++) {
+        var oItem = this.tabItems[i];
+        var lesjustes = oItem.lsJuste.split(",");
+        if (!existeCssSol) {
+            this.initialiserLigne(oItem);
+        }
+        for (var j = 0; j < lesjustes.length; j++) {
+            var idC = lesjustes[j];
+            if (idC != '') {
+                if (existeCssSol) {
+                    var oImg = PF_donneObjet("boutonRep" + oItem.id + idC);
+                    oImg.className = "STY_imgBoutonQM STY_imgBoutonQMSol";
+                } else {
+                    this.action(oItem.id, idC);
+                }
+            }
+        }
+    }
+}
+
+function EXO_peutVoirMesReponses() {
+    return !classeCSSExiste(".STY_imgBoutonQMSol");
+}
+
+function exo_donneSuggestion() {
+    var res = null;
+    var i = 0;
+    while (i < exo.indications.length) {
+        if (exo.indications[i].id.indexOf('divSugg') == 0) {
+            var ref = exo.indications[i].ref;
+            if ((ref.indexOf(':') > 0) && (ref.indexOf("[solution]") < 0)) {
+                var tabParams = ref.split(':');
+                var idRep = tabParams[0];
+                var idCol = tabParams[1];
+                var oItem = this.donneItem(idRep);
+                if (oItem != null && suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0) {
+                    if (ref.indexOf("<>") > 0) {
+                        if (!this.questionJuste(oItem)) {
+                            res = exo.indications[i];
+                            i = exo.indications.length;
+                        }
+                    } else if (oItem.selectionne.indexOf(idCol) >= 0) {
+                        res = exo.indications[i];
+                        i = exo.indications.length;
+                    }
+                }
+            }
+        }
+        i++;
+    }
+    if (res == null) {
+        i = 0;
+        while (i < exo.indications.length) {
+            if ((exo.indications[i].id.indexOf('divSugg') == 0) && (exo.indications[i].ref == '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+            i++;
+        }
+    }
+    return res;
+}
+
+function exo_donneTabReponses() {
+    var tabRep = new Array();
+    var tabInteraction = new Array();
+    var chReps = "";
+    var txtDesc = "";
+    for (var i = 0; i < this.tabItems.length; i++) {
+        var oItem = this.tabItems[i];
+        var idRep = oItem.id;
+        var lesrepsselect = oItem.selectionne.split(",");
+        if (lesrepsselect != "") {
+            for (var k = 0; k < lesrepsselect.length; k++) {
+                if (chReps != '') {
+                    chReps += "[,]";
+                }
+                chReps += idRep + "[.]" + lesrepsselect[k];
+                if (txtDesc != '') {
+                    txtDesc += "\n";
+                }
+                txtDesc += texteReponse("lien" + idRep);
+                if (parent.oSco.langue == "fr") {
+                    txtDesc += " ";
+                }
+                txtDesc += ": " + texteNoeud(PF_donneObjet(lesrepsselect[k]));
+            }
+        }
+    }
+    tabInteraction[0] = this.valide;
+    tabInteraction[1] = chReps;
+    tabInteraction[2] = "qm";
+    tabInteraction[3] = txtDesc;
+    tabRep[0] = tabInteraction;
+    return tabRep;
+}
+
+function exo_afficherMesReponses(tabRep) {
+    this.actif = true;
+    if (tabRep.length != 1) {
+        return false;
+    }
+    var oInteraction = tabRep[0];
+    var lesreps = oInteraction.learner_response.split("[,]");
+    for (var j = 0; j < lesreps.length; j++) {
+        var tabRep = lesreps[j].split("[.]");
+        var oItem = this.donneItem(tabRep[0]);
+        if (oItem != null) {
+            this.action(tabRep[0], tabRep[1]);
+        }
+    }
+}
+
+function exo_questionJuste(oItem) {
+    var correct = oItem.lsJuste;
+    var selectionne = oItem.selectionne;
+    var questionJuste = true;
+    var lesrepsjuste = correct.split(",");
+    for (var k = 0; k < lesrepsjuste.length; k++) {
+        var oR = lesrepsjuste[k];
+        if ((oR != '') && (selectionne.indexOf(oR) < 0)) {
+            questionJuste = false;
+        }
+    }
+    if (questionJuste && selectionne != '') {
+        var lesrepsselect = selectionne.split(",");
+        for (var k = 0; k < lesrepsselect.length; k++) {
+            var oR = lesrepsselect[k];
+            if (oR != '' && (correct.indexOf(oR) < 0)) {
+                questionJuste = false;
+            }
+        }
+    }
+    return questionJuste;
+}
+
+function ItemReponse(id) {
+    this.id = decodeX(id);
+    this.selectionne = "";
+    this.lsJuste;
+    this.prerequis;
+    this.poids = 1;
+    this.init = initItemReponse;
+}
+
+function initItemReponse(styleR, pre, poi) {
+    this.lsJuste = decodeY(styleR);
+    this.prerequis = pre;
+    if (poi != "") {
+        this.poids = Number(poi);
+    }
+}
+
+function exo_donneItem(lid) {
+    var res = null;
+    for (var i = 0; i < this.tabItems.length; i++) {
+        if (this.tabItems[i].id == lid) {
+            res = this.tabItems[i];
+            break;
+        }
+    }
+    return res;
+}
+
+function texteReponse(idr) {
+    var obj = PF_donneObjet(idr);
+    var vDesc = texteNoeud(obj);
+    if (vDesc == "") {
+        var lesimg = obj.getElementsByTagName("img");
+        if (lesimg.length > 0) {
+            vDesc = lesimg[0].title;
+        }
+    }
+    return vDesc;
+}
+
+function texteNoeud(obj) {
+    var s = "";
+    for (var i = 0; i < obj.childNodes.length; i++) {
+        var oNode = obj.childNodes[i];
+        if (oNode.nodeType == 3) s += oNode.nodeValue; else if (oNode.nodeType == 1) s += texteNoeud(oNode);
+    }
+    return s;
+}
+
+function decodeX(va) {
+    var res = "";
+    for (var i = 0; i < va.length; i++) {
+        var car = va.charAt(i);
+        switch (car) {
+            case '3' :
+                res += "0";
+                break;
+            case '8' :
+                res += "1";
+                break;
+            case '7' :
+                res += "2";
+                break;
+            case '9' :
+                res += "3";
+                break;
+            case '1' :
+                res += "7";
+                break;
+            case '0' :
+                res += "8";
+                break;
+            case '2' :
+                res += "9";
+                break;
+            default :
+                res += car;
+        }
+    }
+    return res;
+}
+
+function decodeY(va) {
+    var res = "";
+    var chaine0 = "rep57890124";
+    var chaine1 = "col01245789";
+    for (var i = 0; i < va.length; i++) {
+        var car = va.charAt(i);
+        var indRemplace = chaine0.indexOf(car);
+        if (indRemplace >= 0) {
+            res += chaine1.substring(indRemplace, indRemplace + 1);
+        } else {
+            res += car;
+        }
+    }
+    return res;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceSEQ.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceSEQ.js
index c18495b272213c7e9a88450371d6209351638776..9736c1d6fe8cfea761ea0a1b53b5171dc2c20e94 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceSEQ.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceSEQ.js
@@ -1 +1,448 @@
-function ExerciceSEQ(choixCorrect,inserePremier) { this.indications; this.commentaireSucces=null; this.consigne=null; this.scoreCourant=0; this.scoreTotal; this.scoreMin=0;this.scoreMaxPoids=0; this.valide=false; this.titre=''; this.actif=true; this.type="SEQ"; this.choixCorrect=choixCorrect; this.tabCellulesOrdonnees; this.zoneMelange; this.zoneReponse; this.numAjoutCourant=0; this.tabToutesCellules; this.inserePremier=inserePremier; this.ordreIndifferent=false; this.disposition; this.remetInsereNormal=false; this.init=exo_init;this.initEchelleScore=exo_initEchelleScore;this.valider=exo_valider;this.action=exo_action;this.initialiser=exo_initialiser; this.desactiver=exo_desactiver; this.solutions=exo_solutions;this.donneSuggestion=exo_donneSuggestion;this.donneTabReponses=exo_donneTabReponses;this.afficherMesReponses=exo_afficherMesReponses;this.estDansListeJuste=exo_estDansListeJuste;}function exo_init(){ this.titre=document.title; this.indications= new Array(); this.tabCellulesOrdonnees= new Array(); this.tabToutesCellules= new Array(); var oTab=PF_donneObjet("tableauOrdonne"); if (oTab!=null){ var lescellules=oTab.getElementsByTagName("span"); for (var i=0;i<lescellules.length;i++){ var oCell=lescellules.item(i); var lid=oCell.getAttribute("id"); if ((oCell.innerHTML!="")&&(lid.indexOf("conteneur")==0)){ var lidc=lid.substring(9); this.tabCellulesOrdonnees[this.tabCellulesOrdonnees.length]=lidc; this.tabToutesCellules[this.tabToutesCellules.length]=lidc; } } if (this.disposition=="V"){ this.zoneMelange=PF_donneObjet("STY_texteSEQV");this.zoneReponse=PF_donneObjet("STY_reponseSEQV");PF_masquerDiv("STY_zoneSEQH"); } else { this.zoneMelange=PF_donneObjet("zoneSeqAffichage");this.zoneReponse=PF_donneObjet("STY_reponseSEQ");PF_masquerDiv("STY_zoneSEQV");} var oTabRestant=PF_donneObjet("tableauRestant"); var oCell=oTabRestant.firstChild; while (oCell!=null){ var oSuiv=oCell.nextSibling; var lid=oCell.getAttribute("id"); if (oCell.innerHTML!="" && lid.indexOf("conteneur")==0){ oTab.appendChild(oCell); this.tabToutesCellules[this.tabToutesCellules.length]=lid.substring(9); } oCell=oSuiv; }lescellules=oTab.getElementsByTagName("span");var totalR=lescellules.length;if (totalR>1){melangerReponses(lescellules,totalR);melangerReponses(lescellules,totalR);melangerReponses(lescellules,totalR);melangerReponses(lescellules,totalR+1);melangerReponses(lescellules,totalR+3);melangerReponses(lescellules,totalR-2);melangerReponses(lescellules,totalR-1);} afficherObjets();}}function melangerReponses(lescellules,totalR){var numN1=Math.floor(Math.random()*totalR);var numN2=Math.floor(Math.random()*totalR);if (numN1!=numN2){var oRep1=lescellules.item(numN1);var oRep2=lescellules.item(numN2);if ((oRep1!=null)&&(oRep2!=null)){if (oRep1.getAttribute("id").indexOf("obj")==0){oRep1=oRep1.parentNode;}if (oRep2.getAttribute("id").indexOf("obj")==0){oRep2=oRep2.parentNode;}if ((oRep1.getAttribute("id").indexOf("conteneur")==0)&&(oRep2.getAttribute("id").indexOf("conteneur")==0)){var lePere=oRep1.parentNode;var posInsert=oRep1.nextSibling;oRep2.parentNode.replaceChild(oRep1, oRep2);if (posInsert==oRep2){posInsert=oRep1;}lePere.insertBefore(oRep2,posInsert);}}}} function exo_initEchelleScore(){ this.scoreMaxPoids=this.tabCellulesOrdonnees.length; if (!parent.oSco.scoreBinaire&&parent.oSco.penaliserMauvaiseReponse){this.scoreMin=this.scoreTotal*-1;}}function exo_valider(){this.scoreCourant=0;var nbReps=this.tabCellulesOrdonnees.length;var numOrd=0;if (parent.oSco.penaliserMauvaiseReponse){var oCell=this.zoneReponse.firstChild;var score0=0;while (oCell!=null){var oSuiv=oCell.nextSibling;var lid=oCell.getAttribute('id');if (lid==null){lid="";}if (lid.indexOf('dupliObj')==0){var idRep=lid.substring(8);if (this.ordreIndifferent){if (this.estDansListeJuste(idRep)){score0+=1;} else {score0-=1;}} else {if ((numOrd<nbReps)&&(this.tabCellulesOrdonnees[numOrd]==idRep)){score0+=1;} else {if (parent.oSco.penaliserMauvaiseReponse||!this.estDansListeJuste(idRep)){score0-=1;}}}numOrd++;}oCell=oSuiv;}if (this.scoreMaxPoids==0){return this.scoreTotal;}this.scoreCourant=Math.round(score0/this.scoreMaxPoids*10)/10*this.scoreTotal;} else {var poidT=0;for(var i=0;i<this.tabToutesCellules.length;i++){var idRep=this.tabToutesCellules[i];var objDansZoneOrd=PF_donneObjet("dupliObj"+idRep);if (this.ordreIndifferent){if (objDansZoneOrd!=null && this.estDansListeJuste(idRep)){this.scoreCourant+=1;}if (objDansZoneOrd!=null || this.estDansListeJuste(idRep)){poidT++;}} else {if (objDansZoneOrd!=null && this.estDansListeJuste(idRep)){var oCell=this.zoneReponse.firstChild;numOrd=0;while (oCell!=null){var oSuiv=oCell.nextSibling;var lid=oCell.getAttribute('id');if (lid==null){lid="";}if (lid.indexOf('dupliObj')==0){if (lid.substring(8)==idRep){break;}numOrd++;}oCell=oSuiv;}if ((numOrd<nbReps)&&(this.tabCellulesOrdonnees[numOrd]==idRep)){this.scoreCourant+=1;}}if (objDansZoneOrd!=null || this.estDansListeJuste(idRep)){poidT++;}}numOrd++;}if (poidT==0){return this.scoreTotal;}this.scoreCourant=Math.round(this.scoreCourant/poidT*this.scoreTotal*10)/10;}if (this.scoreCourant<0 && !parent.oSco.scoreNegatif){this.scoreCourant=0;}if (this.scoreCourant<this.scoreMin){this.scoreCourant=this.scoreMin;}if (this.scoreCourant>=this.scoreTotal){this.valide=true;}}function exo_estDansListeJuste(idRep){var dansListe=false;for (var k=0;k<this.tabCellulesOrdonnees.length;k++){if (this.tabCellulesOrdonnees[k]==idRep){dansListe=true;}}return dansListe;}function exo_action(idRep){if (this.actif){var oConteneur=PF_donneObjet("conteneur"+idRep);var existeDupli=PF_donneObjet("dupliObj"+idRep);if (existeDupli){existeDupli.parentNode.removeChild(existeDupli);this.numAjoutCourant--;oConteneur.style.visibility="visible";actionDetecteSEQ();} else {var ajout=true;if ((this.choixCorrect)){if ((!this.ordreIndifferent)||(!this.estDansListeJuste(idRep))){if (!((etatEval)&&(parent.oSco.evaluation.etatCorrige))){ajout=false;}}}var numPos=this.numAjoutCourant;if ((this.inserePremier)&&(!this.remetInsereNormal)){numPos=this.tabCellulesOrdonnees.length-this.numAjoutCourant-1;}if (this.numAjoutCourant<this.tabCellulesOrdonnees.length){if (this.tabCellulesOrdonnees[numPos]==idRep){ajout=true;} else {if (!this.ordreIndifferent){var oObjet=PF_donneObjet("obj"+idRep);var contenuCourant=oObjet.innerHTML;for (var j=0;j<this.tabCellulesOrdonnees.length;j++){var idAutre=this.tabCellulesOrdonnees[j];if (idAutre!=idRep){var objAutre=PF_donneObjet("obj"+idAutre);if (objAutre.innerHTML==contenuCourant){if (this.tabCellulesOrdonnees[numPos]==idAutre){ajout=false;return this.action(idAutre);}}}}}}}if (ajout){var oObjet=PF_donneObjet("obj"+idRep);var oCopie=oObjet.cloneNode(true);oCopie.setAttribute("id","dupliObj"+idRep);oCopie.className="STY_objetSeq";oConteneur.style.visibility="hidden";if ((this.inserePremier)&&(!this.remetInsereNormal)){this.zoneReponse.insertBefore(oCopie,this.zoneReponse.firstChild);} else {this.zoneReponse.appendChild(oCopie);}this.numAjoutCourant++;actionDetecteSEQ();}}}}function actionDetecteSEQ(){if (parent.oSco.forcerReponse){if (exo.zoneReponse.firstChild!=null){actionDetecte();}else if (actionD){actionD=false;desactiverBoutonValider();desactiverBoutonInit();}} else {actionDetecte();}}function exo_initialiser(){this.actif=true;this.zoneReponse.innerHTML="";var lesobjs=this.zoneMelange.getElementsByTagName("span");for (var i=0;i<lesobjs.length;i++){var oObj=lesobjs.item(i);if (oObj.getAttribute("id").indexOf("conteneur")==0){oObj.style.visibility="visible";}}this.numAjoutCourant=0;this.scoreCourant=0;this.valide=false;this.remetInsereNormal=false;}function afficherObjets(){var oTab=PF_donneObjet("tableauOrdonne");exo.zoneMelange.innerHTML="";exo.zoneReponse.innerHTML=""; var oCell=oTab.firstChild; while (oCell!=null){ var oSuiv=oCell.nextSibling; if ((oCell.getAttribute('id').indexOf('conteneur')==0)&&(oCell.innerHTML!='')){ exo.zoneMelange.appendChild(oCell); } oCell=oSuiv; }}function exo_desactiver(){this.actif=false;}function exo_solutions(){this.initialiser();this.actif=true;this.remetInsereNormal=true;for (var i=0;i<this.tabCellulesOrdonnees.length;i++){this.action(this.tabCellulesOrdonnees[i]);}this.remetInsereNormal=false;}function exo_donneSuggestion(){var res=null;var i=0;while (i<exo.indications.length){if (exo.indications[i].id.indexOf('divSugg')==0){var ref=exo.indications[i].ref;if ((exo.indications[i].ref!='')&&(PF_donneObjet("dupliObj"+ref)!=null)&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}}i++;}if (res==null){i=0;while (i<exo.indications.length){if (exo.indications[i].id.indexOf('divSugg')==0){if ((exo.indications[i].ref=='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}}i++;}}return res;}function exo_donneTabReponses(){var tabRep=new Array();var tabInteraction=new Array();tabInteraction[0]=this.valide;var chReps="";var txtDesc="";var oCell=this.zoneReponse.firstChild;while (oCell!=null){var oSuiv=oCell.nextSibling;var lid=oCell.getAttribute('id');if (lid==null){lid="";}if (lid.indexOf('dupliObj')==0){var idRep=lid.substring(8);if (chReps!=''){chReps+="[,]";}chReps+=idRep;if (txtDesc!=''){txtDesc+=", ";}txtDesc+=texteReponse(oCell);}oCell=oSuiv;}tabInteraction[1]=chReps;tabInteraction[2]="seq";tabInteraction[3]=txtDesc;tabInteraction[4]="sequencing";if (this.ordreIndifferent){tabInteraction[3]="choice";}tabRep[0]=tabInteraction;return tabRep;}function exo_afficherMesReponses(tabRep){this.actif=true;this.remetInsereNormal=true;if (tabRep.length!=1){return false;}var oInteraction=tabRep[0];var lesreps=oInteraction.learner_response.split("[,]");for (var j=0;j<lesreps.length;j++){this.action(lesreps[j]);}this.remetInsereNormal=false;}function sourisDessus(obj){ if ((exo.actif)&&(obj.className!='STY_objetSeqDessus')){ obj.className='STY_objetSeqDessus'; }}function texteReponse(obj){var vDesc=texteNoeud(obj);if (vDesc==""){var lesimg=obj.getElementsByTagName("img");if (lesimg.length>0){vDesc=lesimg[0].title;}}return vDesc;}function texteNoeud(obj){var s = "";for(var i=0;i<obj.childNodes.length;i++){var oNode = obj.childNodes[i];if(oNode.nodeType == 3)s += oNode.nodeValue;else if(oNode.nodeType == 1)s += texteNoeud(oNode);}return s;}
+function ExerciceSEQ(choixCorrect, inserePremier) {
+    this.indications;
+    this.commentaireSucces = null;
+    this.consigne = null;
+    this.scoreCourant = 0;
+    this.scoreTotal;
+    this.scoreMin = 0;
+    this.scoreMaxPoids = 0;
+    this.valide = false;
+    this.titre = '';
+    this.actif = true;
+    this.type = "SEQ";
+    this.choixCorrect = choixCorrect;
+    this.tabCellulesOrdonnees;
+    this.zoneMelange;
+    this.zoneReponse;
+    this.numAjoutCourant = 0;
+    this.tabToutesCellules;
+    this.inserePremier = inserePremier;
+    this.ordreIndifferent = false;
+    this.disposition;
+    this.remetInsereNormal = false;
+    this.init = exo_init;
+    this.initEchelleScore = exo_initEchelleScore;
+    this.valider = exo_valider;
+    this.action = exo_action;
+    this.initialiser = exo_initialiser;
+    this.desactiver = exo_desactiver;
+    this.solutions = exo_solutions;
+    this.donneSuggestion = exo_donneSuggestion;
+    this.donneTabReponses = exo_donneTabReponses;
+    this.afficherMesReponses = exo_afficherMesReponses;
+    this.estDansListeJuste = exo_estDansListeJuste;
+}
+
+function exo_init() {
+    this.titre = document.title;
+    this.indications = new Array();
+    this.tabCellulesOrdonnees = new Array();
+    this.tabToutesCellules = new Array();
+    var oTab = PF_donneObjet("tableauOrdonne");
+    if (oTab != null) {
+        var lescellules = oTab.getElementsByTagName("span");
+        for (var i = 0; i < lescellules.length; i++) {
+            var oCell = lescellules.item(i);
+            var lid = oCell.getAttribute("id");
+            if ((oCell.innerHTML != "") && (lid.indexOf("conteneur") == 0)) {
+                var lidc = lid.substring(9);
+                this.tabCellulesOrdonnees[this.tabCellulesOrdonnees.length] = lidc;
+                this.tabToutesCellules[this.tabToutesCellules.length] = lidc;
+            }
+        }
+        if (this.disposition == "V") {
+            this.zoneMelange = PF_donneObjet("STY_texteSEQV");
+            this.zoneReponse = PF_donneObjet("STY_reponseSEQV");
+            PF_masquerDiv("STY_zoneSEQH");
+        } else {
+            this.zoneMelange = PF_donneObjet("zoneSeqAffichage");
+            this.zoneReponse = PF_donneObjet("STY_reponseSEQ");
+            PF_masquerDiv("STY_zoneSEQV");
+        }
+        var oTabRestant = PF_donneObjet("tableauRestant");
+        var oCell = oTabRestant.firstChild;
+        while (oCell != null) {
+            var oSuiv = oCell.nextSibling;
+            var lid = oCell.getAttribute("id");
+            if (oCell.innerHTML != "" && lid.indexOf("conteneur") == 0) {
+                oTab.appendChild(oCell);
+                this.tabToutesCellules[this.tabToutesCellules.length] = lid.substring(9);
+            }
+            oCell = oSuiv;
+        }
+        lescellules = oTab.getElementsByTagName("span");
+        var totalR = lescellules.length;
+        if (totalR > 1) {
+            melangerReponses(lescellules, totalR);
+            melangerReponses(lescellules, totalR);
+            melangerReponses(lescellules, totalR);
+            melangerReponses(lescellules, totalR + 1);
+            melangerReponses(lescellules, totalR + 3);
+            melangerReponses(lescellules, totalR - 2);
+            melangerReponses(lescellules, totalR - 1);
+        }
+        afficherObjets();
+    }
+}
+
+function melangerReponses(lescellules, totalR) {
+    var numN1 = Math.floor(Math.random() * totalR);
+    var numN2 = Math.floor(Math.random() * totalR);
+    if (numN1 != numN2) {
+        var oRep1 = lescellules.item(numN1);
+        var oRep2 = lescellules.item(numN2);
+        if ((oRep1 != null) && (oRep2 != null)) {
+            if (oRep1.getAttribute("id").indexOf("obj") == 0) {
+                oRep1 = oRep1.parentNode;
+            }
+            if (oRep2.getAttribute("id").indexOf("obj") == 0) {
+                oRep2 = oRep2.parentNode;
+            }
+            if ((oRep1.getAttribute("id").indexOf("conteneur") == 0) && (oRep2.getAttribute("id").indexOf("conteneur") == 0)) {
+                var lePere = oRep1.parentNode;
+                var posInsert = oRep1.nextSibling;
+                oRep2.parentNode.replaceChild(oRep1, oRep2);
+                if (posInsert == oRep2) {
+                    posInsert = oRep1;
+                }
+                lePere.insertBefore(oRep2, posInsert);
+            }
+        }
+    }
+}
+
+function exo_initEchelleScore() {
+    this.scoreMaxPoids = this.tabCellulesOrdonnees.length;
+    if (!parent.oSco.scoreBinaire && parent.oSco.penaliserMauvaiseReponse) {
+        this.scoreMin = this.scoreTotal * -1;
+    }
+}
+
+function exo_valider() {
+    this.scoreCourant = 0;
+    var nbReps = this.tabCellulesOrdonnees.length;
+    var numOrd = 0;
+    if (parent.oSco.penaliserMauvaiseReponse) {
+        var oCell = this.zoneReponse.firstChild;
+        var score0 = 0;
+        while (oCell != null) {
+            var oSuiv = oCell.nextSibling;
+            var lid = oCell.getAttribute('id');
+            if (lid == null) {
+                lid = "";
+            }
+            if (lid.indexOf('dupliObj') == 0) {
+                var idRep = lid.substring(8);
+                if (this.ordreIndifferent) {
+                    if (this.estDansListeJuste(idRep)) {
+                        score0 += 1;
+                    } else {
+                        score0 -= 1;
+                    }
+                } else {
+                    if ((numOrd < nbReps) && (this.tabCellulesOrdonnees[numOrd] == idRep)) {
+                        score0 += 1;
+                    } else {
+                        if (parent.oSco.penaliserMauvaiseReponse || !this.estDansListeJuste(idRep)) {
+                            score0 -= 1;
+                        }
+                    }
+                }
+                numOrd++;
+            }
+            oCell = oSuiv;
+        }
+        if (this.scoreMaxPoids == 0) {
+            return this.scoreTotal;
+        }
+        this.scoreCourant = Math.round(score0 / this.scoreMaxPoids * 10) / 10 * this.scoreTotal;
+    } else {
+        var poidT = 0;
+        for (var i = 0; i < this.tabToutesCellules.length; i++) {
+            var idRep = this.tabToutesCellules[i];
+            var objDansZoneOrd = PF_donneObjet("dupliObj" + idRep);
+            if (this.ordreIndifferent) {
+                if (objDansZoneOrd != null && this.estDansListeJuste(idRep)) {
+                    this.scoreCourant += 1;
+                }
+                if (objDansZoneOrd != null || this.estDansListeJuste(idRep)) {
+                    poidT++;
+                }
+            } else {
+                if (objDansZoneOrd != null && this.estDansListeJuste(idRep)) {
+                    var oCell = this.zoneReponse.firstChild;
+                    numOrd = 0;
+                    while (oCell != null) {
+                        var oSuiv = oCell.nextSibling;
+                        var lid = oCell.getAttribute('id');
+                        if (lid == null) {
+                            lid = "";
+                        }
+                        if (lid.indexOf('dupliObj') == 0) {
+                            if (lid.substring(8) == idRep) {
+                                break;
+                            }
+                            numOrd++;
+                        }
+                        oCell = oSuiv;
+                    }
+                    if ((numOrd < nbReps) && (this.tabCellulesOrdonnees[numOrd] == idRep)) {
+                        this.scoreCourant += 1;
+                    }
+                }
+                if (objDansZoneOrd != null || this.estDansListeJuste(idRep)) {
+                    poidT++;
+                }
+            }
+            numOrd++;
+        }
+        if (poidT == 0) {
+            return this.scoreTotal;
+        }
+        this.scoreCourant = Math.round(this.scoreCourant / poidT * this.scoreTotal * 10) / 10;
+    }
+    if (this.scoreCourant < 0 && !parent.oSco.scoreNegatif) {
+        this.scoreCourant = 0;
+    }
+    if (this.scoreCourant < this.scoreMin) {
+        this.scoreCourant = this.scoreMin;
+    }
+    if (this.scoreCourant >= this.scoreTotal) {
+        this.valide = true;
+    }
+}
+
+function exo_estDansListeJuste(idRep) {
+    var dansListe = false;
+    for (var k = 0; k < this.tabCellulesOrdonnees.length; k++) {
+        if (this.tabCellulesOrdonnees[k] == idRep) {
+            dansListe = true;
+        }
+    }
+    return dansListe;
+}
+
+function exo_action(idRep) {
+    if (this.actif) {
+        var oConteneur = PF_donneObjet("conteneur" + idRep);
+        var existeDupli = PF_donneObjet("dupliObj" + idRep);
+        if (existeDupli) {
+            existeDupli.parentNode.removeChild(existeDupli);
+            this.numAjoutCourant--;
+            oConteneur.style.visibility = "visible";
+            actionDetecteSEQ();
+        } else {
+            var ajout = true;
+            if ((this.choixCorrect)) {
+                if ((!this.ordreIndifferent) || (!this.estDansListeJuste(idRep))) {
+                    if (!((etatEval) && (parent.oSco.evaluation.etatCorrige))) {
+                        ajout = false;
+                    }
+                }
+            }
+            var numPos = this.numAjoutCourant;
+            if ((this.inserePremier) && (!this.remetInsereNormal)) {
+                numPos = this.tabCellulesOrdonnees.length - this.numAjoutCourant - 1;
+            }
+            if (this.numAjoutCourant < this.tabCellulesOrdonnees.length) {
+                if (this.tabCellulesOrdonnees[numPos] == idRep) {
+                    ajout = true;
+                } else {
+                    if (!this.ordreIndifferent) {
+                        var oObjet = PF_donneObjet("obj" + idRep);
+                        var contenuCourant = oObjet.innerHTML;
+                        for (var j = 0; j < this.tabCellulesOrdonnees.length; j++) {
+                            var idAutre = this.tabCellulesOrdonnees[j];
+                            if (idAutre != idRep) {
+                                var objAutre = PF_donneObjet("obj" + idAutre);
+                                if (objAutre.innerHTML == contenuCourant) {
+                                    if (this.tabCellulesOrdonnees[numPos] == idAutre) {
+                                        ajout = false;
+                                        return this.action(idAutre);
+                                    }
+                                }
+                            }
+                        }
+                    }
+                }
+            }
+            if (ajout) {
+                var oObjet = PF_donneObjet("obj" + idRep);
+                var oCopie = oObjet.cloneNode(true);
+                oCopie.setAttribute("id", "dupliObj" + idRep);
+                oCopie.className = "STY_objetSeq";
+                oConteneur.style.visibility = "hidden";
+                if ((this.inserePremier) && (!this.remetInsereNormal)) {
+                    this.zoneReponse.insertBefore(oCopie, this.zoneReponse.firstChild);
+                } else {
+                    this.zoneReponse.appendChild(oCopie);
+                }
+                this.numAjoutCourant++;
+                actionDetecteSEQ();
+            }
+        }
+    }
+}
+
+function actionDetecteSEQ() {
+    if (parent.oSco.forcerReponse) {
+        if (exo.zoneReponse.firstChild != null) {
+            actionDetecte();
+        } else if (actionD) {
+            actionD = false;
+            desactiverBoutonValider();
+            desactiverBoutonInit();
+        }
+    } else {
+        actionDetecte();
+    }
+}
+
+function exo_initialiser() {
+    this.actif = true;
+    this.zoneReponse.innerHTML = "";
+    var lesobjs = this.zoneMelange.getElementsByTagName("span");
+    for (var i = 0; i < lesobjs.length; i++) {
+        var oObj = lesobjs.item(i);
+        if (oObj.getAttribute("id").indexOf("conteneur") == 0) {
+            oObj.style.visibility = "visible";
+        }
+    }
+    this.numAjoutCourant = 0;
+    this.scoreCourant = 0;
+    this.valide = false;
+    this.remetInsereNormal = false;
+}
+
+function afficherObjets() {
+    var oTab = PF_donneObjet("tableauOrdonne");
+    exo.zoneMelange.innerHTML = "";
+    exo.zoneReponse.innerHTML = "";
+    var oCell = oTab.firstChild;
+    while (oCell != null) {
+        var oSuiv = oCell.nextSibling;
+        if ((oCell.getAttribute('id').indexOf('conteneur') == 0) && (oCell.innerHTML != '')) {
+            exo.zoneMelange.appendChild(oCell);
+        }
+        oCell = oSuiv;
+    }
+}
+
+function exo_desactiver() {
+    this.actif = false;
+}
+
+function exo_solutions() {
+    this.initialiser();
+    this.actif = true;
+    this.remetInsereNormal = true;
+    for (var i = 0; i < this.tabCellulesOrdonnees.length; i++) {
+        this.action(this.tabCellulesOrdonnees[i]);
+    }
+    this.remetInsereNormal = false;
+}
+
+function exo_donneSuggestion() {
+    var res = null;
+    var i = 0;
+    while (i < exo.indications.length) {
+        if (exo.indications[i].id.indexOf('divSugg') == 0) {
+            var ref = exo.indications[i].ref;
+            if ((exo.indications[i].ref != '') && (PF_donneObjet("dupliObj" + ref) != null) && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+        }
+        i++;
+    }
+    if (res == null) {
+        i = 0;
+        while (i < exo.indications.length) {
+            if (exo.indications[i].id.indexOf('divSugg') == 0) {
+                if ((exo.indications[i].ref == '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                    res = exo.indications[i];
+                    i = exo.indications.length;
+                }
+            }
+            i++;
+        }
+    }
+    return res;
+}
+
+function exo_donneTabReponses() {
+    var tabRep = new Array();
+    var tabInteraction = new Array();
+    tabInteraction[0] = this.valide;
+    var chReps = "";
+    var txtDesc = "";
+    var oCell = this.zoneReponse.firstChild;
+    while (oCell != null) {
+        var oSuiv = oCell.nextSibling;
+        var lid = oCell.getAttribute('id');
+        if (lid == null) {
+            lid = "";
+        }
+        if (lid.indexOf('dupliObj') == 0) {
+            var idRep = lid.substring(8);
+            if (chReps != '') {
+                chReps += "[,]";
+            }
+            chReps += idRep;
+            if (txtDesc != '') {
+                txtDesc += ", ";
+            }
+            txtDesc += texteReponse(oCell);
+        }
+        oCell = oSuiv;
+    }
+    tabInteraction[1] = chReps;
+    tabInteraction[2] = "seq";
+    tabInteraction[3] = txtDesc;
+    tabInteraction[4] = "sequencing";
+    if (this.ordreIndifferent) {
+        tabInteraction[3] = "choice";
+    }
+    tabRep[0] = tabInteraction;
+    return tabRep;
+}
+
+function exo_afficherMesReponses(tabRep) {
+    this.actif = true;
+    this.remetInsereNormal = true;
+    if (tabRep.length != 1) {
+        return false;
+    }
+    var oInteraction = tabRep[0];
+    var lesreps = oInteraction.learner_response.split("[,]");
+    for (var j = 0; j < lesreps.length; j++) {
+        this.action(lesreps[j]);
+    }
+    this.remetInsereNormal = false;
+}
+
+function sourisDessus(obj) {
+    if ((exo.actif) && (obj.className != 'STY_objetSeqDessus')) {
+        obj.className = 'STY_objetSeqDessus';
+    }
+}
+
+function texteReponse(obj) {
+    var vDesc = texteNoeud(obj);
+    if (vDesc == "") {
+        var lesimg = obj.getElementsByTagName("img");
+        if (lesimg.length > 0) {
+            vDesc = lesimg[0].title;
+        }
+    }
+    return vDesc;
+}
+
+function texteNoeud(obj) {
+    var s = "";
+    for (var i = 0; i < obj.childNodes.length; i++) {
+        var oNode = obj.childNodes[i];
+        if (oNode.nodeType == 3) s += oNode.nodeValue; else if (oNode.nodeType == 1) s += texteNoeud(oNode);
+    }
+    return s;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceTAT.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceTAT.js
index df4e584eec9e97672619c5f3e80baa3bef8bd8bb..3e28212d72801854bfcf6823f4f6f9912be90f81 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceTAT.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseExerciceTAT.js
@@ -1 +1,831 @@
-function ExerciceTAT() { this.indications; this.commentaireSucces=null; this.consigne=null; this.tabChamps; this.tabReponses; this.tabSelects; this.tabPoids; this.tabTxtDef; this.scoreCourant=0; this.scoreTotal=0; this.scoreMin=0;this.scoreMaxPoid=0;this.valide=false; this.titre=''; this.type="TAT"; this.actif=true;this.sensibleCasse=false;this.respectAccents=false;this.ordreAleatoire=false;this.existeZoneTxt=false;this.existeRadio=false;this.scoreManuel=""; this.init=exo_init;this.initEchelleScore=exo_initEchelleScore;this.ajouterReponse=exo_ajouterReponse;this.compterTotal=exo_compterTotal;this.valider=exo_valider; this.initialiser=exo_initialiser; this.construireMenu=exo_construireMenu;this.construireMenus=exo_construireMenus;this.desactiver=exo_desactiver; this.solutions=exo_solutions;this.donneSuggestion=exo_donneSuggestion;this.champJuste=exo_champJuste;this.donneTabReponses=exo_donneTabReponses;this.afficherMesReponses=exo_afficherMesReponses;this.champSelectionne=exo_champSelectionne;}function exo_init(){this.titre=document.title; this.indications= new Array(); this.tabChamps=new Array(); this.tabReponses=new Array(); this.tabSelects=new Array(); this.tabPoids=new Array(); this.tabTxtDef=new Array(); var STY_texteTAT=PF_donneObjet("STY_texteTAT"); if (STY_texteTAT){ var leszn=STY_texteTAT.getElementsByTagName("textarea"); if (leszn.length>0){ this.existeZoneTxt=true; }}}function exo_initEchelleScore(){var scoreMaxPoids=0;for (var n=0;n<this.tabChamps.length;n++){if (this.tabPoids[n]==""){this.tabPoids[n]=1;}else {this.tabPoids[n]=Number(this.tabPoids[n]);}scoreMaxPoids+=this.tabPoids[n];}this.scoreMaxPoids=scoreMaxPoids;if (!parent.oSco.scoreBinaire&&parent.oSco.penaliserMauvaiseReponse){this.scoreMin=this.scoreTotal*-1;}this.initialiser();}function exo_ajouterReponse(lid,num,correction,txt){var res=decodeX(txt);/*if (txt.indexOf('#k')!=0){res=txt;} else {txt=txt.substring(2);var l=txt.length;if (txt.length>5){txt=txt.substring(4)+txt.substring(0,4);}var k=0;while (k<txt.length){var sub=txt.substring(k,k+3);res+=String.fromCharCode(Number(sub));k=k+3;}}*/var decalY=(this.tabChamps.length+this.scoreTotal)%2;var reste=correction-num*2-1; if (decalY==1){ reste--; }if (reste==-1){correction=CODE_V;}else{correction=CODE_F;}this.tabReponses[this.tabReponses.length]=new ChampTrou(lid,num,res,correction);}function exo_compterTotal(){var score0=0;if (parent.oSco.penaliserMauvaiseReponse){for (var i=0;i<this.tabChamps.length;i++){var numChamp=this.tabChamps[i];if (this.champSelectionne(numChamp)){if (this.champJuste(numChamp)){score0+=this.tabPoids[i];} else {score0-=this.tabPoids[i];}}}if (this.scoreMaxPoids==0){return this.scoreTotal;}score0=Math.round(score0/this.scoreMaxPoids*this.scoreTotal*10)/10;} else {var poidTotalItm=0;for (var i=0;i<this.tabChamps.length;i++){var numChamp=this.tabChamps[i];if (this.champJuste(numChamp)){score0+=this.tabPoids[i];}poidTotalItm+=this.tabPoids[i];}if (poidTotalItm==0){return this.scoreTotal;}score0=Math.round(score0/poidTotalItm*this.scoreTotal*10)/10;}if (score0<0 && !parent.oSco.scoreNegatif){score0=0;}return score0;}function exo_valider(){this.scoreCourant=this.compterTotal();if (this.scoreCourant>=this.scoreTotal){this.valide=true;}}function exo_initialiser(){for (var n=0;n<this.tabChamps.length;n++){var champTmp= PF_donneObjet('champTrou'+this.tabChamps[n]);champTmp.value='';if (estCase(champTmp)){champTmp.checked=false;}else {var vVal=this.tabTxtDef[n];if (vVal!=""){if (estListe(champTmp)){champTmp.options[0].text=vVal;champTmp.options[0].style.color=COUL_TXT_DEF;champTmp.options[0].selected=true;} else {champTmp.value=vVal;champTmp.style.color=COUL_TXT_DEF;}}}}this.scoreCourant=0;this.valide=false;this.actif=true;}function exo_construireMenus(){for (var n=0;n<this.tabSelects.length;n++){this.construireMenu(this.tabSelects[n]);}}function exo_construireMenu(ref){var champTmp= PF_donneObjet('champTrou'+ref);var effaceValeurVide=false;for (var k=0;k<this.tabReponses.length;k++){var entree=this.tabReponses[k];if (entree.reference==ref){var nouveauChoix = new Option(entree.texte,entree.id);champTmp.options[champTmp.options.length]=nouveauChoix;}}var nbReponses=champTmp.options.length-1;if ((this.ordreAleatoire)&&(nbReponses>1)){melangerReponses(champTmp,nbReponses);melangerReponses(champTmp,nbReponses);if (nbReponses>3){melangerReponses(champTmp,nbReponses);melangerReponses(champTmp,nbReponses);}}/*if (effaceValeurVide){champTmp.remove(0);}*/}function exo_desactiver(){ this.actif=false;}function detectionReponseValidable(){if (reponseValidable()){if (!actionD){actionD=true;activerBoutonInit();activerBoutonValider();}} else {if (actionD){actionD=false;desactiverBoutonInit();desactiverBoutonValider();}}}function actionDetecteSelect(){detectionReponseValidable();if (exo.tabChamps.length==1){EXO_validerAuto();}}function desactiveSelect(){if (!exo.actif){window.focus();}}function actionDetecteTrou(num){if (!exo.actif){window.focus();} else {detectionReponseValidable();}}function exo_solutions(){this.initialiser();for (var n=0;n<this.tabChamps.length;n++){var idTabTmp=this.tabChamps[n];var champTmp= PF_donneObjet('champTrou'+idTabTmp);var balise=nomBalise(champTmp);for (var k=this.tabReponses.length-1;k>=0;k--){var repTmp=this.tabReponses[k];if ((repTmp.reference==idTabTmp)&&(repTmp.correction==CODE_V)){if (balise=="select"){champTmp.options[0].text="";selectValeur(champTmp,repTmp.id);} else if (estCase(champTmp)){champTmp.checked=(repTmp.texte=="on");} else {if (trouEnDefaut(champTmp)){champTmp.style.color="";}champTmp.value=repTmp.texte;}}}}}function selectValeur(oSelect,val){for(var i=0;i<oSelect.options.length;i++){if (oSelect.options[i].value==val){oSelect.options[i].selected=true;}} }function exo_donneSuggestion(){var res=null;var i=0;while (i<exo.indications.length){if (exo.indications[i].id.indexOf('divSugg')==0){var ref=exo.indications[i].ref;if ((exo.indications[i].ref!='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){var tabParams=ref.split(':');var idTrou=tabParams[0];var idRep=tabParams[1];for (var n=0;n<this.tabChamps.length;n++){if (this.tabChamps[n]==idTrou){var oTrou= PF_donneObjet('champTrou'+idTrou);var k=0;var oRep=null;while (k<this.tabReponses.length){if (this.tabReponses[k].reference==idTrou){if (this.tabReponses[k].id==idRep){oRep=this.tabReponses[k];k=this.tabReponses.length; }}k++;}var txt1=oTrou.value;if (oRep!=null){if (estCase(oTrou)&&oTrou.checked){res=exo.indications[i];i=exo.indications.length;} else if (estListe(oTrou)){if (txt1==idRep){res=exo.indications[i];i=exo.indications.length;}} else {var txt2=oRep.texte;if (!this.sensibleCasse){txt1=txt1.toLowerCase();txt2=txt2.toLowerCase();}if (!this.respectAccents){txt1=sansAccents(txt1);txt2=sansAccents(txt2);}if (correspond(txt1,txt2,idTrou)){res=exo.indications[i];i=exo.indications.length;}}} else if (idRep=='<>'){if (!this.champJuste(idTrou)){res=exo.indications[i];i=exo.indications.length;}}}}}}i++;}if (res==null){i=0;while (i<exo.indications.length){if ((exo.indications[i].id.indexOf('divSugg')==0)&&(exo.indications[i].ref=='')&&(suggestionDejaAffiche.indexOf(exo.indications[i].id+',')<0)){res=exo.indications[i];i=exo.indications.length;}i++;}}return res;}function correspond(txt1,txt2,idTrou){var res=false;if (txt2=='<>'){if (txt1!=''){var pasCompris=true;var k=0;while (k<exo.tabReponses.length){if ((exo.tabReponses[k].reference==idTrou)&&(exo.tabReponses[k].texte==txt1)){pasCompris=false;k=exo.tabReponses.length; }k++;}if (pasCompris){res=true;}}} else if (txt1==txt2){res=true;}return res;}function exo_champSelectionne(idTabTmp){var champTmp= PF_donneObjet('champTrou'+idTabTmp);if (estListe(champTmp)){return (champTmp.value!="_INIT_TROU");}if (estCase(champTmp)){return true;}return (champTmp.value!="" && !trouEnDefaut(champTmp));}function exo_champJuste(idTabTmp){var juste=false;var champTmp= PF_donneObjet('champTrou'+idTabTmp);var txt1=champTmp.value;if (estCase(champTmp)){txt1=valeurCaseCoche(champTmp);} else if (!estListe(champTmp)){if (trouEnDefaut(champTmp)){txt1="";}else {var ttrim=txt1.replace(/\s+$/g,"");if (ttrim!=txt1){txt1=ttrim;champTmp.value=ttrim;} }}var existeReponses=false;for (k=0;k<this.tabReponses.length;k++){var repTmp=this.tabReponses[k];if (repTmp.correction==CODE_V){if (repTmp.reference==idTabTmp){existeReponses=true;if (estListe(champTmp)){if (txt1==repTmp.id){juste=true;}} else if (estCase(champTmp)){if (txt1==repTmp.texte){juste=true;}} else {var txt2=repTmp.texte;var compareTxt=txt2;if (!this.sensibleCasse){txt1=txt1.toLowerCase();compareTxt=txt2.toLowerCase();}if (!this.respectAccents){txt1=sansAccents(txt1);compareTxt=sansAccents(compareTxt);}if (correspond(txt1,compareTxt,idTabTmp)){juste=true;if (txt2!="<>"){champTmp.value=txt2;}}}}}}if (!existeReponses){if (estCase(champTmp)&&txt1==""){juste=true;} else if (txt1=='_INIT_TROU'){juste=true;}}return juste;}function exo_donneTabReponses(){var tabRep=new Array();for (var n=0;n<this.tabChamps.length;n++){var tabInteraction=new Array();var idTabTmp=this.tabChamps[n];tabInteraction[0]=this.champJuste(idTabTmp);var oChampTmp= PF_donneObjet('champTrou'+idTabTmp);var vall=oChampTmp.value;if (vall=="_INIT_TROU"){vall="";}if (vall=='\xA0'){vall='';}if (estCase(oChampTmp)){vall="";var texteCherche=valeurCaseCoche(oChampTmp);if (texteCherche=="on"){for (var k=0;k<this.tabReponses.length;k++){var oRep=this.tabReponses[k];if (oRep.reference==idTabTmp && oRep.texte==texteCherche){vall=oRep.id;}}}} else if (!estListe(oChampTmp)){if (trouEnDefaut(oChampTmp)){vall="";}}tabInteraction[1]=vall;tabInteraction[2]="t"+idTabTmp;var typesc="fill-in";var balise=nomBalise(oChampTmp);if (balise=="select"){typesc="choice";vall="";for (var t=0;t<oChampTmp.options.length;t++){if (oChampTmp.options[t].selected){vall=oChampTmp.options[t].text;}}} else if (estCase(oChampTmp)){typesc="choice";vall="no";if (oChampTmp.checked){vall="yes";}if (parent.oSco.langue.indexOf("fr")==0){if (vall=="yes"){vall="oui";}if (vall=="no"){vall="non";}}}if (balise=="textarea"){typesc="long-fill-in";}var ajCorrige="";if (this.scoreManuel!="" && (typesc=="fill-in"||typesc=="long-fill-in")){ajCorrige="[manualCorrection]";}tabInteraction[3]=ajCorrige+vall;tabInteraction[4]=typesc;tabRep[n]=tabInteraction;}return tabRep;}function exo_afficherMesReponses(tabRep){for (var i=0;i<tabRep.length;i++){var oInteraction=tabRep[i];var idTabTmp=oInteraction.id;idTabTmp=idTabTmp.substring(idTabTmp.indexOf("_")+2);var oChampTmp= PF_donneObjet('champTrou'+idTabTmp);if (oChampTmp!=null){if (estListe(oChampTmp)){for (k=0;k<this.tabReponses.length;k++){var repTmp=this.tabReponses[k];if (repTmp.reference==idTabTmp){if (repTmp.id==oInteraction.learner_response){oChampTmp.value=oInteraction.learner_response;}}}if (oInteraction.learner_response==""){oChampTmp.options[0].text="";}} else if (estCase(oChampTmp)){var doitCoche=false;for (var k=0;k<this.tabReponses.length;k++){var oRep=this.tabReponses[k];if (oRep.reference==idTabTmp && oRep.id==oInteraction.learner_response && oRep.texte=="on"){doitCoche=true;}}oChampTmp.checked=doitCoche;} else {if (trouEnDefaut(oChampTmp)){oChampTmp.style.color="";}oChampTmp.value=oInteraction.learner_response;}}}}function clavierTAT(evt){if (evt==null){evt=window.event;}if (evt.keyCode==13){GEN_clavier(evt);}}function GEN_presseTouche(evt){if (evt==null){evt=window.event;}if (evt.keyCode==8){GEN_bloqueRetour(evt);} else if (evt.keyCode==13){GEN_clavier();}}function tapeDansChamp(evt){var res=true;if (evt==null){evt=window.event;}evt.cancelBubble=true;try {evt.stopPropagation();}catch(e){}if (evt.keyCode==13){if (!etatEval){EXO_valider();evt.returnValue=false;res=false;}}return res;}function tapeDansZone(evt){if (evt==null){evt=window.event;}evt.cancelBubble=true;try {evt.stopPropagation();}catch(e){}}function sansAccents(chaine){chaine=chaine.replace(/[éèêë]/g,"e");chaine=chaine.replace(/[àáâãäå]/g,"a");chaine=chaine.replace(/[òóôõöø]/g,"o");chaine=chaine.replace(/[ç]/g,"c");chaine=chaine.replace(/[ìíîï]/g,"i");chaine=chaine.replace(/[ùúûü]/g,"u");chaine=chaine.replace(/[ñ]/g,"n");chaine=chaine.replace(/[ÿ]/g,"y");chaine=chaine.replace(/[ÈÉÊË]/g,"E");chaine=chaine.replace(/[àáâãäå]/g,"a");chaine=chaine.replace(/[ÒÓÔÕÖØ]/g,"O");chaine=chaine.replace(/[Ç]/g,"C");chaine=chaine.replace(/[ÌÍÎÏ]/g,"I");chaine=chaine.replace(/[ÙÚÛÜ]/g,"U");chaine=chaine.replace(/[Ñ]/g,"N");return chaine;}function focusPremierChamp(){if (parent.oSco.config_navigateur!="IE"){window.focus();}if ((exo.tabChamps.length>0)&& (!etatEval || !parent.oSco.evaluation.etatCorrige)){var champTmp= PF_donneObjet('champTrou'+exo.tabChamps[0]);if (!estListe(champTmp)&&!estCase(champTmp) && champTmp.style.color!=COUL_TXT_DEF){try {champTmp.focus();}catch(e){}}}}function reponseValidable(){if (parent.oSco.forcerReponse){for (var n=0;n<exo.tabChamps.length;n++){var champTmp= PF_donneObjet('champTrou'+exo.tabChamps[n]);if (!estCase(champTmp)){if (!estListe(champTmp)){var val=champTmp.value.replace(/\s/g,'');if (val==''){return false;}} else {if (champTmp.options[0].selected){return false;}}}}if (exo.existeRadio){var tabI=donneGroupeRadio();for (var n=0;n<tabI.length;n++){var tabBtn=tabI[n];var existeSelectionne=false;for (var y=0;y<tabBtn.length;y++){if (tabBtn[y].checked){existeSelectionne=true;}}if (!existeSelectionne){return false;}}}}return true;}function ChampTrou(id,ref,texte,correction) { this.id=id; this.texte=texte; this.correction=correction; this.reference=ref;}function melangerReponses(oChamp,totalR){var numN1=Math.ceil(Math.random()*totalR);var numN2=Math.ceil(Math.random()*totalR);if (numN1!=numN2){var oRep1=oChamp.options[numN1];var oRep2=oChamp.options[numN2];var lePere=oRep1.parentNode;var posInsert=oRep1.nextSibling;oRep2.parentNode.replaceChild(oRep1, oRep2);if (posInsert==oRep2){posInsert=oRep1;}lePere.insertBefore(oRep2,posInsert);}}function cocheCase(){actionDetecteSelect();}function cocheRadio(){actionDetecteSelect();if (parent.oSco.exoValideChoixUnique){if (donneGroupeRadio().length==1 && exo.tabSelects.length==0 && !exo.existeZoneTxt && !existeChampOuCase()){EXO_validerAuto();}}}function existeChampOuCase(){var lesin=PF_donneObjet("STY_texteTAT").getElementsByTagName("input"); for (var i=0;i<lesin.length;i++){ if (lesin[i].type=="text"||lesin[i].type=="checkbox"||lesin[i].type==""){ return true; } } return false;}function nomBalise(obj){return obj.nodeName.toLowerCase();}function estListe(obj){return (nomBalise(obj)=="select");}function estCaseCoche(obj){return (!estListe(obj) && obj.type=="checkbox");}function estRadio(obj){return (!estListe(obj) && obj.type=="radio");}function estCase(obj){return (estCaseCoche(obj) || estRadio(obj));}function valeurCaseCoche(oCase){if (oCase.checked){return "on";}return "";}function donneGroupeRadio(){var tabGroupe=new Array();var lesin=PF_donneObjet("STY_texteTAT").getElementsByTagName("input");var lsprisgroupe=""; for (var i=0;i<lesin.length;i++){ if (lesin[i].type=="radio"){ var lid=lesin[i].name; if (lsprisgroupe.indexOf(lid)<0){ if (lsprisgroupe!=""){lsprisgroupe+=",";} lsprisgroupe+=lid; } } } var tabNoms=lsprisgroupe.split(","); for (var k=0;k<tabNoms.length;k++){ var tabBoutons=new Array(); for (var i=0;i<lesin.length;i++){ if (lesin[i].type=="radio" && lesin[i].name==tabNoms[k]){ tabBoutons[tabBoutons.length]=lesin[i]; } } tabGroupe[tabGroupe.length]=tabBoutons; } return tabGroupe;}var COUL_TXT_DEF="#797979";function focusChamp(oCh){if (trouEnDefaut(oCh)){oCh.style.color="";oCh.value="";}}function trouEnDefaut(oCh){return (oCh.style.color==COUL_TXT_DEF);}function decodeX(va){var res="";if (va.length>2){va=va.substring(va.length-2)+va.substring(0,va.length-2);}var chaine0="bHOi4ph5sWlr1c2nI7LBuzgaUNv0FDXtm8SodePVqRfwGKkJMxAQjTC";var chaine1="ABCDFGHJKLNOPQTUVWXabcdfghjklnopqtuvwx0124578ierRImMsSz";for (var i=0;i<va.length;i++){var car=va.charAt(i);var indRemplace=chaine0.indexOf(car);if (indRemplace>=0){res+=chaine1.substring(indRemplace,indRemplace+1);} else {res+=car;}}return res;}function controleLongueur(obj,maxL,evt){if (obj.value.length > maxL){obj.value=obj.value.substring(0,maxL);return false;} else if (obj.value.length == maxL){var oEvt=evt;if (window.event){oEvt=evt;}var code0=oEvt.keyCode;if (code0!=8 && code0!=9 && code0!=37 && code0!=38 && code0!=39 && code0!=40 && code0!=46){if (window.event){oEvt.cancelBubble=false;}else{oEvt.stopPropagation();}oEvt.returnValue=false;return false;}}return true;}var tabVerifLong;function ctrLongApresCopie(obj,maxL){tabVerifLong=new Array();tabVerifLong[0]=obj;tabVerifLong[1]=maxL;setTimeout(controleLongueurApresCopie2,600);}function controleLongueurApresCopie2(){var obj=tabVerifLong[0];var maxL=tabVerifLong[1];if (obj.value.length > maxL){obj.value=obj.value.substring(0,maxL);}}
+function ExerciceTAT() {
+    this.indications;
+    this.commentaireSucces = null;
+    this.consigne = null;
+    this.tabChamps;
+    this.tabReponses;
+    this.tabSelects;
+    this.tabPoids;
+    this.tabTxtDef;
+    this.scoreCourant = 0;
+    this.scoreTotal = 0;
+    this.scoreMin = 0;
+    this.scoreMaxPoid = 0;
+    this.valide = false;
+    this.titre = '';
+    this.type = "TAT";
+    this.actif = true;
+    this.sensibleCasse = false;
+    this.respectAccents = false;
+    this.ordreAleatoire = false;
+    this.existeZoneTxt = false;
+    this.existeRadio = false;
+    this.scoreManuel = "";
+    this.init = exo_init;
+    this.initEchelleScore = exo_initEchelleScore;
+    this.ajouterReponse = exo_ajouterReponse;
+    this.compterTotal = exo_compterTotal;
+    this.valider = exo_valider;
+    this.initialiser = exo_initialiser;
+    this.construireMenu = exo_construireMenu;
+    this.construireMenus = exo_construireMenus;
+    this.desactiver = exo_desactiver;
+    this.solutions = exo_solutions;
+    this.donneSuggestion = exo_donneSuggestion;
+    this.champJuste = exo_champJuste;
+    this.donneTabReponses = exo_donneTabReponses;
+    this.afficherMesReponses = exo_afficherMesReponses;
+    this.champSelectionne = exo_champSelectionne;
+}
+
+function exo_init() {
+    this.titre = document.title;
+    this.indications = new Array();
+    this.tabChamps = new Array();
+    this.tabReponses = new Array();
+    this.tabSelects = new Array();
+    this.tabPoids = new Array();
+    this.tabTxtDef = new Array();
+    var STY_texteTAT = PF_donneObjet("STY_texteTAT");
+    if (STY_texteTAT) {
+        var leszn = STY_texteTAT.getElementsByTagName("textarea");
+        if (leszn.length > 0) {
+            this.existeZoneTxt = true;
+        }
+    }
+}
+
+function exo_initEchelleScore() {
+    var scoreMaxPoids = 0;
+    for (var n = 0; n < this.tabChamps.length; n++) {
+        if (this.tabPoids[n] == "") {
+            this.tabPoids[n] = 1;
+        } else {
+            this.tabPoids[n] = Number(this.tabPoids[n]);
+        }
+        scoreMaxPoids += this.tabPoids[n];
+    }
+    this.scoreMaxPoids = scoreMaxPoids;
+    if (!parent.oSco.scoreBinaire && parent.oSco.penaliserMauvaiseReponse) {
+        this.scoreMin = this.scoreTotal * -1;
+    }
+    this.initialiser();
+}
+
+function exo_ajouterReponse(lid, num, correction, txt) {
+    var res = decodeX(txt);/*if (txt.indexOf('#k')!=0){res=txt;} else {txt=txt.substring(2);var l=txt.length;if (txt.length>5){txt=txt.substring(4)+txt.substring(0,4);}var k=0;while (k<txt.length){var sub=txt.substring(k,k+3);res+=String.fromCharCode(Number(sub));k=k+3;}}*/
+    var decalY = (this.tabChamps.length + this.scoreTotal) % 2;
+    var reste = correction - num * 2 - 1;
+    if (decalY == 1) {
+        reste--;
+    }
+    if (reste == -1) {
+        correction = CODE_V;
+    } else {
+        correction = CODE_F;
+    }
+    this.tabReponses[this.tabReponses.length] = new ChampTrou(lid, num, res, correction);
+}
+
+function exo_compterTotal() {
+    var score0 = 0;
+    if (parent.oSco.penaliserMauvaiseReponse) {
+        for (var i = 0; i < this.tabChamps.length; i++) {
+            var numChamp = this.tabChamps[i];
+            if (this.champSelectionne(numChamp)) {
+                if (this.champJuste(numChamp)) {
+                    score0 += this.tabPoids[i];
+                } else {
+                    score0 -= this.tabPoids[i];
+                }
+            }
+        }
+        if (this.scoreMaxPoids == 0) {
+            return this.scoreTotal;
+        }
+        score0 = Math.round(score0 / this.scoreMaxPoids * this.scoreTotal * 10) / 10;
+    } else {
+        var poidTotalItm = 0;
+        for (var i = 0; i < this.tabChamps.length; i++) {
+            var numChamp = this.tabChamps[i];
+            if (this.champJuste(numChamp)) {
+                score0 += this.tabPoids[i];
+            }
+            poidTotalItm += this.tabPoids[i];
+        }
+        if (poidTotalItm == 0) {
+            return this.scoreTotal;
+        }
+        score0 = Math.round(score0 / poidTotalItm * this.scoreTotal * 10) / 10;
+    }
+    if (score0 < 0 && !parent.oSco.scoreNegatif) {
+        score0 = 0;
+    }
+    return score0;
+}
+
+function exo_valider() {
+    this.scoreCourant = this.compterTotal();
+    if (this.scoreCourant >= this.scoreTotal) {
+        this.valide = true;
+    }
+}
+
+function exo_initialiser() {
+    for (var n = 0; n < this.tabChamps.length; n++) {
+        var champTmp = PF_donneObjet('champTrou' + this.tabChamps[n]);
+        champTmp.value = '';
+        if (estCase(champTmp)) {
+            champTmp.checked = false;
+        } else {
+            var vVal = this.tabTxtDef[n];
+            if (vVal != "") {
+                if (estListe(champTmp)) {
+                    champTmp.options[0].text = vVal;
+                    champTmp.options[0].style.color = COUL_TXT_DEF;
+                    champTmp.options[0].selected = true;
+                } else {
+                    champTmp.value = vVal;
+                    champTmp.style.color = COUL_TXT_DEF;
+                }
+            }
+        }
+    }
+    this.scoreCourant = 0;
+    this.valide = false;
+    this.actif = true;
+}
+
+function exo_construireMenus() {
+    for (var n = 0; n < this.tabSelects.length; n++) {
+        this.construireMenu(this.tabSelects[n]);
+    }
+}
+
+function exo_construireMenu(ref) {
+    var champTmp = PF_donneObjet('champTrou' + ref);
+    var effaceValeurVide = false;
+    for (var k = 0; k < this.tabReponses.length; k++) {
+        var entree = this.tabReponses[k];
+        if (entree.reference == ref) {
+            var nouveauChoix = new Option(entree.texte, entree.id);
+            champTmp.options[champTmp.options.length] = nouveauChoix;
+        }
+    }
+    var nbReponses = champTmp.options.length - 1;
+    if ((this.ordreAleatoire) && (nbReponses > 1)) {
+        melangerReponses(champTmp, nbReponses);
+        melangerReponses(champTmp, nbReponses);
+        if (nbReponses > 3) {
+            melangerReponses(champTmp, nbReponses);
+            melangerReponses(champTmp, nbReponses);
+        }
+    }/*if (effaceValeurVide){champTmp.remove(0);}*/
+}
+
+function exo_desactiver() {
+    this.actif = false;
+}
+
+function detectionReponseValidable() {
+    if (reponseValidable()) {
+        if (!actionD) {
+            actionD = true;
+            activerBoutonInit();
+            activerBoutonValider();
+        }
+    } else {
+        if (actionD) {
+            actionD = false;
+            desactiverBoutonInit();
+            desactiverBoutonValider();
+        }
+    }
+}
+
+function actionDetecteSelect() {
+    detectionReponseValidable();
+    if (exo.tabChamps.length == 1) {
+        EXO_validerAuto();
+    }
+}
+
+function desactiveSelect() {
+    if (!exo.actif) {
+        window.focus();
+    }
+}
+
+function actionDetecteTrou(num) {
+    if (!exo.actif) {
+        window.focus();
+    } else {
+        detectionReponseValidable();
+    }
+}
+
+function exo_solutions() {
+    this.initialiser();
+    for (var n = 0; n < this.tabChamps.length; n++) {
+        var idTabTmp = this.tabChamps[n];
+        var champTmp = PF_donneObjet('champTrou' + idTabTmp);
+        var balise = nomBalise(champTmp);
+        for (var k = this.tabReponses.length - 1; k >= 0; k--) {
+            var repTmp = this.tabReponses[k];
+            if ((repTmp.reference == idTabTmp) && (repTmp.correction == CODE_V)) {
+                if (balise == "select") {
+                    champTmp.options[0].text = "";
+                    selectValeur(champTmp, repTmp.id);
+                } else if (estCase(champTmp)) {
+                    champTmp.checked = (repTmp.texte == "on");
+                } else {
+                    if (trouEnDefaut(champTmp)) {
+                        champTmp.style.color = "";
+                    }
+                    champTmp.value = repTmp.texte;
+                }
+            }
+        }
+    }
+}
+
+function selectValeur(oSelect, val) {
+    for (var i = 0; i < oSelect.options.length; i++) {
+        if (oSelect.options[i].value == val) {
+            oSelect.options[i].selected = true;
+        }
+    }
+}
+
+function exo_donneSuggestion() {
+    var res = null;
+    var i = 0;
+    while (i < exo.indications.length) {
+        if (exo.indications[i].id.indexOf('divSugg') == 0) {
+            var ref = exo.indications[i].ref;
+            if ((exo.indications[i].ref != '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                var tabParams = ref.split(':');
+                var idTrou = tabParams[0];
+                var idRep = tabParams[1];
+                for (var n = 0; n < this.tabChamps.length; n++) {
+                    if (this.tabChamps[n] == idTrou) {
+                        var oTrou = PF_donneObjet('champTrou' + idTrou);
+                        var k = 0;
+                        var oRep = null;
+                        while (k < this.tabReponses.length) {
+                            if (this.tabReponses[k].reference == idTrou) {
+                                if (this.tabReponses[k].id == idRep) {
+                                    oRep = this.tabReponses[k];
+                                    k = this.tabReponses.length;
+                                }
+                            }
+                            k++;
+                        }
+                        var txt1 = oTrou.value;
+                        if (oRep != null) {
+                            if (estCase(oTrou) && oTrou.checked) {
+                                res = exo.indications[i];
+                                i = exo.indications.length;
+                            } else if (estListe(oTrou)) {
+                                if (txt1 == idRep) {
+                                    res = exo.indications[i];
+                                    i = exo.indications.length;
+                                }
+                            } else {
+                                var txt2 = oRep.texte;
+                                if (!this.sensibleCasse) {
+                                    txt1 = txt1.toLowerCase();
+                                    txt2 = txt2.toLowerCase();
+                                }
+                                if (!this.respectAccents) {
+                                    txt1 = sansAccents(txt1);
+                                    txt2 = sansAccents(txt2);
+                                }
+                                if (correspond(txt1, txt2, idTrou)) {
+                                    res = exo.indications[i];
+                                    i = exo.indications.length;
+                                }
+                            }
+                        } else if (idRep == '<>') {
+                            if (!this.champJuste(idTrou)) {
+                                res = exo.indications[i];
+                                i = exo.indications.length;
+                            }
+                        }
+                    }
+                }
+            }
+        }
+        i++;
+    }
+    if (res == null) {
+        i = 0;
+        while (i < exo.indications.length) {
+            if ((exo.indications[i].id.indexOf('divSugg') == 0) && (exo.indications[i].ref == '') && (suggestionDejaAffiche.indexOf(exo.indications[i].id + ',') < 0)) {
+                res = exo.indications[i];
+                i = exo.indications.length;
+            }
+            i++;
+        }
+    }
+    return res;
+}
+
+function correspond(txt1, txt2, idTrou) {
+    var res = false;
+    if (txt2 == '<>') {
+        if (txt1 != '') {
+            var pasCompris = true;
+            var k = 0;
+            while (k < exo.tabReponses.length) {
+                if ((exo.tabReponses[k].reference == idTrou) && (exo.tabReponses[k].texte == txt1)) {
+                    pasCompris = false;
+                    k = exo.tabReponses.length;
+                }
+                k++;
+            }
+            if (pasCompris) {
+                res = true;
+            }
+        }
+    } else if (txt1 == txt2) {
+        res = true;
+    }
+    return res;
+}
+
+function exo_champSelectionne(idTabTmp) {
+    var champTmp = PF_donneObjet('champTrou' + idTabTmp);
+    if (estListe(champTmp)) {
+        return (champTmp.value != "_INIT_TROU");
+    }
+    if (estCase(champTmp)) {
+        return true;
+    }
+    return (champTmp.value != "" && !trouEnDefaut(champTmp));
+}
+
+function exo_champJuste(idTabTmp) {
+    var juste = false;
+    var champTmp = PF_donneObjet('champTrou' + idTabTmp);
+    var txt1 = champTmp.value;
+    if (estCase(champTmp)) {
+        txt1 = valeurCaseCoche(champTmp);
+    } else if (!estListe(champTmp)) {
+        if (trouEnDefaut(champTmp)) {
+            txt1 = "";
+        } else {
+            var ttrim = txt1.replace(/\s+$/g, "");
+            if (ttrim != txt1) {
+                txt1 = ttrim;
+                champTmp.value = ttrim;
+            }
+        }
+    }
+    var existeReponses = false;
+    for (k = 0; k < this.tabReponses.length; k++) {
+        var repTmp = this.tabReponses[k];
+        if (repTmp.correction == CODE_V) {
+            if (repTmp.reference == idTabTmp) {
+                existeReponses = true;
+                if (estListe(champTmp)) {
+                    if (txt1 == repTmp.id) {
+                        juste = true;
+                    }
+                } else if (estCase(champTmp)) {
+                    if (txt1 == repTmp.texte) {
+                        juste = true;
+                    }
+                } else {
+                    var txt2 = repTmp.texte;
+                    var compareTxt = txt2;
+                    if (!this.sensibleCasse) {
+                        txt1 = txt1.toLowerCase();
+                        compareTxt = txt2.toLowerCase();
+                    }
+                    if (!this.respectAccents) {
+                        txt1 = sansAccents(txt1);
+                        compareTxt = sansAccents(compareTxt);
+                    }
+                    if (correspond(txt1, compareTxt, idTabTmp)) {
+                        juste = true;
+                        if (txt2 != "<>") {
+                            champTmp.value = txt2;
+                        }
+                    }
+                }
+            }
+        }
+    }
+    if (!existeReponses) {
+        if (estCase(champTmp) && txt1 == "") {
+            juste = true;
+        } else if (txt1 == '_INIT_TROU') {
+            juste = true;
+        }
+    }
+    return juste;
+}
+
+function exo_donneTabReponses() {
+    var tabRep = new Array();
+    for (var n = 0; n < this.tabChamps.length; n++) {
+        var tabInteraction = new Array();
+        var idTabTmp = this.tabChamps[n];
+        tabInteraction[0] = this.champJuste(idTabTmp);
+        var oChampTmp = PF_donneObjet('champTrou' + idTabTmp);
+        var vall = oChampTmp.value;
+        if (vall == "_INIT_TROU") {
+            vall = "";
+        }
+        if (vall == '\xA0') {
+            vall = '';
+        }
+        if (estCase(oChampTmp)) {
+            vall = "";
+            var texteCherche = valeurCaseCoche(oChampTmp);
+            if (texteCherche == "on") {
+                for (var k = 0; k < this.tabReponses.length; k++) {
+                    var oRep = this.tabReponses[k];
+                    if (oRep.reference == idTabTmp && oRep.texte == texteCherche) {
+                        vall = oRep.id;
+                    }
+                }
+            }
+        } else if (!estListe(oChampTmp)) {
+            if (trouEnDefaut(oChampTmp)) {
+                vall = "";
+            }
+        }
+        tabInteraction[1] = vall;
+        tabInteraction[2] = "t" + idTabTmp;
+        var typesc = "fill-in";
+        var balise = nomBalise(oChampTmp);
+        if (balise == "select") {
+            typesc = "choice";
+            vall = "";
+            for (var t = 0; t < oChampTmp.options.length; t++) {
+                if (oChampTmp.options[t].selected) {
+                    vall = oChampTmp.options[t].text;
+                }
+            }
+        } else if (estCase(oChampTmp)) {
+            typesc = "choice";
+            vall = "no";
+            if (oChampTmp.checked) {
+                vall = "yes";
+            }
+            if (parent.oSco.langue.indexOf("fr") == 0) {
+                if (vall == "yes") {
+                    vall = "oui";
+                }
+                if (vall == "no") {
+                    vall = "non";
+                }
+            }
+        }
+        if (balise == "textarea") {
+            typesc = "long-fill-in";
+        }
+        var ajCorrige = "";
+        if (this.scoreManuel != "" && (typesc == "fill-in" || typesc == "long-fill-in")) {
+            ajCorrige = "[manualCorrection]";
+        }
+        tabInteraction[3] = ajCorrige + vall;
+        tabInteraction[4] = typesc;
+        tabRep[n] = tabInteraction;
+    }
+    return tabRep;
+}
+
+function exo_afficherMesReponses(tabRep) {
+    for (var i = 0; i < tabRep.length; i++) {
+        var oInteraction = tabRep[i];
+        var idTabTmp = oInteraction.id;
+        idTabTmp = idTabTmp.substring(idTabTmp.indexOf("_") + 2);
+        var oChampTmp = PF_donneObjet('champTrou' + idTabTmp);
+        if (oChampTmp != null) {
+            if (estListe(oChampTmp)) {
+                for (k = 0; k < this.tabReponses.length; k++) {
+                    var repTmp = this.tabReponses[k];
+                    if (repTmp.reference == idTabTmp) {
+                        if (repTmp.id == oInteraction.learner_response) {
+                            oChampTmp.value = oInteraction.learner_response;
+                        }
+                    }
+                }
+                if (oInteraction.learner_response == "") {
+                    oChampTmp.options[0].text = "";
+                }
+            } else if (estCase(oChampTmp)) {
+                var doitCoche = false;
+                for (var k = 0; k < this.tabReponses.length; k++) {
+                    var oRep = this.tabReponses[k];
+                    if (oRep.reference == idTabTmp && oRep.id == oInteraction.learner_response && oRep.texte == "on") {
+                        doitCoche = true;
+                    }
+                }
+                oChampTmp.checked = doitCoche;
+            } else {
+                if (trouEnDefaut(oChampTmp)) {
+                    oChampTmp.style.color = "";
+                }
+                oChampTmp.value = oInteraction.learner_response;
+            }
+        }
+    }
+}
+
+function clavierTAT(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (evt.keyCode == 13) {
+        GEN_clavier(evt);
+    }
+}
+
+function GEN_presseTouche(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (evt.keyCode == 8) {
+        GEN_bloqueRetour(evt);
+    } else if (evt.keyCode == 13) {
+        GEN_clavier();
+    }
+}
+
+function tapeDansChamp(evt) {
+    var res = true;
+    if (evt == null) {
+        evt = window.event;
+    }
+    evt.cancelBubble = true;
+    try {
+        evt.stopPropagation();
+    } catch (e) {
+    }
+    if (evt.keyCode == 13) {
+        if (!etatEval) {
+            EXO_valider();
+            evt.returnValue = false;
+            res = false;
+        }
+    }
+    return res;
+}
+
+function tapeDansZone(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    evt.cancelBubble = true;
+    try {
+        evt.stopPropagation();
+    } catch (e) {
+    }
+}
+
+function sansAccents(chaine) {
+    chaine = chaine.replace(/[éèêë]/g, "e");
+    chaine = chaine.replace(/[àáâãäå]/g, "a");
+    chaine = chaine.replace(/[òóôõöø]/g, "o");
+    chaine = chaine.replace(/[ç]/g, "c");
+    chaine = chaine.replace(/[ìíîï]/g, "i");
+    chaine = chaine.replace(/[ùúûü]/g, "u");
+    chaine = chaine.replace(/[ñ]/g, "n");
+    chaine = chaine.replace(/[ÿ]/g, "y");
+    chaine = chaine.replace(/[ÈÉÊË]/g, "E");
+    chaine = chaine.replace(/[àáâãäå]/g, "a");
+    chaine = chaine.replace(/[ÒÓÔÕÖØ]/g, "O");
+    chaine = chaine.replace(/[Ç]/g, "C");
+    chaine = chaine.replace(/[ÌÍÎÏ]/g, "I");
+    chaine = chaine.replace(/[ÙÚÛÜ]/g, "U");
+    chaine = chaine.replace(/[Ñ]/g, "N");
+    return chaine;
+}
+
+function focusPremierChamp() {
+    if (parent.oSco.config_navigateur != "IE") {
+        window.focus();
+    }
+    if ((exo.tabChamps.length > 0) && (!etatEval || !parent.oSco.evaluation.etatCorrige)) {
+        var champTmp = PF_donneObjet('champTrou' + exo.tabChamps[0]);
+        if (!estListe(champTmp) && !estCase(champTmp) && champTmp.style.color != COUL_TXT_DEF) {
+            try {
+                champTmp.focus();
+            } catch (e) {
+            }
+        }
+    }
+}
+
+function reponseValidable() {
+    if (parent.oSco.forcerReponse) {
+        for (var n = 0; n < exo.tabChamps.length; n++) {
+            var champTmp = PF_donneObjet('champTrou' + exo.tabChamps[n]);
+            if (!estCase(champTmp)) {
+                if (!estListe(champTmp)) {
+                    var val = champTmp.value.replace(/\s/g, '');
+                    if (val == '') {
+                        return false;
+                    }
+                } else {
+                    if (champTmp.options[0].selected) {
+                        return false;
+                    }
+                }
+            }
+        }
+        if (exo.existeRadio) {
+            var tabI = donneGroupeRadio();
+            for (var n = 0; n < tabI.length; n++) {
+                var tabBtn = tabI[n];
+                var existeSelectionne = false;
+                for (var y = 0; y < tabBtn.length; y++) {
+                    if (tabBtn[y].checked) {
+                        existeSelectionne = true;
+                    }
+                }
+                if (!existeSelectionne) {
+                    return false;
+                }
+            }
+        }
+    }
+    return true;
+}
+
+function ChampTrou(id, ref, texte, correction) {
+    this.id = id;
+    this.texte = texte;
+    this.correction = correction;
+    this.reference = ref;
+}
+
+function melangerReponses(oChamp, totalR) {
+    var numN1 = Math.ceil(Math.random() * totalR);
+    var numN2 = Math.ceil(Math.random() * totalR);
+    if (numN1 != numN2) {
+        var oRep1 = oChamp.options[numN1];
+        var oRep2 = oChamp.options[numN2];
+        var lePere = oRep1.parentNode;
+        var posInsert = oRep1.nextSibling;
+        oRep2.parentNode.replaceChild(oRep1, oRep2);
+        if (posInsert == oRep2) {
+            posInsert = oRep1;
+        }
+        lePere.insertBefore(oRep2, posInsert);
+    }
+}
+
+function cocheCase() {
+    actionDetecteSelect();
+}
+
+function cocheRadio() {
+    actionDetecteSelect();
+    if (parent.oSco.exoValideChoixUnique) {
+        if (donneGroupeRadio().length == 1 && exo.tabSelects.length == 0 && !exo.existeZoneTxt && !existeChampOuCase()) {
+            EXO_validerAuto();
+        }
+    }
+}
+
+function existeChampOuCase() {
+    var lesin = PF_donneObjet("STY_texteTAT").getElementsByTagName("input");
+    for (var i = 0; i < lesin.length; i++) {
+        if (lesin[i].type == "text" || lesin[i].type == "checkbox" || lesin[i].type == "") {
+            return true;
+        }
+    }
+    return false;
+}
+
+function nomBalise(obj) {
+    return obj.nodeName.toLowerCase();
+}
+
+function estListe(obj) {
+    return (nomBalise(obj) == "select");
+}
+
+function estCaseCoche(obj) {
+    return (!estListe(obj) && obj.type == "checkbox");
+}
+
+function estRadio(obj) {
+    return (!estListe(obj) && obj.type == "radio");
+}
+
+function estCase(obj) {
+    return (estCaseCoche(obj) || estRadio(obj));
+}
+
+function valeurCaseCoche(oCase) {
+    if (oCase.checked) {
+        return "on";
+    }
+    return "";
+}
+
+function donneGroupeRadio() {
+    var tabGroupe = new Array();
+    var lesin = PF_donneObjet("STY_texteTAT").getElementsByTagName("input");
+    var lsprisgroupe = "";
+    for (var i = 0; i < lesin.length; i++) {
+        if (lesin[i].type == "radio") {
+            var lid = lesin[i].name;
+            if (lsprisgroupe.indexOf(lid) < 0) {
+                if (lsprisgroupe != "") {
+                    lsprisgroupe += ",";
+                }
+                lsprisgroupe += lid;
+            }
+        }
+    }
+    var tabNoms = lsprisgroupe.split(",");
+    for (var k = 0; k < tabNoms.length; k++) {
+        var tabBoutons = new Array();
+        for (var i = 0; i < lesin.length; i++) {
+            if (lesin[i].type == "radio" && lesin[i].name == tabNoms[k]) {
+                tabBoutons[tabBoutons.length] = lesin[i];
+            }
+        }
+        tabGroupe[tabGroupe.length] = tabBoutons;
+    }
+    return tabGroupe;
+}
+
+var COUL_TXT_DEF = "#797979";
+
+function focusChamp(oCh) {
+    if (trouEnDefaut(oCh)) {
+        oCh.style.color = "";
+        oCh.value = "";
+    }
+}
+
+function trouEnDefaut(oCh) {
+    return (oCh.style.color == COUL_TXT_DEF);
+}
+
+function decodeX(va) {
+    var res = "";
+    if (va.length > 2) {
+        va = va.substring(va.length - 2) + va.substring(0, va.length - 2);
+    }
+    var chaine0 = "bHOi4ph5sWlr1c2nI7LBuzgaUNv0FDXtm8SodePVqRfwGKkJMxAQjTC";
+    var chaine1 = "ABCDFGHJKLNOPQTUVWXabcdfghjklnopqtuvwx0124578ierRImMsSz";
+    for (var i = 0; i < va.length; i++) {
+        var car = va.charAt(i);
+        var indRemplace = chaine0.indexOf(car);
+        if (indRemplace >= 0) {
+            res += chaine1.substring(indRemplace, indRemplace + 1);
+        } else {
+            res += car;
+        }
+    }
+    return res;
+}
+
+function controleLongueur(obj, maxL, evt) {
+    if (obj.value.length > maxL) {
+        obj.value = obj.value.substring(0, maxL);
+        return false;
+    } else if (obj.value.length == maxL) {
+        var oEvt = evt;
+        if (window.event) {
+            oEvt = evt;
+        }
+        var code0 = oEvt.keyCode;
+        if (code0 != 8 && code0 != 9 && code0 != 37 && code0 != 38 && code0 != 39 && code0 != 40 && code0 != 46) {
+            if (window.event) {
+                oEvt.cancelBubble = false;
+            } else {
+                oEvt.stopPropagation();
+            }
+            oEvt.returnValue = false;
+            return false;
+        }
+    }
+    return true;
+}
+
+var tabVerifLong;
+
+function ctrLongApresCopie(obj, maxL) {
+    tabVerifLong = new Array();
+    tabVerifLong[0] = obj;
+    tabVerifLong[1] = maxL;
+    setTimeout(controleLongueurApresCopie2, 600);
+}
+
+function controleLongueurApresCopie2() {
+    var obj = tabVerifLong[0];
+    var maxL = tabVerifLong[1];
+    if (obj.value.length > maxL) {
+        obj.value = obj.value.substring(0, maxL);
+    }
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseZoneLien.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseZoneLien.js
index 663178544bbfa2a1a5a641ec4800e8a5d243761f..8894ac116f0865ab2ec823e85741663e59c104a0 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseZoneLien.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ClasseZoneLien.js
@@ -1 +1,107 @@
-function ZoneLien(idZone,refImg,gauche,haut) {this.id=idZone; this.refImg=refImg; this.masqueAnim=false; this.gauche=Number(gauche); this.haut=Number(haut); this.dimCorrige=false; this.placer=ZL_placer;}function ZL_placer(){var oZoneL=PF_donneObjet(this.id);if (oZoneL!=null){var oImg=PF_donneObjet(this.refImg);if (oImg!=null){ if ((parent.oSco)&&(parent.oSco.config_navigateur=="Netscape")){var pasDiv=true;var oPere=oImg.parentNode;var tdpere=null;while ((oPere!=null)&&(pasDiv)&&(tdpere==null)){var bal=oPere.nodeName.toLowerCase();if (bal=="td"){tdpere=oPere;} else if (bal=="div"){pasDiv=false;}oPere=oPere.parentNode;}if (tdpere!=null){tdpere.style.width=tdpere.offsetWidth+'px';var nDiv=document.createElement("div");nDiv.setAttribute("style","position:relative;left:0px;top:0px");while (tdpere.childNodes.length>0){nDiv.appendChild(tdpere.childNodes.item(0));}tdpere.appendChild(nDiv);}} var num=oImg.offsetLeft+this.gauche;if (oImg.offsetLeft>0 && oImg.offsetParent && ((parent.oSco && parent.oSco.config_navigateur=="IE")|| (!parent.oSco && surIE)) && window.XMLHttpRequest){var oPere=oImg.offsetParent;if (oPere.className=="STY_paraBasculeCorps"){var vmarg=retrouveValCSS(oPere,"margin-left");if (vmarg.indexOf("px")>0){num-=parseInt(vmarg);}}}oZoneL.style.left=num+"px";num=oImg.offsetTop+this.haut;oZoneL.style.top=num+"px";if (!this.dimCorrige){try {var fond=retrouveValCSS(oZoneL,"background-image");if (fond=="none"){oZoneL.style.backgroundImage="url(none)";}}catch(e){}}if (!MODE_CSS_STRICT && !this.dimCorrige){oZoneL.className+="Dessus";var val=parseInt(oZoneL.style.width)+diffLargeurStrict(oZoneL);if (EDIT_attrDim(oZoneL,"border-left-width")==0){val+=1;}if (EDIT_attrDim(oZoneL,"border-right-width")==0){val+=1;}oZoneL.style.width=val+"px";var hautcs=oZoneL.style.height;if (hautcs!=""){val=parseInt(oZoneL.style.height)+diffHauteurStrict(oZoneL);if (EDIT_attrDim(oZoneL,"border-top-width")==0){val+=1;}if (EDIT_attrDim(oZoneL,"border-bottom-width")==0){val+=1;}oZoneL.className=oZoneL.className.replace("Dessus","");oZoneL.style.height=val+"px";}}this.dimCorrige=true;if (!this.masqueAnim){PF_afficherDiv(this.id);}}}}function EDIT_attrDim(obj,attr){var val=retrouveValCSS(obj,attr);var res=0;if (val.indexOf('px')>0){res=parseInt(val);}return res;}function diffLargeurStrict(obj){return EDIT_attrDim(obj,"padding-left")+EDIT_attrDim(obj,"padding-right")+EDIT_attrDim(obj,"border-left-width")+EDIT_attrDim(obj,"border-right-width");}function diffHauteurStrict(obj){return EDIT_attrDim(obj,"padding-top")+EDIT_attrDim(obj,"padding-bottom")+EDIT_attrDim(obj,"border-top-width")+EDIT_attrDim(obj,"border-bottom-width");}
+function ZoneLien(idZone, refImg, gauche, haut) {
+    this.id = idZone;
+    this.refImg = refImg;
+    this.masqueAnim = false;
+    this.gauche = Number(gauche);
+    this.haut = Number(haut);
+    this.dimCorrige = false;
+    this.placer = ZL_placer;
+}
+
+function ZL_placer() {
+    var oZoneL = PF_donneObjet(this.id);
+    if (oZoneL != null) {
+        var oImg = PF_donneObjet(this.refImg);
+        if (oImg != null) {
+            if ((parent.oSco) && (parent.oSco.config_navigateur == "Netscape")) {
+                var pasDiv = true;
+                var oPere = oImg.parentNode;
+                var tdpere = null;
+                while ((oPere != null) && (pasDiv) && (tdpere == null)) {
+                    var bal = oPere.nodeName.toLowerCase();
+                    if (bal == "td") {
+                        tdpere = oPere;
+                    } else if (bal == "div") {
+                        pasDiv = false;
+                    }
+                    oPere = oPere.parentNode;
+                }
+                if (tdpere != null) {
+                    tdpere.style.width = tdpere.offsetWidth + 'px';
+                    var nDiv = document.createElement("div");
+                    nDiv.setAttribute("style", "position:relative;left:0px;top:0px");
+                    while (tdpere.childNodes.length > 0) {
+                        nDiv.appendChild(tdpere.childNodes.item(0));
+                    }
+                    tdpere.appendChild(nDiv);
+                }
+            }
+            var num = oImg.offsetLeft + this.gauche;
+            if (oImg.offsetLeft > 0 && oImg.offsetParent && ((parent.oSco && parent.oSco.config_navigateur == "IE") || (!parent.oSco && surIE)) && window.XMLHttpRequest) {
+                var oPere = oImg.offsetParent;
+                if (oPere.className == "STY_paraBasculeCorps") {
+                    var vmarg = retrouveValCSS(oPere, "margin-left");
+                    if (vmarg.indexOf("px") > 0) {
+                        num -= parseInt(vmarg);
+                    }
+                }
+            }
+            oZoneL.style.left = num + "px";
+            num = oImg.offsetTop + this.haut;
+            oZoneL.style.top = num + "px";
+            if (!this.dimCorrige) {
+                try {
+                    var fond = retrouveValCSS(oZoneL, "background-image");
+                    if (fond == "none") {
+                        oZoneL.style.backgroundImage = "url(none)";
+                    }
+                } catch (e) {
+                }
+            }
+            if (!MODE_CSS_STRICT && !this.dimCorrige) {
+                oZoneL.className += "Dessus";
+                var val = parseInt(oZoneL.style.width) + diffLargeurStrict(oZoneL);
+                if (EDIT_attrDim(oZoneL, "border-left-width") == 0) {
+                    val += 1;
+                }
+                if (EDIT_attrDim(oZoneL, "border-right-width") == 0) {
+                    val += 1;
+                }
+                oZoneL.style.width = val + "px";
+                var hautcs = oZoneL.style.height;
+                if (hautcs != "") {
+                    val = parseInt(oZoneL.style.height) + diffHauteurStrict(oZoneL);
+                    if (EDIT_attrDim(oZoneL, "border-top-width") == 0) {
+                        val += 1;
+                    }
+                    if (EDIT_attrDim(oZoneL, "border-bottom-width") == 0) {
+                        val += 1;
+                    }
+                    oZoneL.className = oZoneL.className.replace("Dessus", "");
+                    oZoneL.style.height = val + "px";
+                }
+            }
+            this.dimCorrige = true;
+            if (!this.masqueAnim) {
+                PF_afficherDiv(this.id);
+            }
+        }
+    }
+}
+
+function EDIT_attrDim(obj, attr) {
+    var val = retrouveValCSS(obj, attr);
+    var res = 0;
+    if (val.indexOf('px') > 0) {
+        res = parseInt(val);
+    }
+    return res;
+}
+
+function diffLargeurStrict(obj) {
+    return EDIT_attrDim(obj, "padding-left") + EDIT_attrDim(obj, "padding-right") + EDIT_attrDim(obj, "border-left-width") + EDIT_attrDim(obj, "border-right-width");
+}
+
+function diffHauteurStrict(obj) {
+    return EDIT_attrDim(obj, "padding-top") + EDIT_attrDim(obj, "padding-bottom") + EDIT_attrDim(obj, "border-top-width") + EDIT_attrDim(obj, "border-bottom-width");
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/EDIT_contenu.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/EDIT_contenu.js
index edc836a6fdb85291b498d6a45739c0d5291dc08a..fb140ee750dbd1fb9192ad3ea502bd7956997c8b 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/EDIT_contenu.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/EDIT_contenu.js
@@ -1 +1,535 @@
-/* EDIT */var BLOQUE_STYLE=false;var STYLE_ITEM_CTXT='style="display:block;width:100%;cursor:default;color:#000000; text-decoration: none; padding-top: 1px; padding-right: 0px; padding-bottom: 3px; padding-left: 7px; border:1px solid #ffffff;" onmouseover="this.style.backgroundColor=\'#F7F0A1\';this.style.borderColor=\'#ECE05A\';" onmouseout="this.style.backgroundColor=\'\';this.style.borderColor=\'#ffffff\'"';var peutEnregistrer=false;var memoCmtClic='';var objetSelectCourant=null;var peutEditerDispo=false;var peutEditerCmt=false;var oBarreContext=window.createPopup();document.oncontextmenu=EDIT_contextMenu;function EDIT_contextMenu(){var res='<div style="background-color:#ffffff;height:100%;font-family:Tahoma,Arial;font-size:13px;border:1px solid #444444;border-bottom-width:2px;border-right-width:2px">';var hMenu=32;var peutGnr=false;if (window.location.href.indexOf(fenPere.parent.contenu.codeCourant+".xml")>0){peutGnr=true;}var longueur=170;if (MODE_EDIT){var numprevu=1;if (peutGnr&&peutEnregistrer){res+=creeItemMenu('EDIT_enregistrer()',2);hMenu+=20;numprevu=4;} res+=creeItemMenu('EDIT_recharger()',numprevu);} else {if (peutGnr){if (fenPere.parent.menu.DOMMDStyle.documentElement.getAttribute("editMTR")=="non"){BLOQUE_STYLE=true;}if (fenPere.parent.contenu.SPE_existeCmts()||existeMosMap || ((typePage=="exercice")&&(exo.type=="GD"))){res+=creeItemMenu('EDIT_editer(false)',5);longueur=200;hMenu+=20;if (fenPere.parent.menu.LANGUE=='de'){longueur=240;}}if (!BLOQUE_STYLE){res+=creeItemMenu('EDIT_editer(true)',0);hMenu+=20;}}if (positionPerso!=''&&peutGnr){res+=creeItemMenu('EDIT_retablir()',3);hMenu+=20;}if (fenPere.parent.menu.styleDansMosData){res+=creeItemMenu('EDIT_majStyle()',6);hMenu+=20;}res+=creeItemMenu('EDIT_recharger()',1);/*res+=creeItemMenu('EDIT_creerApercu()',7);hMenu+=20;*/}oBarreContext.show(window.event.screenX+5,window.event.screenY+5,longueur,hMenu);oBarreContext.document.body.innerHTML =res+'</div>';return false;}function creeItemMenu(nomFonction,numL){var langGnr=fenPere.parent.menu.LANGUE.substring(0,2);var tabCtx=new Array('Edit Layout','Reload Page','Save','Reset Layout','Cancel','Position Floating Objects','Update Style',"Create Preview");if (langGnr=='fr'){tabCtx=new Array('Modifier la disposition','Recharger la page','Enregistrer','R\xE9tablir la disposition','Annuler','Positionner les objets flottants','Mettre \xE0 jour le style',"Cr\xE9er l'aper\xE7u");} else if (langGnr=='it'){tabCtx=new Array('Modifica disposizione','Ricarica la pagina','Salva','Resetta il layout','Annullare','Posiziona gli oggetti mobili','Aggiornare lo stile',"Create Preview");} else if (langGnr=='de'){tabCtx=new Array('Layout bearbeiten','Seite aktualisieren','Speichern','Layout zur\xFCcksetzen','Abbrechen','Schwebende Elemente positionieren','Stil aktualisieren',"Vorschau erstellen");}var item='<a hideFocus="true" onclick="parent.'+nomFonction+'" '+STYLE_ITEM_CTXT+'>'+tabCtx[numL]+'</a>';return item;}function EDIT_recharger(){oBarreContext.hide();window.location.reload(true);}function EDIT_retablir(){divsEdites=',';EDIT_enregistrer();}function EDIT_toucheClavier(evt){if (evt==null){evt=window.event;}if (MODE_EDIT){if (evt.keyCode==46) {var range = document.selection.createRange();var typeSel=document.selection.type.toLowerCase();if (typeSel=="control"){var lid=range.item(0).id;if ((range.item(0).tagName=="DIV")&&(EDIT_bonID(lid))){EDIT_marqueDiv(lid);} else {window.event.cancelBubble=true;return false;} }}}}function EDIT_bonID(lid){var res=false;if ((lid!=null)&&(lid!='')){if ((!BLOQUE_STYLE) || EDIT_estCmt(lid)){res=true;}}return res;}function EDIT_supprimeMasque(idObj){var oZonS=PF_donneObjet(idObj);if ((oZonS!=null)&&(oZonS.style.display=="none")){oZonS.parentNode.removeChild(oZonS);}}function EDIT_estCmt(lid){if (lid.indexOf("AP_PNG")>0){return false;}return ((lid.indexOf('divCmt')==0) || (lid.indexOf('divSugg')==0) || (lid.indexOf('divConsigne')==0) || (lid.indexOf('MosMap')==0) || (lid.indexOf('exoGDd')==0));}function EDIT_editer(modeStyle){oBarreContext.hide();peutEditerDispo=false;peutEditerCmt=false;if (modeStyle){MODE_MODIF="disposition";peutEditerDispo=true;}else {MODE_MODIF="flottant";peutEditerCmt=true;}document.onkeydown=EDIT_toucheClavier;EDIT_supprimeMasque("STY_zoneTitre");EDIT_supprimeMasque("STY_zoneCommentaire");document.getElementsByTagName("body").item(0).style.height="100%";var lesdivs=document.getElementsByTagName("div");document.body.contentEditable=true;for (var i=0;i<lesdivs.length;i++){var oDiv=lesdivs.item(i);if ((EDIT_bonID(oDiv.id)&&((oDiv.currentStyle['position']=='absolute')||(oDiv.currentStyle['position']=='relative'))) && ((modeStyle && !EDIT_estCmt(oDiv.id)) || (!modeStyle && EDIT_estCmt(oDiv.id) && (oDiv.currentStyle['display']!='none')))) {enleverArrondi(oDiv,true);oDiv.parentNode.onresizestart=EDIT_desactiveAction;oDiv.parentNode.onmovestart=EDIT_desactiveAction;oDiv.onresizeend=EDIT_finRedim;oDiv.onmoveend=EDIT_finDeplacement;oDiv.parentNode.onkeydown=EDIT_deplaceFleche;if(oDiv.currentStyle['borderWidth'].indexOf("medium")>=0){oDiv.style.borderWidth="1px";}if(oDiv.currentStyle['borderStyle'].indexOf("none")>=0){oDiv.style.borderStyle="dashed";oDiv.style.borderBottomWidth="2px";}if (oDiv.id.indexOf('MosMap')==0){oDiv.onmouseover=EDIT_faux;}oDiv.onmovestart=EDIT_debutDep;oDiv.onresizestart=EDIT_debutDim;oDiv.oncontrolselect=EDIT_selectCourant;var lesdivsfils=oDiv.getElementsByTagName("div");for (var j=0;j<lesdivsfils.length;j++){var oDivFils=lesdivsfils.item(j);if ((oDivFils.id=='')||((oDivFils.currentStyle['position']!='absolute')&&(oDivFils.currentStyle['position']!='relative'))){oDivFils.contentEditable=false;}}} else {if ((!existeMosMap)&&((typePage!="exercice")||(exo.type!='GD'))){oDiv.contentEditable=false;}if ((modeStyle && !EDIT_estCmt(oDiv.id)) || (!modeStyle && EDIT_estCmt(oDiv.id))){oDiv.oncontrolselect=EDIT_desactiveAction;oDiv.onresizestart=EDIT_desactiveAction;oDiv.onmovestart=EDIT_desactiveAction;} else {oDiv.oncontrolselect=EDIT_desactiveAction;oDiv.onresizestart=EDIT_faux;oDiv.onmovestart=EDIT_desactiveAction;}if (oDiv.currentStyle['display']=='none'){EDIT_cacheDivE(oDiv);oDiv.innerHTML="";}}}var inv=PF_donneObjet("zoneInvisible");if (inv!=null){EDIT_cacheDivE(inv);var lesimg=document.getElementsByTagName("img");for (var i=0;i<lesimg.length;i++){var oimg=lesimg.item(i);oimg.oncontrolselect=EDIT_faux;oimg.contentEditable=false;oimg.onresizestart=EDIT_faux;oimg.onmovestart=EDIT_faux;try{oimg.style.cursor="default";}catch(e){}}}document.execCommand("2D-Position",0,true);MODE_EDIT=true;}function EDIT_cacheDivE(inv){inv.style.fontSize="1px";inv.style.position="absolute";inv.style.left="-100px";inv.style.top="-100px";inv.style.overflow="hidden";inv.style.width="5px";inv.style.height="5px";}function EDIT_faux(){return false;}function EDIT_selectCourant(){objetSelectCourant=window.event.srcElement;window.event.cancleBubble=true;return true;}function EDIT_finRedim(){if (MODE_CSS_STRICT){var obj=window.event.srcElement;if (obj.style.width.indexOf('%')<0){var remp1=diffLargeurStrict(obj)*2;obj.style.width=(obj.offsetWidth-remp1)+"px";}if (obj.style.height.indexOf('%')<0){var remp1=diffHauteurStrict(obj)*2;obj.style.minHeight="";obj.style.height=(obj.offsetHeight-remp1)+"px";}}EDIT_finBougeage();}function EDIT_finDeplacement(){if (memoCmtClic!=''){var lid=window.event.srcElement.id;var oCmt=donneCmtID(lid);if (oCmt!=null){memoCmtClic=memoCmtClic.replace(/px/g,'');var tabP=memoCmtClic.split('/');var posFin=parseInt(window.event.srcElement.style.left)-parseInt(tabP[0]);oCmt.posX=posFin+parseInt(oCmt.posX);posFin=parseInt(window.event.srcElement.style.top)-parseInt(tabP[1]);oCmt.posY=posFin+parseInt(oCmt.posY);}}EDIT_finBougeage();}function EDIT_finBougeage(){}function EDIT_desactiveAction(){var lid=window.event.srcElement.id;if (!EDIT_bonID(lid)){window.focus();return false;}else {EDIT_marqueDiv(lid);}}function EDIT_debutDep(){memoCmtClic="";var lid=window.event.srcElement.id;if (lid.indexOf('divCmt')==0){var oCmt=donneCmtID(lid);if(oCmt!=null && oCmt.orign=='clic'){memoCmtClic=window.event.srcElement.style.left+"/"+window.event.srcElement.style.top;}}EDIT_marqueDiv(lid);window.event.cancleBubble=true;window.event.returnValue=true;return true;}function EDIT_debutDim(){EDIT_marqueDiv(window.event.srcElement.id);window.event.cancelBubble=true;return true;}function EDIT_marqueDiv(lid){if (peutEditerCmt && lid.indexOf("divCmt")==0 || peutEditerDispo){peutEnregistrer=true;if (divsEdites.indexOf(','+lid+',')<0){divsEdites+=lid+",";}}}function EDIT_enregistrer(){var resGnr='';var resCmt='';oBarreContext.hide();var tabEd=divsEdites.split(",");for (var j=0;j<tabEd.length;j++){var lid=tabEd[j];if (lid!=''){var obj=PF_donneObjet(lid);if (obj!=null){if (lid=="divCmtSucces"){resCmt+=EDIT_ligneEnr("cmtSucces",obj);} else if (lid.indexOf("divCmt")==0){oCmt=donneCmtID(lid);if(oCmt!=null&&(oCmt.orign=='clic'||oCmt.orign=='zone')){ resCmt+="cmt_"+lid.substring(6)+"/left:"+oCmt.posX+"px;top:"+oCmt.posY+"px;"+EDIT_attrS("width",obj.style.width)+EDIT_attrS("height",obj.style.height)+"#";} else {resCmt+=EDIT_ligneEnr("cmt_"+lid.substring(6),obj);}} else if (lid=="divConsigne"){resCmt+=EDIT_ligneEnr("consigne",obj);} else if (lid.indexOf("divSugg")==0){resCmt+=EDIT_ligneEnr("sugg_"+lid.substring(7),obj);} else if (lid.indexOf("MosMap")==0){var objXMLGnr=fenPere.parent.menu.XML_trouveNoeud(fenPere.parent.contenu.DOMPageCourante,"zoneLien","id",lid);if (objXMLGnr!=null){var oImg=PF_donneObjet(objXMLGnr.getAttribute("refImg"));if (oImg!=null){objXMLGnr.setAttribute("gauche",parseInt(obj.style.left)-oImg.offsetLeft);objXMLGnr.setAttribute("haut",parseInt(obj.style.top)-oImg.offsetTop);var atrStyle="display:block;position:absolute;left:"+obj.style.left+";top:"+obj.style.top+";width:"+obj.style.width+";height:"+obj.style.height;objXMLGnr.setAttribute("style",atrStyle);var objHTML=fenPere.parent.contenu.PF_donneObjet(lid);objHTML.style.left=obj.style.left;objHTML.style.top=obj.style.top;objHTML.style.width=obj.style.width;objHTML.style.height=obj.style.height;}}} else if ((lid.indexOf("champTrou")==0)&& exo){} else if (lid.indexOf("exoGD")==0){GD_enrDecalage(lid);} else {resGnr+=EDIT_ligneEnr(lid,obj);}} else {resGnr+=lid+"/supprime:;#";}}}fenPere.parent.contenu.GTR_persitePositons(resGnr,resCmt);peutEnregistrer=false;setTimeout(EDIT_recharger,200)}function EDIT_ligneEnr(lid,obj){return lid+"/"+EDIT_attrS("left",obj.style.left)+EDIT_attrS("top",obj.style.top)+EDIT_attrS("width",obj.style.width)+EDIT_attrS("height",obj.style.height)+"#";}function EDIT_attrS(attr,val){var res='';if (val!=''){res=attr+":"+val+";";}return res;}function EDIT_deplaceFleche(){var codeC=window.event.keyCode;var majus=false;if (window.event.shiftKey){majus=true;}if ((codeC>36)&&(codeC<41)&& objetSelectCourant){window.event.cancelBubble=true;if (codeC==38){var valp=ajoutePixelPos(objetSelectCourant.currentStyle["top"],majus,true);if (valp!=''){objetSelectCourant.style.top=valp}} else if (codeC==40){var valp=ajoutePixelPos(objetSelectCourant.currentStyle["top"],majus,false);if (valp!=''){objetSelectCourant.style.top=valp}} else if (codeC==37){var valp=ajoutePixelPos(objetSelectCourant.currentStyle["left"],majus,true);if (valp!=''){objetSelectCourant.style.left=valp}} else if (codeC==39){var valp=ajoutePixelPos(objetSelectCourant.currentStyle["left"],majus,false);if (valp!=''){objetSelectCourant.style.left=valp}}EDIT_marqueDiv(objetSelectCourant.id);return false;}}function ajoutePixelPos(valPx,maj,inverse){var resStr="";if (valPx.length>1){var ajV=1;if (maj){ajV=10;}if (inverse){ajV=-ajV;}var indFin=valPx.indexOf("px");if (indFin<0){ indFin=valPx.indexOf("%");}var num=parseInt(valPx.substring(0,indFin));num+=ajV;resStr=num+valPx.substring(indFin);}return resStr;}function EDIT_majStyle(){fenPere.parent.menu.GTR_majStyle(false);EDIT_recharger();}function EDIT_creerApercu(){oBarreContext.hide();setTimeout(suiteGnrApercu,300);}function suiteGnrApercu(){var codeI=fenPere.parent.contenu.codeCourant;if (parent.oSco.numPageCourante==0){if (!fenPere.parent.contenu.possedeMD){var oArbo=fenPere.parent.contenu.donnePageArbo();if (oArbo!=null){var oEtape=oArbo.parentNode; var oMetadata=fenPere.parent.contenu.refMenu.XML_fils(oEtape,"metadata"); if (oMetadata!=null){ codeI=oEtape.getAttribute("code"); } else { codeI="course"; }}}}var chemin=parent.RACINE_stage+"contenu/media/prvw_"+codeI+".png";var existeVign=false;if (fenPere.top.menu.NOM_CREATEUR=="MOS Solo"){if (chemin.indexOf("file:///")==0){chemin=chemin.substring(8);chemin=unescape(chemin.replace(/\//g,"\\"));}var trouveFenSolo=false;try {existeVign=fenPere.top.opener.initAXCapture(chemin);} catch(e){try {var oCaptureIE = new ActiveXObject("MOSCapture.Thumb");var test0 = oCaptureIE.captureWindow(chemin,170,115,"false");existeVign=true;} catch(e){alert(e.message);}}} else {var barreMenuExiste="false";if (window.XMLHttpRequest){barreMenuExiste="true";}try {var oCaptureIE = new ActiveXObject("MOSCapture.Thumb");var chaine64 = oCaptureIE.captureWindow("",170,115,barreMenuExiste);var xmlDoc=new ActiveXObject("Msxml2.DOMDocument.3.0");xmlDoc.loadXML("<transfertFichier64/>");var oRac = xmlDoc.documentElement;var indpub=chemin.indexOf("/MosPub/");if (indpub<0){return alert("Bad path: "+chemin);}chemin=chemin.substring(indpub+1);oRac.setAttribute("chemin",chemin);oRac.dataType = "bin.base64";oRac.nodeTypedValue = chaine64;var objHTTP=new ActiveXObject("Msxml2.XMLHTTP.3.0");objHTTP.open("POST",parent.RACINE_stage+"../../MosGnr/aspx/SRV_copieXML.aspx",false);objHTTP.setRequestHeader("Content-Type", "text/xml; charset=utf-8"); objHTTP.send(xmlDoc.xml); if (objHTTP.responseXML.text=="ok"){existeVign=true;}} catch(e){alert(e.message);}}if (existeVign){var langGnr=fenPere.parent.menu.LANGUE.substring(0,2);var lmsg="The thumbnail has been created for '"+codeI+"'.";if (langGnr=="fr"){lmsg="L'aper\xE7u a \xE9t\xE9 cr\xE9\xE9 pour '"+codeI+"'.";}if (langGnr=="de"){lmsg="Die Vorschau f\xFCr '"+codeI+"' wurde erstellt.";}alert(lmsg);}}function EDIT_attrDim(obj,attr){var val=retrouveValCSS(obj,attr);var res=0;if (val.indexOf('px')>0){res=parseInt(val);}return res;}function diffLargeurStrict(obj){return EDIT_attrDim(obj,"padding-left")+EDIT_attrDim(obj,"padding-right")+EDIT_attrDim(obj,"border-left-width")+EDIT_attrDim(obj,"border-right-width");}function diffHauteurStrict(obj){return EDIT_attrDim(obj,"padding-top")+EDIT_attrDim(obj,"padding-bottom")+EDIT_attrDim(obj,"border-top-width")+EDIT_attrDim(obj,"border-bottom-width");}/* fin EDIT */
+/* EDIT */
+var BLOQUE_STYLE = false;
+var STYLE_ITEM_CTXT = 'style="display:block;width:100%;cursor:default;color:#000000; text-decoration: none; padding-top: 1px; padding-right: 0px; padding-bottom: 3px; padding-left: 7px; border:1px solid #ffffff;" onmouseover="this.style.backgroundColor=\'#F7F0A1\';this.style.borderColor=\'#ECE05A\';" onmouseout="this.style.backgroundColor=\'\';this.style.borderColor=\'#ffffff\'"';
+var peutEnregistrer = false;
+var memoCmtClic = '';
+var objetSelectCourant = null;
+var peutEditerDispo = false;
+var peutEditerCmt = false;
+var oBarreContext = window.createPopup();
+document.oncontextmenu = EDIT_contextMenu;
+
+function EDIT_contextMenu() {
+    var res = '<div style="background-color:#ffffff;height:100%;font-family:Tahoma,Arial;font-size:13px;border:1px solid #444444;border-bottom-width:2px;border-right-width:2px">';
+    var hMenu = 32;
+    var peutGnr = false;
+    if (window.location.href.indexOf(fenPere.parent.contenu.codeCourant + ".xml") > 0) {
+        peutGnr = true;
+    }
+    var longueur = 170;
+    if (MODE_EDIT) {
+        var numprevu = 1;
+        if (peutGnr && peutEnregistrer) {
+            res += creeItemMenu('EDIT_enregistrer()', 2);
+            hMenu += 20;
+            numprevu = 4;
+        }
+        res += creeItemMenu('EDIT_recharger()', numprevu);
+    } else {
+        if (peutGnr) {
+            if (fenPere.parent.menu.DOMMDStyle.documentElement.getAttribute("editMTR") == "non") {
+                BLOQUE_STYLE = true;
+            }
+            if (fenPere.parent.contenu.SPE_existeCmts() || existeMosMap || ((typePage == "exercice") && (exo.type == "GD"))) {
+                res += creeItemMenu('EDIT_editer(false)', 5);
+                longueur = 200;
+                hMenu += 20;
+                if (fenPere.parent.menu.LANGUE == 'de') {
+                    longueur = 240;
+                }
+            }
+            if (!BLOQUE_STYLE) {
+                res += creeItemMenu('EDIT_editer(true)', 0);
+                hMenu += 20;
+            }
+        }
+        if (positionPerso != '' && peutGnr) {
+            res += creeItemMenu('EDIT_retablir()', 3);
+            hMenu += 20;
+        }
+        if (fenPere.parent.menu.styleDansMosData) {
+            res += creeItemMenu('EDIT_majStyle()', 6);
+            hMenu += 20;
+        }
+        res += creeItemMenu('EDIT_recharger()', 1);/*res+=creeItemMenu('EDIT_creerApercu()',7);hMenu+=20;*/
+    }
+    oBarreContext.show(window.event.screenX + 5, window.event.screenY + 5, longueur, hMenu);
+    oBarreContext.document.body.innerHTML = res + '</div>';
+    return false;
+}
+
+function creeItemMenu(nomFonction, numL) {
+    var langGnr = fenPere.parent.menu.LANGUE.substring(0, 2);
+    var tabCtx = new Array('Edit Layout', 'Reload Page', 'Save', 'Reset Layout', 'Cancel', 'Position Floating Objects', 'Update Style', "Create Preview");
+    if (langGnr == 'fr') {
+        tabCtx = new Array('Modifier la disposition', 'Recharger la page', 'Enregistrer', 'R\xE9tablir la disposition', 'Annuler', 'Positionner les objets flottants', 'Mettre \xE0 jour le style', "Cr\xE9er l'aper\xE7u");
+    } else if (langGnr == 'it') {
+        tabCtx = new Array('Modifica disposizione', 'Ricarica la pagina', 'Salva', 'Resetta il layout', 'Annullare', 'Posiziona gli oggetti mobili', 'Aggiornare lo stile', "Create Preview");
+    } else if (langGnr == 'de') {
+        tabCtx = new Array('Layout bearbeiten', 'Seite aktualisieren', 'Speichern', 'Layout zur\xFCcksetzen', 'Abbrechen', 'Schwebende Elemente positionieren', 'Stil aktualisieren', "Vorschau erstellen");
+    }
+    var item = '<a hideFocus="true" onclick="parent.' + nomFonction + '" ' + STYLE_ITEM_CTXT + '>' + tabCtx[numL] + '</a>';
+    return item;
+}
+
+function EDIT_recharger() {
+    oBarreContext.hide();
+    window.location.reload(true);
+}
+
+function EDIT_retablir() {
+    divsEdites = ',';
+    EDIT_enregistrer();
+}
+
+function EDIT_toucheClavier(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (MODE_EDIT) {
+        if (evt.keyCode == 46) {
+            var range = document.selection.createRange();
+            var typeSel = document.selection.type.toLowerCase();
+            if (typeSel == "control") {
+                var lid = range.item(0).id;
+                if ((range.item(0).tagName == "DIV") && (EDIT_bonID(lid))) {
+                    EDIT_marqueDiv(lid);
+                } else {
+                    window.event.cancelBubble = true;
+                    return false;
+                }
+            }
+        }
+    }
+}
+
+function EDIT_bonID(lid) {
+    var res = false;
+    if ((lid != null) && (lid != '')) {
+        if ((!BLOQUE_STYLE) || EDIT_estCmt(lid)) {
+            res = true;
+        }
+    }
+    return res;
+}
+
+function EDIT_supprimeMasque(idObj) {
+    var oZonS = PF_donneObjet(idObj);
+    if ((oZonS != null) && (oZonS.style.display == "none")) {
+        oZonS.parentNode.removeChild(oZonS);
+    }
+}
+
+function EDIT_estCmt(lid) {
+    if (lid.indexOf("AP_PNG") > 0) {
+        return false;
+    }
+    return ((lid.indexOf('divCmt') == 0) || (lid.indexOf('divSugg') == 0) || (lid.indexOf('divConsigne') == 0) || (lid.indexOf('MosMap') == 0) || (lid.indexOf('exoGDd') == 0));
+}
+
+function EDIT_editer(modeStyle) {
+    oBarreContext.hide();
+    peutEditerDispo = false;
+    peutEditerCmt = false;
+    if (modeStyle) {
+        MODE_MODIF = "disposition";
+        peutEditerDispo = true;
+    } else {
+        MODE_MODIF = "flottant";
+        peutEditerCmt = true;
+    }
+    document.onkeydown = EDIT_toucheClavier;
+    EDIT_supprimeMasque("STY_zoneTitre");
+    EDIT_supprimeMasque("STY_zoneCommentaire");
+    document.getElementsByTagName("body").item(0).style.height = "100%";
+    var lesdivs = document.getElementsByTagName("div");
+    document.body.contentEditable = true;
+    for (var i = 0; i < lesdivs.length; i++) {
+        var oDiv = lesdivs.item(i);
+        if ((EDIT_bonID(oDiv.id) && ((oDiv.currentStyle['position'] == 'absolute') || (oDiv.currentStyle['position'] == 'relative'))) && ((modeStyle && !EDIT_estCmt(oDiv.id)) || (!modeStyle && EDIT_estCmt(oDiv.id) && (oDiv.currentStyle['display'] != 'none')))) {
+            enleverArrondi(oDiv, true);
+            oDiv.parentNode.onresizestart = EDIT_desactiveAction;
+            oDiv.parentNode.onmovestart = EDIT_desactiveAction;
+            oDiv.onresizeend = EDIT_finRedim;
+            oDiv.onmoveend = EDIT_finDeplacement;
+            oDiv.parentNode.onkeydown = EDIT_deplaceFleche;
+            if (oDiv.currentStyle['borderWidth'].indexOf("medium") >= 0) {
+                oDiv.style.borderWidth = "1px";
+            }
+            if (oDiv.currentStyle['borderStyle'].indexOf("none") >= 0) {
+                oDiv.style.borderStyle = "dashed";
+                oDiv.style.borderBottomWidth = "2px";
+            }
+            if (oDiv.id.indexOf('MosMap') == 0) {
+                oDiv.onmouseover = EDIT_faux;
+            }
+            oDiv.onmovestart = EDIT_debutDep;
+            oDiv.onresizestart = EDIT_debutDim;
+            oDiv.oncontrolselect = EDIT_selectCourant;
+            var lesdivsfils = oDiv.getElementsByTagName("div");
+            for (var j = 0; j < lesdivsfils.length; j++) {
+                var oDivFils = lesdivsfils.item(j);
+                if ((oDivFils.id == '') || ((oDivFils.currentStyle['position'] != 'absolute') && (oDivFils.currentStyle['position'] != 'relative'))) {
+                    oDivFils.contentEditable = false;
+                }
+            }
+        } else {
+            if ((!existeMosMap) && ((typePage != "exercice") || (exo.type != 'GD'))) {
+                oDiv.contentEditable = false;
+            }
+            if ((modeStyle && !EDIT_estCmt(oDiv.id)) || (!modeStyle && EDIT_estCmt(oDiv.id))) {
+                oDiv.oncontrolselect = EDIT_desactiveAction;
+                oDiv.onresizestart = EDIT_desactiveAction;
+                oDiv.onmovestart = EDIT_desactiveAction;
+            } else {
+                oDiv.oncontrolselect = EDIT_desactiveAction;
+                oDiv.onresizestart = EDIT_faux;
+                oDiv.onmovestart = EDIT_desactiveAction;
+            }
+            if (oDiv.currentStyle['display'] == 'none') {
+                EDIT_cacheDivE(oDiv);
+                oDiv.innerHTML = "";
+            }
+        }
+    }
+    var inv = PF_donneObjet("zoneInvisible");
+    if (inv != null) {
+        EDIT_cacheDivE(inv);
+        var lesimg = document.getElementsByTagName("img");
+        for (var i = 0; i < lesimg.length; i++) {
+            var oimg = lesimg.item(i);
+            oimg.oncontrolselect = EDIT_faux;
+            oimg.contentEditable = false;
+            oimg.onresizestart = EDIT_faux;
+            oimg.onmovestart = EDIT_faux;
+            try {
+                oimg.style.cursor = "default";
+            } catch (e) {
+            }
+        }
+    }
+    document.execCommand("2D-Position", 0, true);
+    MODE_EDIT = true;
+}
+
+function EDIT_cacheDivE(inv) {
+    inv.style.fontSize = "1px";
+    inv.style.position = "absolute";
+    inv.style.left = "-100px";
+    inv.style.top = "-100px";
+    inv.style.overflow = "hidden";
+    inv.style.width = "5px";
+    inv.style.height = "5px";
+}
+
+function EDIT_faux() {
+    return false;
+}
+
+function EDIT_selectCourant() {
+    objetSelectCourant = window.event.srcElement;
+    window.event.cancleBubble = true;
+    return true;
+}
+
+function EDIT_finRedim() {
+    if (MODE_CSS_STRICT) {
+        var obj = window.event.srcElement;
+        if (obj.style.width.indexOf('%') < 0) {
+            var remp1 = diffLargeurStrict(obj) * 2;
+            obj.style.width = (obj.offsetWidth - remp1) + "px";
+        }
+        if (obj.style.height.indexOf('%') < 0) {
+            var remp1 = diffHauteurStrict(obj) * 2;
+            obj.style.minHeight = "";
+            obj.style.height = (obj.offsetHeight - remp1) + "px";
+        }
+    }
+    EDIT_finBougeage();
+}
+
+function EDIT_finDeplacement() {
+    if (memoCmtClic != '') {
+        var lid = window.event.srcElement.id;
+        var oCmt = donneCmtID(lid);
+        if (oCmt != null) {
+            memoCmtClic = memoCmtClic.replace(/px/g, '');
+            var tabP = memoCmtClic.split('/');
+            var posFin = parseInt(window.event.srcElement.style.left) - parseInt(tabP[0]);
+            oCmt.posX = posFin + parseInt(oCmt.posX);
+            posFin = parseInt(window.event.srcElement.style.top) - parseInt(tabP[1]);
+            oCmt.posY = posFin + parseInt(oCmt.posY);
+        }
+    }
+    EDIT_finBougeage();
+}
+
+function EDIT_finBougeage() {
+}
+
+function EDIT_desactiveAction() {
+    var lid = window.event.srcElement.id;
+    if (!EDIT_bonID(lid)) {
+        window.focus();
+        return false;
+    } else {
+        EDIT_marqueDiv(lid);
+    }
+}
+
+function EDIT_debutDep() {
+    memoCmtClic = "";
+    var lid = window.event.srcElement.id;
+    if (lid.indexOf('divCmt') == 0) {
+        var oCmt = donneCmtID(lid);
+        if (oCmt != null && oCmt.orign == 'clic') {
+            memoCmtClic = window.event.srcElement.style.left + "/" + window.event.srcElement.style.top;
+        }
+    }
+    EDIT_marqueDiv(lid);
+    window.event.cancleBubble = true;
+    window.event.returnValue = true;
+    return true;
+}
+
+function EDIT_debutDim() {
+    EDIT_marqueDiv(window.event.srcElement.id);
+    window.event.cancelBubble = true;
+    return true;
+}
+
+function EDIT_marqueDiv(lid) {
+    if (peutEditerCmt && lid.indexOf("divCmt") == 0 || peutEditerDispo) {
+        peutEnregistrer = true;
+        if (divsEdites.indexOf(',' + lid + ',') < 0) {
+            divsEdites += lid + ",";
+        }
+    }
+}
+
+function EDIT_enregistrer() {
+    var resGnr = '';
+    var resCmt = '';
+    oBarreContext.hide();
+    var tabEd = divsEdites.split(",");
+    for (var j = 0; j < tabEd.length; j++) {
+        var lid = tabEd[j];
+        if (lid != '') {
+            var obj = PF_donneObjet(lid);
+            if (obj != null) {
+                if (lid == "divCmtSucces") {
+                    resCmt += EDIT_ligneEnr("cmtSucces", obj);
+                } else if (lid.indexOf("divCmt") == 0) {
+                    oCmt = donneCmtID(lid);
+                    if (oCmt != null && (oCmt.orign == 'clic' || oCmt.orign == 'zone')) {
+                        resCmt += "cmt_" + lid.substring(6) + "/left:" + oCmt.posX + "px;top:" + oCmt.posY + "px;" + EDIT_attrS("width", obj.style.width) + EDIT_attrS("height", obj.style.height) + "#";
+                    } else {
+                        resCmt += EDIT_ligneEnr("cmt_" + lid.substring(6), obj);
+                    }
+                } else if (lid == "divConsigne") {
+                    resCmt += EDIT_ligneEnr("consigne", obj);
+                } else if (lid.indexOf("divSugg") == 0) {
+                    resCmt += EDIT_ligneEnr("sugg_" + lid.substring(7), obj);
+                } else if (lid.indexOf("MosMap") == 0) {
+                    var objXMLGnr = fenPere.parent.menu.XML_trouveNoeud(fenPere.parent.contenu.DOMPageCourante, "zoneLien", "id", lid);
+                    if (objXMLGnr != null) {
+                        var oImg = PF_donneObjet(objXMLGnr.getAttribute("refImg"));
+                        if (oImg != null) {
+                            objXMLGnr.setAttribute("gauche", parseInt(obj.style.left) - oImg.offsetLeft);
+                            objXMLGnr.setAttribute("haut", parseInt(obj.style.top) - oImg.offsetTop);
+                            var atrStyle = "display:block;position:absolute;left:" + obj.style.left + ";top:" + obj.style.top + ";width:" + obj.style.width + ";height:" + obj.style.height;
+                            objXMLGnr.setAttribute("style", atrStyle);
+                            var objHTML = fenPere.parent.contenu.PF_donneObjet(lid);
+                            objHTML.style.left = obj.style.left;
+                            objHTML.style.top = obj.style.top;
+                            objHTML.style.width = obj.style.width;
+                            objHTML.style.height = obj.style.height;
+                        }
+                    }
+                } else if ((lid.indexOf("champTrou") == 0) && exo) {
+                } else if (lid.indexOf("exoGD") == 0) {
+                    GD_enrDecalage(lid);
+                } else {
+                    resGnr += EDIT_ligneEnr(lid, obj);
+                }
+            } else {
+                resGnr += lid + "/supprime:;#";
+            }
+        }
+    }
+    fenPere.parent.contenu.GTR_persitePositons(resGnr, resCmt);
+    peutEnregistrer = false;
+    setTimeout(EDIT_recharger, 200)
+}
+
+function EDIT_ligneEnr(lid, obj) {
+    return lid + "/" + EDIT_attrS("left", obj.style.left) + EDIT_attrS("top", obj.style.top) + EDIT_attrS("width", obj.style.width) + EDIT_attrS("height", obj.style.height) + "#";
+}
+
+function EDIT_attrS(attr, val) {
+    var res = '';
+    if (val != '') {
+        res = attr + ":" + val + ";";
+    }
+    return res;
+}
+
+function EDIT_deplaceFleche() {
+    var codeC = window.event.keyCode;
+    var majus = false;
+    if (window.event.shiftKey) {
+        majus = true;
+    }
+    if ((codeC > 36) && (codeC < 41) && objetSelectCourant) {
+        window.event.cancelBubble = true;
+        if (codeC == 38) {
+            var valp = ajoutePixelPos(objetSelectCourant.currentStyle["top"], majus, true);
+            if (valp != '') {
+                objetSelectCourant.style.top = valp
+            }
+        } else if (codeC == 40) {
+            var valp = ajoutePixelPos(objetSelectCourant.currentStyle["top"], majus, false);
+            if (valp != '') {
+                objetSelectCourant.style.top = valp
+            }
+        } else if (codeC == 37) {
+            var valp = ajoutePixelPos(objetSelectCourant.currentStyle["left"], majus, true);
+            if (valp != '') {
+                objetSelectCourant.style.left = valp
+            }
+        } else if (codeC == 39) {
+            var valp = ajoutePixelPos(objetSelectCourant.currentStyle["left"], majus, false);
+            if (valp != '') {
+                objetSelectCourant.style.left = valp
+            }
+        }
+        EDIT_marqueDiv(objetSelectCourant.id);
+        return false;
+    }
+}
+
+function ajoutePixelPos(valPx, maj, inverse) {
+    var resStr = "";
+    if (valPx.length > 1) {
+        var ajV = 1;
+        if (maj) {
+            ajV = 10;
+        }
+        if (inverse) {
+            ajV = -ajV;
+        }
+        var indFin = valPx.indexOf("px");
+        if (indFin < 0) {
+            indFin = valPx.indexOf("%");
+        }
+        var num = parseInt(valPx.substring(0, indFin));
+        num += ajV;
+        resStr = num + valPx.substring(indFin);
+    }
+    return resStr;
+}
+
+function EDIT_majStyle() {
+    fenPere.parent.menu.GTR_majStyle(false);
+    EDIT_recharger();
+}
+
+function EDIT_creerApercu() {
+    oBarreContext.hide();
+    setTimeout(suiteGnrApercu, 300);
+}
+
+function suiteGnrApercu() {
+    var codeI = fenPere.parent.contenu.codeCourant;
+    if (parent.oSco.numPageCourante == 0) {
+        if (!fenPere.parent.contenu.possedeMD) {
+            var oArbo = fenPere.parent.contenu.donnePageArbo();
+            if (oArbo != null) {
+                var oEtape = oArbo.parentNode;
+                var oMetadata = fenPere.parent.contenu.refMenu.XML_fils(oEtape, "metadata");
+                if (oMetadata != null) {
+                    codeI = oEtape.getAttribute("code");
+                } else {
+                    codeI = "course";
+                }
+            }
+        }
+    }
+    var chemin = parent.RACINE_stage + "contenu/media/prvw_" + codeI + ".png";
+    var existeVign = false;
+    if (fenPere.top.menu.NOM_CREATEUR == "MOS Solo") {
+        if (chemin.indexOf("file:///") == 0) {
+            chemin = chemin.substring(8);
+            chemin = unescape(chemin.replace(/\//g, "\\"));
+        }
+        var trouveFenSolo = false;
+        try {
+            existeVign = fenPere.top.opener.initAXCapture(chemin);
+        } catch (e) {
+            try {
+                var oCaptureIE = new ActiveXObject("MOSCapture.Thumb");
+                var test0 = oCaptureIE.captureWindow(chemin, 170, 115, "false");
+                existeVign = true;
+            } catch (e) {
+                alert(e.message);
+            }
+        }
+    } else {
+        var barreMenuExiste = "false";
+        if (window.XMLHttpRequest) {
+            barreMenuExiste = "true";
+        }
+        try {
+            var oCaptureIE = new ActiveXObject("MOSCapture.Thumb");
+            var chaine64 = oCaptureIE.captureWindow("", 170, 115, barreMenuExiste);
+            var xmlDoc = new ActiveXObject("Msxml2.DOMDocument.3.0");
+            xmlDoc.loadXML("<transfertFichier64/>");
+            var oRac = xmlDoc.documentElement;
+            var indpub = chemin.indexOf("/MosPub/");
+            if (indpub < 0) {
+                return alert("Bad path: " + chemin);
+            }
+            chemin = chemin.substring(indpub + 1);
+            oRac.setAttribute("chemin", chemin);
+            oRac.dataType = "bin.base64";
+            oRac.nodeTypedValue = chaine64;
+            var objHTTP = new ActiveXObject("Msxml2.XMLHTTP.3.0");
+            objHTTP.open("POST", parent.RACINE_stage + "../../MosGnr/aspx/SRV_copieXML.aspx", false);
+            objHTTP.setRequestHeader("Content-Type", "text/xml; charset=utf-8");
+            objHTTP.send(xmlDoc.xml);
+            if (objHTTP.responseXML.text == "ok") {
+                existeVign = true;
+            }
+        } catch (e) {
+            alert(e.message);
+        }
+    }
+    if (existeVign) {
+        var langGnr = fenPere.parent.menu.LANGUE.substring(0, 2);
+        var lmsg = "The thumbnail has been created for '" + codeI + "'.";
+        if (langGnr == "fr") {
+            lmsg = "L'aper\xE7u a \xE9t\xE9 cr\xE9\xE9 pour '" + codeI + "'.";
+        }
+        if (langGnr == "de") {
+            lmsg = "Die Vorschau f\xFCr '" + codeI + "' wurde erstellt.";
+        }
+        alert(lmsg);
+    }
+}
+
+function EDIT_attrDim(obj, attr) {
+    var val = retrouveValCSS(obj, attr);
+    var res = 0;
+    if (val.indexOf('px') > 0) {
+        res = parseInt(val);
+    }
+    return res;
+}
+
+function diffLargeurStrict(obj) {
+    return EDIT_attrDim(obj, "padding-left") + EDIT_attrDim(obj, "padding-right") + EDIT_attrDim(obj, "border-left-width") + EDIT_attrDim(obj, "border-right-width");
+}
+
+function diffHauteurStrict(obj) {
+    return EDIT_attrDim(obj, "padding-top") + EDIT_attrDim(obj, "padding-bottom") + EDIT_attrDim(obj, "border-top-width") + EDIT_attrDim(obj, "border-bottom-width");
+}/* fin EDIT */
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/IC_exerciceCURS.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/IC_exerciceCURS.js
index 35b540f7b236d26e46362298172a2d2e00891688..746e4341c4fe340f2ee6699c4a0d40aa296fa3e0 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/IC_exerciceCURS.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/IC_exerciceCURS.js
@@ -1 +1,207 @@
-var pos,nPos,diff;var limiteD,limiteF;var mobileCourant;var deplacement;var idCurseurC;var tailleCurseur,tailleCurseur2;var tailleEchelle;var verticalC;var oCompteurC;var uniteC='';var oCursCourant=null;function detecterActionSurCurseurs(){var existeNonDeplace=false;var existeDeplace=false;for (var i=0;i<exo.tabCurseurs.length;i++){if (exo.tabCurseurs[i].etatDeplace){existeDeplace=true;}else {existeNonDeplace=true;}}if (existeDeplace && (!parent.oSco.forcerReponse || !existeNonDeplace)){actionDetecte();}}function CURS_debutDep(evt,id) {if (parent.oSco.config_navigateur=="Netscape"){evt.preventDefault();}if (exo.actif){if (!deplacement){deplacement=true;idCurseurC=id;oCursCourant=exo.donneObjCurs(id);oCursCourant.etatDeplace=true;detecterActionSurCurseurs();verticalC=oCursCourant.vertical;uniteC=oCursCourant.unite;mobileCourant=PF_donneObjet('divCurseur'+id);oCompteurC=PF_donneObjet('divCompteur'+id);if (oCompteurC!=null){var oarrond=PF_donneObjet(oCompteurC.id+"fondContenu");if (oarrond!=null){oCompteurC=oarrond;}}limiteD=0;tailleCurseur=oCursCourant.tailleCurseur;tailleEchelle=oCursCourant.tailleEchelle;if (verticalC){if (parent.oSco.config_navigateur=="Netscape"){pos=evt.clientY;} else {pos=window.event.y;}} else {if (parent.oSco.config_navigateur=="Netscape"){pos=evt.clientX;} else {pos=window.event.x;}}tailleCurseur2=Math.round(tailleCurseur/2)-1;limiteF=tailleEchelle-tailleCurseur;tailleEchelle-=tailleCurseur;}}}function CURS_deplaceDiv(evt,parClic) {if (deplacement){var valpos;if (verticalC){if (parent.oSco.config_navigateur=="Netscape"){nPos=evt.clientY;} else {nPos=window.event.y;}diff=nPos-pos;valpos=parseInt(mobileCourant.style.top)+diff;} else {if (parent.oSco.config_navigateur=="Netscape"){nPos=evt.clientX;} else {nPos=window.event.x;}diff=nPos-pos;valpos=parseInt(mobileCourant.style.left)+diff;}if (Math.abs(diff)<90){if ((verticalC)&&(CURS_estDansLimites(valpos))){mobileCourant.style.top=valpos+"px";} else if (CURS_estDansLimites(valpos)){mobileCourant.style.left=valpos+"px";}}}}function CURS_finDep() {if (deplacement){deplacement=false;oCursCourant.juger(true);}}function CURS_estDansLimites(pos0){var res=true;var valActuelle;if (limiteD>pos0){res=false;if (verticalC){valAct=oCursCourant.valMax;} else {valAct=oCursCourant.valMin;}} else if (pos0>limiteF){res=false;if (verticalC){valAct=oCursCourant.valMin;} else {valAct=oCursCourant.valMax;}} else {pos=nPos;if (verticalC){valAct=oCursCourant.valeurRelle((tailleEchelle-pos0)/tailleEchelle);} else {valAct=oCursCourant.valeurRelle(pos0/tailleEchelle);}} changeCompteur(valAct);oCursCourant.valeurActuelle=valAct;return res;}function changeCompteur(val){if (oCompteurC!=null){oCompteurC.innerHTML=localeNb(val)+uniteC;}}function CURS_clicEchelle(evt,id) {if (exo.actif){deplacement=true;idCurseurC=id;oCursCourant=exo.donneObjCurs(id);oCursCourant.etatDeplace=true;detecterActionSurCurseurs();verticalC=oCursCourant.vertical;uniteC=oCursCourant.unite;mobileCourant=PF_donneObjet('divCurseur'+id);oCompteurC=PF_donneObjet('divCompteur'+id);if (oCompteurC!=null){var oarrond=PF_donneObjet(oCompteurC.id+"fondContenu");if (oarrond!=null){oCompteurC=oarrond;}}limiteD=0;tailleCurseur=oCursCourant.tailleCurseur;tailleEchelle=oCursCourant.tailleEchelle;var oEvt=evt;if (window.event){oEvt=window.event;}oEvt.cancelBubble=true;var nPos;if (verticalC){if (parent.oSco.config_navigateur=="Netscape"){nPos=evt.layerY;} else {nPos=window.event.y;}} else {if (parent.oSco.config_navigateur=="Netscape"){nPos=evt.layerX;} else {nPos=window.event.x;}}var valPos=nPos-tailleCurseur;CURS_estDansLimites(nPos);oCursCourant.deplaceCurseur(oCursCourant.valeurActuelle);CURS_finDep();}}function DomaineCurseur(min,max,correction) { this.min=min; this.max=max; this.correction=correction; this.estInclus=DCURS_estInclus;this.curseurDedans=false;}function DCURS_estInclus(valeurCourante){var res=false;this.curseurDedans=false;if ((this.min<=valeurCourante)&&(valeurCourante<=this.max)){res=true; this.curseurDedans=true;}return res;}
+var pos, nPos, diff;
+var limiteD, limiteF;
+var mobileCourant;
+var deplacement;
+var idCurseurC;
+var tailleCurseur, tailleCurseur2;
+var tailleEchelle;
+var verticalC;
+var oCompteurC;
+var uniteC = '';
+var oCursCourant = null;
+
+function detecterActionSurCurseurs() {
+    var existeNonDeplace = false;
+    var existeDeplace = false;
+    for (var i = 0; i < exo.tabCurseurs.length; i++) {
+        if (exo.tabCurseurs[i].etatDeplace) {
+            existeDeplace = true;
+        } else {
+            existeNonDeplace = true;
+        }
+    }
+    if (existeDeplace && (!parent.oSco.forcerReponse || !existeNonDeplace)) {
+        actionDetecte();
+    }
+}
+
+function CURS_debutDep(evt, id) {
+    if (parent.oSco.config_navigateur == "Netscape") {
+        evt.preventDefault();
+    }
+    if (exo.actif) {
+        if (!deplacement) {
+            deplacement = true;
+            idCurseurC = id;
+            oCursCourant = exo.donneObjCurs(id);
+            oCursCourant.etatDeplace = true;
+            detecterActionSurCurseurs();
+            verticalC = oCursCourant.vertical;
+            uniteC = oCursCourant.unite;
+            mobileCourant = PF_donneObjet('divCurseur' + id);
+            oCompteurC = PF_donneObjet('divCompteur' + id);
+            if (oCompteurC != null) {
+                var oarrond = PF_donneObjet(oCompteurC.id + "fondContenu");
+                if (oarrond != null) {
+                    oCompteurC = oarrond;
+                }
+            }
+            limiteD = 0;
+            tailleCurseur = oCursCourant.tailleCurseur;
+            tailleEchelle = oCursCourant.tailleEchelle;
+            if (verticalC) {
+                if (parent.oSco.config_navigateur == "Netscape") {
+                    pos = evt.clientY;
+                } else {
+                    pos = window.event.y;
+                }
+            } else {
+                if (parent.oSco.config_navigateur == "Netscape") {
+                    pos = evt.clientX;
+                } else {
+                    pos = window.event.x;
+                }
+            }
+            tailleCurseur2 = Math.round(tailleCurseur / 2) - 1;
+            limiteF = tailleEchelle - tailleCurseur;
+            tailleEchelle -= tailleCurseur;
+        }
+    }
+}
+
+function CURS_deplaceDiv(evt, parClic) {
+    if (deplacement) {
+        var valpos;
+        if (verticalC) {
+            if (parent.oSco.config_navigateur == "Netscape") {
+                nPos = evt.clientY;
+            } else {
+                nPos = window.event.y;
+            }
+            diff = nPos - pos;
+            valpos = parseInt(mobileCourant.style.top) + diff;
+        } else {
+            if (parent.oSco.config_navigateur == "Netscape") {
+                nPos = evt.clientX;
+            } else {
+                nPos = window.event.x;
+            }
+            diff = nPos - pos;
+            valpos = parseInt(mobileCourant.style.left) + diff;
+        }
+        if (Math.abs(diff) < 90) {
+            if ((verticalC) && (CURS_estDansLimites(valpos))) {
+                mobileCourant.style.top = valpos + "px";
+            } else if (CURS_estDansLimites(valpos)) {
+                mobileCourant.style.left = valpos + "px";
+            }
+        }
+    }
+}
+
+function CURS_finDep() {
+    if (deplacement) {
+        deplacement = false;
+        oCursCourant.juger(true);
+    }
+}
+
+function CURS_estDansLimites(pos0) {
+    var res = true;
+    var valActuelle;
+    if (limiteD > pos0) {
+        res = false;
+        if (verticalC) {
+            valAct = oCursCourant.valMax;
+        } else {
+            valAct = oCursCourant.valMin;
+        }
+    } else if (pos0 > limiteF) {
+        res = false;
+        if (verticalC) {
+            valAct = oCursCourant.valMin;
+        } else {
+            valAct = oCursCourant.valMax;
+        }
+    } else {
+        pos = nPos;
+        if (verticalC) {
+            valAct = oCursCourant.valeurRelle((tailleEchelle - pos0) / tailleEchelle);
+        } else {
+            valAct = oCursCourant.valeurRelle(pos0 / tailleEchelle);
+        }
+    }
+    changeCompteur(valAct);
+    oCursCourant.valeurActuelle = valAct;
+    return res;
+}
+
+function changeCompteur(val) {
+    if (oCompteurC != null) {
+        oCompteurC.innerHTML = localeNb(val) + uniteC;
+    }
+}
+
+function CURS_clicEchelle(evt, id) {
+    if (exo.actif) {
+        deplacement = true;
+        idCurseurC = id;
+        oCursCourant = exo.donneObjCurs(id);
+        oCursCourant.etatDeplace = true;
+        detecterActionSurCurseurs();
+        verticalC = oCursCourant.vertical;
+        uniteC = oCursCourant.unite;
+        mobileCourant = PF_donneObjet('divCurseur' + id);
+        oCompteurC = PF_donneObjet('divCompteur' + id);
+        if (oCompteurC != null) {
+            var oarrond = PF_donneObjet(oCompteurC.id + "fondContenu");
+            if (oarrond != null) {
+                oCompteurC = oarrond;
+            }
+        }
+        limiteD = 0;
+        tailleCurseur = oCursCourant.tailleCurseur;
+        tailleEchelle = oCursCourant.tailleEchelle;
+        var oEvt = evt;
+        if (window.event) {
+            oEvt = window.event;
+        }
+        oEvt.cancelBubble = true;
+        var nPos;
+        if (verticalC) {
+            if (parent.oSco.config_navigateur == "Netscape") {
+                nPos = evt.layerY;
+            } else {
+                nPos = window.event.y;
+            }
+        } else {
+            if (parent.oSco.config_navigateur == "Netscape") {
+                nPos = evt.layerX;
+            } else {
+                nPos = window.event.x;
+            }
+        }
+        var valPos = nPos - tailleCurseur;
+        CURS_estDansLimites(nPos);
+        oCursCourant.deplaceCurseur(oCursCourant.valeurActuelle);
+        CURS_finDep();
+    }
+}
+
+function DomaineCurseur(min, max, correction) {
+    this.min = min;
+    this.max = max;
+    this.correction = correction;
+    this.estInclus = DCURS_estInclus;
+    this.curseurDedans = false;
+}
+
+function DCURS_estInclus(valeurCourante) {
+    var res = false;
+    this.curseurDedans = false;
+    if ((this.min <= valeurCourante) && (valeurCourante <= this.max)) {
+        res = true;
+        this.curseurDedans = true;
+    }
+    return res;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/IC_exerciceGD.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/IC_exerciceGD.js
index 3246b66851032134d03ee705f293b4af4380454f..48814cabe84a97f01a628f0d5aa3bb5aeea7f2bb 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/IC_exerciceGD.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/IC_exerciceGD.js
@@ -1 +1,215 @@
-/*Integral Coaching Tous droits reserves*/var posX,posY,nPosX,nPosY;var diffX,diffY;var mobileCourant;var deplacement;var idDeplaceC;var originPosX;var originPosY;function GD_debutDep(evt,id) {if (exo.actif){GEN_masqueBulle(false);deplacement=true;idDeplaceC=id;var oEv;if (parent.oSco.config_navigateur=="Netscape"){oEv=evt;posX=oEv.clientX;posY=oEv.clientY;} else {oEv=window.event;posX=oEv.x;posY=oEv.y;}mobileCourant=PF_donneObjet('exoGD'+id);var indX=mobileCourant.style.zIndex;mobileCourant.style.zIndex=indX+1;originPosX=mobileCourant.style.left;originPosY=mobileCourant.style.top;}}function GD_deplaceDiv(evt) {if (deplacement&&(!MODE_EDIT)){var oEv;if (parent.oSco.config_navigateur=="Netscape"){oEv=evt;nPosX=oEv.clientX;nPosY=oEv.clientY;diffX=nPosX-posX;diffY=nPosY-posY;posX=nPosX;posY=nPosY;var numT=parseInt(mobileCourant.style.left)+diffX;mobileCourant.style.left=numT+"px";numT=parseInt(mobileCourant.style.top)+diffY;mobileCourant.style.top=numT+"px";} else {oEv=window.event;nPosX=oEv.x;nPosY=oEv.y;diffX=nPosX-posX;diffY=nPosY-posY;posX=nPosX;posY=nPosY;mobileCourant.style.pixelLeft=mobileCourant.style.pixelLeft+diffX;mobileCourant.style.pixelTop=mobileCourant.style.pixelTop+diffY;}}}function GD_finDep() {var surCible=false;var surPaireJuste=false;if (deplacement&&(!MODE_EDIT)){deplacement=false;var i,j,k;var centreCibleX=mobileCourant.offsetLeft+Math.round(mobileCourant.offsetWidth/2);var centreCibleY=mobileCourant.offsetTop+Math.round(mobileCourant.offsetHeight/2);for (i=0;i<exo.tabPaires.length;i++){if (exo.tabPaires[i].idDeplace==idDeplaceC){var cibleC=exo.tabPaires[i].idCible;var attractionC=exo.tabPaires[i].attraction;exo.tabPaires[i].paireForme=false;var oCible=PF_donneObjet('exoGD'+cibleC);if (oCible==null){alert("Cible null "+cibleC);}if (GD_mobileEstDans(oCible,attractionC,centreCibleX,centreCibleY)){var decalX=exo.tabPaires[i].decalageX;var decalY=exo.tabPaires[i].decalageY;if (decalX==""){decalX=exo.decalageX;}if (decalY==""){decalY=exo.decalageY;}if (parent.oSco.config_navigateur=="Netscape"){if (decalX!=""){var numT=parseInt(oCible.style.left)+Number(decalX);mobileCourant.style.left=numT+"px";}if (decalY!=""){numT=parseInt(oCible.style.top)+Number(decalY);mobileCourant.style.top=numT+"px";}} else {if (decalX!=""){mobileCourant.style.left=oCible.style.pixelLeft+Number(decalX);}if (decalY!=""){mobileCourant.style.top=oCible.style.pixelTop+Number(decalY);}}surCible=true;if (exo.tabPaires[i].correction==CODE_V){surPaireJuste=true;}if ((!etatEval)&&exo.retourIncorrect&&(!surPaireJuste)){exo.tabPaires[i].paireForme=false;mobileCourant.style.left=originPosX;mobileCourant.style.top=originPosY;} else {exo.tabPaires[i].paireForme=true;}}}}if (exo.retourManque&&!surCible){mobileCourant.style.left=originPosX;mobileCourant.style.top=originPosY;} else if (parent.oSco.exoValideChoixUnique&&(!exo.retourIncorrect)&&(exo.tabDeplaces.length==1)){if (!depuisPrecedent){EXO_valider();laisseBulleAffiche=true;}}if (parent.oSco.forcerReponse){var existePaire=false;for (i=0;i<exo.tabPaires.length;i++){if (exo.tabPaires[i].paireForme){existePaire=true;break;}}if (existePaire){actionDetecte();}else if (actionD){actionD=false;desactiverBoutonValider();desactiverBoutonInit();}} else {actionDetecte();}window.focus();}if (mobileCourant!=null){mobileCourant.style.zIndex=mobileCourant.style.zIndex-1;}}function GD_mobileEstDans(oCible,attraction,centreCibleX,centreCibleY){var hautD=oCible.offsetTop;var hautF=hautD+oCible.offsetHeight;var gaucheD=oCible.offsetLeft;var gaucheF=gaucheD+oCible.offsetWidth;return ((gaucheD<=centreCibleX)&&(centreCibleX<=gaucheF)&&(hautD<=centreCibleY)&&(centreCibleY<=hautF));}function GD_enrDecalage(idDeplaceC){var oDeplace=PF_donneObjet(idDeplaceC);idDeplaceC=idDeplaceC.substring(5); for (var i=0;i<exo.tabPaires.length;i++){if ((exo.tabPaires[i].idDeplace==idDeplaceC)&&(exo.tabPaires[i].paireForme)){var oCible=PF_donneObjet('exoGD'+exo.tabPaires[i].idCible);var decalX=oDeplace.offsetLeft-oCible.offsetLeft;var decalY=oDeplace.offsetTop-oCible.offsetTop;fenPere.parent.contenu.SPE_decalageMtr(idDeplaceC,exo.tabPaires[i].idCible,decalX,decalY);}}}function PaireGD(idDeplace,idCible,correction,decalageX,decalageY,poids) { if (idDeplace.indexOf("_#")==0){ this.idDeplace=idDeplace.substring(2); } else { this.idDeplace=GD_decode(idDeplace); } if (idCible.indexOf("_#")==0){ this.idCible=idCible.substring(2); } else { this.idCible=GD_decode(idCible); } this.decalageX=decalageX; this.decalageY=decalageY; this.poids=1; if (poids!=""){this.poids=Number(poids);} this.correction=correction; this.paireForme=false; }function GD_decode(va){var res="";var chaine0="3791528";var chaine1="5123789";for (var i=0;i<va.length;i++){var car=va.charAt(i);var indRemplace=chaine0.indexOf(car);if (indRemplace>=0){res+=chaine1.substring(indRemplace,indRemplace+1);} else {res+=car;}}return res;}function libereMoz(evt){if (parent.oSco.config_navigateur=="Netscape"){evt.preventDefault();}}
+/*Integral Coaching Tous droits reserves*/
+var posX, posY, nPosX, nPosY;
+var diffX, diffY;
+var mobileCourant;
+var deplacement;
+var idDeplaceC;
+var originPosX;
+var originPosY;
+
+function GD_debutDep(evt, id) {
+    if (exo.actif) {
+        GEN_masqueBulle(false);
+        deplacement = true;
+        idDeplaceC = id;
+        var oEv;
+        if (parent.oSco.config_navigateur == "Netscape") {
+            oEv = evt;
+            posX = oEv.clientX;
+            posY = oEv.clientY;
+        } else {
+            oEv = window.event;
+            posX = oEv.x;
+            posY = oEv.y;
+        }
+        mobileCourant = PF_donneObjet('exoGD' + id);
+        var indX = mobileCourant.style.zIndex;
+        mobileCourant.style.zIndex = indX + 1;
+        originPosX = mobileCourant.style.left;
+        originPosY = mobileCourant.style.top;
+    }
+}
+
+function GD_deplaceDiv(evt) {
+    if (deplacement && (!MODE_EDIT)) {
+        var oEv;
+        if (parent.oSco.config_navigateur == "Netscape") {
+            oEv = evt;
+            nPosX = oEv.clientX;
+            nPosY = oEv.clientY;
+            diffX = nPosX - posX;
+            diffY = nPosY - posY;
+            posX = nPosX;
+            posY = nPosY;
+            var numT = parseInt(mobileCourant.style.left) + diffX;
+            mobileCourant.style.left = numT + "px";
+            numT = parseInt(mobileCourant.style.top) + diffY;
+            mobileCourant.style.top = numT + "px";
+        } else {
+            oEv = window.event;
+            nPosX = oEv.x;
+            nPosY = oEv.y;
+            diffX = nPosX - posX;
+            diffY = nPosY - posY;
+            posX = nPosX;
+            posY = nPosY;
+            mobileCourant.style.pixelLeft = mobileCourant.style.pixelLeft + diffX;
+            mobileCourant.style.pixelTop = mobileCourant.style.pixelTop + diffY;
+        }
+    }
+}
+
+function GD_finDep() {
+    var surCible = false;
+    var surPaireJuste = false;
+    if (deplacement && (!MODE_EDIT)) {
+        deplacement = false;
+        var i, j, k;
+        var centreCibleX = mobileCourant.offsetLeft + Math.round(mobileCourant.offsetWidth / 2);
+        var centreCibleY = mobileCourant.offsetTop + Math.round(mobileCourant.offsetHeight / 2);
+        for (i = 0; i < exo.tabPaires.length; i++) {
+            if (exo.tabPaires[i].idDeplace == idDeplaceC) {
+                var cibleC = exo.tabPaires[i].idCible;
+                var attractionC = exo.tabPaires[i].attraction;
+                exo.tabPaires[i].paireForme = false;
+                var oCible = PF_donneObjet('exoGD' + cibleC);
+                if (oCible == null) {
+                    alert("Cible null " + cibleC);
+                }
+                if (GD_mobileEstDans(oCible, attractionC, centreCibleX, centreCibleY)) {
+                    var decalX = exo.tabPaires[i].decalageX;
+                    var decalY = exo.tabPaires[i].decalageY;
+                    if (decalX == "") {
+                        decalX = exo.decalageX;
+                    }
+                    if (decalY == "") {
+                        decalY = exo.decalageY;
+                    }
+                    if (parent.oSco.config_navigateur == "Netscape") {
+                        if (decalX != "") {
+                            var numT = parseInt(oCible.style.left) + Number(decalX);
+                            mobileCourant.style.left = numT + "px";
+                        }
+                        if (decalY != "") {
+                            numT = parseInt(oCible.style.top) + Number(decalY);
+                            mobileCourant.style.top = numT + "px";
+                        }
+                    } else {
+                        if (decalX != "") {
+                            mobileCourant.style.left = oCible.style.pixelLeft + Number(decalX);
+                        }
+                        if (decalY != "") {
+                            mobileCourant.style.top = oCible.style.pixelTop + Number(decalY);
+                        }
+                    }
+                    surCible = true;
+                    if (exo.tabPaires[i].correction == CODE_V) {
+                        surPaireJuste = true;
+                    }
+                    if ((!etatEval) && exo.retourIncorrect && (!surPaireJuste)) {
+                        exo.tabPaires[i].paireForme = false;
+                        mobileCourant.style.left = originPosX;
+                        mobileCourant.style.top = originPosY;
+                    } else {
+                        exo.tabPaires[i].paireForme = true;
+                    }
+                }
+            }
+        }
+        if (exo.retourManque && !surCible) {
+            mobileCourant.style.left = originPosX;
+            mobileCourant.style.top = originPosY;
+        } else if (parent.oSco.exoValideChoixUnique && (!exo.retourIncorrect) && (exo.tabDeplaces.length == 1)) {
+            if (!depuisPrecedent) {
+                EXO_valider();
+                laisseBulleAffiche = true;
+            }
+        }
+        if (parent.oSco.forcerReponse) {
+            var existePaire = false;
+            for (i = 0; i < exo.tabPaires.length; i++) {
+                if (exo.tabPaires[i].paireForme) {
+                    existePaire = true;
+                    break;
+                }
+            }
+            if (existePaire) {
+                actionDetecte();
+            } else if (actionD) {
+                actionD = false;
+                desactiverBoutonValider();
+                desactiverBoutonInit();
+            }
+        } else {
+            actionDetecte();
+        }
+        window.focus();
+    }
+    if (mobileCourant != null) {
+        mobileCourant.style.zIndex = mobileCourant.style.zIndex - 1;
+    }
+}
+
+function GD_mobileEstDans(oCible, attraction, centreCibleX, centreCibleY) {
+    var hautD = oCible.offsetTop;
+    var hautF = hautD + oCible.offsetHeight;
+    var gaucheD = oCible.offsetLeft;
+    var gaucheF = gaucheD + oCible.offsetWidth;
+    return ((gaucheD <= centreCibleX) && (centreCibleX <= gaucheF) && (hautD <= centreCibleY) && (centreCibleY <= hautF));
+}
+
+function GD_enrDecalage(idDeplaceC) {
+    var oDeplace = PF_donneObjet(idDeplaceC);
+    idDeplaceC = idDeplaceC.substring(5);
+    for (var i = 0; i < exo.tabPaires.length; i++) {
+        if ((exo.tabPaires[i].idDeplace == idDeplaceC) && (exo.tabPaires[i].paireForme)) {
+            var oCible = PF_donneObjet('exoGD' + exo.tabPaires[i].idCible);
+            var decalX = oDeplace.offsetLeft - oCible.offsetLeft;
+            var decalY = oDeplace.offsetTop - oCible.offsetTop;
+            fenPere.parent.contenu.SPE_decalageMtr(idDeplaceC, exo.tabPaires[i].idCible, decalX, decalY);
+        }
+    }
+}
+
+function PaireGD(idDeplace, idCible, correction, decalageX, decalageY, poids) {
+    if (idDeplace.indexOf("_#") == 0) {
+        this.idDeplace = idDeplace.substring(2);
+    } else {
+        this.idDeplace = GD_decode(idDeplace);
+    }
+    if (idCible.indexOf("_#") == 0) {
+        this.idCible = idCible.substring(2);
+    } else {
+        this.idCible = GD_decode(idCible);
+    }
+    this.decalageX = decalageX;
+    this.decalageY = decalageY;
+    this.poids = 1;
+    if (poids != "") {
+        this.poids = Number(poids);
+    }
+    this.correction = correction;
+    this.paireForme = false;
+}
+
+function GD_decode(va) {
+    var res = "";
+    var chaine0 = "3791528";
+    var chaine1 = "5123789";
+    for (var i = 0; i < va.length; i++) {
+        var car = va.charAt(i);
+        var indRemplace = chaine0.indexOf(car);
+        if (indRemplace >= 0) {
+            res += chaine1.substring(indRemplace, indRemplace + 1);
+        } else {
+            res += car;
+        }
+    }
+    return res;
+}
+
+function libereMoz(evt) {
+    if (parent.oSco.config_navigateur == "Netscape") {
+        evt.preventDefault();
+    }
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ICcontenu.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ICcontenu.js
index 91ee483b81cf95e44bea4ecd55fcb394f7b08736..9eb89f769c385501164d922835733d51c44cfb05 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ICcontenu.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ICcontenu.js
@@ -1 +1,765 @@
-var dureePage="";var etatSuivant=true;var etatPrecedent=true;var etatEval;var codePage;var effacerMenuPages=false;var existeMosMap=false;var typePage="";var effacerZoneCmt=false;var oTempsLimite=null;var tempsLimiteCourant;var affTitreCmt;var affContenuCmt;var posClicX=0;var posClicY=0;var attrapeEvtClic=false;var MODE_CSS_STRICT=true;var laisseBulleAffiche=false;var MODE_MODIF;var touchePgCourante=-1;var indexLienOuvert=-1;var MODE_EDIT=false;var divsEdites=",";if (parent.oSco==null){window.location.replace("/notfound.html");}var fenPere=parent.parent.opener;function donneLex(num){var res2=parent.lexique.lexs[num];if ((res2==null)||(res2=="undefined")){res2="[LEX_"+num+"]";}return res2;}document.onclick=GEN_cliqueInterne;function GEN_cliqueInterne(event){if (!attrapeEvtClic){GEN_masqueBulle(false);}if (effacerMenuPages){PF_masquerDiv("STY_menuPages");}if (typePage=="cours" && animationActive() && !attrapeEvtClic){CRS_cliquePage(event);}attrapeEvtClic=false;}function clicDroitZ(event){var oEvt=event;if (!event){oEvt=window.event;}if (oEvt.altKey && oEvt.ctrlKey){if (fenPere && fenPere.parent.contenu){oEvt.returnValue=true;return true;}}if (event){event.stopPropagation();}oEvt.returnValue=false;return false;}function GEN_init(type){if (document.compatMode=='BackCompat'){MODE_CSS_STRICT=false;}PF_ecritDocW();var desactiveClicDroit=false;var clicDroitAut=document.body.getAttribute("oncontextmenu");if (clicDroitAut!=null){clicDroitAut=new String(clicDroitAut);if (clicDroitAut.indexOf("return false")>=0){desactiveClicDroit=true;}}if (desactiveClicDroit){document.getElementsByTagName("html")[0].oncontextmenu=clicDroitZ;if (parent.oSco.premierePageSco && parent.surMosLMS){try {if (parent.parent){parent.parent.planLMS.desactiverClicDroit();parent.parent.haut.desactiverClicDroit();}} catch(e){}parent.oSco.premierePageSco=false;}}if (parent.defilContenu){var oHtml=document.getElementsByTagName("html")[0];oHtml.style.overflow="auto";oHtml.style.overflowX="hidden";}if (positionPerso!=''){var lesobjs=positionPerso.split("#");for (var k=0;k<lesobjs.length;k++){var paireobj=lesobjs[k].split("/");if (paireobj.length==2){var lobj=PF_donneObjet(paireobj[0]);if (lobj!=null){divsEdites+=paireobj[0]+",";var lesattr=paireobj[1].split(";");for (var p=0;p<lesattr.length;p++){var paireval=lesattr[p].split(":");if (paireval.length==2){if (paireval[0]=="left"){lobj.style.left=paireval[1];}if (paireval[0]=="top"){lobj.style.top=paireval[1];}if (paireval[0]=="width"){lobj.style.width=paireval[1];}if (paireval[0]=="height"){lobj.style.height=paireval[1];}if (paireval[0]=="supprime"){lobj.parentNode.removeChild(lobj);}}}}}}}affTitreCmt=positionObj('STY_titreCommentaire');affContenuCmt=positionObj('STY_contenuCommentaire');var sousTitrePage=PF_donneObjet("STY_sousTitrePage");if (sousTitrePage && sousTitrePage.innerHTML!="" && positionObj('STY_sousTitrePage')==""){sousTitrePage.style.display="block";}initEffetImage();if (parent.tempsActiviteLimite>0){var tempsRestant=PF_donneObjet("STY_tempsRestant");if (tempsRestant!=null){majTempsRestantMin();window.setInterval("majTempsRestantMin()",30000);var obj=PF_donneObjet("STY_zoneTempsRestant");if (obj){obj.style.display="";}}}GLOBAL_initBarreBouton(type);parent.SCO_evaluerCompletion();etatEval=parent.oSco.etatEvaluation; SPE_init();var oCorps=document.getElementsByTagName("body").item(0);if (oCorps.offsetWidth>300){PF_affecterAlt();testAffichageZoneCmt();} else {setTimeout("PF_affecterAlt();testAffichageZoneCmt();",25);}if (parent.oSco.ordrePlan!=''&&parent.oSco.ordrePlan<2){var lnccm="\x77w\x77\x2Em\x6Fsch\x6Frus\x2Ec\x6Fm";var STYLE_ITEM_PLAN="position:absolute;padding:2px;background:#fff;z-index:9901;left:15px;bottom:3px;opacity:0.4;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";var oDiv=document.createElement("div");oDiv.innerHTML="<a tar"+"get=\"_blank\" style=\"text-decoration:none;color:#060A8E;font:bold 11px Arial\" href=\"ht"+"tp://"+lnccm+"\">"+lnccm+"</a>";oDiv.style.cssText=STYLE_ITEM_PLAN;oCorps.appendChild(oDiv);oDiv.id="divOrdPln";oDiv.onmouseover=declencheDisparOrdPln;}if (type.indexOf('COURS')==0){ typePage="cours"; CRS_init(); } else { typePage="exercice"; EXO_init(type); }if (existeMosMap){if (parent.oSco.config_navigateur=="IE"){setTimeout(GEN_placerZonesLien,100);}GEN_placerZonesLien();}var oZoneNE=PF_donneObjet("STY_zoneNoteExiste");if (oZoneNE!=null){parent.SCO_chargerNotesSSP();var oPg=parent.oSco.donnePage(parent.oSco.numPageCourante);if (oPg==null || oPg.notes.length<1){oZoneNE.style.display="none";}}var caseMarquePage=PF_donneObjet("STY_caseMarquePage");if (caseMarquePage){if (pageEstMarquee(parent.APIgetValue("cmi.comments_from_learner._count"),codePage)){caseMarquePage.checked=true;}}var objj=PF_donneObjet("STY_barreProgres");if (objj!=null){var numPasses=0;var numTot=0;for (var n=0;n<parent.oSco.tabPages.length;n++){if (parent.oSco.tabPages[n].validePrerequis()){numTot++;if (n<=parent.oSco.numPageCourante){numPasses++;}}}if (numTot==0){numTot=1;numPasses=1;}objj.innerHTML='<div class="STY_barreProgresJauge" style="width:'+Math.round(numPasses/numTot*100)+'%">'+numPasses+"/"+numTot+'</div>';}if (parent.oSco.autoriserReprise){parent.SCO_positionSortie();}if (etatEval){parent.variablesTexte(window.document,parent.tabRegVT());}if (parent.surMosLMS){if (parent.parent.haut.oBarreProgress!=null){var nbPages=0;for (var np=0;np<parent.oSco.tabPages.length;np++){if (parent.oSco.tabPages[np].validePrerequis()){nbPages++;}}var posCourante=parent.oSco.numPageCourante+1;if (nbPages==0){nbPages=1;}if (posCourante>nbPages){posCourante=nbPages;}parent.parent.haut.NAVIG_barreProgress(parent.parent.planLMS.itemCourant,posCourante/nbPages);}}objj=PF_donneObjet("STY_menuPages");if (objj!=null){effacerMenuPages=true;if (objj.offsetWidth>0){effacerMenuPages=false;}creerMenuPages();}if (parent.oSco.maxTempsPage>0){setTimeout("finTempsAffichage()",parent.oSco.maxTempsPage*60000);}if (fenPere!=null && parent.oSco.config_navigateur=="IE"){try {if (fenPere.parent.contenu!=null && fenPere.parent.contenu.codeCourant){ if (window.location.href.indexOf(fenPere.parent.contenu.codeCourant+".xml")>0){ var e0 = document.createElement("script"); e0.src = parent.RACINE_stage+"MosMtr/scripts/contenu/EDIT_contenu.js"; e0.type="text/javascript"; document.getElementsByTagName("head")[0].appendChild(e0); } }} catch(e){}}}function SPE_init(){}function initEffetImage(){}function GEN_changerTitreDetail(nouveauTitre){PF_modifTexteDiv('STY_titreCommentaire',nouveauTitre);if (nouveauTitre!=''){var oTr=PF_donneObjet("STY_titreCommentaire");if (oTr!=null){oTr.style.display=affTitreCmt;}}}function declencheDisparOrdPln(){setTimeout("majOrdPln()",1700);}function GEN_changerContenuDetail(nouveauContenu){var oConCmt=PF_donneObjet('STY_contenuCommentaire');if (oConCmt==null){return ;}var texteAvant=oConCmt.innerHTML;if (nouveauContenu!=''){PF_afficherDiv('STY_zoneCommentaire');oConCmt.innerHTML=nouveauContenu;if (texteAvant.length>5){var objDefil=oConCmt;while (objDefil!=null && objDefil.nodeName.toLowerCase()=="div"){if (objDefil.scrollTop>0||objDefil.scrollLeft>0){objDefil.scrollTop=0;objDefil.scrollLeft=0;objDefil=null;}else {objDefil=objDefil.parentNode;}}}PF_transparencePNG(PF_donneObjet('STY_zoneCommentaire'));if (existeMosMap){if (parent.oSco.config_navigateur=="IE"){setTimeout(GEN_placerZonesLien,100);} else {GEN_placerZonesLien();} }} else {oConCmt.innerHTML=nouveauContenu;if (effacerZoneCmt){PF_masquerDiv("STY_zoneCommentaire");}}}function GEN_suivantPossible(){return parent.SCO_suivantPossible();}function GEN_precedentPossible(){var res=false;if (parent.oSco.autorisePrecedent=='oui' || (!parent.oSco.etatEvaluation && parent.oSco.autorisePrecedent=='') || (parent.oSco.etatEvaluation && parent.oSco.evaluation.questions.length==0 && parent.oSco.numPageCourante==0)){res=parent.SCO_precedentPossible();}etatPrecedent=res;return res;}function GEN_initPossible(){return false;}function GEN_validerPossible(typeP){var res=false;if ((typeP.indexOf('COURS')<0)&&(parent.oSco.etatEvaluation)){res=true;}return res;}function GEN_bascParaImg(num,evt){var oEvt=evt;if (window.event!=null){oEvt=window.event;}GEN_basculerPara(num);oEvt.returnValue=false;oEvt.cancelBubble=true;try {evt.stopPropagation();evt.preventDefault();}catch(e){}}function GEN_basculerPara(num){var idPara = PF_donneObjet('corpsPB'+num);var imgPara = PF_donneObjet('imgPB'+num);var oLien=PF_donneObjet('lienPB'+num);var nomClasse="STY_paraBasculeTitre";var source=imgPara.src;if (idPara.style.display=='none'){idPara.style.display='block';if (parent.oSco.navigIE6 && imgPara.src.indexOf("blanc.gif")>0){imgPara.style.filter=imgPara.style.filter.replace("0.png",'1.png');var lesimgs=idPara.getElementsByTagName("img");if (lesimgs.length>0){idPara.innerHTML=idPara.innerHTML+" ";}} else {imgPara.src=source.replace("0.png",'1.png');}nomClasse+=" STY_paraBasculeTitreOuvert";} else {idPara.style.display='none';if (parent.oSco.navigIE6 && imgPara.src.indexOf("blanc.gif")>0){imgPara.style.filter=imgPara.style.filter.replace("1.png",'0.png');} else {imgPara.src=source.replace("1.png",'0.png');}}oLien.className=nomClasse;var oContenu=PF_donneObjet("STY_zoneCours");if (oContenu!=null){effetArrondi("STY_zoneCours",false);}if (existeMosMap){GEN_placerZonesLien(); }}function GEN_affMenuPages(){PF_afficherDiv("STY_menuPages");}function endCourse(){if (parent.agirSurLMS){parent.APIsetValue("adl.nav.request","exitAll");parent.valeurExit("");parent.SCO_terminer();} else {parent.close();}}function testAffichageZoneCmt(){var objj=PF_donneObjet("STY_zoneCommentaire");if (objj!=null){effacerZoneCmt=true;if (objj.offsetWidth>0){effacerZoneCmt=false;}}}function majOrdPln(){PF_masquerDiv("divOrdPln");}function creerMenuPages(){var objj=PF_donneObjet("STY_menuPages");if (objj==null){return ;}var res="";var nbMarques=0;if (PF_donneObjet("STY_caseMarquePage")!=null){nbMarques=parent.APIgetValue("cmi.comments_from_learner._count");}var peutSuivant=true;if (typePage=="cours" && leCours.desactiveSuivant){peutSuivant=false;}if (typePage=="exercice" && parent.SCO_exerciceBloquant() && !GEN_pageSuivanteVue() && !exo.valide){peutSuivant=false;}var peutPrecedent=true;if (parent.oSco.autorisePrecedent=="non"||(etatEval&&(parent.oSco.autorisePrecedent==""))){peutPrecedent=false;}for (var np=0;np<parent.oSco.tabPages.length;np++){var oPg=parent.oSco.donnePage(np);if (oPg.validePrerequis() && prendrePageInfoFinEval(oPg)){var classe="STY_itemMenuPages";var onevt="";if (np==parent.oSco.numPageCourante){classe="STY_itemMenuPagesCourant";if (estPageNonRepondue(oPg,np)){classe+=" STY_itemMenuPageNonRepondu";}} else if (etatEval && parent.oSco.evaluation.etatCorrige){classe="STY_itemMenuPages";} else if (np<parent.oSco.numPageCourante){classe="STY_itemMenuPageDesactive";if (peutPrecedent){classe="STY_itemMenuPages";if (etatEval && estPageNonRepondue(oPg,np)){classe="STY_itemMenuPageNonRepondu";}}} else if (np>parent.oSco.numPageCourante){classe="STY_itemMenuPageDesactive";if (peutSuivant&&peutPrecedent){classe="STY_itemMenuPages";if (etatEval){classe="STY_itemMenuPageDesactive";if (!parent.oSco.evaluation.forcerRepQuestion || oPg.etatVisite){classe="STY_itemMenuPages";if (estPageNonRepondue(oPg,np)){classe="STY_itemMenuPageNonRepondu";}} else if (!oPg.estExercice() && oPg.prerequis.indexOf("ALL_QUESTIONS_ANSWERED")>0){classe="STY_itemMenuPages";}} else if (parent.SCO_exerciceBloquant()&&!oPg.etatVisite){classe="STY_itemMenuPageDesactive";}}}var pageMarquee=false;if (nbMarques>0 && pageEstMarquee(nbMarques,oPg.code)){pageMarquee=true;}if (classe=="STY_itemMenuPages"||classe=="STY_itemMenuPageNonRepondu"){var ajClasse="";if (classe=="STY_itemMenuPageNonRepondu"){ajClasse=" STY_itemMenuPageNonRepondu";}if (pageMarquee){ajClasse+=" STY_itemMenuPageMarque";}var ajFonction="";if (etatEval && typePage=="exercice"){ajFonction="EXO_validerSurSortiePage(false);";}onevt='onmouseout="this.className=\'STY_itemMenuPages'+ajClasse+'\'" onmouseover="this.className=\'STY_itemMenuPagesDessus'+ajClasse+'\'" onclick="'+ajFonction+'parent.SCO_allerPage('+np+')"';}if (classe=="STY_itemMenuPagesCourant"&& etatEval&&estPageNonRepondue(oPg,np)){if (!oPg.premiereVisite){classe+=" STY_itemMenuPageNonRepondu";}}if (classe!="STY_itemMenuPages"){classe="STY_itemMenuPages "+classe;}if (pageMarquee){classe+=" STY_itemMenuPageMarque";}res+=renduItemPage(oPg,classe,onevt);}}objj.innerHTML=res;}function renduItemPage(oPg,classe,onevt){return "<div class=\""+classe+"\" "+onevt+">"+oPg.titre+"</div>";}function prendrePageInfoFinEval(oPg){return (oPg.etatVisite || oPg.prerequis.indexOf("pg00000QUESTIONS_NOT_ANSWERED()")<0);}function estPageNonRepondue(oPg,np){return (etatEval && oPg.estExercice() && parent.oSco.evaluation.donneReponsesQuestion(oPg.code)==null);}function GEN_pageSuivanteVue(){var oSuiv=parent.oSco.donnePage(parent.oSco.numPageCourante+1);if (oSuiv!=null && oSuiv.etatVisite){return true;}return false;}function GEN_decrementeTempsL(){if (tempsLimiteCourant<=1){oTempsLimite.innerHTML=0;} else {tempsLimiteCourant-=1;oTempsLimite.innerHTML=tempsLimiteCourant;setTimeout(GEN_decrementeTempsL,1000);}}function positionObj(idObj){var obj=PF_donneObjet(idObj);var res='';if (obj!=null){if (obj.currentStyle){res=obj.currentStyle["display"];} else {res=document.defaultView.getComputedStyle(obj, "").getPropertyValue("display");}}if (res=='none'){res='';}return res;}var ZoneLienAppelante=null;function enrPosClic(evt,idCmt){if (parent.oSco.config_navigateur=="IE"){evt=window.event;ZoneLienAppelante=evt.srcElement;}else {ZoneLienAppelante=evt.target;}if (ZoneLienAppelante && ZoneLienAppelante.nodeName!="DIV"){ZoneLienAppelante=null;}var defil=0;if (parent.defilContenu){if (parent.oSco.config_navigateur=="IE"){defil=document.body.scrollTop;if (defil==0){var oHTML=document.getElementsByTagName("html"); defil=oHTML.item(0).scrollTop; } } else { defil=window.pageYOffset; }}posClicX=evt.clientX;posClicY=evt.clientY+defil;SPE_clicDansBulle(evt,idCmt);}function GEN_bloqueRetour(evt){if (evt==null){evt=window.event;}if (evt.keyCode==8){evt.returnValue=false;evt.cancelBubble=true;try {evt.stopPropagation();evt.preventDefault();}catch(e){}toucheRetourBloquee();}if (evt.keyCode==34 || evt.keyCode==33){evt.returnValue=false;evt.cancelBubble=true;try {evt.stopPropagation();evt.preventDefault();}catch(e){}if (touchePgCourante<0 || touchePgCourante!=evt.keyCode){touchePgCourante=evt.keyCode;setTimeout(GEN_touchePg,600);} else {touchePgCourante=-1;GEN_touchePgDblClic(evt.keyCode);}}}function GEN_touchePg(){if (touchePgCourante>0){var codeTmp=touchePgCourante;touchePgCourante=-1;if (codeTmp==33){actionTouchePgPrecedente();}if (codeTmp==34){actionTouchePgSuivante();}}}function GEN_touchePgDblClic(code){if (code==33 || code==34){if (typePage=="exercice"){doubleClicPgExercice(code);} else {doubleClicPgCours(code);}}}function GEN_presseTouche(evt){if (evt==null){evt=window.event;}if (MODE_EDIT){return true;}if (evt.keyCode==8){GEN_bloqueRetour(evt);} else {if ((evt.keyCode==32)||(evt.keyCode==13)||(evt.keyCode==22)){GEN_clavier();}}}function navRequest(actionPerso){parent.navRequest(actionPerso);}function donneDateMAJ(){var ldate=parent.oSco.dateMAJ;var oPg=parent.oSco.donnePage(parent.oSco.numPageCourante);if (oPg!=null && oPg.dateMAJ!=""){ldate=oPg.dateMAJ;}if (ldate==""){return "";}return parent.oSco.donneDate(ldate);}function finTempsAffichage(){var fent=window.open(parent.RACINE_stage+"MosMtr/gen/tempsMax.htm","ftempmax","location=no,status=no,width=360,height=190,top=160,left=310");fent.focus();}function EDIT_pageGNR(){if (!parent.surMosLMS){alert("You must view the page in MOS Chorus to edit it.");return;}top.LMS_editPgGnr("&codeArbo=element/"+codePage);}function majTempsRestantMin(){var temps1 = new Date().getTime(); var temps0 = parent.temps0+parent.tempsActiviteLimite; var tempsDeSuite=parent.tempsActiviteLimite;var minRest = 0;if (temps0>temps1){minRest=Math.floor((temps0 - temps1)/60000);}var tempsRestant=PF_donneObjet("STY_tempsRestant");tempsRestant.innerHTML=minRest;}function retrouveValCSS(obj,attr){var val="";if (obj==null){return "";}if (parent.oSco.config_navigateur=="IE"){val=obj.currentStyle[nomAttrIE(attr)];}else{val=document.defaultView.getComputedStyle(obj, "").getPropertyValue(attr);}return val;}function nomAttrIE(sP) {var tabP=sP.split("-");var res="";for (var i=0;i<tabP.length;i++){var ajj=tabP[i];if (i>0){ajj=ajj.substring(0,1).toUpperCase()+ajj.substring(1);}res+=ajj;}return res;}function GEN_marquerPage(oCase){var nbCmt=parent.APIgetValue("cmi.comments_from_learner._count");if (oCase.checked){parent.APIsetValue("cmi.comments_from_learner."+nbCmt+".location",codePage);parent.APIsetValue("cmi.comments_from_learner."+nbCmt+".comment","bookmarkedPage");} else {for (var i=0;i<nbCmt;i++){var lattr="cmi.comments_from_learner."+i+".";if (parent.APIgetValue(lattr+"location")==codePage){var ctn=parent.APIgetValue(lattr+"comment");if (ctn.indexOf("bookmarkedPage")>=0){parent.APIsetValue(lattr+"comment",ctn.replace("bookmarkedPage",""))}}}}}function pageEstMarquee(nbCmt,codePage){for (var i=0;i<nbCmt;i++){var lattr="cmi.comments_from_learner."+i+".";if (parent.APIgetValue(lattr+"location")==codePage){if (parent.APIgetValue(lattr+"comment").indexOf("bookmarkedPage")>=0){return true;}}}return false;}
+var dureePage = "";
+var etatSuivant = true;
+var etatPrecedent = true;
+var etatEval;
+var codePage;
+var effacerMenuPages = false;
+var existeMosMap = false;
+var typePage = "";
+var effacerZoneCmt = false;
+var oTempsLimite = null;
+var tempsLimiteCourant;
+var affTitreCmt;
+var affContenuCmt;
+var posClicX = 0;
+var posClicY = 0;
+var attrapeEvtClic = false;
+var MODE_CSS_STRICT = true;
+var laisseBulleAffiche = false;
+var MODE_MODIF;
+var touchePgCourante = -1;
+var indexLienOuvert = -1;
+var MODE_EDIT = false;
+var divsEdites = ",";
+if (parent.oSco == null) {
+    window.location.replace("/notfound.html");
+}
+var fenPere = parent.parent.opener;
+
+function donneLex(num) {
+    var res2 = parent.lexique.lexs[num];
+    if ((res2 == null) || (res2 == "undefined")) {
+        res2 = "[LEX_" + num + "]";
+    }
+    return res2;
+}
+
+document.onclick = GEN_cliqueInterne;
+
+function GEN_cliqueInterne(event) {
+    if (!attrapeEvtClic) {
+        GEN_masqueBulle(false);
+    }
+    if (effacerMenuPages) {
+        PF_masquerDiv("STY_menuPages");
+    }
+    if (typePage == "cours" && animationActive() && !attrapeEvtClic) {
+        CRS_cliquePage(event);
+    }
+    attrapeEvtClic = false;
+}
+
+function clicDroitZ(event) {
+    var oEvt = event;
+    if (!event) {
+        oEvt = window.event;
+    }
+    if (oEvt.altKey && oEvt.ctrlKey) {
+        if (fenPere && fenPere.parent.contenu) {
+            oEvt.returnValue = true;
+            return true;
+        }
+    }
+    if (event) {
+        event.stopPropagation();
+    }
+    oEvt.returnValue = false;
+    return false;
+}
+
+function GEN_init(type) {
+    if (document.compatMode == 'BackCompat') {
+        MODE_CSS_STRICT = false;
+    }
+    PF_ecritDocW();
+    var desactiveClicDroit = false;
+    var clicDroitAut = document.body.getAttribute("oncontextmenu");
+    if (clicDroitAut != null) {
+        clicDroitAut = new String(clicDroitAut);
+        if (clicDroitAut.indexOf("return false") >= 0) {
+            desactiveClicDroit = true;
+        }
+    }
+    if (desactiveClicDroit) {
+        document.getElementsByTagName("html")[0].oncontextmenu = clicDroitZ;
+        if (parent.oSco.premierePageSco && parent.surMosLMS) {
+            try {
+                if (parent.parent) {
+                    parent.parent.planLMS.desactiverClicDroit();
+                    parent.parent.haut.desactiverClicDroit();
+                }
+            } catch (e) {
+            }
+            parent.oSco.premierePageSco = false;
+        }
+    }
+    if (parent.defilContenu) {
+        var oHtml = document.getElementsByTagName("html")[0];
+        oHtml.style.overflow = "auto";
+        oHtml.style.overflowX = "hidden";
+    }
+    if (positionPerso != '') {
+        var lesobjs = positionPerso.split("#");
+        for (var k = 0; k < lesobjs.length; k++) {
+            var paireobj = lesobjs[k].split("/");
+            if (paireobj.length == 2) {
+                var lobj = PF_donneObjet(paireobj[0]);
+                if (lobj != null) {
+                    divsEdites += paireobj[0] + ",";
+                    var lesattr = paireobj[1].split(";");
+                    for (var p = 0; p < lesattr.length; p++) {
+                        var paireval = lesattr[p].split(":");
+                        if (paireval.length == 2) {
+                            if (paireval[0] == "left") {
+                                lobj.style.left = paireval[1];
+                            }
+                            if (paireval[0] == "top") {
+                                lobj.style.top = paireval[1];
+                            }
+                            if (paireval[0] == "width") {
+                                lobj.style.width = paireval[1];
+                            }
+                            if (paireval[0] == "height") {
+                                lobj.style.height = paireval[1];
+                            }
+                            if (paireval[0] == "supprime") {
+                                lobj.parentNode.removeChild(lobj);
+                            }
+                        }
+                    }
+                }
+            }
+        }
+    }
+    affTitreCmt = positionObj('STY_titreCommentaire');
+    affContenuCmt = positionObj('STY_contenuCommentaire');
+    var sousTitrePage = PF_donneObjet("STY_sousTitrePage");
+    if (sousTitrePage && sousTitrePage.innerHTML != "" && positionObj('STY_sousTitrePage') == "") {
+        sousTitrePage.style.display = "block";
+    }
+    initEffetImage();
+    if (parent.tempsActiviteLimite > 0) {
+        var tempsRestant = PF_donneObjet("STY_tempsRestant");
+        if (tempsRestant != null) {
+            majTempsRestantMin();
+            window.setInterval("majTempsRestantMin()", 30000);
+            var obj = PF_donneObjet("STY_zoneTempsRestant");
+            if (obj) {
+                obj.style.display = "";
+            }
+        }
+    }
+    GLOBAL_initBarreBouton(type);
+    parent.SCO_evaluerCompletion();
+    etatEval = parent.oSco.etatEvaluation;
+    SPE_init();
+    var oCorps = document.getElementsByTagName("body").item(0);
+    if (oCorps.offsetWidth > 300) {
+        PF_affecterAlt();
+        testAffichageZoneCmt();
+    } else {
+        setTimeout("PF_affecterAlt();testAffichageZoneCmt();", 25);
+    }
+    if (parent.oSco.ordrePlan != '' && parent.oSco.ordrePlan < 2) {
+        var lnccm = "\x77w\x77\x2Em\x6Fsch\x6Frus\x2Ec\x6Fm";
+        var STYLE_ITEM_PLAN = "position:absolute;padding:2px;background:#fff;z-index:9901;left:15px;bottom:3px;opacity:0.4;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
+        var oDiv = document.createElement("div");
+        oDiv.innerHTML = "<a tar" + "get=\"_blank\" style=\"text-decoration:none;color:#060A8E;font:bold 11px Arial\" href=\"ht" + "tp://" + lnccm + "\">" + lnccm + "</a>";
+        oDiv.style.cssText = STYLE_ITEM_PLAN;
+        oCorps.appendChild(oDiv);
+        oDiv.id = "divOrdPln";
+        oDiv.onmouseover = declencheDisparOrdPln;
+    }
+    if (type.indexOf('COURS') == 0) {
+        typePage = "cours";
+        CRS_init();
+    } else {
+        typePage = "exercice";
+        EXO_init(type);
+    }
+    if (existeMosMap) {
+        if (parent.oSco.config_navigateur == "IE") {
+            setTimeout(GEN_placerZonesLien, 100);
+        }
+        GEN_placerZonesLien();
+    }
+    var oZoneNE = PF_donneObjet("STY_zoneNoteExiste");
+    if (oZoneNE != null) {
+        parent.SCO_chargerNotesSSP();
+        var oPg = parent.oSco.donnePage(parent.oSco.numPageCourante);
+        if (oPg == null || oPg.notes.length < 1) {
+            oZoneNE.style.display = "none";
+        }
+    }
+    var caseMarquePage = PF_donneObjet("STY_caseMarquePage");
+    if (caseMarquePage) {
+        if (pageEstMarquee(parent.APIgetValue("cmi.comments_from_learner._count"), codePage)) {
+            caseMarquePage.checked = true;
+        }
+    }
+    var objj = PF_donneObjet("STY_barreProgres");
+    if (objj != null) {
+        var numPasses = 0;
+        var numTot = 0;
+        for (var n = 0; n < parent.oSco.tabPages.length; n++) {
+            if (parent.oSco.tabPages[n].validePrerequis()) {
+                numTot++;
+                if (n <= parent.oSco.numPageCourante) {
+                    numPasses++;
+                }
+            }
+        }
+        if (numTot == 0) {
+            numTot = 1;
+            numPasses = 1;
+        }
+        objj.innerHTML = '<div class="STY_barreProgresJauge" style="width:' + Math.round(numPasses / numTot * 100) + '%">' + numPasses + "/" + numTot + '</div>';
+    }
+    if (parent.oSco.autoriserReprise) {
+        parent.SCO_positionSortie();
+    }
+    if (etatEval) {
+        parent.variablesTexte(window.document, parent.tabRegVT());
+    }
+    if (parent.surMosLMS) {
+        if (parent.parent.haut.oBarreProgress != null) {
+            var nbPages = 0;
+            for (var np = 0; np < parent.oSco.tabPages.length; np++) {
+                if (parent.oSco.tabPages[np].validePrerequis()) {
+                    nbPages++;
+                }
+            }
+            var posCourante = parent.oSco.numPageCourante + 1;
+            if (nbPages == 0) {
+                nbPages = 1;
+            }
+            if (posCourante > nbPages) {
+                posCourante = nbPages;
+            }
+            parent.parent.haut.NAVIG_barreProgress(parent.parent.planLMS.itemCourant, posCourante / nbPages);
+        }
+    }
+    objj = PF_donneObjet("STY_menuPages");
+    if (objj != null) {
+        effacerMenuPages = true;
+        if (objj.offsetWidth > 0) {
+            effacerMenuPages = false;
+        }
+        creerMenuPages();
+    }
+    if (parent.oSco.maxTempsPage > 0) {
+        setTimeout("finTempsAffichage()", parent.oSco.maxTempsPage * 60000);
+    }
+    if (fenPere != null && parent.oSco.config_navigateur == "IE") {
+        try {
+            if (fenPere.parent.contenu != null && fenPere.parent.contenu.codeCourant) {
+                if (window.location.href.indexOf(fenPere.parent.contenu.codeCourant + ".xml") > 0) {
+                    var e0 = document.createElement("script");
+                    e0.src = parent.RACINE_stage + "MosMtr/scripts/contenu/EDIT_contenu.js";
+                    e0.type = "text/javascript";
+                    document.getElementsByTagName("head")[0].appendChild(e0);
+                }
+            }
+        } catch (e) {
+        }
+    }
+}
+
+function SPE_init() {
+}
+
+function initEffetImage() {
+}
+
+function GEN_changerTitreDetail(nouveauTitre) {
+    PF_modifTexteDiv('STY_titreCommentaire', nouveauTitre);
+    if (nouveauTitre != '') {
+        var oTr = PF_donneObjet("STY_titreCommentaire");
+        if (oTr != null) {
+            oTr.style.display = affTitreCmt;
+        }
+    }
+}
+
+function declencheDisparOrdPln() {
+    setTimeout("majOrdPln()", 1700);
+}
+
+function GEN_changerContenuDetail(nouveauContenu) {
+    var oConCmt = PF_donneObjet('STY_contenuCommentaire');
+    if (oConCmt == null) {
+        return;
+    }
+    var texteAvant = oConCmt.innerHTML;
+    if (nouveauContenu != '') {
+        PF_afficherDiv('STY_zoneCommentaire');
+        oConCmt.innerHTML = nouveauContenu;
+        if (texteAvant.length > 5) {
+            var objDefil = oConCmt;
+            while (objDefil != null && objDefil.nodeName.toLowerCase() == "div") {
+                if (objDefil.scrollTop > 0 || objDefil.scrollLeft > 0) {
+                    objDefil.scrollTop = 0;
+                    objDefil.scrollLeft = 0;
+                    objDefil = null;
+                } else {
+                    objDefil = objDefil.parentNode;
+                }
+            }
+        }
+        PF_transparencePNG(PF_donneObjet('STY_zoneCommentaire'));
+        if (existeMosMap) {
+            if (parent.oSco.config_navigateur == "IE") {
+                setTimeout(GEN_placerZonesLien, 100);
+            } else {
+                GEN_placerZonesLien();
+            }
+        }
+    } else {
+        oConCmt.innerHTML = nouveauContenu;
+        if (effacerZoneCmt) {
+            PF_masquerDiv("STY_zoneCommentaire");
+        }
+    }
+}
+
+function GEN_suivantPossible() {
+    return parent.SCO_suivantPossible();
+}
+
+function GEN_precedentPossible() {
+    var res = false;
+    if (parent.oSco.autorisePrecedent == 'oui' || (!parent.oSco.etatEvaluation && parent.oSco.autorisePrecedent == '') || (parent.oSco.etatEvaluation && parent.oSco.evaluation.questions.length == 0 && parent.oSco.numPageCourante == 0)) {
+        res = parent.SCO_precedentPossible();
+    }
+    etatPrecedent = res;
+    return res;
+}
+
+function GEN_initPossible() {
+    return false;
+}
+
+function GEN_validerPossible(typeP) {
+    var res = false;
+    if ((typeP.indexOf('COURS') < 0) && (parent.oSco.etatEvaluation)) {
+        res = true;
+    }
+    return res;
+}
+
+function GEN_bascParaImg(num, evt) {
+    var oEvt = evt;
+    if (window.event != null) {
+        oEvt = window.event;
+    }
+    GEN_basculerPara(num);
+    oEvt.returnValue = false;
+    oEvt.cancelBubble = true;
+    try {
+        evt.stopPropagation();
+        evt.preventDefault();
+    } catch (e) {
+    }
+}
+
+function GEN_basculerPara(num) {
+    var idPara = PF_donneObjet('corpsPB' + num);
+    var imgPara = PF_donneObjet('imgPB' + num);
+    var oLien = PF_donneObjet('lienPB' + num);
+    var nomClasse = "STY_paraBasculeTitre";
+    var source = imgPara.src;
+    if (idPara.style.display == 'none') {
+        idPara.style.display = 'block';
+        if (parent.oSco.navigIE6 && imgPara.src.indexOf("blanc.gif") > 0) {
+            imgPara.style.filter = imgPara.style.filter.replace("0.png", '1.png');
+            var lesimgs = idPara.getElementsByTagName("img");
+            if (lesimgs.length > 0) {
+                idPara.innerHTML = idPara.innerHTML + " ";
+            }
+        } else {
+            imgPara.src = source.replace("0.png", '1.png');
+        }
+        nomClasse += " STY_paraBasculeTitreOuvert";
+    } else {
+        idPara.style.display = 'none';
+        if (parent.oSco.navigIE6 && imgPara.src.indexOf("blanc.gif") > 0) {
+            imgPara.style.filter = imgPara.style.filter.replace("1.png", '0.png');
+        } else {
+            imgPara.src = source.replace("1.png", '0.png');
+        }
+    }
+    oLien.className = nomClasse;
+    var oContenu = PF_donneObjet("STY_zoneCours");
+    if (oContenu != null) {
+        effetArrondi("STY_zoneCours", false);
+    }
+    if (existeMosMap) {
+        GEN_placerZonesLien();
+    }
+}
+
+function GEN_affMenuPages() {
+    PF_afficherDiv("STY_menuPages");
+}
+
+function endCourse() {
+    if (parent.agirSurLMS) {
+        parent.APIsetValue("adl.nav.request", "exitAll");
+        parent.valeurExit("");
+        parent.SCO_terminer();
+    } else {
+        parent.close();
+    }
+}
+
+function testAffichageZoneCmt() {
+    var objj = PF_donneObjet("STY_zoneCommentaire");
+    if (objj != null) {
+        effacerZoneCmt = true;
+        if (objj.offsetWidth > 0) {
+            effacerZoneCmt = false;
+        }
+    }
+}
+
+function majOrdPln() {
+    PF_masquerDiv("divOrdPln");
+}
+
+function creerMenuPages() {
+    var objj = PF_donneObjet("STY_menuPages");
+    if (objj == null) {
+        return;
+    }
+    var res = "";
+    var nbMarques = 0;
+    if (PF_donneObjet("STY_caseMarquePage") != null) {
+        nbMarques = parent.APIgetValue("cmi.comments_from_learner._count");
+    }
+    var peutSuivant = true;
+    if (typePage == "cours" && leCours.desactiveSuivant) {
+        peutSuivant = false;
+    }
+    if (typePage == "exercice" && parent.SCO_exerciceBloquant() && !GEN_pageSuivanteVue() && !exo.valide) {
+        peutSuivant = false;
+    }
+    var peutPrecedent = true;
+    if (parent.oSco.autorisePrecedent == "non" || (etatEval && (parent.oSco.autorisePrecedent == ""))) {
+        peutPrecedent = false;
+    }
+    for (var np = 0; np < parent.oSco.tabPages.length; np++) {
+        var oPg = parent.oSco.donnePage(np);
+        if (oPg.validePrerequis() && prendrePageInfoFinEval(oPg)) {
+            var classe = "STY_itemMenuPages";
+            var onevt = "";
+            if (np == parent.oSco.numPageCourante) {
+                classe = "STY_itemMenuPagesCourant";
+                if (estPageNonRepondue(oPg, np)) {
+                    classe += " STY_itemMenuPageNonRepondu";
+                }
+            } else if (etatEval && parent.oSco.evaluation.etatCorrige) {
+                classe = "STY_itemMenuPages";
+            } else if (np < parent.oSco.numPageCourante) {
+                classe = "STY_itemMenuPageDesactive";
+                if (peutPrecedent) {
+                    classe = "STY_itemMenuPages";
+                    if (etatEval && estPageNonRepondue(oPg, np)) {
+                        classe = "STY_itemMenuPageNonRepondu";
+                    }
+                }
+            } else if (np > parent.oSco.numPageCourante) {
+                classe = "STY_itemMenuPageDesactive";
+                if (peutSuivant && peutPrecedent) {
+                    classe = "STY_itemMenuPages";
+                    if (etatEval) {
+                        classe = "STY_itemMenuPageDesactive";
+                        if (!parent.oSco.evaluation.forcerRepQuestion || oPg.etatVisite) {
+                            classe = "STY_itemMenuPages";
+                            if (estPageNonRepondue(oPg, np)) {
+                                classe = "STY_itemMenuPageNonRepondu";
+                            }
+                        } else if (!oPg.estExercice() && oPg.prerequis.indexOf("ALL_QUESTIONS_ANSWERED") > 0) {
+                            classe = "STY_itemMenuPages";
+                        }
+                    } else if (parent.SCO_exerciceBloquant() && !oPg.etatVisite) {
+                        classe = "STY_itemMenuPageDesactive";
+                    }
+                }
+            }
+            var pageMarquee = false;
+            if (nbMarques > 0 && pageEstMarquee(nbMarques, oPg.code)) {
+                pageMarquee = true;
+            }
+            if (classe == "STY_itemMenuPages" || classe == "STY_itemMenuPageNonRepondu") {
+                var ajClasse = "";
+                if (classe == "STY_itemMenuPageNonRepondu") {
+                    ajClasse = " STY_itemMenuPageNonRepondu";
+                }
+                if (pageMarquee) {
+                    ajClasse += " STY_itemMenuPageMarque";
+                }
+                var ajFonction = "";
+                if (etatEval && typePage == "exercice") {
+                    ajFonction = "EXO_validerSurSortiePage(false);";
+                }
+                onevt = 'onmouseout="this.className=\'STY_itemMenuPages' + ajClasse + '\'" onmouseover="this.className=\'STY_itemMenuPagesDessus' + ajClasse + '\'" onclick="' + ajFonction + 'parent.SCO_allerPage(' + np + ')"';
+            }
+            if (classe == "STY_itemMenuPagesCourant" && etatEval && estPageNonRepondue(oPg, np)) {
+                if (!oPg.premiereVisite) {
+                    classe += " STY_itemMenuPageNonRepondu";
+                }
+            }
+            if (classe != "STY_itemMenuPages") {
+                classe = "STY_itemMenuPages " + classe;
+            }
+            if (pageMarquee) {
+                classe += " STY_itemMenuPageMarque";
+            }
+            res += renduItemPage(oPg, classe, onevt);
+        }
+    }
+    objj.innerHTML = res;
+}
+
+function renduItemPage(oPg, classe, onevt) {
+    return "<div class=\"" + classe + "\" " + onevt + ">" + oPg.titre + "</div>";
+}
+
+function prendrePageInfoFinEval(oPg) {
+    return (oPg.etatVisite || oPg.prerequis.indexOf("pg00000QUESTIONS_NOT_ANSWERED()") < 0);
+}
+
+function estPageNonRepondue(oPg, np) {
+    return (etatEval && oPg.estExercice() && parent.oSco.evaluation.donneReponsesQuestion(oPg.code) == null);
+}
+
+function GEN_pageSuivanteVue() {
+    var oSuiv = parent.oSco.donnePage(parent.oSco.numPageCourante + 1);
+    if (oSuiv != null && oSuiv.etatVisite) {
+        return true;
+    }
+    return false;
+}
+
+function GEN_decrementeTempsL() {
+    if (tempsLimiteCourant <= 1) {
+        oTempsLimite.innerHTML = 0;
+    } else {
+        tempsLimiteCourant -= 1;
+        oTempsLimite.innerHTML = tempsLimiteCourant;
+        setTimeout(GEN_decrementeTempsL, 1000);
+    }
+}
+
+function positionObj(idObj) {
+    var obj = PF_donneObjet(idObj);
+    var res = '';
+    if (obj != null) {
+        if (obj.currentStyle) {
+            res = obj.currentStyle["display"];
+        } else {
+            res = document.defaultView.getComputedStyle(obj, "").getPropertyValue("display");
+        }
+    }
+    if (res == 'none') {
+        res = '';
+    }
+    return res;
+}
+
+var ZoneLienAppelante = null;
+
+function enrPosClic(evt, idCmt) {
+    if (parent.oSco.config_navigateur == "IE") {
+        evt = window.event;
+        ZoneLienAppelante = evt.srcElement;
+    } else {
+        ZoneLienAppelante = evt.target;
+    }
+    if (ZoneLienAppelante && ZoneLienAppelante.nodeName != "DIV") {
+        ZoneLienAppelante = null;
+    }
+    var defil = 0;
+    if (parent.defilContenu) {
+        if (parent.oSco.config_navigateur == "IE") {
+            defil = document.body.scrollTop;
+            if (defil == 0) {
+                var oHTML = document.getElementsByTagName("html");
+                defil = oHTML.item(0).scrollTop;
+            }
+        } else {
+            defil = window.pageYOffset;
+        }
+    }
+    posClicX = evt.clientX;
+    posClicY = evt.clientY + defil;
+    SPE_clicDansBulle(evt, idCmt);
+}
+
+function GEN_bloqueRetour(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (evt.keyCode == 8) {
+        evt.returnValue = false;
+        evt.cancelBubble = true;
+        try {
+            evt.stopPropagation();
+            evt.preventDefault();
+        } catch (e) {
+        }
+        toucheRetourBloquee();
+    }
+    if (evt.keyCode == 34 || evt.keyCode == 33) {
+        evt.returnValue = false;
+        evt.cancelBubble = true;
+        try {
+            evt.stopPropagation();
+            evt.preventDefault();
+        } catch (e) {
+        }
+        if (touchePgCourante < 0 || touchePgCourante != evt.keyCode) {
+            touchePgCourante = evt.keyCode;
+            setTimeout(GEN_touchePg, 600);
+        } else {
+            touchePgCourante = -1;
+            GEN_touchePgDblClic(evt.keyCode);
+        }
+    }
+}
+
+function GEN_touchePg() {
+    if (touchePgCourante > 0) {
+        var codeTmp = touchePgCourante;
+        touchePgCourante = -1;
+        if (codeTmp == 33) {
+            actionTouchePgPrecedente();
+        }
+        if (codeTmp == 34) {
+            actionTouchePgSuivante();
+        }
+    }
+}
+
+function GEN_touchePgDblClic(code) {
+    if (code == 33 || code == 34) {
+        if (typePage == "exercice") {
+            doubleClicPgExercice(code);
+        } else {
+            doubleClicPgCours(code);
+        }
+    }
+}
+
+function GEN_presseTouche(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (MODE_EDIT) {
+        return true;
+    }
+    if (evt.keyCode == 8) {
+        GEN_bloqueRetour(evt);
+    } else {
+        if ((evt.keyCode == 32) || (evt.keyCode == 13) || (evt.keyCode == 22)) {
+            GEN_clavier();
+        }
+    }
+}
+
+function navRequest(actionPerso) {
+    parent.navRequest(actionPerso);
+}
+
+function donneDateMAJ() {
+    var ldate = parent.oSco.dateMAJ;
+    var oPg = parent.oSco.donnePage(parent.oSco.numPageCourante);
+    if (oPg != null && oPg.dateMAJ != "") {
+        ldate = oPg.dateMAJ;
+    }
+    if (ldate == "") {
+        return "";
+    }
+    return parent.oSco.donneDate(ldate);
+}
+
+function finTempsAffichage() {
+    var fent = window.open(parent.RACINE_stage + "MosMtr/gen/tempsMax.htm", "ftempmax", "location=no,status=no,width=360,height=190,top=160,left=310");
+    fent.focus();
+}
+
+function EDIT_pageGNR() {
+    if (!parent.surMosLMS) {
+        alert("You must view the page in MOS Chorus to edit it.");
+        return;
+    }
+    top.LMS_editPgGnr("&codeArbo=element/" + codePage);
+}
+
+function majTempsRestantMin() {
+    var temps1 = new Date().getTime();
+    var temps0 = parent.temps0 + parent.tempsActiviteLimite;
+    var tempsDeSuite = parent.tempsActiviteLimite;
+    var minRest = 0;
+    if (temps0 > temps1) {
+        minRest = Math.floor((temps0 - temps1) / 60000);
+    }
+    var tempsRestant = PF_donneObjet("STY_tempsRestant");
+    tempsRestant.innerHTML = minRest;
+}
+
+function retrouveValCSS(obj, attr) {
+    var val = "";
+    if (obj == null) {
+        return "";
+    }
+    if (parent.oSco.config_navigateur == "IE") {
+        val = obj.currentStyle[nomAttrIE(attr)];
+    } else {
+        val = document.defaultView.getComputedStyle(obj, "").getPropertyValue(attr);
+    }
+    return val;
+}
+
+function nomAttrIE(sP) {
+    var tabP = sP.split("-");
+    var res = "";
+    for (var i = 0; i < tabP.length; i++) {
+        var ajj = tabP[i];
+        if (i > 0) {
+            ajj = ajj.substring(0, 1).toUpperCase() + ajj.substring(1);
+        }
+        res += ajj;
+    }
+    return res;
+}
+
+function GEN_marquerPage(oCase) {
+    var nbCmt = parent.APIgetValue("cmi.comments_from_learner._count");
+    if (oCase.checked) {
+        parent.APIsetValue("cmi.comments_from_learner." + nbCmt + ".location", codePage);
+        parent.APIsetValue("cmi.comments_from_learner." + nbCmt + ".comment", "bookmarkedPage");
+    } else {
+        for (var i = 0; i < nbCmt; i++) {
+            var lattr = "cmi.comments_from_learner." + i + ".";
+            if (parent.APIgetValue(lattr + "location") == codePage) {
+                var ctn = parent.APIgetValue(lattr + "comment");
+                if (ctn.indexOf("bookmarkedPage") >= 0) {
+                    parent.APIsetValue(lattr + "comment", ctn.replace("bookmarkedPage", ""))
+                }
+            }
+        }
+    }
+}
+
+function pageEstMarquee(nbCmt, codePage) {
+    for (var i = 0; i < nbCmt; i++) {
+        var lattr = "cmi.comments_from_learner." + i + ".";
+        if (parent.APIgetValue(lattr + "location") == codePage) {
+            if (parent.APIgetValue(lattr + "comment").indexOf("bookmarkedPage") >= 0) {
+                return true;
+            }
+        }
+    }
+    return false;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ICcours.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ICcours.js
index cb777274ea664523e6550882d21967dbda5120a7..131a1b4fd1dfc01287ff1113df004d24e067b631 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ICcours.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ICcours.js
@@ -1 +1,524 @@
-var actionD;var itemListeCourant;var imageAnimCourant;var delaiAnimEnCours=false;function CRS_init(){entrerDonnees();desactiverBoutonInit(); actionD=false;GEN_activerSuivantDemar();if (dureePage!=''){dureePage=Number(dureePage);if ((!isNaN(dureePage))&&(dureePage>0)){oTempsLimite=PF_donneObjet('STY_tempsLimiteC');tempsLimiteCourant=dureePage;setTimeout(CRS_finTemps,dureePage*1000);if (oTempsLimite!=null){oTempsLimite.innerHTML=dureePage;setTimeout(GEN_decrementeTempsL,1000);}}}var oZnC=PF_donneObjet("STY_texteCours");if (oZnC!=null){if (oZnC.innerHTML==''){PF_masquerDiv("STY_zoneCours");} else {if (leCours.animListes){itemListeCourant=null;var lesitems=oZnC.getElementsByTagName("li");for (var i=0;i<lesitems.length;i++){lesitems[i].className="STY_itemListeAvant";}}if (leCours.animImages){var lesitems=oZnC.getElementsByTagName("img");if (lesitems.length>1){for (var i=1;i<lesitems.length;i++){masquerImageAnim(lesitems[i]);}imageAnimCourant=lesitems[0];}}GEN_lireMediaZone("STY_texteCours",false);}}for (var i=0;i<leCours.commentaires.length;i++){if (leCours.commentaires[i].delai=="0"){leCours.commentaires[i].afficher();}}if (leCours.delaiAnim!="" && animationActive()){delaiAnimEnCours=true;leCours.delaiAnim=Number(leCours.delaiAnim)*1000;setTimeout(evtDelaiAnim,leCours.delaiAnim);}window.focus();}function evtDelaiAnim(){if (appliqueEffet(true)){setTimeout(evtDelaiAnim,leCours.delaiAnim);} else {delaiAnimEnCours=false;}}function CRS_finTemps(){if (!MODE_EDIT){etatSuivant=true;STG_allerSuivant();}}function actionDetecte(){if (actionD==false){actionD=true;activerBoutonInit();}}function CRS_afficherDetail(num){window.status='';if (num!=''){CRS_afficheCommentaire(num);}}function CRS_effacerDetail(num){var oCmt=donneCmtID("divCmt"+num);if (oCmt.duree==""){if (oCmt.estBulle){GEN_masqueBulle(false);} else {GEN_masqueCommentaireClassique();}}}function CRS_afficheCommentaire(num){var oCmt=donneCmtID("divCmt"+num);if (oCmt==null){alert("Error: comment "+num+" not found.");return ;}if (!oCmt.estAffiche){oCmt.afficher();}}function STG_initialiser(evt){chopeEtStpEvt(evt);if (!MODE_EDIT){GEN_masqueCommentaireClassique();GEN_masqueBulle(true);indexLienOuvert=-1;CRS_masquerAnims();GEN_masquerParaBasc();CRS_init();}}function SPE_delaiCmt(idCmt){var oCmt=donneCmtID(idCmt);if (!oCmt.estAffiche){oCmt.afficher();}}function SPE_dureeCmt(idCmt){var oCmt=donneCmtID(idCmt);if (oCmt.estAffiche){if (oCmt.estBulle){oCmt.masquerBulle();} else {if (oCmt.estAffiche){if (oCmt.fonduS!=""){oCmt.fonduFin();} else {GEN_masqueCommentaireClassique();}}}}}function STG_allerSuivant(){if (etatSuivant){etatSuivant=false;attrapeEvtClic=true;if (parent.oSco.evaluation!=null){parent.oSco.evaluation.allerSuivant();} else {parent.SCO_pageSuivante();}}}function GEN_masqueBulle(force){if (laisseBulleAffiche){return ;}for (var i=0;i<leCours.commentaires.length;i++){var oCmt=leCours.commentaires[i];if (oCmt.estBulle){if ((oCmt.estAffiche)&&(force||(oCmt.duree==''))){oCmt.masquerBulle();}}}}function GEN_masqueCommentaireClassique(){PF_modifTexteDiv('STY_titreCommentaire','');var oStyCmt=PF_donneObjet("STY_contenuCommentaire");for (var i=0;i<leCours.commentaires.length;i++){var oCmt=leCours.commentaires[i];if (!oCmt.estBulle){if (oCmt.estAffiche){var oDiv=PF_donneObjet(oCmt.id);if ((oDiv!=null)&&(oStyCmt!=null)){oDiv.innerHTML=oStyCmt.innerHTML;}oCmt.estAffiche=false;}}}GEN_changerContenuDetail("");}function SPE_clicDansBulle(evt,idCmt){var oEv;if (parent.oSco.config_navigateur=="Netscape"){oEv=evt;} else {oEv=window.event;}var oCmt=donneCmtID("divCmt"+idCmt);if ((oCmt!=null)&&(oEv!=null)&&(oCmt.estBulle)){oEv.cancelBubble=true;if (parent.oSco.config_navigateur=="Netscape"){oEv.stopPropagation();}}}function Cours() { this.commentaires; this.partieDetail; this.desactiveSuivant=false; this.animListes=false; this.animImages=false; this.delaiAnim; this.init=cours_init;this.ajouterCommentaire=cours_ajouterCommentaire;}function cours_init(partieDetail){ this.commentaires= new Array(); this.partieDetail=partieDetail;}function cours_ajouterCommentaire(idDiv,titre,posX,posY,posL,posH,duree,delai,styBulle,orign,fonduE,fonduS,initX,initY,vitesse,defil,vdefil){var oCmt=new Commentaire(idDiv,titre,posX,posY,posL,posH,duree,delai,orign,fonduE,fonduS,initX,initY,vitesse,defil,vdefil);oCmt.init(styBulle);this.commentaires[this.commentaires.length]=oCmt;}function doubleClicPgCours(ccar){if (ccar==33){STG_allerPrecedent();}if (ccar==34){if (!leCours.desactiveSuivant){STG_allerSuivant();}}}function actionTouchePgSuivante(){if (!derouleLiensPgSuiv(true)){GEN_clavier();}}function actionTouchePgPrecedente(){if (!derouleLiensPgSuiv(false)){if (animationActive()&&appliqueEffet(false)){return ;}STG_allerPrecedent();}}function derouleLiensPgSuiv(enAvant){var numTemp=0;var cmtAffiche=false;for (var i=0;i<leCours.commentaires.length;i++){var oCmt=leCours.commentaires[i];if (oCmt.estBulle && oCmt.estAffiche && oCmt.duree==""){oCmt.masquerBulle();cmtAffiche=true;}}if (cmtAffiche){return true;}if (indexLienOuvert<0 && !enAvant){return false;}if (indexLienOuvert>=0){GEN_masqueBulle(false);if (enAvant){numTemp=indexLienOuvert+1;} else {numTemp=indexLienOuvert-1;}}var lesa=PF_donneObjet("STY_texteCours").getElementsByTagName("a");var trouveLien=false;while (numTemp<lesa.length && !trouveLien && numTemp>=0){var oLien=lesa.item(numTemp);if (oLien.className.indexOf("STY_lienComt")>=0){var lref=oLien.href;if (lref.indexOf("afficherDetail")>0){var numCmt=lref.substring(lref.indexOf("(")+2,lref.indexOf(")")-1);var objCmt=donneCmtID("divCmt"+numCmt);if (objCmt!=null){if (!objCmt.estAffiche && objCmt.orign!="clic"){CRS_afficherDetail(numCmt);trouveLien=true;indexLienOuvert=numTemp;}}}}if (oLien.className.indexOf("STY_paraBasculeTitre")>=0 && oLien.className.indexOf("STY_paraBasculeTitreOuvert")<0){var lref=oLien.href;if (lref.indexOf("basculerPara")>0){trouveLien=true;indexLienOuvert=numTemp;var numCmt=lref.substring(lref.indexOf("(")+1,lref.indexOf(")"));GEN_masquerParaBasc();GEN_basculerPara(numCmt);}}if (enAvant){numTemp++;} else {numTemp--;}}if (!trouveLien && numTemp>=lesa.length){indexLienOuvert=-1;}return trouveLien;}function donneCmtID(idCmt){var oCmt=null;for (var i=0;i<leCours.commentaires.length;i++){if (leCours.commentaires[i].id==idCmt){oCmt=leCours.commentaires[i];}}return oCmt;}function CRS_cliquePage(event){if (animationActive() && !delaiAnimEnCours){appliqueEffet(true);} else {actionDetecte();}/*if (animationActive()){if (!delaiAnimEnCours && !appliqueEffet()){if (!leCours.desactiveSuivant){STG_allerSuivant();}} else {actionDetecte();}}*/}function GEN_clavier(){if (animationActive() && appliqueEffet(true)){return ;}if (!leCours.desactiveSuivant){STG_allerSuivant();}}function animationActive(){return (leCours && (leCours.animListes || leCours.animImages));}function appliqueEffet(versAvant){var existeEffet=false;if (leCours.animListes){var oZnC=PF_donneObjet("STY_texteCours");var lesitems=oZnC.getElementsByTagName("li");if (lesitems.length>0){if (!itemListeCourant){if (versAvant){itemListeCourant=lesitems[0];itemListeCourant.className="STY_itemListeCourant";actionDetecte();return true;} else {return false;}} var n=0;if (!versAvant){n=lesitems.length-1;}while (n<lesitems.length && n>=0){if (versAvant){lesitems[n].className="STY_itemListeApres";} else {lesitems[n].className="STY_itemListeAvant";}if (lesitems[n]==itemListeCourant){if (versAvant){n++;}else {n--;}if (n<lesitems.length && n>=0){itemListeCourant=lesitems[n];itemListeCourant.className="STY_itemListeCourant";actionDetecte();return true;}}if (versAvant){n++;}else {n--;}}}}if (leCours.animImages){var oZnC=PF_donneObjet("STY_texteCours");var lesitems=oZnC.getElementsByTagName("img");if (!versAvant && imageAnimCourant==null){return false;}if (lesitems.length>1){var n=0;if (!versAvant){n=lesitems.length-1;}while (n<lesitems.length && n>=0){if (lesitems[n]==imageAnimCourant){if (versAvant){n++;}else {n--;}if (n<lesitems.length && n>=0){masquerImageAnim(imageAnimCourant);imageAnimCourant=lesitems[n];afficherImageAnim(imageAnimCourant);actionDetecte();return true;}}if (versAvant){n++;}else {n--;}}}}return existeEffet;}function CRS_masquerAnims(){if (leCours.animListes){var oZnC=PF_donneObjet("STY_texteCours");var lesitems=oZnC.getElementsByTagName("li"); var n=0;while (n<lesitems.length){lesitems[n].className="STY_itemListeAvant";n++;}}if (leCours.animImages){var oZnC=PF_donneObjet("STY_texteCours");var lesitems=oZnC.getElementsByTagName("img");if (lesitems.length>1){var n=1;while (n<lesitems.length){masquerImageAnim(lesitems[n]);n++;}afficherImageAnim(lesitems[0]);}}}function GEN_masquerParaBasc(){var lesa=document.getElementsByTagName("a");for (var i=0;i<lesa.length;i++){var oLien=lesa.item(i);if (oLien.className.indexOf("STY_paraBasculeTitre")>=0){var lref=oLien.href;if (lref.indexOf("basculerPara")>0){var numCmt=lref.substring(lref.indexOf("(")+1,lref.indexOf(")"));if (PF_donneObjet('corpsPB'+numCmt).style.display=="block"){GEN_basculerPara(numCmt);}}}}}function afficherImageAnim(oImg){oImg.style.display="";for (var i=0;i<tabZonesLien.length;i++){var oZone=tabZonesLien[i];if (oZone.refImg==oImg.id){oZone.masqueAnim=false;oZone.placer();}}}function masquerImageAnim(oImg){oImg.style.display="none";for (var i=0;i<tabZonesLien.length;i++){var oZone=tabZonesLien[i];if (oZone.refImg==oImg.id){oZone.masqueAnim=true;PF_masquerDiv(oZone.id);}}}function toucheRetourBloquee(){if (etatPrecedent && !attrapeEvtClic){STG_allerPrecedent();}}function GEN_activerSuivantDemar(){if (GEN_suivantPossible('COURS')&&!leCours.desactiveSuivant){activerBoutonSuivant();}}function STG_allerPrecedent(){if (etatPrecedent&&(!MODE_EDIT)){attrapeEvtClic=true;parent.SCO_pagePrecedente();}}function desactiverBoutonValider(){GEN_desactiveBouton("Valider",EXO_valider);GEN_etatChampBouton(false,"EXO_valider");if (oFlashNavBar){try{oFlashNavBar.MOS_enableBtnSubmit(false);}catch(e){}}}
+var actionD;
+var itemListeCourant;
+var imageAnimCourant;
+var delaiAnimEnCours = false;
+
+function CRS_init() {
+    entrerDonnees();
+    desactiverBoutonInit();
+    actionD = false;
+    GEN_activerSuivantDemar();
+    if (dureePage != '') {
+        dureePage = Number(dureePage);
+        if ((!isNaN(dureePage)) && (dureePage > 0)) {
+            oTempsLimite = PF_donneObjet('STY_tempsLimiteC');
+            tempsLimiteCourant = dureePage;
+            setTimeout(CRS_finTemps, dureePage * 1000);
+            if (oTempsLimite != null) {
+                oTempsLimite.innerHTML = dureePage;
+                setTimeout(GEN_decrementeTempsL, 1000);
+            }
+        }
+    }
+    var oZnC = PF_donneObjet("STY_texteCours");
+    if (oZnC != null) {
+        if (oZnC.innerHTML == '') {
+            PF_masquerDiv("STY_zoneCours");
+        } else {
+            if (leCours.animListes) {
+                itemListeCourant = null;
+                var lesitems = oZnC.getElementsByTagName("li");
+                for (var i = 0; i < lesitems.length; i++) {
+                    lesitems[i].className = "STY_itemListeAvant";
+                }
+            }
+            if (leCours.animImages) {
+                var lesitems = oZnC.getElementsByTagName("img");
+                if (lesitems.length > 1) {
+                    for (var i = 1; i < lesitems.length; i++) {
+                        masquerImageAnim(lesitems[i]);
+                    }
+                    imageAnimCourant = lesitems[0];
+                }
+            }
+            GEN_lireMediaZone("STY_texteCours", false);
+        }
+    }
+    for (var i = 0; i < leCours.commentaires.length; i++) {
+        if (leCours.commentaires[i].delai == "0") {
+            leCours.commentaires[i].afficher();
+        }
+    }
+    if (leCours.delaiAnim != "" && animationActive()) {
+        delaiAnimEnCours = true;
+        leCours.delaiAnim = Number(leCours.delaiAnim) * 1000;
+        setTimeout(evtDelaiAnim, leCours.delaiAnim);
+    }
+    window.focus();
+}
+
+function evtDelaiAnim() {
+    if (appliqueEffet(true)) {
+        setTimeout(evtDelaiAnim, leCours.delaiAnim);
+    } else {
+        delaiAnimEnCours = false;
+    }
+}
+
+function CRS_finTemps() {
+    if (!MODE_EDIT) {
+        etatSuivant = true;
+        STG_allerSuivant();
+    }
+}
+
+function actionDetecte() {
+    if (actionD == false) {
+        actionD = true;
+        activerBoutonInit();
+    }
+}
+
+function CRS_afficherDetail(num) {
+    window.status = '';
+    if (num != '') {
+        CRS_afficheCommentaire(num);
+    }
+}
+
+function CRS_effacerDetail(num) {
+    var oCmt = donneCmtID("divCmt" + num);
+    if (oCmt.duree == "") {
+        if (oCmt.estBulle) {
+            GEN_masqueBulle(false);
+        } else {
+            GEN_masqueCommentaireClassique();
+        }
+    }
+}
+
+function CRS_afficheCommentaire(num) {
+    var oCmt = donneCmtID("divCmt" + num);
+    if (oCmt == null) {
+        alert("Error: comment " + num + " not found.");
+        return;
+    }
+    if (!oCmt.estAffiche) {
+        oCmt.afficher();
+    }
+}
+
+function STG_initialiser(evt) {
+    chopeEtStpEvt(evt);
+    if (!MODE_EDIT) {
+        GEN_masqueCommentaireClassique();
+        GEN_masqueBulle(true);
+        indexLienOuvert = -1;
+        CRS_masquerAnims();
+        GEN_masquerParaBasc();
+        CRS_init();
+    }
+}
+
+function SPE_delaiCmt(idCmt) {
+    var oCmt = donneCmtID(idCmt);
+    if (!oCmt.estAffiche) {
+        oCmt.afficher();
+    }
+}
+
+function SPE_dureeCmt(idCmt) {
+    var oCmt = donneCmtID(idCmt);
+    if (oCmt.estAffiche) {
+        if (oCmt.estBulle) {
+            oCmt.masquerBulle();
+        } else {
+            if (oCmt.estAffiche) {
+                if (oCmt.fonduS != "") {
+                    oCmt.fonduFin();
+                } else {
+                    GEN_masqueCommentaireClassique();
+                }
+            }
+        }
+    }
+}
+
+function STG_allerSuivant() {
+    if (etatSuivant) {
+        etatSuivant = false;
+        attrapeEvtClic = true;
+        if (parent.oSco.evaluation != null) {
+            parent.oSco.evaluation.allerSuivant();
+        } else {
+            parent.SCO_pageSuivante();
+        }
+    }
+}
+
+function GEN_masqueBulle(force) {
+    if (laisseBulleAffiche) {
+        return;
+    }
+    for (var i = 0; i < leCours.commentaires.length; i++) {
+        var oCmt = leCours.commentaires[i];
+        if (oCmt.estBulle) {
+            if ((oCmt.estAffiche) && (force || (oCmt.duree == ''))) {
+                oCmt.masquerBulle();
+            }
+        }
+    }
+}
+
+function GEN_masqueCommentaireClassique() {
+    PF_modifTexteDiv('STY_titreCommentaire', '');
+    var oStyCmt = PF_donneObjet("STY_contenuCommentaire");
+    for (var i = 0; i < leCours.commentaires.length; i++) {
+        var oCmt = leCours.commentaires[i];
+        if (!oCmt.estBulle) {
+            if (oCmt.estAffiche) {
+                var oDiv = PF_donneObjet(oCmt.id);
+                if ((oDiv != null) && (oStyCmt != null)) {
+                    oDiv.innerHTML = oStyCmt.innerHTML;
+                }
+                oCmt.estAffiche = false;
+            }
+        }
+    }
+    GEN_changerContenuDetail("");
+}
+
+function SPE_clicDansBulle(evt, idCmt) {
+    var oEv;
+    if (parent.oSco.config_navigateur == "Netscape") {
+        oEv = evt;
+    } else {
+        oEv = window.event;
+    }
+    var oCmt = donneCmtID("divCmt" + idCmt);
+    if ((oCmt != null) && (oEv != null) && (oCmt.estBulle)) {
+        oEv.cancelBubble = true;
+        if (parent.oSco.config_navigateur == "Netscape") {
+            oEv.stopPropagation();
+        }
+    }
+}
+
+function Cours() {
+    this.commentaires;
+    this.partieDetail;
+    this.desactiveSuivant = false;
+    this.animListes = false;
+    this.animImages = false;
+    this.delaiAnim;
+    this.init = cours_init;
+    this.ajouterCommentaire = cours_ajouterCommentaire;
+}
+
+function cours_init(partieDetail) {
+    this.commentaires = new Array();
+    this.partieDetail = partieDetail;
+}
+
+function cours_ajouterCommentaire(idDiv, titre, posX, posY, posL, posH, duree, delai, styBulle, orign, fonduE, fonduS, initX, initY, vitesse, defil, vdefil) {
+    var oCmt = new Commentaire(idDiv, titre, posX, posY, posL, posH, duree, delai, orign, fonduE, fonduS, initX, initY, vitesse, defil, vdefil);
+    oCmt.init(styBulle);
+    this.commentaires[this.commentaires.length] = oCmt;
+}
+
+function doubleClicPgCours(ccar) {
+    if (ccar == 33) {
+        STG_allerPrecedent();
+    }
+    if (ccar == 34) {
+        if (!leCours.desactiveSuivant) {
+            STG_allerSuivant();
+        }
+    }
+}
+
+function actionTouchePgSuivante() {
+    if (!derouleLiensPgSuiv(true)) {
+        GEN_clavier();
+    }
+}
+
+function actionTouchePgPrecedente() {
+    if (!derouleLiensPgSuiv(false)) {
+        if (animationActive() && appliqueEffet(false)) {
+            return;
+        }
+        STG_allerPrecedent();
+    }
+}
+
+function derouleLiensPgSuiv(enAvant) {
+    var numTemp = 0;
+    var cmtAffiche = false;
+    for (var i = 0; i < leCours.commentaires.length; i++) {
+        var oCmt = leCours.commentaires[i];
+        if (oCmt.estBulle && oCmt.estAffiche && oCmt.duree == "") {
+            oCmt.masquerBulle();
+            cmtAffiche = true;
+        }
+    }
+    if (cmtAffiche) {
+        return true;
+    }
+    if (indexLienOuvert < 0 && !enAvant) {
+        return false;
+    }
+    if (indexLienOuvert >= 0) {
+        GEN_masqueBulle(false);
+        if (enAvant) {
+            numTemp = indexLienOuvert + 1;
+        } else {
+            numTemp = indexLienOuvert - 1;
+        }
+    }
+    var lesa = PF_donneObjet("STY_texteCours").getElementsByTagName("a");
+    var trouveLien = false;
+    while (numTemp < lesa.length && !trouveLien && numTemp >= 0) {
+        var oLien = lesa.item(numTemp);
+        if (oLien.className.indexOf("STY_lienComt") >= 0) {
+            var lref = oLien.href;
+            if (lref.indexOf("afficherDetail") > 0) {
+                var numCmt = lref.substring(lref.indexOf("(") + 2, lref.indexOf(")") - 1);
+                var objCmt = donneCmtID("divCmt" + numCmt);
+                if (objCmt != null) {
+                    if (!objCmt.estAffiche && objCmt.orign != "clic") {
+                        CRS_afficherDetail(numCmt);
+                        trouveLien = true;
+                        indexLienOuvert = numTemp;
+                    }
+                }
+            }
+        }
+        if (oLien.className.indexOf("STY_paraBasculeTitre") >= 0 && oLien.className.indexOf("STY_paraBasculeTitreOuvert") < 0) {
+            var lref = oLien.href;
+            if (lref.indexOf("basculerPara") > 0) {
+                trouveLien = true;
+                indexLienOuvert = numTemp;
+                var numCmt = lref.substring(lref.indexOf("(") + 1, lref.indexOf(")"));
+                GEN_masquerParaBasc();
+                GEN_basculerPara(numCmt);
+            }
+        }
+        if (enAvant) {
+            numTemp++;
+        } else {
+            numTemp--;
+        }
+    }
+    if (!trouveLien && numTemp >= lesa.length) {
+        indexLienOuvert = -1;
+    }
+    return trouveLien;
+}
+
+function donneCmtID(idCmt) {
+    var oCmt = null;
+    for (var i = 0; i < leCours.commentaires.length; i++) {
+        if (leCours.commentaires[i].id == idCmt) {
+            oCmt = leCours.commentaires[i];
+        }
+    }
+    return oCmt;
+}
+
+function CRS_cliquePage(event) {
+    if (animationActive() && !delaiAnimEnCours) {
+        appliqueEffet(true);
+    } else {
+        actionDetecte();
+    }/*if (animationActive()){if (!delaiAnimEnCours && !appliqueEffet()){if (!leCours.desactiveSuivant){STG_allerSuivant();}} else {actionDetecte();}}*/
+}
+
+function GEN_clavier() {
+    if (animationActive() && appliqueEffet(true)) {
+        return;
+    }
+    if (!leCours.desactiveSuivant) {
+        STG_allerSuivant();
+    }
+}
+
+function animationActive() {
+    return (leCours && (leCours.animListes || leCours.animImages));
+}
+
+function appliqueEffet(versAvant) {
+    var existeEffet = false;
+    if (leCours.animListes) {
+        var oZnC = PF_donneObjet("STY_texteCours");
+        var lesitems = oZnC.getElementsByTagName("li");
+        if (lesitems.length > 0) {
+            if (!itemListeCourant) {
+                if (versAvant) {
+                    itemListeCourant = lesitems[0];
+                    itemListeCourant.className = "STY_itemListeCourant";
+                    actionDetecte();
+                    return true;
+                } else {
+                    return false;
+                }
+            }
+            var n = 0;
+            if (!versAvant) {
+                n = lesitems.length - 1;
+            }
+            while (n < lesitems.length && n >= 0) {
+                if (versAvant) {
+                    lesitems[n].className = "STY_itemListeApres";
+                } else {
+                    lesitems[n].className = "STY_itemListeAvant";
+                }
+                if (lesitems[n] == itemListeCourant) {
+                    if (versAvant) {
+                        n++;
+                    } else {
+                        n--;
+                    }
+                    if (n < lesitems.length && n >= 0) {
+                        itemListeCourant = lesitems[n];
+                        itemListeCourant.className = "STY_itemListeCourant";
+                        actionDetecte();
+                        return true;
+                    }
+                }
+                if (versAvant) {
+                    n++;
+                } else {
+                    n--;
+                }
+            }
+        }
+    }
+    if (leCours.animImages) {
+        var oZnC = PF_donneObjet("STY_texteCours");
+        var lesitems = oZnC.getElementsByTagName("img");
+        if (!versAvant && imageAnimCourant == null) {
+            return false;
+        }
+        if (lesitems.length > 1) {
+            var n = 0;
+            if (!versAvant) {
+                n = lesitems.length - 1;
+            }
+            while (n < lesitems.length && n >= 0) {
+                if (lesitems[n] == imageAnimCourant) {
+                    if (versAvant) {
+                        n++;
+                    } else {
+                        n--;
+                    }
+                    if (n < lesitems.length && n >= 0) {
+                        masquerImageAnim(imageAnimCourant);
+                        imageAnimCourant = lesitems[n];
+                        afficherImageAnim(imageAnimCourant);
+                        actionDetecte();
+                        return true;
+                    }
+                }
+                if (versAvant) {
+                    n++;
+                } else {
+                    n--;
+                }
+            }
+        }
+    }
+    return existeEffet;
+}
+
+function CRS_masquerAnims() {
+    if (leCours.animListes) {
+        var oZnC = PF_donneObjet("STY_texteCours");
+        var lesitems = oZnC.getElementsByTagName("li");
+        var n = 0;
+        while (n < lesitems.length) {
+            lesitems[n].className = "STY_itemListeAvant";
+            n++;
+        }
+    }
+    if (leCours.animImages) {
+        var oZnC = PF_donneObjet("STY_texteCours");
+        var lesitems = oZnC.getElementsByTagName("img");
+        if (lesitems.length > 1) {
+            var n = 1;
+            while (n < lesitems.length) {
+                masquerImageAnim(lesitems[n]);
+                n++;
+            }
+            afficherImageAnim(lesitems[0]);
+        }
+    }
+}
+
+function GEN_masquerParaBasc() {
+    var lesa = document.getElementsByTagName("a");
+    for (var i = 0; i < lesa.length; i++) {
+        var oLien = lesa.item(i);
+        if (oLien.className.indexOf("STY_paraBasculeTitre") >= 0) {
+            var lref = oLien.href;
+            if (lref.indexOf("basculerPara") > 0) {
+                var numCmt = lref.substring(lref.indexOf("(") + 1, lref.indexOf(")"));
+                if (PF_donneObjet('corpsPB' + numCmt).style.display == "block") {
+                    GEN_basculerPara(numCmt);
+                }
+            }
+        }
+    }
+}
+
+function afficherImageAnim(oImg) {
+    oImg.style.display = "";
+    for (var i = 0; i < tabZonesLien.length; i++) {
+        var oZone = tabZonesLien[i];
+        if (oZone.refImg == oImg.id) {
+            oZone.masqueAnim = false;
+            oZone.placer();
+        }
+    }
+}
+
+function masquerImageAnim(oImg) {
+    oImg.style.display = "none";
+    for (var i = 0; i < tabZonesLien.length; i++) {
+        var oZone = tabZonesLien[i];
+        if (oZone.refImg == oImg.id) {
+            oZone.masqueAnim = true;
+            PF_masquerDiv(oZone.id);
+        }
+    }
+}
+
+function toucheRetourBloquee() {
+    if (etatPrecedent && !attrapeEvtClic) {
+        STG_allerPrecedent();
+    }
+}
+
+function GEN_activerSuivantDemar() {
+    if (GEN_suivantPossible('COURS') && !leCours.desactiveSuivant) {
+        activerBoutonSuivant();
+    }
+}
+
+function STG_allerPrecedent() {
+    if (etatPrecedent && (!MODE_EDIT)) {
+        attrapeEvtClic = true;
+        parent.SCO_pagePrecedente();
+    }
+}
+
+function desactiverBoutonValider() {
+    GEN_desactiveBouton("Valider", EXO_valider);
+    GEN_etatChampBouton(false, "EXO_valider");
+    if (oFlashNavBar) {
+        try {
+            oFlashNavBar.MOS_enableBtnSubmit(false);
+        } catch (e) {
+        }
+    }
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ICexercices.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ICexercices.js
index 1da702cb4b86d36fbf9c615b8bad5e25778bb654..89700383948df60109b67efb55a6ce12a3669a96 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ICexercices.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/contenu/ICexercices.js
@@ -1 +1,904 @@
-var actionD;var etatValide;var iconeOui="STY_zoneSuccesExo";var iconeNon="STY_zoneEchecExo";var CODE_V="nw";var CODE_F="ng";var premiereFois=true;var suggestionDejaAffiche='';var indicCourant;var exerciceFlash=false;var zoneScoreAffiche="";var masqueInteractions=false;var depuisPrecedent=false;var qcResult=false;var actionValider=false;function EXO_init(type0) {type=type0;entrerDonnees();if (etatEval && !parent.oSco.evaluation.evalInteraction){masqueInteractions=true;}var oZEex=PF_donneObjet("STY_zoneExercice");if (oZEex.style.display=="none"){oZEex.style.display="block";PF_affecterAlt();}window.focus();initialiser();for (var i=0;i<exo.indications.length;i++){if (exo.indications[i].delai=="0"){exo.indications[i].afficher();}}if (type=='TAT'){setTimeout(focusPremierChamp,100);}GEN_validerPossible(type0);GEN_activerSuivantDemar();if (etatEval && parent.oSco.evaluation.etatCorrige){ EXO_mesReponses();} else {if (etatEval){var numQ=-1;for (var j=0;j<parent.oSco.evaluation.questions.length;j++){if (parent.oSco.evaluation.questions[j].codePage==codePage){numQ=j;}}if (numQ>=0){if (parent.oSco.evaluation.evalInteraction && parent.oSco.autorisePrecedent!="oui"){exo.afficherMesReponses(parent.oSco.evaluation.donneReponsesQuestion(codePage));desactiverBoutonValider();EXO_desactiver();if (GEN_suivantPossible('')){activerBoutonSuivant();}} else {depuisPrecedent=true;actionDetecte();exo.afficherMesReponses(parent.oSco.evaluation.donneReponsesQuestion(codePage));if (GEN_suivantPossible('')){activerBoutonSuivant();}}} else {var oPg=parent.oSco.donnePage(parent.oSco.numPageCourante);if (oPg.prerequis.indexOf('RESULT')==0){qcResult=true;}if (qcResult && parent.SCO_suivantPossible()){activerBoutonSuivant();}}} else {if (parent.oSco.afficherSolutionsDirect){PF_afficherDiv("STY_zoneVoirSolutions");if (PF_donneObjet("STY_zoneVoirSolutions")==null){GEN_masqueCommentaireClassique();genereLienSolution();}}}}}function EXO_compteurLimite(){if (dureePage!=''){dureePage=Number(dureePage);if ((!isNaN(dureePage))&&(dureePage>0)){oTempsLimite=PF_donneObjet('STY_tempsLimiteE');tempsLimiteCourant=dureePage;setTimeout(EXO_finTemps,dureePage*1000);if (oTempsLimite!=null){oTempsLimite.innerHTML=dureePage;setTimeout(GEN_decrementeTempsL,1000);}}}}function initialiser(){actionValider=false;if (type!='SEQ'){GEN_lireMediaZone("STY_zoneExercice",false);}if (!premiereFois){exo.initialiser();GEN_masqueBulle(true);GEN_masqueCommentaireClassique();}etatValide=0; masquerZonesDyn();if (masqueInteractions){PF_masquerDiv("STY_zoneScoreExo");}PF_modifTexteDiv("STY_scoreAtteintExo","0");indicCourant=null;suggestionDejaAffiche='';actionD=false;if (!premiereFois){desactiverBoutonInit();}if ((exo.commentaireSucces!=null)&&(exo.commentaireSucces.estBulle)&&(exo.commentaireSucces.estAffiche)){exo.commentaireSucces.masquerBulle();}if ((exo.consigne!=null)&&(!etatEval || !parent.oSco.evaluation.etatCorrige)){if ((exo.consigne.delai=="")|| !premiereFois){exo.consigne.afficher();}}EXO_compteurLimite();if (!premiereFois){attrapeEvtClic=true;}premiereFois=false;if (parent.oSco.forcerReponse){desactiverBoutonValider();}}function STG_initialiser(evt){if (MODE_EDIT){return ;}chopeEtStpEvt(evt);indexLienOuvert=-1;GEN_masqueCommentaireClassique();initialiser();for (var i=0;i<exo.indications.length;i++){if (exo.indications[i].delai=="0"){exo.indications[i].afficher();}}}function GEN_clavier(){GEN_masqueBulle(false);if (exo.actif && actionD && existeBoutonValider()){return EXO_valider();}if (etatEval && !actionD && !actionValider && parent.oSco.evaluation.forcerRepQuestion){return false;}if (etatSuivant){STG_allerSuivant();}}function actionTouchePgSuivante(){if ((!actionD && etatSuivant && !etatEval) || exo.valide){return STG_allerSuivant();}if (actionD && !exo.valide && exo.actif){EXO_valider();}}function actionTouchePgPrecedente(){if (!actionD && etatPrecedent){return STG_allerPrecedent();}if (actionD && (!exo.valide || !etatEval)){STG_initialiser();}}function actionDetecte(){if (actionD==false){actionD=true;etatValide=0;activerBoutonInit();activerBoutonValider();}}function afficherIndication(){indicCourant.afficher();suggestionDejaAffiche+=indicCourant.id+',';if (!indicCourant.estBulle){if ((exo.consigne!=null)&&(!exo.consigne.estBulle)){exo.consigne.estAffiche=false;}}}function EXO_ajouterQuestion(){if (!parent.oSco.evaluation.etatCorrige){parent.oSco.evaluation.ajouterQuestion(exo,codePage);}}function EXO_enregistrerPage(){if (etatEval&&!parent.oSco.evaluation.etatCorrige){exo.valider();EXO_ajouterQuestion();evalObjectifsNonRepondu();creerMenuPages();parent.SCO_persiste();alert(donneLex(71));}}function EXO_valider(evt){chopeEtStpEvt(evt);if (qcResult){STG_allerSuivant(evt);return 0;}scoreAtteint=-1;exo.valider();actionValider=true;if ((parent.oSco.scoreBinaire)&&(!exo.valide)){exo.scoreCourant=0;}indicCourant=exo.donneSuggestion();if (etatEval && etatValide==0){if (exo.valide||(!parent.oSco.evaluation.evalSuggestions)||(indicCourant==null)){etatValide=1;EXO_ajouterQuestion();evalObjectifsNonRepondu();parent.allerEtapeSuivante=false; desactiverBoutonValider(); desactiverBoutonInit(); if (GEN_suivantPossible()){ if (!masqueInteractions){ activerBoutonSuivant(); } } window.focus();EXO_desactiver();}}if (masqueInteractions){ STG_allerSuivant();} else {EXO_afficherScore();window.focus();if (exo.valide==false){ if (!etatEval){activerBoutonInit();}if (!etatEval || type!='TAT' || exo.scoreManuel==""){afficherCommentaireEchec();}} else { etatValide=1;if (!etatEval){desactiverBoutonValider();if (parent.SCO_suivantPossible()){activerBoutonSuivant();}EXO_affecterAlt();EXO_desactiver();}afficherCommentaireSucces();}if (etatEval||parent.SCO_exerciceBloquant()){creerMenuPages();} }depuisPrecedent=false;}function EXO_desactiver(){exo.desactiver();}function afficherCommentaireEchec(){var res='';if (!etatEval || !parent.oSco.evaluation.questionnaire){afficheZoneDyn(iconeNon);}if (exo.consigne==null||!exo.consigne.estAffiche||exo.consigne.estBulle){GEN_masqueCommentaireClassique();}if (indicCourant!=null){afficherIndication();var cmtEchecEv=false;if (etatEval && !parent.oSco.evaluation.evalSuggestions){desactiverBoutonValider(); desactiverBoutonInit(); window.focus();EXO_desactiver();cmtEchecEv=true;}if (etatEval&&parent.oSco.evaluation.parcourable&&(parent.oSco.evaluation.etatCorrige||cmtEchecEv)){PF_afficherDiv("STY_zoneVoirSolutions");if (PF_donneObjet("STY_zoneVoirSolutions")==null){GEN_masqueCommentaireClassique();genereLienSolution();}}} else if (((!etatEval)&&parent.oSco.exoSolutions)||(etatEval&&parent.oSco.evaluation.parcourable)){PF_afficherDiv("STY_zoneVoirSolutions");if (PF_donneObjet("STY_zoneVoirSolutions")==null){genereLienSolution();} else if (effacerZoneCmt){PF_masquerDiv("STY_zoneCommentaire");}}}function genereLienSolution(){GEN_changerContenuDetail('<a class="STY_lienDansZoneComt" href="javascript:EXO_solutions()">'+donneLex(59)+'</a>');}function afficherCommentaireSucces(){var brancheDirect=false;GEN_masqueCommentaireClassique();if (exo.commentaireSucces!=null){if ((exo.commentaireSucces.branche!='')&&(exo.commentaireSucces.duree=='0')){brancheDirect=true;}exo.commentaireSucces.afficher();}if ((!etatEval)||(!parent.oSco.evaluation.questionnaire)){if(!brancheDirect){afficheZoneDyn(iconeOui);}}}function afficherCommentaireSolution(){var i=0;while (i<exo.indications.length){var ref=exo.indications[i].ref;if (exo.indications[i].ref.indexOf("[solution]")==0){exo.indications[i].afficher();if (!exo.indications[i].estBulle){GEN_changerTitreDetail(exo.indications[i].titre);}break;}i++;}}function afficheZoneDyn(nomZone){if ((nomZone.indexOf("STY_")==0)&&(exo.scoreTotal>0)){masquerZonesDyn();PF_afficherDiv(nomZone);GEN_lireMediaZone(nomZone,false);}}function soumettreForm(){EXO_valider();}function existeReponseDansInteractions(){var tabInteract=exo.donneTabReponses();for (var j=0;j<tabInteract.length;j++){if (tabInteract[j][1]!=""){return true;}}return false;}function STG_allerSuivant(evt){EXO_validerSurSortiePage(true);if (etatSuivant&& !MODE_EDIT){var oCmt=donneCmtAffiche();if (!etatEval && parent.SCO_exerciceBloquant() && !GEN_pageSuivanteVue() && !exo.valide && (oCmt==null||oCmt.branche=="")){return false;}if (etatEval && parent.oSco.evaluation.etatCorrige){return parent.oSco.evaluation.allerSuivant();}etatSuivant=false;if (depuisPrecedent&&parent.pagePrecHisto!=""){var nump=parent.oSco.numeroPage(parent.pagePrecHisto);if (etatEval){nump=parent.oSco.numPageCourante+1;var trouvePoss=false;while (!trouvePoss && (nump<parent.oSco.tabPages.length)){var oPg=parent.oSco.donnePage(nump);if (oPg.validePrerequis()){trouvePoss=true;} else {parent.oSco.evaluation.effaceQuestion(oPg.codePage);nump++;}}}parent.SCO_allerPage(nump);parent.pagePrecHisto="";} else {if (oCmt==null||oCmt.branche==''){if (etatEval){parent.oSco.evaluation.allerSuivant();} else {parent.SCO_pageSuivante();}} else {EXO_brancher(oCmt.branche);}}}}function EXO_affecterAlt(){var imgbSuiv=PF_donneObjet("boutonSuivant");if (imgbSuiv!=null){if (parent.SCO_suivantPossible()&&(!parent.allerEtapeSuivante)){imgbSuiv.title==parent.SCO_titrePageSuivante();}}}function EXO_solutions(){exo.solutions();if ((etatEval)&&(parent.oSco.evaluation.etatCorrige)){EXO_solutionsEval();} else {if (!etatEval){activerBoutonInit();}desactiverBoutonValider();EXO_desactiver();masquerZonesDyn();GEN_masqueCommentaireClassique();afficherCommentaireSolution();if (parent.oSco.afficherSolutionsDirect){activerBoutonSuivant();exo.valide=true;}}}function EXO_peutVoirMesReponses(){return true;}function EXO_solutionsEval(){desactiverBoutonValider();desactiverBoutonInit();EXO_desactiver();masquerZonesDyn();if (EXO_peutVoirMesReponses()){afficheZoneDyn("STY_zoneVoirMesReponses");if (PF_donneObjet("STY_zoneVoirMesReponses")==null){GEN_masqueCommentaireClassique();GEN_changerContenuDetail('<a class="STY_lienDansZoneComt" href="javascript:EXO_mesReponses()">'+donneLex(62)+'</a>');}}afficherCommentaireSolution();}function EXO_mesReponses(){exo.initialiser();exo.afficherMesReponses(parent.oSco.evaluation.donneReponsesQuestion(codePage));desactiverBoutonValider();desactiverBoutonInit();exo.valider();PF_masquerDiv("STY_zoneVoirMesReponses");if (exo.valide==false){ var correctionManuelle=false;if (type=='TAT' && exo.scoreManuel!=""){correctionManuelle=true;}if (!etatEval || !parent.oSco.evaluation.questionnaire){if (!correctionManuelle){afficheZoneDyn(iconeNon);}}if (parent.oSco.evaluation.parcourable && !correctionManuelle){PF_afficherDiv("STY_zoneVoirSolutions");if (PF_donneObjet("STY_zoneVoirSolutions")==null){GEN_masqueCommentaireClassique();GEN_changerContenuDetail('<a class="STY_lienDansZoneComt" href="javascript:EXO_solutions()">'+donneLex(59)+'</a>');}}} else { afficherCommentaireSucces();}EXO_desactiver();EXO_afficherScore();}function EXO_afficherScore(){var oDiv=PF_donneObjet("STY_scoreAtteintExo");if (oDiv!=null){var scr=exo.scoreCourant;if (scr<0){scr=0;}oDiv.innerHTML=localeNb(scr);}PF_afficherDiv("STY_zoneScoreExo");}function masquerZonesDyn(score){PF_masquerDiv('STY_zoneSuccesExo');PF_masquerDiv('STY_zoneEchecExo');PF_masquerDiv('STY_zoneVoirSolutions');PF_masquerDiv('STY_zoneVoirMesReponses');}function EXO_ajouterCommentaire(idDiv,titrec,posX,posY,posL,posH,duree,delai,styBulle,branche,orign,fonduE,fonduS,initX,initY,vitesse,defil,vdefil){if (idDiv.indexOf('divSugg')==0){if (titrec==""){titrec=donneLex(10);if (delai=="[solution]"){titrec=donneLex(23);}}} else if (idDiv=='divConsigne'){if (titrec==""){titrec=donneLex(22);}if (delai==0){delai='';}} else if (idDiv=='divCmtSucces'){if (titrec==""){titrec=donneLex(58);}if (delai==0){delai='';}}var oCmt=new Commentaire(idDiv,titrec,posX,posY,posL,posH,duree,delai,orign,fonduE,fonduS,initX,initY,vitesse,defil,vdefil);oCmt.init(styBulle);oCmt.branche=branche;if (idDiv=='divCmtSucces'){exo.commentaireSucces=oCmt;} else if ((idDiv.indexOf("divSugg")==0)||(idDiv.indexOf("divCmt")==0)){exo.indications[exo.indications.length]=oCmt;} else if (idDiv=='divConsigne'){exo.consigne=oCmt;}}function GEN_masqueBulle(force){if (laisseBulleAffiche){return ;}for (var i=0;i<exo.indications.length;i++){var oCmt=exo.indications[i];if ((oCmt.estBulle)&&(oCmt.estAffiche)){if ((force||(oCmt.duree==''))){if ((oCmt.id.indexOf('divCmt')<0)||(oCmt.duree=='')){oCmt.masquerBulle();}}}}if ((exo.consigne!=null)&&(exo.consigne.estBulle)&&(exo.consigne.estAffiche)&&(exo.consigne.duree=='')){exo.consigne.masquerBulle();}if ((exo.commentaireSucces!=null)&&(exo.commentaireSucces.estBulle)&&(exo.commentaireSucces.estAffiche)&&(exo.commentaireSucces.duree=='')){exo.commentaireSucces.masquerBulle();}laisseBulleAffiche=false;}function GEN_masqueCommentaireClassique(){PF_modifTexteDiv('STY_titreCommentaire','');var oStyCmt=PF_donneObjet("STY_contenuCommentaire");for (var i=0;i<exo.indications.length;i++){var oCmt=exo.indications[i];if (!oCmt.estBulle){if (oCmt.estAffiche){var oDiv=PF_donneObjet(oCmt.id);if (oStyCmt!=null){oDiv.innerHTML=oStyCmt.innerHTML;}oCmt.estAffiche=false;}}}if (exo.consigne!=null && !exo.consigne.estBulle){if (exo.consigne.estAffiche){var oDiv=PF_donneObjet(exo.consigne.id);if (oStyCmt!=null){oDiv.innerHTML=oStyCmt.innerHTML;}exo.consigne.estAffiche=false;}}if ((exo.commentaireSucces!=null)&&(!exo.commentaireSucces.estBulle)){if (exo.commentaireSucces.estAffiche){var oDiv=PF_donneObjet(exo.commentaireSucces.id);if (oStyCmt!=null){oDiv.innerHTML=oStyCmt.innerHTML;}exo.commentaireSucces.estAffiche=false;}}GEN_changerContenuDetail("");}function donneCmtAffiche(){var oCmt=null;if ((exo.commentaireSucces!=null) && exo.commentaireSucces.estAffiche){oCmt=exo.commentaireSucces;}if (oCmt==null){for (var i=0;i<exo.indications.length;i++){if (exo.indications[i].estAffiche && exo.indications[i].id.indexOf('divSugg')==0){oCmt=exo.indications[i];}}}return oCmt;}function SPE_dureeCmt(idCmt){if (MODE_EDIT){return false;}var oCmt=donneCmtID(idCmt);if (oCmt!=null){if (oCmt.estBulle){oCmt.masquerBulle();} else {if (oCmt.estAffiche){if (oCmt.fonduS!=""){oCmt.fonduFin();} else {GEN_masqueCommentaireClassique(true);}}}if (oCmt.branche!=''){if (oCmt.fonduS!=""){setTimeout("EXO_brancher('"+oCmt.branche+"')",oCmt.fonduS*1000);} else {EXO_brancher(oCmt.branche);}}}}function EXO_finTemps(){if ((!exo.valide)&&(!MODE_EDIT)&& exo.actif){alert(donneLex(63));if (!etatEval){EXO_valider();EXO_desactiver();desactiverBoutonValider();} else {EXO_valider();}}}function SPE_clicDansBulle(evt,idCmt){var oEv;if (parent.oSco.config_navigateur=="Netscape"){oEv=evt;} else {oEv=window.event;}var oCmt=donneCmtID(idCmt);if (oCmt==null){oCmt=donneCmtID("divCmt"+idCmt);}if ((oCmt!=null)&&(oCmt.estBulle)){oEv.cancelBubble=true;if (parent.oSco.config_navigateur=="Netscape"){oEv.stopPropagation();}}}function donneCmtID(idCmt){var oCmt=null;if (idCmt=="divConsigne"){oCmt=exo.consigne;} else if (idCmt=="divCmtSucces"){oCmt=exo.commentaireSucces;} else {for (var i=0;i<exo.indications.length;i++){if (exo.indications[i].id==idCmt){oCmt=exo.indications[i];}}}return oCmt;}function EXO_brancher(val){if (val.indexOf('pg')==0){val=parent.oSco.identifiant+"/"+val;}if (val.indexOf('/')<0){val+="/";}if (etatEval && !parent.oSco.evaluation.etatCorrige){if (etatValide==0){if (!qcResult){exo.valider();parent.oSco.evaluation.ajouterQuestion(exo,codePage);}}if (val.indexOf(parent.oSco.identifiant)!=0 && !parent.oSco.evaluation.estJugee){parent.oSco.evaluation.juger();parent.oSco.evaluation.resultatsLMS();}}GLOBAL_allerPage(val);}function CRS_afficherDetail(num){window.status='';if (num!=''){CRS_afficheCommentaire(num);}}function CRS_effacerDetail(num){var oCmt=donneCmtID("divCmt"+num);if (oCmt.duree==""){if (oCmt.estBulle){GEN_masqueBulle(false);} else {GEN_masqueCommentaireClassique();}}}function CRS_afficheCommentaire(num){var oCmt=donneCmtID("divCmt"+num);if (oCmt==null){alert("Error: comment "+num+" not found.");return ;}if (!oCmt.estAffiche){oCmt.afficher();}}function SPE_delaiCmt(idCmt){var oCmt=donneCmtID(idCmt);if (!oCmt.estAffiche){oCmt.afficher();}}function EXO_validerAuto(){if (parent.oSco.exoValideChoixUnique &&(!depuisPrecedent)&&(!etatEval || !parent.oSco.evaluation.etatCorrige)){desactiverBoutonValider();EXO_valider();}}function activerBoutonValider(){GEN_activeBouton("Valider",13,EXO_valider);GEN_etatChampBouton(true,"EXO_valider");if (oFlashNavBar){oFlashNavBar.MOS_enableBtnSubmit(true);}if (etatEval && !existeBoutonValider()){activerBoutonSuivant();}}function desactiverBoutonValider(){GEN_desactiveBouton("Valider",EXO_valider);GEN_etatChampBouton(false,"EXO_valider");if (oFlashNavBar){try{oFlashNavBar.MOS_enableBtnSubmit(false);}catch(e){}}if (etatEval && !existeBoutonValider()){desactiverBoutonSuivant();}}function doubleClicPgExercice(ccar){if (etatEval){return ;}if (ccar==33){STG_allerPrecedent();}if (ccar==34){STG_allerSuivant();}}function toucheRetourBloquee(){if (etatPrecedent && !actionD && !attrapeEvtClic){STG_allerPrecedent();}}function GEN_activerSuivantDemar(){if (etatEval){evalObjectifsNonRepondu();}if ((etatEval && (parent.oSco.evaluation.etatCorrige || !parent.oSco.evaluation.forcerRepQuestion)) || (!etatEval && (!parent.SCO_exerciceBloquant()|| GEN_pageSuivanteVue()))){if (GEN_suivantPossible('')){activerBoutonSuivant();}}}/*function existeBoutonSuivant(){if (PF_donneObjet("STY_boutonSuivant")!=null){return true;}var lesa=document.getElementsByTagName("button");for (var p=0;p<lesa.length;p++){var ress=new String(lesa[p].getAttribute("onclick"));if (ress.indexOf("STG_allerSuivant()")>=0){return true;}}return false;}*/function existeBoutonValider(){if (PF_donneObjet("STY_boutonValider")!=null){return true;}var lesa=document.getElementsByTagName("button");for (var p=0;p<lesa.length;p++){var ress=new String(lesa[p].getAttribute("onclick"));if (ress.indexOf("EXO_valider()")>=0){return true;}}return false;}function evalObjectifsNonRepondu(){if (parent.oSco.evaluation.forcerRepQuestion){return ;}var QUESTIONS_NOT_ANSWERED="unknown";var ALL_QUESTIONS_ANSWERED="unknown";var existeNonRepondu=false;var existeNonVisite=false;for (var i=0;i<parent.oSco.tabPages.length;i++){var oPage=parent.oSco.tabPages[i];if (oPage.estExercice() && oPage.validePrerequis()){if (oPage.etatVisite || i<parent.oSco.numPageCourante){if (parent.oSco.evaluation.donneReponsesQuestion(oPage.code)==null){existeNonRepondu=true;}} else {existeNonVisite=true;}}}if (!existeNonVisite){ if (existeNonRepondu){ QUESTIONS_NOT_ANSWERED="passed"; ALL_QUESTIONS_ANSWERED="failed"; } else { QUESTIONS_NOT_ANSWERED="failed"; ALL_QUESTIONS_ANSWERED="passed"; }}parent.changeObjectifSecondaire("QUESTIONS_NOT_ANSWERED",QUESTIONS_NOT_ANSWERED);parent.changeObjectifSecondaire("ALL_QUESTIONS_ANSWERED",ALL_QUESTIONS_ANSWERED);}function STG_allerPrecedent(){if (etatPrecedent&&(!MODE_EDIT)){attrapeEvtClic=true;EXO_validerSurSortiePage(false);parent.SCO_pagePrecedente();}}function EXO_validerSurSortiePage(prendMemeVide){if (etatEval && actionD && !actionValider && !existeBoutonValider()){exo.valider();actionValider=true;if (prendMemeVide || existeReponseDansInteractions()){EXO_ajouterQuestion();evalObjectifsNonRepondu();}}}function classeCSSExiste(nomClasse){var res=null;for (var m=0;m<document.styleSheets.length;m++){var ofCSS=document.styleSheets.item(m);var tabRule=ofCSS.rules;if (parent.oSco.config_navigateur=="Netscape"){tabRule=ofCSS.cssRules;} for (var j=0;j<tabRule.length;j++){if (tabRule.item(j).selectorText==nomClasse){res= tabRule.item(j);}}}return (res!=null);}
+var actionD;
+var etatValide;
+var iconeOui = "STY_zoneSuccesExo";
+var iconeNon = "STY_zoneEchecExo";
+var CODE_V = "nw";
+var CODE_F = "ng";
+var premiereFois = true;
+var suggestionDejaAffiche = '';
+var indicCourant;
+var exerciceFlash = false;
+var zoneScoreAffiche = "";
+var masqueInteractions = false;
+var depuisPrecedent = false;
+var qcResult = false;
+var actionValider = false;
+
+function EXO_init(type0) {
+    type = type0;
+    entrerDonnees();
+    if (etatEval && !parent.oSco.evaluation.evalInteraction) {
+        masqueInteractions = true;
+    }
+    var oZEex = PF_donneObjet("STY_zoneExercice");
+    if (oZEex.style.display == "none") {
+        oZEex.style.display = "block";
+        PF_affecterAlt();
+    }
+    window.focus();
+    initialiser();
+    for (var i = 0; i < exo.indications.length; i++) {
+        if (exo.indications[i].delai == "0") {
+            exo.indications[i].afficher();
+        }
+    }
+    if (type == 'TAT') {
+        setTimeout(focusPremierChamp, 100);
+    }
+    GEN_validerPossible(type0);
+    GEN_activerSuivantDemar();
+    if (etatEval && parent.oSco.evaluation.etatCorrige) {
+        EXO_mesReponses();
+    } else {
+        if (etatEval) {
+            var numQ = -1;
+            for (var j = 0; j < parent.oSco.evaluation.questions.length; j++) {
+                if (parent.oSco.evaluation.questions[j].codePage == codePage) {
+                    numQ = j;
+                }
+            }
+            if (numQ >= 0) {
+                if (parent.oSco.evaluation.evalInteraction && parent.oSco.autorisePrecedent != "oui") {
+                    exo.afficherMesReponses(parent.oSco.evaluation.donneReponsesQuestion(codePage));
+                    desactiverBoutonValider();
+                    EXO_desactiver();
+                    if (GEN_suivantPossible('')) {
+                        activerBoutonSuivant();
+                    }
+                } else {
+                    depuisPrecedent = true;
+                    actionDetecte();
+                    exo.afficherMesReponses(parent.oSco.evaluation.donneReponsesQuestion(codePage));
+                    if (GEN_suivantPossible('')) {
+                        activerBoutonSuivant();
+                    }
+                }
+            } else {
+                var oPg = parent.oSco.donnePage(parent.oSco.numPageCourante);
+                if (oPg.prerequis.indexOf('RESULT') == 0) {
+                    qcResult = true;
+                }
+                if (qcResult && parent.SCO_suivantPossible()) {
+                    activerBoutonSuivant();
+                }
+            }
+        } else {
+            if (parent.oSco.afficherSolutionsDirect) {
+                PF_afficherDiv("STY_zoneVoirSolutions");
+                if (PF_donneObjet("STY_zoneVoirSolutions") == null) {
+                    GEN_masqueCommentaireClassique();
+                    genereLienSolution();
+                }
+            }
+        }
+    }
+}
+
+function EXO_compteurLimite() {
+    if (dureePage != '') {
+        dureePage = Number(dureePage);
+        if ((!isNaN(dureePage)) && (dureePage > 0)) {
+            oTempsLimite = PF_donneObjet('STY_tempsLimiteE');
+            tempsLimiteCourant = dureePage;
+            setTimeout(EXO_finTemps, dureePage * 1000);
+            if (oTempsLimite != null) {
+                oTempsLimite.innerHTML = dureePage;
+                setTimeout(GEN_decrementeTempsL, 1000);
+            }
+        }
+    }
+}
+
+function initialiser() {
+    actionValider = false;
+    if (type != 'SEQ') {
+        GEN_lireMediaZone("STY_zoneExercice", false);
+    }
+    if (!premiereFois) {
+        exo.initialiser();
+        GEN_masqueBulle(true);
+        GEN_masqueCommentaireClassique();
+    }
+    etatValide = 0;
+    masquerZonesDyn();
+    if (masqueInteractions) {
+        PF_masquerDiv("STY_zoneScoreExo");
+    }
+    PF_modifTexteDiv("STY_scoreAtteintExo", "0");
+    indicCourant = null;
+    suggestionDejaAffiche = '';
+    actionD = false;
+    if (!premiereFois) {
+        desactiverBoutonInit();
+    }
+    if ((exo.commentaireSucces != null) && (exo.commentaireSucces.estBulle) && (exo.commentaireSucces.estAffiche)) {
+        exo.commentaireSucces.masquerBulle();
+    }
+    if ((exo.consigne != null) && (!etatEval || !parent.oSco.evaluation.etatCorrige)) {
+        if ((exo.consigne.delai == "") || !premiereFois) {
+            exo.consigne.afficher();
+        }
+    }
+    EXO_compteurLimite();
+    if (!premiereFois) {
+        attrapeEvtClic = true;
+    }
+    premiereFois = false;
+    if (parent.oSco.forcerReponse) {
+        desactiverBoutonValider();
+    }
+}
+
+function STG_initialiser(evt) {
+    if (MODE_EDIT) {
+        return;
+    }
+    chopeEtStpEvt(evt);
+    indexLienOuvert = -1;
+    GEN_masqueCommentaireClassique();
+    initialiser();
+    for (var i = 0; i < exo.indications.length; i++) {
+        if (exo.indications[i].delai == "0") {
+            exo.indications[i].afficher();
+        }
+    }
+}
+
+function GEN_clavier() {
+    GEN_masqueBulle(false);
+    if (exo.actif && actionD && existeBoutonValider()) {
+        return EXO_valider();
+    }
+    if (etatEval && !actionD && !actionValider && parent.oSco.evaluation.forcerRepQuestion) {
+        return false;
+    }
+    if (etatSuivant) {
+        STG_allerSuivant();
+    }
+}
+
+function actionTouchePgSuivante() {
+    if ((!actionD && etatSuivant && !etatEval) || exo.valide) {
+        return STG_allerSuivant();
+    }
+    if (actionD && !exo.valide && exo.actif) {
+        EXO_valider();
+    }
+}
+
+function actionTouchePgPrecedente() {
+    if (!actionD && etatPrecedent) {
+        return STG_allerPrecedent();
+    }
+    if (actionD && (!exo.valide || !etatEval)) {
+        STG_initialiser();
+    }
+}
+
+function actionDetecte() {
+    if (actionD == false) {
+        actionD = true;
+        etatValide = 0;
+        activerBoutonInit();
+        activerBoutonValider();
+    }
+}
+
+function afficherIndication() {
+    indicCourant.afficher();
+    suggestionDejaAffiche += indicCourant.id + ',';
+    if (!indicCourant.estBulle) {
+        if ((exo.consigne != null) && (!exo.consigne.estBulle)) {
+            exo.consigne.estAffiche = false;
+        }
+    }
+}
+
+function EXO_ajouterQuestion() {
+    if (!parent.oSco.evaluation.etatCorrige) {
+        parent.oSco.evaluation.ajouterQuestion(exo, codePage);
+    }
+}
+
+function EXO_enregistrerPage() {
+    if (etatEval && !parent.oSco.evaluation.etatCorrige) {
+        exo.valider();
+        EXO_ajouterQuestion();
+        evalObjectifsNonRepondu();
+        creerMenuPages();
+        parent.SCO_persiste();
+        alert(donneLex(71));
+    }
+}
+
+function EXO_valider(evt) {
+    chopeEtStpEvt(evt);
+    if (qcResult) {
+        STG_allerSuivant(evt);
+        return 0;
+    }
+    scoreAtteint = -1;
+    exo.valider();
+    actionValider = true;
+    if ((parent.oSco.scoreBinaire) && (!exo.valide)) {
+        exo.scoreCourant = 0;
+    }
+    indicCourant = exo.donneSuggestion();
+    if (etatEval && etatValide == 0) {
+        if (exo.valide || (!parent.oSco.evaluation.evalSuggestions) || (indicCourant == null)) {
+            etatValide = 1;
+            EXO_ajouterQuestion();
+            evalObjectifsNonRepondu();
+            parent.allerEtapeSuivante = false;
+            desactiverBoutonValider();
+            desactiverBoutonInit();
+            if (GEN_suivantPossible()) {
+                if (!masqueInteractions) {
+                    activerBoutonSuivant();
+                }
+            }
+            window.focus();
+            EXO_desactiver();
+        }
+    }
+    if (masqueInteractions) {
+        STG_allerSuivant();
+    } else {
+        EXO_afficherScore();
+        window.focus();
+        if (exo.valide == false) {
+            if (!etatEval) {
+                activerBoutonInit();
+            }
+            if (!etatEval || type != 'TAT' || exo.scoreManuel == "") {
+                afficherCommentaireEchec();
+            }
+        } else {
+            etatValide = 1;
+            if (!etatEval) {
+                desactiverBoutonValider();
+                if (parent.SCO_suivantPossible()) {
+                    activerBoutonSuivant();
+                }
+                EXO_affecterAlt();
+                EXO_desactiver();
+            }
+            afficherCommentaireSucces();
+        }
+        if (etatEval || parent.SCO_exerciceBloquant()) {
+            creerMenuPages();
+        }
+    }
+    depuisPrecedent = false;
+}
+
+function EXO_desactiver() {
+    exo.desactiver();
+}
+
+function afficherCommentaireEchec() {
+    var res = '';
+    if (!etatEval || !parent.oSco.evaluation.questionnaire) {
+        afficheZoneDyn(iconeNon);
+    }
+    if (exo.consigne == null || !exo.consigne.estAffiche || exo.consigne.estBulle) {
+        GEN_masqueCommentaireClassique();
+    }
+    if (indicCourant != null) {
+        afficherIndication();
+        var cmtEchecEv = false;
+        if (etatEval && !parent.oSco.evaluation.evalSuggestions) {
+            desactiverBoutonValider();
+            desactiverBoutonInit();
+            window.focus();
+            EXO_desactiver();
+            cmtEchecEv = true;
+        }
+        if (etatEval && parent.oSco.evaluation.parcourable && (parent.oSco.evaluation.etatCorrige || cmtEchecEv)) {
+            PF_afficherDiv("STY_zoneVoirSolutions");
+            if (PF_donneObjet("STY_zoneVoirSolutions") == null) {
+                GEN_masqueCommentaireClassique();
+                genereLienSolution();
+            }
+        }
+    } else if (((!etatEval) && parent.oSco.exoSolutions) || (etatEval && parent.oSco.evaluation.parcourable)) {
+        PF_afficherDiv("STY_zoneVoirSolutions");
+        if (PF_donneObjet("STY_zoneVoirSolutions") == null) {
+            genereLienSolution();
+        } else if (effacerZoneCmt) {
+            PF_masquerDiv("STY_zoneCommentaire");
+        }
+    }
+}
+
+function genereLienSolution() {
+    GEN_changerContenuDetail('<a class="STY_lienDansZoneComt" href="javascript:EXO_solutions()">' + donneLex(59) + '</a>');
+}
+
+function afficherCommentaireSucces() {
+    var brancheDirect = false;
+    GEN_masqueCommentaireClassique();
+    if (exo.commentaireSucces != null) {
+        if ((exo.commentaireSucces.branche != '') && (exo.commentaireSucces.duree == '0')) {
+            brancheDirect = true;
+        }
+        exo.commentaireSucces.afficher();
+    }
+    if ((!etatEval) || (!parent.oSco.evaluation.questionnaire)) {
+        if (!brancheDirect) {
+            afficheZoneDyn(iconeOui);
+        }
+    }
+}
+
+function afficherCommentaireSolution() {
+    var i = 0;
+    while (i < exo.indications.length) {
+        var ref = exo.indications[i].ref;
+        if (exo.indications[i].ref.indexOf("[solution]") == 0) {
+            exo.indications[i].afficher();
+            if (!exo.indications[i].estBulle) {
+                GEN_changerTitreDetail(exo.indications[i].titre);
+            }
+            break;
+        }
+        i++;
+    }
+}
+
+function afficheZoneDyn(nomZone) {
+    if ((nomZone.indexOf("STY_") == 0) && (exo.scoreTotal > 0)) {
+        masquerZonesDyn();
+        PF_afficherDiv(nomZone);
+        GEN_lireMediaZone(nomZone, false);
+    }
+}
+
+function soumettreForm() {
+    EXO_valider();
+}
+
+function existeReponseDansInteractions() {
+    var tabInteract = exo.donneTabReponses();
+    for (var j = 0; j < tabInteract.length; j++) {
+        if (tabInteract[j][1] != "") {
+            return true;
+        }
+    }
+    return false;
+}
+
+function STG_allerSuivant(evt) {
+    EXO_validerSurSortiePage(true);
+    if (etatSuivant && !MODE_EDIT) {
+        var oCmt = donneCmtAffiche();
+        if (!etatEval && parent.SCO_exerciceBloquant() && !GEN_pageSuivanteVue() && !exo.valide && (oCmt == null || oCmt.branche == "")) {
+            return false;
+        }
+        if (etatEval && parent.oSco.evaluation.etatCorrige) {
+            return parent.oSco.evaluation.allerSuivant();
+        }
+        etatSuivant = false;
+        if (depuisPrecedent && parent.pagePrecHisto != "") {
+            var nump = parent.oSco.numeroPage(parent.pagePrecHisto);
+            if (etatEval) {
+                nump = parent.oSco.numPageCourante + 1;
+                var trouvePoss = false;
+                while (!trouvePoss && (nump < parent.oSco.tabPages.length)) {
+                    var oPg = parent.oSco.donnePage(nump);
+                    if (oPg.validePrerequis()) {
+                        trouvePoss = true;
+                    } else {
+                        parent.oSco.evaluation.effaceQuestion(oPg.codePage);
+                        nump++;
+                    }
+                }
+            }
+            parent.SCO_allerPage(nump);
+            parent.pagePrecHisto = "";
+        } else {
+            if (oCmt == null || oCmt.branche == '') {
+                if (etatEval) {
+                    parent.oSco.evaluation.allerSuivant();
+                } else {
+                    parent.SCO_pageSuivante();
+                }
+            } else {
+                EXO_brancher(oCmt.branche);
+            }
+        }
+    }
+}
+
+function EXO_affecterAlt() {
+    var imgbSuiv = PF_donneObjet("boutonSuivant");
+    if (imgbSuiv != null) {
+        if (parent.SCO_suivantPossible() && (!parent.allerEtapeSuivante)) {
+            imgbSuiv.title == parent.SCO_titrePageSuivante();
+        }
+    }
+}
+
+function EXO_solutions() {
+    exo.solutions();
+    if ((etatEval) && (parent.oSco.evaluation.etatCorrige)) {
+        EXO_solutionsEval();
+    } else {
+        if (!etatEval) {
+            activerBoutonInit();
+        }
+        desactiverBoutonValider();
+        EXO_desactiver();
+        masquerZonesDyn();
+        GEN_masqueCommentaireClassique();
+        afficherCommentaireSolution();
+        if (parent.oSco.afficherSolutionsDirect) {
+            activerBoutonSuivant();
+            exo.valide = true;
+        }
+    }
+}
+
+function EXO_peutVoirMesReponses() {
+    return true;
+}
+
+function EXO_solutionsEval() {
+    desactiverBoutonValider();
+    desactiverBoutonInit();
+    EXO_desactiver();
+    masquerZonesDyn();
+    if (EXO_peutVoirMesReponses()) {
+        afficheZoneDyn("STY_zoneVoirMesReponses");
+        if (PF_donneObjet("STY_zoneVoirMesReponses") == null) {
+            GEN_masqueCommentaireClassique();
+            GEN_changerContenuDetail('<a class="STY_lienDansZoneComt" href="javascript:EXO_mesReponses()">' + donneLex(62) + '</a>');
+        }
+    }
+    afficherCommentaireSolution();
+}
+
+function EXO_mesReponses() {
+    exo.initialiser();
+    exo.afficherMesReponses(parent.oSco.evaluation.donneReponsesQuestion(codePage));
+    desactiverBoutonValider();
+    desactiverBoutonInit();
+    exo.valider();
+    PF_masquerDiv("STY_zoneVoirMesReponses");
+    if (exo.valide == false) {
+        var correctionManuelle = false;
+        if (type == 'TAT' && exo.scoreManuel != "") {
+            correctionManuelle = true;
+        }
+        if (!etatEval || !parent.oSco.evaluation.questionnaire) {
+            if (!correctionManuelle) {
+                afficheZoneDyn(iconeNon);
+            }
+        }
+        if (parent.oSco.evaluation.parcourable && !correctionManuelle) {
+            PF_afficherDiv("STY_zoneVoirSolutions");
+            if (PF_donneObjet("STY_zoneVoirSolutions") == null) {
+                GEN_masqueCommentaireClassique();
+                GEN_changerContenuDetail('<a class="STY_lienDansZoneComt" href="javascript:EXO_solutions()">' + donneLex(59) + '</a>');
+            }
+        }
+    } else {
+        afficherCommentaireSucces();
+    }
+    EXO_desactiver();
+    EXO_afficherScore();
+}
+
+function EXO_afficherScore() {
+    var oDiv = PF_donneObjet("STY_scoreAtteintExo");
+    if (oDiv != null) {
+        var scr = exo.scoreCourant;
+        if (scr < 0) {
+            scr = 0;
+        }
+        oDiv.innerHTML = localeNb(scr);
+    }
+    PF_afficherDiv("STY_zoneScoreExo");
+}
+
+function masquerZonesDyn(score) {
+    PF_masquerDiv('STY_zoneSuccesExo');
+    PF_masquerDiv('STY_zoneEchecExo');
+    PF_masquerDiv('STY_zoneVoirSolutions');
+    PF_masquerDiv('STY_zoneVoirMesReponses');
+}
+
+function EXO_ajouterCommentaire(idDiv, titrec, posX, posY, posL, posH, duree, delai, styBulle, branche, orign, fonduE, fonduS, initX, initY, vitesse, defil, vdefil) {
+    if (idDiv.indexOf('divSugg') == 0) {
+        if (titrec == "") {
+            titrec = donneLex(10);
+            if (delai == "[solution]") {
+                titrec = donneLex(23);
+            }
+        }
+    } else if (idDiv == 'divConsigne') {
+        if (titrec == "") {
+            titrec = donneLex(22);
+        }
+        if (delai == 0) {
+            delai = '';
+        }
+    } else if (idDiv == 'divCmtSucces') {
+        if (titrec == "") {
+            titrec = donneLex(58);
+        }
+        if (delai == 0) {
+            delai = '';
+        }
+    }
+    var oCmt = new Commentaire(idDiv, titrec, posX, posY, posL, posH, duree, delai, orign, fonduE, fonduS, initX, initY, vitesse, defil, vdefil);
+    oCmt.init(styBulle);
+    oCmt.branche = branche;
+    if (idDiv == 'divCmtSucces') {
+        exo.commentaireSucces = oCmt;
+    } else if ((idDiv.indexOf("divSugg") == 0) || (idDiv.indexOf("divCmt") == 0)) {
+        exo.indications[exo.indications.length] = oCmt;
+    } else if (idDiv == 'divConsigne') {
+        exo.consigne = oCmt;
+    }
+}
+
+function GEN_masqueBulle(force) {
+    if (laisseBulleAffiche) {
+        return;
+    }
+    for (var i = 0; i < exo.indications.length; i++) {
+        var oCmt = exo.indications[i];
+        if ((oCmt.estBulle) && (oCmt.estAffiche)) {
+            if ((force || (oCmt.duree == ''))) {
+                if ((oCmt.id.indexOf('divCmt') < 0) || (oCmt.duree == '')) {
+                    oCmt.masquerBulle();
+                }
+            }
+        }
+    }
+    if ((exo.consigne != null) && (exo.consigne.estBulle) && (exo.consigne.estAffiche) && (exo.consigne.duree == '')) {
+        exo.consigne.masquerBulle();
+    }
+    if ((exo.commentaireSucces != null) && (exo.commentaireSucces.estBulle) && (exo.commentaireSucces.estAffiche) && (exo.commentaireSucces.duree == '')) {
+        exo.commentaireSucces.masquerBulle();
+    }
+    laisseBulleAffiche = false;
+}
+
+function GEN_masqueCommentaireClassique() {
+    PF_modifTexteDiv('STY_titreCommentaire', '');
+    var oStyCmt = PF_donneObjet("STY_contenuCommentaire");
+    for (var i = 0; i < exo.indications.length; i++) {
+        var oCmt = exo.indications[i];
+        if (!oCmt.estBulle) {
+            if (oCmt.estAffiche) {
+                var oDiv = PF_donneObjet(oCmt.id);
+                if (oStyCmt != null) {
+                    oDiv.innerHTML = oStyCmt.innerHTML;
+                }
+                oCmt.estAffiche = false;
+            }
+        }
+    }
+    if (exo.consigne != null && !exo.consigne.estBulle) {
+        if (exo.consigne.estAffiche) {
+            var oDiv = PF_donneObjet(exo.consigne.id);
+            if (oStyCmt != null) {
+                oDiv.innerHTML = oStyCmt.innerHTML;
+            }
+            exo.consigne.estAffiche = false;
+        }
+    }
+    if ((exo.commentaireSucces != null) && (!exo.commentaireSucces.estBulle)) {
+        if (exo.commentaireSucces.estAffiche) {
+            var oDiv = PF_donneObjet(exo.commentaireSucces.id);
+            if (oStyCmt != null) {
+                oDiv.innerHTML = oStyCmt.innerHTML;
+            }
+            exo.commentaireSucces.estAffiche = false;
+        }
+    }
+    GEN_changerContenuDetail("");
+}
+
+function donneCmtAffiche() {
+    var oCmt = null;
+    if ((exo.commentaireSucces != null) && exo.commentaireSucces.estAffiche) {
+        oCmt = exo.commentaireSucces;
+    }
+    if (oCmt == null) {
+        for (var i = 0; i < exo.indications.length; i++) {
+            if (exo.indications[i].estAffiche && exo.indications[i].id.indexOf('divSugg') == 0) {
+                oCmt = exo.indications[i];
+            }
+        }
+    }
+    return oCmt;
+}
+
+function SPE_dureeCmt(idCmt) {
+    if (MODE_EDIT) {
+        return false;
+    }
+    var oCmt = donneCmtID(idCmt);
+    if (oCmt != null) {
+        if (oCmt.estBulle) {
+            oCmt.masquerBulle();
+        } else {
+            if (oCmt.estAffiche) {
+                if (oCmt.fonduS != "") {
+                    oCmt.fonduFin();
+                } else {
+                    GEN_masqueCommentaireClassique(true);
+                }
+            }
+        }
+        if (oCmt.branche != '') {
+            if (oCmt.fonduS != "") {
+                setTimeout("EXO_brancher('" + oCmt.branche + "')", oCmt.fonduS * 1000);
+            } else {
+                EXO_brancher(oCmt.branche);
+            }
+        }
+    }
+}
+
+function EXO_finTemps() {
+    if ((!exo.valide) && (!MODE_EDIT) && exo.actif) {
+        alert(donneLex(63));
+        if (!etatEval) {
+            EXO_valider();
+            EXO_desactiver();
+            desactiverBoutonValider();
+        } else {
+            EXO_valider();
+        }
+    }
+}
+
+function SPE_clicDansBulle(evt, idCmt) {
+    var oEv;
+    if (parent.oSco.config_navigateur == "Netscape") {
+        oEv = evt;
+    } else {
+        oEv = window.event;
+    }
+    var oCmt = donneCmtID(idCmt);
+    if (oCmt == null) {
+        oCmt = donneCmtID("divCmt" + idCmt);
+    }
+    if ((oCmt != null) && (oCmt.estBulle)) {
+        oEv.cancelBubble = true;
+        if (parent.oSco.config_navigateur == "Netscape") {
+            oEv.stopPropagation();
+        }
+    }
+}
+
+function donneCmtID(idCmt) {
+    var oCmt = null;
+    if (idCmt == "divConsigne") {
+        oCmt = exo.consigne;
+    } else if (idCmt == "divCmtSucces") {
+        oCmt = exo.commentaireSucces;
+    } else {
+        for (var i = 0; i < exo.indications.length; i++) {
+            if (exo.indications[i].id == idCmt) {
+                oCmt = exo.indications[i];
+            }
+        }
+    }
+    return oCmt;
+}
+
+function EXO_brancher(val) {
+    if (val.indexOf('pg') == 0) {
+        val = parent.oSco.identifiant + "/" + val;
+    }
+    if (val.indexOf('/') < 0) {
+        val += "/";
+    }
+    if (etatEval && !parent.oSco.evaluation.etatCorrige) {
+        if (etatValide == 0) {
+            if (!qcResult) {
+                exo.valider();
+                parent.oSco.evaluation.ajouterQuestion(exo, codePage);
+            }
+        }
+        if (val.indexOf(parent.oSco.identifiant) != 0 && !parent.oSco.evaluation.estJugee) {
+            parent.oSco.evaluation.juger();
+            parent.oSco.evaluation.resultatsLMS();
+        }
+    }
+    GLOBAL_allerPage(val);
+}
+
+function CRS_afficherDetail(num) {
+    window.status = '';
+    if (num != '') {
+        CRS_afficheCommentaire(num);
+    }
+}
+
+function CRS_effacerDetail(num) {
+    var oCmt = donneCmtID("divCmt" + num);
+    if (oCmt.duree == "") {
+        if (oCmt.estBulle) {
+            GEN_masqueBulle(false);
+        } else {
+            GEN_masqueCommentaireClassique();
+        }
+    }
+}
+
+function CRS_afficheCommentaire(num) {
+    var oCmt = donneCmtID("divCmt" + num);
+    if (oCmt == null) {
+        alert("Error: comment " + num + " not found.");
+        return;
+    }
+    if (!oCmt.estAffiche) {
+        oCmt.afficher();
+    }
+}
+
+function SPE_delaiCmt(idCmt) {
+    var oCmt = donneCmtID(idCmt);
+    if (!oCmt.estAffiche) {
+        oCmt.afficher();
+    }
+}
+
+function EXO_validerAuto() {
+    if (parent.oSco.exoValideChoixUnique && (!depuisPrecedent) && (!etatEval || !parent.oSco.evaluation.etatCorrige)) {
+        desactiverBoutonValider();
+        EXO_valider();
+    }
+}
+
+function activerBoutonValider() {
+    GEN_activeBouton("Valider", 13, EXO_valider);
+    GEN_etatChampBouton(true, "EXO_valider");
+    if (oFlashNavBar) {
+        oFlashNavBar.MOS_enableBtnSubmit(true);
+    }
+    if (etatEval && !existeBoutonValider()) {
+        activerBoutonSuivant();
+    }
+}
+
+function desactiverBoutonValider() {
+    GEN_desactiveBouton("Valider", EXO_valider);
+    GEN_etatChampBouton(false, "EXO_valider");
+    if (oFlashNavBar) {
+        try {
+            oFlashNavBar.MOS_enableBtnSubmit(false);
+        } catch (e) {
+        }
+    }
+    if (etatEval && !existeBoutonValider()) {
+        desactiverBoutonSuivant();
+    }
+}
+
+function doubleClicPgExercice(ccar) {
+    if (etatEval) {
+        return;
+    }
+    if (ccar == 33) {
+        STG_allerPrecedent();
+    }
+    if (ccar == 34) {
+        STG_allerSuivant();
+    }
+}
+
+function toucheRetourBloquee() {
+    if (etatPrecedent && !actionD && !attrapeEvtClic) {
+        STG_allerPrecedent();
+    }
+}
+
+function GEN_activerSuivantDemar() {
+    if (etatEval) {
+        evalObjectifsNonRepondu();
+    }
+    if ((etatEval && (parent.oSco.evaluation.etatCorrige || !parent.oSco.evaluation.forcerRepQuestion)) || (!etatEval && (!parent.SCO_exerciceBloquant() || GEN_pageSuivanteVue()))) {
+        if (GEN_suivantPossible('')) {
+            activerBoutonSuivant();
+        }
+    }
+}/*function existeBoutonSuivant(){if (PF_donneObjet("STY_boutonSuivant")!=null){return true;}var lesa=document.getElementsByTagName("button");for (var p=0;p<lesa.length;p++){var ress=new String(lesa[p].getAttribute("onclick"));if (ress.indexOf("STG_allerSuivant()")>=0){return true;}}return false;}*/
+function existeBoutonValider() {
+    if (PF_donneObjet("STY_boutonValider") != null) {
+        return true;
+    }
+    var lesa = document.getElementsByTagName("button");
+    for (var p = 0; p < lesa.length; p++) {
+        var ress = new String(lesa[p].getAttribute("onclick"));
+        if (ress.indexOf("EXO_valider()") >= 0) {
+            return true;
+        }
+    }
+    return false;
+}
+
+function evalObjectifsNonRepondu() {
+    if (parent.oSco.evaluation.forcerRepQuestion) {
+        return;
+    }
+    var QUESTIONS_NOT_ANSWERED = "unknown";
+    var ALL_QUESTIONS_ANSWERED = "unknown";
+    var existeNonRepondu = false;
+    var existeNonVisite = false;
+    for (var i = 0; i < parent.oSco.tabPages.length; i++) {
+        var oPage = parent.oSco.tabPages[i];
+        if (oPage.estExercice() && oPage.validePrerequis()) {
+            if (oPage.etatVisite || i < parent.oSco.numPageCourante) {
+                if (parent.oSco.evaluation.donneReponsesQuestion(oPage.code) == null) {
+                    existeNonRepondu = true;
+                }
+            } else {
+                existeNonVisite = true;
+            }
+        }
+    }
+    if (!existeNonVisite) {
+        if (existeNonRepondu) {
+            QUESTIONS_NOT_ANSWERED = "passed";
+            ALL_QUESTIONS_ANSWERED = "failed";
+        } else {
+            QUESTIONS_NOT_ANSWERED = "failed";
+            ALL_QUESTIONS_ANSWERED = "passed";
+        }
+    }
+    parent.changeObjectifSecondaire("QUESTIONS_NOT_ANSWERED", QUESTIONS_NOT_ANSWERED);
+    parent.changeObjectifSecondaire("ALL_QUESTIONS_ANSWERED", ALL_QUESTIONS_ANSWERED);
+}
+
+function STG_allerPrecedent() {
+    if (etatPrecedent && (!MODE_EDIT)) {
+        attrapeEvtClic = true;
+        EXO_validerSurSortiePage(false);
+        parent.SCO_pagePrecedente();
+    }
+}
+
+function EXO_validerSurSortiePage(prendMemeVide) {
+    if (etatEval && actionD && !actionValider && !existeBoutonValider()) {
+        exo.valider();
+        actionValider = true;
+        if (prendMemeVide || existeReponseDansInteractions()) {
+            EXO_ajouterQuestion();
+            evalObjectifsNonRepondu();
+        }
+    }
+}
+
+function classeCSSExiste(nomClasse) {
+    var res = null;
+    for (var m = 0; m < document.styleSheets.length; m++) {
+        var ofCSS = document.styleSheets.item(m);
+        var tabRule = ofCSS.rules;
+        if (parent.oSco.config_navigateur == "Netscape") {
+            tabRule = ofCSS.cssRules;
+        }
+        for (var j = 0; j < tabRule.length; j++) {
+            if (tabRule.item(j).selectorText == nomClasse) {
+                res = tabRule.item(j);
+            }
+        }
+    }
+    return (res != null);
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/glossaire/ClasseGlossaire.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/glossaire/ClasseGlossaire.js
index 49e846df8d253a09ed32d34bf0f73038e6909d1e..9e2e7a0876ebfd0838fb4531389c1425ec48cab4 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/glossaire/ClasseGlossaire.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/glossaire/ClasseGlossaire.js
@@ -1 +1,276 @@
-/*Integral Coaching Tous droits reserves - 2003 */ function Glossaire() { this.subs; this.motTrouves; this.codeMotTrouves; this.nomLiens; this.init=CAT_init;this.ajouterSub=CAT_ajouterSub;this.afficher=CAT_afficher;this.ouvrirTout=CAT_ouvrirTout;this.fermerTout=CAT_fermerTout;this.rechercher=CAT_rechercher;this.donnerEntreeCode=CAT_donnerEntreeCode;this.donneEntree=CAT_donneEntree;}function CAT_init(){this.subs=new Array();}function CAT_ajouterSub(sub){sub.subParent=null;this.subs[this.subs.length]=sub;}function CAT_afficher(){var resFin='';for (j=0;j<this.subs.length;j++){resFin=resFin+this.subs[j].afficher(this.subs[j].nomRep);}return resFin;}function CAT_ouvrirTout(){var j=0;for (j=0;j<this.subs.length;j++){subTmp=this.subs[j];subTmp.ouvrirSub();}}function CAT_fermerTout(){var j=0;for (j=0;j<this.subs.length;j++){subTmp=this.subs[j];subTmp.fermerSub();}}function CAT_rechercher(mot,optionMotEntier,optionCasse){this.motTrouves=new Array(); this.codeMotTrouves=new Array(); this.nomLiens= new Array();var j=0;var trouve=0; var regleDebut="";var regleFin="";if (optionMotEntier){regleDebut="\\b";regleFin="\\b";}var optCasse='i';if (optionCasse){optCasse='';}var regle = new RegExp(regleDebut+mot+regleFin,optCasse);for (j=0;j<this.subs.length;j++){subTmp=this.subs[j];trouve=trouve+subTmp.rechercher(regle,optionCasse);}return trouve;}function CAT_donnerEntreeCode(idMotCherche,entree){var resultat=false;var j=0;for (j=0;j<this.subs.length;j++){if (resultat){j=this.subs.length;} else {subTmp=this.subs[j];this.cheminMotTemp=subTmp.nom;resultat=subTmp.rechercherEntreeCode(idMotCherche);}}return resultat;}function CAT_donneEntree(idEntree){var entree=null;var j;for (j=0;j<this.subs.length;j++){subTmp=this.subs[j];var res=subTmp.donneEntree(idEntree);if (res!=null){entree=res;j=this.subs.length;}}return entree;}function GlossaireSub() {this.subs; this.entrees; this.nom=''; this.code=''; this.nomRep=''; this.subParent=null; this.init=CATs_init;this.ajouterEntreeGlossaire=CATs_ajouterEntreeGlossaire;this.ajouterSub=CATs_ajouterSub;this.afficherentrees=CATs_afficherentrees;this.afficherEntree=CATs_afficherEntree;this.afficher=CATs_afficher;this.afficherSubs=CATs_afficherSubs;this.ouvrirSub=CATs_ouvrirSub;this.fermerSub=CATs_fermerSub;this.donneEntree=CATs_donneEntree;}function CATs_init(){this.subs=new Array(); this.entrees=new Array();}function CATs_ajouterEntreeGlossaire(codeEntreeGlossaire,nomEntreeGlossaire,def,refGloss,posDocs){EntreeGlossaireTmp= new EntreeGlossaire();EntreeGlossaireTmp.init();EntreeGlossaireTmp.code = codeEntreeGlossaire;EntreeGlossaireTmp.nom = nomEntreeGlossaire;EntreeGlossaireTmp.posDocs = posDocs;EntreeGlossaireTmp.subParent=this;if (refGloss.length>0){EntreeGlossaireTmp.references = refGloss;}this.entrees[this.entrees.length]=EntreeGlossaireTmp;}function CATs_ajouterSub(sub){sub.subParent=this;this.subs[this.subs.length]=sub;}function CATs_afficherEntree(index,nomRepertoire){var codeTmp=this.entrees[index].code;var nomLien='lien'+codeTmp;res='<a id="'+nomLien+'" href="javascript:afficher(\''+codeTmp+'\',\''+nomLien+'\')" class="STY_arboEntree">'+this.entrees[index].nom+'</a></br>'; return res;}function CATs_afficherentrees(nomRep){var res='';for (i=0;i<this.entrees.length;i++){res=res+this.afficherEntree(i,nomRep);}return res;}function CATs_afficher(nomRep){var nomImageFleche="imgFleche"+this.code;var nomLienSub="lienDiv"+this.code;res='<div class="STY_arboDivDossierTitre"><img class="STY_imgDossierGlo" id="'+nomImageFleche+'" src="'+sourceDossierFerme+'" align="top" hspace="1" onclick="basculerDiv(\''+this.code+'\')"/><a id="'+nomLienSub+'" href="javascript:basculerDiv(\''+this.code+'\')" class="STY_arboNomDossier">'+this.nom+'</a></div>'; res=res+'<div id="'+this.code+'" style="display:none" class="STY_arboDivDossier">'; res=res+this.afficherSubs(); res=res+this.afficherentrees(nomRep)+'</div>'; return res;}function CATs_afficherSubs(){var res='';var taille=this.subs.length;if (taille>0) {for (k=0;k<taille;k++){res=res+this.subs[k].afficher();}}return res;}function CATs_ouvrirSub(){changeImgBtn(PF_donneObjet("imgFleche"+this.code),sourceDossierOuvert);PF_afficherDiv(this.code);if (this.subs.length>0){var k=0;for (k=0;k<this.subs.length;k++){this.subs[k].ouvrirSub();}}}function CATs_fermerSub(){changeImgBtn(PF_donneObjet("imgFleche"+this.code),sourceDossierFerme);div=PF_donneObjet(this.code);div.style.display="none";if (this.subs.length>0){var k=0;for (k=0;k<this.subs.length;k++){this.subs[k].fermerSub();}}}function CATs_donneEntree(idEntree){var entree=null;var k;var trouve=false;for (k=0;k<this.entrees.length;k++){nomLien='lien'+this.code+'e'+k;if (idEntree==this.entrees[k].code){entree=this.entrees[k];trouve=true;}}if (!trouve){var i;for (i=0;i<this.subs.length;i++){var res=this.subs[i].donneEntree(idEntree);if (res!=null){entree=res;i=this.subs.length;}}}return entree;}function EntreeGlossaire() {this.nom; this.code; this.references; this.lien; this.subParent=null; this.posDocs;this.init=CAT_entree_init;this.aReferences=CAT_entree_aReferences;this.donneChemin=CAT_entree_donneChemin;this.donneDefinition=CAT_entree_donneDefinition;}function CAT_entree_init(){this.nom=''; this.code='';this.references=new Array();this.lien="";}function CAT_entree_aReferences(){return(this.references.length>0);}function CAT_entree_donneDefinition(){var res='';var oDiv=PF_donneObjet('divDef'+this.code);if (oDiv!=null){res=oDiv.innerHTML;}return res;}function CAT_entree_donneChemin(){var tabChemin = new Array;var leParent=this.subParent;while (leParent!=null){tabChemin[tabChemin.length]=leParent.nom;leParent=leParent.subParent;}var res='';for (var n=tabChemin.length-1;n>=0;n--){if (n!=tabChemin.length-1){res=res+' / ';}res+=tabChemin[n];}return res;}
+/*Integral Coaching Tous droits reserves - 2003 */
+function Glossaire() {
+    this.subs;
+    this.motTrouves;
+    this.codeMotTrouves;
+    this.nomLiens;
+    this.init = CAT_init;
+    this.ajouterSub = CAT_ajouterSub;
+    this.afficher = CAT_afficher;
+    this.ouvrirTout = CAT_ouvrirTout;
+    this.fermerTout = CAT_fermerTout;
+    this.rechercher = CAT_rechercher;
+    this.donnerEntreeCode = CAT_donnerEntreeCode;
+    this.donneEntree = CAT_donneEntree;
+}
+
+function CAT_init() {
+    this.subs = new Array();
+}
+
+function CAT_ajouterSub(sub) {
+    sub.subParent = null;
+    this.subs[this.subs.length] = sub;
+}
+
+function CAT_afficher() {
+    var resFin = '';
+    for (j = 0; j < this.subs.length; j++) {
+        resFin = resFin + this.subs[j].afficher(this.subs[j].nomRep);
+    }
+    return resFin;
+}
+
+function CAT_ouvrirTout() {
+    var j = 0;
+    for (j = 0; j < this.subs.length; j++) {
+        subTmp = this.subs[j];
+        subTmp.ouvrirSub();
+    }
+}
+
+function CAT_fermerTout() {
+    var j = 0;
+    for (j = 0; j < this.subs.length; j++) {
+        subTmp = this.subs[j];
+        subTmp.fermerSub();
+    }
+}
+
+function CAT_rechercher(mot, optionMotEntier, optionCasse) {
+    this.motTrouves = new Array();
+    this.codeMotTrouves = new Array();
+    this.nomLiens = new Array();
+    var j = 0;
+    var trouve = 0;
+    var regleDebut = "";
+    var regleFin = "";
+    if (optionMotEntier) {
+        regleDebut = "\\b";
+        regleFin = "\\b";
+    }
+    var optCasse = 'i';
+    if (optionCasse) {
+        optCasse = '';
+    }
+    var regle = new RegExp(regleDebut + mot + regleFin, optCasse);
+    for (j = 0; j < this.subs.length; j++) {
+        subTmp = this.subs[j];
+        trouve = trouve + subTmp.rechercher(regle, optionCasse);
+    }
+    return trouve;
+}
+
+function CAT_donnerEntreeCode(idMotCherche, entree) {
+    var resultat = false;
+    var j = 0;
+    for (j = 0; j < this.subs.length; j++) {
+        if (resultat) {
+            j = this.subs.length;
+        } else {
+            subTmp = this.subs[j];
+            this.cheminMotTemp = subTmp.nom;
+            resultat = subTmp.rechercherEntreeCode(idMotCherche);
+        }
+    }
+    return resultat;
+}
+
+function CAT_donneEntree(idEntree) {
+    var entree = null;
+    var j;
+    for (j = 0; j < this.subs.length; j++) {
+        subTmp = this.subs[j];
+        var res = subTmp.donneEntree(idEntree);
+        if (res != null) {
+            entree = res;
+            j = this.subs.length;
+        }
+    }
+    return entree;
+}
+
+function GlossaireSub() {
+    this.subs;
+    this.entrees;
+    this.nom = '';
+    this.code = '';
+    this.nomRep = '';
+    this.subParent = null;
+    this.init = CATs_init;
+    this.ajouterEntreeGlossaire = CATs_ajouterEntreeGlossaire;
+    this.ajouterSub = CATs_ajouterSub;
+    this.afficherentrees = CATs_afficherentrees;
+    this.afficherEntree = CATs_afficherEntree;
+    this.afficher = CATs_afficher;
+    this.afficherSubs = CATs_afficherSubs;
+    this.ouvrirSub = CATs_ouvrirSub;
+    this.fermerSub = CATs_fermerSub;
+    this.donneEntree = CATs_donneEntree;
+}
+
+function CATs_init() {
+    this.subs = new Array();
+    this.entrees = new Array();
+}
+
+function CATs_ajouterEntreeGlossaire(codeEntreeGlossaire, nomEntreeGlossaire, def, refGloss, posDocs) {
+    EntreeGlossaireTmp = new EntreeGlossaire();
+    EntreeGlossaireTmp.init();
+    EntreeGlossaireTmp.code = codeEntreeGlossaire;
+    EntreeGlossaireTmp.nom = nomEntreeGlossaire;
+    EntreeGlossaireTmp.posDocs = posDocs;
+    EntreeGlossaireTmp.subParent = this;
+    if (refGloss.length > 0) {
+        EntreeGlossaireTmp.references = refGloss;
+    }
+    this.entrees[this.entrees.length] = EntreeGlossaireTmp;
+}
+
+function CATs_ajouterSub(sub) {
+    sub.subParent = this;
+    this.subs[this.subs.length] = sub;
+}
+
+function CATs_afficherEntree(index, nomRepertoire) {
+    var codeTmp = this.entrees[index].code;
+    var nomLien = 'lien' + codeTmp;
+    res = '<a id="' + nomLien + '" href="javascript:afficher(\'' + codeTmp + '\',\'' + nomLien + '\')" class="STY_arboEntree">' + this.entrees[index].nom + '</a></br>';
+    return res;
+}
+
+function CATs_afficherentrees(nomRep) {
+    var res = '';
+    for (i = 0; i < this.entrees.length; i++) {
+        res = res + this.afficherEntree(i, nomRep);
+    }
+    return res;
+}
+
+function CATs_afficher(nomRep) {
+    var nomImageFleche = "imgFleche" + this.code;
+    var nomLienSub = "lienDiv" + this.code;
+    res = '<div class="STY_arboDivDossierTitre"><img class="STY_imgDossierGlo" id="' + nomImageFleche + '" src="' + sourceDossierFerme + '" align="top" hspace="1" onclick="basculerDiv(\'' + this.code + '\')"/><a id="' + nomLienSub + '" href="javascript:basculerDiv(\'' + this.code + '\')" class="STY_arboNomDossier">' + this.nom + '</a></div>';
+    res = res + '<div id="' + this.code + '" style="display:none" class="STY_arboDivDossier">';
+    res = res + this.afficherSubs();
+    res = res + this.afficherentrees(nomRep) + '</div>';
+    return res;
+}
+
+function CATs_afficherSubs() {
+    var res = '';
+    var taille = this.subs.length;
+    if (taille > 0) {
+        for (k = 0; k < taille; k++) {
+            res = res + this.subs[k].afficher();
+        }
+    }
+    return res;
+}
+
+function CATs_ouvrirSub() {
+    changeImgBtn(PF_donneObjet("imgFleche" + this.code), sourceDossierOuvert);
+    PF_afficherDiv(this.code);
+    if (this.subs.length > 0) {
+        var k = 0;
+        for (k = 0; k < this.subs.length; k++) {
+            this.subs[k].ouvrirSub();
+        }
+    }
+}
+
+function CATs_fermerSub() {
+    changeImgBtn(PF_donneObjet("imgFleche" + this.code), sourceDossierFerme);
+    div = PF_donneObjet(this.code);
+    div.style.display = "none";
+    if (this.subs.length > 0) {
+        var k = 0;
+        for (k = 0; k < this.subs.length; k++) {
+            this.subs[k].fermerSub();
+        }
+    }
+}
+
+function CATs_donneEntree(idEntree) {
+    var entree = null;
+    var k;
+    var trouve = false;
+    for (k = 0; k < this.entrees.length; k++) {
+        nomLien = 'lien' + this.code + 'e' + k;
+        if (idEntree == this.entrees[k].code) {
+            entree = this.entrees[k];
+            trouve = true;
+        }
+    }
+    if (!trouve) {
+        var i;
+        for (i = 0; i < this.subs.length; i++) {
+            var res = this.subs[i].donneEntree(idEntree);
+            if (res != null) {
+                entree = res;
+                i = this.subs.length;
+            }
+        }
+    }
+    return entree;
+}
+
+function EntreeGlossaire() {
+    this.nom;
+    this.code;
+    this.references;
+    this.lien;
+    this.subParent = null;
+    this.posDocs;
+    this.init = CAT_entree_init;
+    this.aReferences = CAT_entree_aReferences;
+    this.donneChemin = CAT_entree_donneChemin;
+    this.donneDefinition = CAT_entree_donneDefinition;
+}
+
+function CAT_entree_init() {
+    this.nom = '';
+    this.code = '';
+    this.references = new Array();
+    this.lien = "";
+}
+
+function CAT_entree_aReferences() {
+    return (this.references.length > 0);
+}
+
+function CAT_entree_donneDefinition() {
+    var res = '';
+    var oDiv = PF_donneObjet('divDef' + this.code);
+    if (oDiv != null) {
+        res = oDiv.innerHTML;
+    }
+    return res;
+}
+
+function CAT_entree_donneChemin() {
+    var tabChemin = new Array;
+    var leParent = this.subParent;
+    while (leParent != null) {
+        tabChemin[tabChemin.length] = leParent.nom;
+        leParent = leParent.subParent;
+    }
+    var res = '';
+    for (var n = tabChemin.length - 1; n >= 0; n--) {
+        if (n != tabChemin.length - 1) {
+            res = res + ' / ';
+        }
+        res += tabChemin[n];
+    }
+    return res;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/glossaire/contenuGlossaire.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/glossaire/contenuGlossaire.js
index abdda1fd2d04aabb9c8a7f1aa7138e1dd660fcfe..e20bfe6e9ba6cf7a0788f24290712b8e328175a9 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/glossaire/contenuGlossaire.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/glossaire/contenuGlossaire.js
@@ -1 +1,91 @@
-function afficherEntreeCourante(){PF_modifTexteDiv('STY_titreEntreeComplet',parent.liste.entreeCourante.nom);PF_modifTexteDiv('STY_defEntreeComplet',parent.liste.entreeCourante.donneDefinition());PF_modifTexteDiv('STY_cheminEntreeComplet',parent.liste.entreeCourante.donneChemin());if (parent.liste.entreeCourante.aReferences()){PF_modifTexteDiv('STY_voirAussiComplet',formaterVoirAussis());PF_afficherDiv('STY_zoneAussiComplet');} else {PF_masquerDiv('STY_zoneAussiComplet');}PF_afficherDiv('STY_cheminEntreeComplet');if (!parent.menu.estMoz){var odivb=PF_donneObjet('STY_defEntreeComplet');var lesobjs=odivb.getElementsByTagName("object");var gardeobj="";for (var i=0;i<lesobjs.length;i++){gardeobj=lesobjs[i].innerHTML;try {lesobjs[i].outerHTML=gardeobj;}catch(e){}}}parent.liste.lireMediaZone(PF_donneObjet('STY_defEntreeComplet'),false);}function donneLex(num){return parent.liste.donneLex(num);}function afficherPreciserRecherche(num){PF_modifTexteDiv('STY_titreEntreeComplet',parent.liste.donneLex(11));var res="<b>"+num+"</b> "+parent.liste.donneLex(8)+"<br>";res=res+parent.liste.donneLex(12);PF_modifTexteDiv('STY_defEntreeComplet',res);}function afficherAucunTrouve(){PF_modifTexteDiv('STY_titreEntreeComplet',parent.liste.donneLex(11));PF_modifTexteDiv('STY_defEntreeComplet',parent.liste.donneLex(7));}function afficherResultats(num,res0){PF_modifTexteDiv('STY_titreEntreeComplet',parent.liste.donneLex(11));var res="<b>"+num+"</b> "+parent.liste.donneLex(8)+"<br><br>";res=res+res0;PF_modifTexteDiv('STY_defEntreeComplet',res);}function charger(){PF_ecritDocW();PF_affecterAlt();PF_masquerDiv('STY_zoneAussiComplet');PF_masquerDiv('STY_cheminEntreeComplet');var req=parent.liste.requete;if (req=='affiche'){afficherEntreeCourante();} else if (req=='rien'){afficherAucunTrouve();} else if (req.indexOf('precis')>=0){nb= parent.liste.requeteNb;afficherPreciserRecherche(nb);} else if (req.indexOf('lien')>=0){nb= parent.liste.requeteNb;afficherResultats(nb,parent.liste.liens);}}function formaterVoirAussis(){var res='';if (parent.liste.entreeCourante.aReferences()){var n;var nbRefs=parent.liste.entreeCourante.references.length;for (n=0;n<nbRefs;n++){var entreRef=parent.liste.glossaire.donneEntree(parent.liste.entreeCourante.references[n]);if (entreRef!=null) {res=res+'<a class="STY_lienVoirAussiComplet" href="javascript:parent.liste.afficher(\''+entreRef.code+'\')">';res=res+entreRef.nom+'</a>';if (n!=(nbRefs-1)){res=res+',&#160;';}}}liensAussi=res+'</ul>';}return res;} function GLO_ouvrirDoc(p1,p2,p3){parent.liste.GLO_ouvrirDoc(p1,p2,p3);}
+function afficherEntreeCourante() {
+    PF_modifTexteDiv('STY_titreEntreeComplet', parent.liste.entreeCourante.nom);
+    PF_modifTexteDiv('STY_defEntreeComplet', parent.liste.entreeCourante.donneDefinition());
+    PF_modifTexteDiv('STY_cheminEntreeComplet', parent.liste.entreeCourante.donneChemin());
+    if (parent.liste.entreeCourante.aReferences()) {
+        PF_modifTexteDiv('STY_voirAussiComplet', formaterVoirAussis());
+        PF_afficherDiv('STY_zoneAussiComplet');
+    } else {
+        PF_masquerDiv('STY_zoneAussiComplet');
+    }
+    PF_afficherDiv('STY_cheminEntreeComplet');
+    if (!parent.menu.estMoz) {
+        var odivb = PF_donneObjet('STY_defEntreeComplet');
+        var lesobjs = odivb.getElementsByTagName("object");
+        var gardeobj = "";
+        for (var i = 0; i < lesobjs.length; i++) {
+            gardeobj = lesobjs[i].innerHTML;
+            try {
+                lesobjs[i].outerHTML = gardeobj;
+            } catch (e) {
+            }
+        }
+    }
+    parent.liste.lireMediaZone(PF_donneObjet('STY_defEntreeComplet'), false);
+}
+
+function donneLex(num) {
+    return parent.liste.donneLex(num);
+}
+
+function afficherPreciserRecherche(num) {
+    PF_modifTexteDiv('STY_titreEntreeComplet', parent.liste.donneLex(11));
+    var res = "<b>" + num + "</b> " + parent.liste.donneLex(8) + "<br>";
+    res = res + parent.liste.donneLex(12);
+    PF_modifTexteDiv('STY_defEntreeComplet', res);
+}
+
+function afficherAucunTrouve() {
+    PF_modifTexteDiv('STY_titreEntreeComplet', parent.liste.donneLex(11));
+    PF_modifTexteDiv('STY_defEntreeComplet', parent.liste.donneLex(7));
+}
+
+function afficherResultats(num, res0) {
+    PF_modifTexteDiv('STY_titreEntreeComplet', parent.liste.donneLex(11));
+    var res = "<b>" + num + "</b> " + parent.liste.donneLex(8) + "<br><br>";
+    res = res + res0;
+    PF_modifTexteDiv('STY_defEntreeComplet', res);
+}
+
+function charger() {
+    PF_ecritDocW();
+    PF_affecterAlt();
+    PF_masquerDiv('STY_zoneAussiComplet');
+    PF_masquerDiv('STY_cheminEntreeComplet');
+    var req = parent.liste.requete;
+    if (req == 'affiche') {
+        afficherEntreeCourante();
+    } else if (req == 'rien') {
+        afficherAucunTrouve();
+    } else if (req.indexOf('precis') >= 0) {
+        nb = parent.liste.requeteNb;
+        afficherPreciserRecherche(nb);
+    } else if (req.indexOf('lien') >= 0) {
+        nb = parent.liste.requeteNb;
+        afficherResultats(nb, parent.liste.liens);
+    }
+}
+
+function formaterVoirAussis() {
+    var res = '';
+    if (parent.liste.entreeCourante.aReferences()) {
+        var n;
+        var nbRefs = parent.liste.entreeCourante.references.length;
+        for (n = 0; n < nbRefs; n++) {
+            var entreRef = parent.liste.glossaire.donneEntree(parent.liste.entreeCourante.references[n]);
+            if (entreRef != null) {
+                res = res + '<a class="STY_lienVoirAussiComplet" href="javascript:parent.liste.afficher(\'' + entreRef.code + '\')">';
+                res = res + entreRef.nom + '</a>';
+                if (n != (nbRefs - 1)) {
+                    res = res + ',&#160;';
+                }
+            }
+        }
+        liensAussi = res + '</ul>';
+    }
+    return res;
+}
+
+function GLO_ouvrirDoc(p1, p2, p3) {
+    parent.liste.GLO_ouvrirDoc(p1, p2, p3);
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/interface/ICdiplome.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/interface/ICdiplome.js
index 5956c30efaafef256007fd7190b668c6846355de..7d9ca32466556fe8a13121b803dd41d16d8579bc 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/interface/ICdiplome.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/interface/ICdiplome.js
@@ -1 +1,152 @@
-var nomComplet='';function DIPL_init(){PF_ecritDocW();PF_affecterAlt();window.document.title=DIPL_donneTitreDiplome();PF_modifTexteDiv('STY_titreDIPL',DIPL_donneTitreDiplome());PF_modifTexteDiv('STY_nomUtilDIPL',DIPL_donneNomUtil());PF_modifTexteDiv('STY_idUtilDIPL',window.opener.parent.APIgetValue("cmi.learner_id"));nomComplet = window.opener.parent.donneNomUtilisateur();afficherInfosStagiaire();variablesTexte(window.document,window.opener.parent.tabRegVT());var oLib=PF_donneObjet('STY_libelleDIPL');if ((oLib!=null)&&(oLib.style.display="none")){PF_donneObjet('STY_libelleDIPL').style.display="";}}function DIPL_donneNomUtil(){var nomComplet = window.opener.parent.donneNomUtilisateur();if (nomComplet==''){nomComplet='........................';}return nomComplet;}function afficherInfosStagiaire(){var libelle=DIPL_donneLibelleDiplome();if (libelle!=''){libelle=libelle.replace(/\n/g,'<br/>');PF_modifTexteDiv('STY_libelleDIPL',libelle);}}function DIPL_imprimer(){verStr=navigator.appVersion;if (verStr.indexOf("Mac") > 0) {alert(window.opener.donneLex(23));} else {PF_masquerDiv('STY_zoneNonImprimDIPL');window.print();}}function DIPL_modifierNom(){var nouveauN = prompt(window.opener.donneLex(44),nomComplet);if (nouveauN!=null){nomComplet=nouveauN;}PF_modifTexteDiv('STY_nomUtilDIPL',nomComplet);} function DIPL_donneTitreDiplome(){var res=window.opener.parent.oSco.evaluation.titreDiplome;if (res==''){res=window.opener.donneLex(42);}return res;}function donneLex(n){return window.opener.donneLex(n);}function DIPL_donneLibelleDiplome(){ var res=window.opener.parent.oSco.evaluation.libelleDiplome; return res;}function variablesTexte(obj,tabReg){var lesfils=obj.childNodes;for (var i=0;i<lesfils.length;i++){var oFils=lesfils.item(i);if (oFils.nodeType==3){var temp=oFils.nodeValue;if (temp.length>5){var modif=false;if (temp.match(tabReg[0])){temp=temp.replace(tabReg[0],donneNomU());modif=true;}if (temp.match(tabReg[1])){temp=temp.replace(tabReg[1],donnePrenomU());modif=true;}if (temp.match(tabReg[2])){var debut="";var fin=temp;var n=0;var offs=temp.search(tabReg[2]);while ((offs>=0)&&(n<20)){var tlemot=fin.match(tabReg[2]);var lemot=tlemot[0];debut+=fin.substring(0,offs);fin=fin.substring(lemot.length+offs);lemot=lemot.substring(1,lemot.length-1);lemot=lemot.replace(/pg(\w+)\(/g,"window.opener.parent.donneTextePre('pg$1',");try {lemot=eval(lemot);} catch(e){lemot="";}n++;offs=fin.search(tabReg[2]);debut+=lemot;}temp=debut+fin;modif=true;}if (modif){oFils.nodeValue=temp;}}} else if (oFils.nodeType==1){variablesTexte(oFils,tabReg);}}}function donnePrenomU(){var res='';var nom=window.opener.parent.APIgetValue("cmi.learner_name");var indexVirg=nom.indexOf(',');if (indexVirg>0){res=nom.substring(indexVirg+1);} return res;}function donneNomU(){var res='';var nom=window.opener.parent.APIgetValue("cmi.learner_name");var indexVirg=nom.indexOf(',');if (indexVirg>0){res=nom.substring(0,indexVirg);} else {res=nom;} return res;}function donneScoreAtteint(){return window.opener.localeNb(window.opener.parent.oSco.evaluation.scoreAtteint);}function donneScoreAtteint(){return window.opener.localeNb(window.opener.parent.oSco.evaluation.scoreAtteint);}function donnePcAtteint(){return window.opener.localeNb(window.opener.parent.oSco.evaluation.pourcentageAtteint);}
+var nomComplet = '';
+
+function DIPL_init() {
+    PF_ecritDocW();
+    PF_affecterAlt();
+    window.document.title = DIPL_donneTitreDiplome();
+    PF_modifTexteDiv('STY_titreDIPL', DIPL_donneTitreDiplome());
+    PF_modifTexteDiv('STY_nomUtilDIPL', DIPL_donneNomUtil());
+    PF_modifTexteDiv('STY_idUtilDIPL', window.opener.parent.APIgetValue("cmi.learner_id"));
+    nomComplet = window.opener.parent.donneNomUtilisateur();
+    afficherInfosStagiaire();
+    variablesTexte(window.document, window.opener.parent.tabRegVT());
+    var oLib = PF_donneObjet('STY_libelleDIPL');
+    if ((oLib != null) && (oLib.style.display = "none")) {
+        PF_donneObjet('STY_libelleDIPL').style.display = "";
+    }
+}
+
+function DIPL_donneNomUtil() {
+    var nomComplet = window.opener.parent.donneNomUtilisateur();
+    if (nomComplet == '') {
+        nomComplet = '........................';
+    }
+    return nomComplet;
+}
+
+function afficherInfosStagiaire() {
+    var libelle = DIPL_donneLibelleDiplome();
+    if (libelle != '') {
+        libelle = libelle.replace(/\n/g, '<br/>');
+        PF_modifTexteDiv('STY_libelleDIPL', libelle);
+    }
+}
+
+function DIPL_imprimer() {
+    verStr = navigator.appVersion;
+    if (verStr.indexOf("Mac") > 0) {
+        alert(window.opener.donneLex(23));
+    } else {
+        PF_masquerDiv('STY_zoneNonImprimDIPL');
+        window.print();
+    }
+}
+
+function DIPL_modifierNom() {
+    var nouveauN = prompt(window.opener.donneLex(44), nomComplet);
+    if (nouveauN != null) {
+        nomComplet = nouveauN;
+    }
+    PF_modifTexteDiv('STY_nomUtilDIPL', nomComplet);
+}
+
+function DIPL_donneTitreDiplome() {
+    var res = window.opener.parent.oSco.evaluation.titreDiplome;
+    if (res == '') {
+        res = window.opener.donneLex(42);
+    }
+    return res;
+}
+
+function donneLex(n) {
+    return window.opener.donneLex(n);
+}
+
+function DIPL_donneLibelleDiplome() {
+    var res = window.opener.parent.oSco.evaluation.libelleDiplome;
+    return res;
+}
+
+function variablesTexte(obj, tabReg) {
+    var lesfils = obj.childNodes;
+    for (var i = 0; i < lesfils.length; i++) {
+        var oFils = lesfils.item(i);
+        if (oFils.nodeType == 3) {
+            var temp = oFils.nodeValue;
+            if (temp.length > 5) {
+                var modif = false;
+                if (temp.match(tabReg[0])) {
+                    temp = temp.replace(tabReg[0], donneNomU());
+                    modif = true;
+                }
+                if (temp.match(tabReg[1])) {
+                    temp = temp.replace(tabReg[1], donnePrenomU());
+                    modif = true;
+                }
+                if (temp.match(tabReg[2])) {
+                    var debut = "";
+                    var fin = temp;
+                    var n = 0;
+                    var offs = temp.search(tabReg[2]);
+                    while ((offs >= 0) && (n < 20)) {
+                        var tlemot = fin.match(tabReg[2]);
+                        var lemot = tlemot[0];
+                        debut += fin.substring(0, offs);
+                        fin = fin.substring(lemot.length + offs);
+                        lemot = lemot.substring(1, lemot.length - 1);
+                        lemot = lemot.replace(/pg(\w+)\(/g, "window.opener.parent.donneTextePre('pg$1',");
+                        try {
+                            lemot = eval(lemot);
+                        } catch (e) {
+                            lemot = "";
+                        }
+                        n++;
+                        offs = fin.search(tabReg[2]);
+                        debut += lemot;
+                    }
+                    temp = debut + fin;
+                    modif = true;
+                }
+                if (modif) {
+                    oFils.nodeValue = temp;
+                }
+            }
+        } else if (oFils.nodeType == 1) {
+            variablesTexte(oFils, tabReg);
+        }
+    }
+}
+
+function donnePrenomU() {
+    var res = '';
+    var nom = window.opener.parent.APIgetValue("cmi.learner_name");
+    var indexVirg = nom.indexOf(',');
+    if (indexVirg > 0) {
+        res = nom.substring(indexVirg + 1);
+    }
+    return res;
+}
+
+function donneNomU() {
+    var res = '';
+    var nom = window.opener.parent.APIgetValue("cmi.learner_name");
+    var indexVirg = nom.indexOf(',');
+    if (indexVirg > 0) {
+        res = nom.substring(0, indexVirg);
+    } else {
+        res = nom;
+    }
+    return res;
+}
+
+function donneScoreAtteint() {
+    return window.opener.localeNb(window.opener.parent.oSco.evaluation.scoreAtteint);
+}
+
+function donneScoreAtteint() {
+    return window.opener.localeNb(window.opener.parent.oSco.evaluation.scoreAtteint);
+}
+
+function donnePcAtteint() {
+    return window.opener.localeNb(window.opener.parent.oSco.evaluation.pourcentageAtteint);
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/interface/ICresultats.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/interface/ICresultats.js
index 74e768bc7bc14c60af5fa07be4176fb790f54150..8a038b36315765edeefa41d08145836081f1f51c 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/interface/ICresultats.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/interface/ICresultats.js
@@ -1 +1,379 @@
-var RES_valide;var pageSynthese=false;var ignorerEvalSiNonParcourue=true;var existePoidsRemonte=false;if (parent.oSco.evaluation.questions.length==0){if (parent.APIgetValue("cmi.objectives._count")>1){var calculSurEtatEval=false;if (parent.oSco.scoreBinaire){calculSurEtatEval=true;}if (parent.oSco.forcerReponse){ignorerEvalSiNonParcourue=false;}pageSynthese=true;var scoreAtteint=0;var scoreTotal=0;for (var i=1;i<parent.APIgetValue("cmi.objectives._count");i++){var objCh="cmi.objectives."+i+".";var letat=parent.APIgetValue(objCh+"success_status");if (!ignorerEvalSiNonParcourue || letat!="unknown"){var poidsO=1;if (calculSurEtatEval){scoreTotal+=poidsO;if (letat=="passed"){scoreAtteint+=1;}} else {poidsO=donnePoidsObjectif(parent.APIgetValue(objCh+"id"));scoreTotal+=poidsO;var lscore=parent.APIgetValue(objCh+"score.scaled");if (lscore!="" && letat!="unknown"){scoreAtteint+=Number(lscore)*poidsO;}}}}var oEval=parent.oSco.evaluation;oEval.scoreAtteint=0;oEval.pourcentageAtteint=0;if (scoreTotal>0){if (calculSurEtatEval){oEval.scoreAtteint=scoreAtteint;oEval.scoreTotal=scoreTotal;oEval.pourcentageAtteint=Math.round(scoreAtteint/scoreTotal*1000)/10;} else {scoreAtteint=Math.round(scoreAtteint/scoreTotal*1000)/10;oEval.scoreAtteint=scoreAtteint;oEval.scoreTotal=100;oEval.pourcentageAtteint=scoreAtteint;}if (oEval.pourcentageAtteint>=oEval.pourcentageRequis){oEval.valide=true;parent.APIsetValue("cmi.success_status","passed");} else {parent.APIsetValue("cmi.success_status","failed");}var score_scaled=oEval.pourcentageAtteint/100;parent.APIsetValue("cmi.score.scaled",score_scaled);parent.APIsetValue("cmi.score.raw",oEval.scoreAtteint);parent.APIsetValue("cmi.score.max",oEval.scoreTotal);parent.APIcommit();} }}function donneTitrePage(){ var nlex=31;if (pageSynthese){nlex=80;} return donneLex(nlex);}function RES_init(){if (parent.defilContenu){var oHtml=document.getElementsByTagName("html").item(0);oHtml.style.overflow="auto";oHtml.style.overflowX="hidden";}PF_ecritDocW();if (pageSynthese){var lesdivs=document.getElementsByTagName("div");for (var i=0;i<lesdivs.length;i++){var oDiv=lesdivs[i];var lid=oDiv.id;if (lid=="LEX_72"){oDiv.innerHTML=donneLex(82);oDiv.id="";}if (lid=="LEX_73"){oDiv.innerHTML=donneLex(83);oDiv.id="";}if (lid=="LEX_75"){oDiv.innerHTML=donneLex(84);oDiv.id="";}}}RES_valide=parent.oSco.evaluation.valide;if (parent.oSco.evaluation.etatCorrige){PF_afficherDiv("STY_detailsRes");}parent.oSco.evaluation.etatCorrige=false;parent.oSco.numPageCourante=-1;parent.valeurExit("normal");var nlex=31;if (pageSynthese){nlex=80;}PF_modifTexteDiv('STY_titrePage',donneLex(nlex));if (parent.oSco.evaluation.questionnaire || parent.oSco.evaluation.correctionManuelle){PF_afficherDiv('STY_zoneQuestRes');} else {PF_afficherDiv('STY_zoneEvalRes');RES_zonesDyn();}afficherResultats(); GLOBAL_initBarreBouton('RES');GEN_activerSuivantDemar();parent.variablesTexte(window.document,parent.tabRegVT());var oCorps=document.getElementsByTagName("body").item(0);if (oCorps.offsetWidth>300){PF_affecterAlt();} else {setTimeout(PF_affecterAlt,100);} window.focus(); }function STG_allerSuivant(){parent.valeurExit("normal");if (parent.oSco.evaluation.branchement==''){parent.allerEtapeSuivante=true;parent.SCO_pageSuivante();} else {var ref=parent.oSco.evaluation.branchement;if (ref.indexOf('/')<0){ref+='/';}GLOBAL_allerPage(ref);}} function RES_zonesDyn(){PF_masquerDiv('STY_zoneLienDiplome');if (RES_valide){PF_masquerDiv('STY_zoneEchecEval');PF_afficherDiv('STY_zoneSuccesEval');GEN_lireMediaZone("STY_zoneSuccesEval",false);if (parent.oSco.evaluation.diplome){PF_afficherDiv('STY_zoneLienDiplome');GEN_lireMediaZone("STY_zoneLienDiplome",false);}} else {PF_masquerDiv('STY_zoneSuccesEval');PF_afficherDiv('STY_zoneEchecEval');GEN_lireMediaZone("STY_zoneEchecEval",false);}}function GEN_suivantPossible(typeP){var possible=false;if (parent.oSco.passageEntreActivites && parent.APIgetValue("adl.nav.request_valid.continue")=="true"){possible=true;parent.allerEtapeSuivante=true;}return possible;}function GEN_clavier() {STG_allerSuivant();}function afficherResultats(){afficherCommentaire();if (pageSynthese){afficherDetailObjectifs();} else {afficherDetailQuestions();}var objVal=PF_donneObjet("STY_iconeValidation");if (objVal!=null){if (parent.oSco.evaluation.correctionManuelle){objVal.style.display="none";} else {var srcVis="validationNon.png";if (RES_valide){srcVis="validationOui.png";}var imageVis='<img src="'+chemin_img+'gen/'+srcVis+'">';PF_modifTexteDiv('STY_iconeValidation',imageVis);}}}function afficherDetailQuestions(){var res='<table class="STY_tableauRes" cellpadding="0" cellspacing="0"><tr>';if (!parent.oSco.evaluation.questionnaire){res+='<td class="STY_tableauResEntete STY_tabResIco">&#160;</td>';}res+='<td class="STY_tableauResEntete">'+donneLex(3)+'</td>';if (!parent.oSco.evaluation.questionnaire){res+='<td class="STY_tableauResEntete STY_tabResScore">'+donneLex(32)+'</td></tr>';}res+='</tr>';for (var i=0;i<parent.oSco.evaluation.questions.length;i++){var qTmp =parent.oSco.evaluation.questions[i];var src=chemin_img+'gen/';if (qTmp.valide){src=src+"resQuestionJuste.png";} else {src=src+"resQuestionFaux.png";}res+='<tr>';var balImg="";if (qTmp.correctionManuelle && !qTmp.valide){balImg=' style="visibility:hidden"';}if (!parent.oSco.evaluation.questionnaire){res+='<td class="STY_tableauResCellule STY_tabResIco"><img src="'+src+'" align="absmiddle" hspace="2"'+balImg+'/></td>';}res+='<td class="STY_tableauResCellule">';var nomQ=eval(i+1)+'. '+qTmp.titre;if (qTmp.type!="questionVide"){nomQ='<a class="STY_lienCorrige" href="javascript:RES_voirQ(\''+qTmp.codePage+'\')">'+nomQ+'</a>';}res=res+nomQ+'</td>';if (!parent.oSco.evaluation.questionnaire){res=res+'<td class="STY_tableauResCellule STY_tabResScore">'+localeNb(qTmp.scoreAtteint)+'/'+qTmp.scoreTotal+'</td>';}res+='</tr>';}res=res+'</table>';PF_modifTexteDiv('STY_detailsRes',res);}function afficherCommentaire(){var niveau =parent.oSco.evaluation.determinerNiveau();if (niveau>=0){var res=parent.oSco.evaluation.donneCommentaire(niveau);var oCmt=PF_donneObjet('STY_commentaireRes');oCmt.style.display="block";if (oCmt.parentNode.style.display=="none"){oCmt.parentNode.style.display="";}oCmt.innerHTML=res;}}function RES_donneNomEvaluation(){return parent.oSco.titre;}function RES_ouvrirDiplome(){var src=racine_stage+"contenu/local/diplome."+parent.oSco.version;var taille="width=786,height=560";if (screen.width>1000){taille="width=842,height=646";}var fenTmp=this.open(src,'diplome','left=10,top=10,toolbar=no,status=no,menubar=no,'+taille+',resizable=no,scrollbars=auto');fenTmp.focus();}function RES_voirQ(code){parent.oSco.evaluation.etatCorrige=true;parent.SCO_allerPage(parent.oSco.numeroPage(code));}function GEN_precedentPossible(typeP){ return false;}function STG_allerPrecedent(){}function GEN_presseTouche(evt){if (evt==null){evt=window.event;}if (evt.keyCode==8){GEN_bloqueRetour(evt);} else {if ((evt.keyCode==32)||(evt.keyCode==13)){GEN_clavier();}}}function GEN_bloqueRetour(evt){if (evt==null){evt=window.event;}if (evt.keyCode==8){evt.returnValue=false;evt.cancelBubble=true;try {evt.stopPropagation();evt.preventDefault();}catch(e){}}}function afficherDetailObjectifs(){var res='<table class="STY_tableauRes" cellpadding="0" cellspacing="0"><tr>';res+='<td class="STY_tableauResEntete STY_tabResIco">&#160;</td>';res+='<td class="STY_tableauResEntete">'+donneLex(81)+'</td>';res+='<td class="STY_tableauResEntete STY_tabResScore">'+donneLex(32)+'</td></tr>';res+='</tr>';for (var i=1;i<parent.APIgetValue("cmi.objectives._count");i++){var objCh="cmi.objectives."+i+".";var idObj=parent.APIgetValue(objCh+"id");var letat=parent.APIgetValue(objCh+"success_status");if (!ignorerEvalSiNonParcourue || letat!="unknown"){var resF=false;if (letat=="passed"){resF=true;}var src=chemin_img+'gen/';if (resF){src=src+"resQuestionJuste.png";} else {src=src+"resQuestionFaux.png";}res+='<tr><td class="STY_tableauResCellule STY_tabResIco">';if (letat=="unknown"){res+='</td>';} else {res+='<img src="'+src+'" align="absmiddle" hspace="2"/></td>';}res+='<td class="STY_tableauResCellule">';res=res+decodeURI(idObj)+'</td>';var lscore=parent.APIgetValue(objCh+"score.scaled");var poidsO=donnePoidsObjectif(idObj);if (lscore!=""){var resus=Math.round(lscore*1000)/10;lscore=localeNb(resus)+"/100";if (existePoidsRemonte){lscore+=" \xD7"+poidsO;}}res=res+'<td class="STY_tableauResCellule STY_tabResScore">'+lscore+'</td>';res+='</tr>';}}res=res+'</table>';PF_modifTexteDiv('STY_detailsRes',res);}function donneDateMAJ(){var ldate=parent.oSco.dateMAJ;if (ldate==""){return "";}return parent.oSco.donneDate(ldate);}function GEN_activerSuivantDemar(){if (GEN_suivantPossible('RES')){activerBoutonSuivant();}}function donnePoidsObjectif(lid){var tabPoids=parent.oSco.evaluation.lsPoidsObjectifs.split("[;]");for (var t=0;t<tabPoids.length;t++){if (tabPoids[t].indexOf(lid+"[.]")==0){var tabP=tabPoids[t].split("[.]");if (!isNaN(tabP[1])){if (tabP[1]!="1"){existePoidsRemonte=true;}return Number(tabP[1]);}}}return 1;}
+var RES_valide;
+var pageSynthese = false;
+var ignorerEvalSiNonParcourue = true;
+var existePoidsRemonte = false;
+if (parent.oSco.evaluation.questions.length == 0) {
+    if (parent.APIgetValue("cmi.objectives._count") > 1) {
+        var calculSurEtatEval = false;
+        if (parent.oSco.scoreBinaire) {
+            calculSurEtatEval = true;
+        }
+        if (parent.oSco.forcerReponse) {
+            ignorerEvalSiNonParcourue = false;
+        }
+        pageSynthese = true;
+        var scoreAtteint = 0;
+        var scoreTotal = 0;
+        for (var i = 1; i < parent.APIgetValue("cmi.objectives._count"); i++) {
+            var objCh = "cmi.objectives." + i + ".";
+            var letat = parent.APIgetValue(objCh + "success_status");
+            if (!ignorerEvalSiNonParcourue || letat != "unknown") {
+                var poidsO = 1;
+                if (calculSurEtatEval) {
+                    scoreTotal += poidsO;
+                    if (letat == "passed") {
+                        scoreAtteint += 1;
+                    }
+                } else {
+                    poidsO = donnePoidsObjectif(parent.APIgetValue(objCh + "id"));
+                    scoreTotal += poidsO;
+                    var lscore = parent.APIgetValue(objCh + "score.scaled");
+                    if (lscore != "" && letat != "unknown") {
+                        scoreAtteint += Number(lscore) * poidsO;
+                    }
+                }
+            }
+        }
+        var oEval = parent.oSco.evaluation;
+        oEval.scoreAtteint = 0;
+        oEval.pourcentageAtteint = 0;
+        if (scoreTotal > 0) {
+            if (calculSurEtatEval) {
+                oEval.scoreAtteint = scoreAtteint;
+                oEval.scoreTotal = scoreTotal;
+                oEval.pourcentageAtteint = Math.round(scoreAtteint / scoreTotal * 1000) / 10;
+            } else {
+                scoreAtteint = Math.round(scoreAtteint / scoreTotal * 1000) / 10;
+                oEval.scoreAtteint = scoreAtteint;
+                oEval.scoreTotal = 100;
+                oEval.pourcentageAtteint = scoreAtteint;
+            }
+            if (oEval.pourcentageAtteint >= oEval.pourcentageRequis) {
+                oEval.valide = true;
+                parent.APIsetValue("cmi.success_status", "passed");
+            } else {
+                parent.APIsetValue("cmi.success_status", "failed");
+            }
+            var score_scaled = oEval.pourcentageAtteint / 100;
+            parent.APIsetValue("cmi.score.scaled", score_scaled);
+            parent.APIsetValue("cmi.score.raw", oEval.scoreAtteint);
+            parent.APIsetValue("cmi.score.max", oEval.scoreTotal);
+            parent.APIcommit();
+        }
+    }
+}
+
+function donneTitrePage() {
+    var nlex = 31;
+    if (pageSynthese) {
+        nlex = 80;
+    }
+    return donneLex(nlex);
+}
+
+function RES_init() {
+    if (parent.defilContenu) {
+        var oHtml = document.getElementsByTagName("html").item(0);
+        oHtml.style.overflow = "auto";
+        oHtml.style.overflowX = "hidden";
+    }
+    PF_ecritDocW();
+    if (pageSynthese) {
+        var lesdivs = document.getElementsByTagName("div");
+        for (var i = 0; i < lesdivs.length; i++) {
+            var oDiv = lesdivs[i];
+            var lid = oDiv.id;
+            if (lid == "LEX_72") {
+                oDiv.innerHTML = donneLex(82);
+                oDiv.id = "";
+            }
+            if (lid == "LEX_73") {
+                oDiv.innerHTML = donneLex(83);
+                oDiv.id = "";
+            }
+            if (lid == "LEX_75") {
+                oDiv.innerHTML = donneLex(84);
+                oDiv.id = "";
+            }
+        }
+    }
+    RES_valide = parent.oSco.evaluation.valide;
+    if (parent.oSco.evaluation.etatCorrige) {
+        PF_afficherDiv("STY_detailsRes");
+    }
+    parent.oSco.evaluation.etatCorrige = false;
+    parent.oSco.numPageCourante = -1;
+    parent.valeurExit("normal");
+    var nlex = 31;
+    if (pageSynthese) {
+        nlex = 80;
+    }
+    PF_modifTexteDiv('STY_titrePage', donneLex(nlex));
+    if (parent.oSco.evaluation.questionnaire || parent.oSco.evaluation.correctionManuelle) {
+        PF_afficherDiv('STY_zoneQuestRes');
+    } else {
+        PF_afficherDiv('STY_zoneEvalRes');
+        RES_zonesDyn();
+    }
+    afficherResultats();
+    GLOBAL_initBarreBouton('RES');
+    GEN_activerSuivantDemar();
+    parent.variablesTexte(window.document, parent.tabRegVT());
+    var oCorps = document.getElementsByTagName("body").item(0);
+    if (oCorps.offsetWidth > 300) {
+        PF_affecterAlt();
+    } else {
+        setTimeout(PF_affecterAlt, 100);
+    }
+    window.focus();
+}
+
+function STG_allerSuivant() {
+    parent.valeurExit("normal");
+    if (parent.oSco.evaluation.branchement == '') {
+        parent.allerEtapeSuivante = true;
+        parent.SCO_pageSuivante();
+    } else {
+        var ref = parent.oSco.evaluation.branchement;
+        if (ref.indexOf('/') < 0) {
+            ref += '/';
+        }
+        GLOBAL_allerPage(ref);
+    }
+}
+
+function RES_zonesDyn() {
+    PF_masquerDiv('STY_zoneLienDiplome');
+    if (RES_valide) {
+        PF_masquerDiv('STY_zoneEchecEval');
+        PF_afficherDiv('STY_zoneSuccesEval');
+        GEN_lireMediaZone("STY_zoneSuccesEval", false);
+        if (parent.oSco.evaluation.diplome) {
+            PF_afficherDiv('STY_zoneLienDiplome');
+            GEN_lireMediaZone("STY_zoneLienDiplome", false);
+        }
+    } else {
+        PF_masquerDiv('STY_zoneSuccesEval');
+        PF_afficherDiv('STY_zoneEchecEval');
+        GEN_lireMediaZone("STY_zoneEchecEval", false);
+    }
+}
+
+function GEN_suivantPossible(typeP) {
+    var possible = false;
+    if (parent.oSco.passageEntreActivites && parent.APIgetValue("adl.nav.request_valid.continue") == "true") {
+        possible = true;
+        parent.allerEtapeSuivante = true;
+    }
+    return possible;
+}
+
+function GEN_clavier() {
+    STG_allerSuivant();
+}
+
+function afficherResultats() {
+    afficherCommentaire();
+    if (pageSynthese) {
+        afficherDetailObjectifs();
+    } else {
+        afficherDetailQuestions();
+    }
+    var objVal = PF_donneObjet("STY_iconeValidation");
+    if (objVal != null) {
+        if (parent.oSco.evaluation.correctionManuelle) {
+            objVal.style.display = "none";
+        } else {
+            var srcVis = "validationNon.png";
+            if (RES_valide) {
+                srcVis = "validationOui.png";
+            }
+            var imageVis = '<img src="' + chemin_img + 'gen/' + srcVis + '">';
+            PF_modifTexteDiv('STY_iconeValidation', imageVis);
+        }
+    }
+}
+
+function afficherDetailQuestions() {
+    var res = '<table class="STY_tableauRes" cellpadding="0" cellspacing="0"><tr>';
+    if (!parent.oSco.evaluation.questionnaire) {
+        res += '<td class="STY_tableauResEntete STY_tabResIco">&#160;</td>';
+    }
+    res += '<td class="STY_tableauResEntete">' + donneLex(3) + '</td>';
+    if (!parent.oSco.evaluation.questionnaire) {
+        res += '<td class="STY_tableauResEntete STY_tabResScore">' + donneLex(32) + '</td></tr>';
+    }
+    res += '</tr>';
+    for (var i = 0; i < parent.oSco.evaluation.questions.length; i++) {
+        var qTmp = parent.oSco.evaluation.questions[i];
+        var src = chemin_img + 'gen/';
+        if (qTmp.valide) {
+            src = src + "resQuestionJuste.png";
+        } else {
+            src = src + "resQuestionFaux.png";
+        }
+        res += '<tr>';
+        var balImg = "";
+        if (qTmp.correctionManuelle && !qTmp.valide) {
+            balImg = ' style="visibility:hidden"';
+        }
+        if (!parent.oSco.evaluation.questionnaire) {
+            res += '<td class="STY_tableauResCellule STY_tabResIco"><img src="' + src + '" align="absmiddle" hspace="2"' + balImg + '/></td>';
+        }
+        res += '<td class="STY_tableauResCellule">';
+        var nomQ = eval(i + 1) + '. ' + qTmp.titre;
+        if (qTmp.type != "questionVide") {
+            nomQ = '<a class="STY_lienCorrige" href="javascript:RES_voirQ(\'' + qTmp.codePage + '\')">' + nomQ + '</a>';
+        }
+        res = res + nomQ + '</td>';
+        if (!parent.oSco.evaluation.questionnaire) {
+            res = res + '<td class="STY_tableauResCellule STY_tabResScore">' + localeNb(qTmp.scoreAtteint) + '/' + qTmp.scoreTotal + '</td>';
+        }
+        res += '</tr>';
+    }
+    res = res + '</table>';
+    PF_modifTexteDiv('STY_detailsRes', res);
+}
+
+function afficherCommentaire() {
+    var niveau = parent.oSco.evaluation.determinerNiveau();
+    if (niveau >= 0) {
+        var res = parent.oSco.evaluation.donneCommentaire(niveau);
+        var oCmt = PF_donneObjet('STY_commentaireRes');
+        oCmt.style.display = "block";
+        if (oCmt.parentNode.style.display == "none") {
+            oCmt.parentNode.style.display = "";
+        }
+        oCmt.innerHTML = res;
+    }
+}
+
+function RES_donneNomEvaluation() {
+    return parent.oSco.titre;
+}
+
+function RES_ouvrirDiplome() {
+    var src = racine_stage + "contenu/local/diplome." + parent.oSco.version;
+    var taille = "width=786,height=560";
+    if (screen.width > 1000) {
+        taille = "width=842,height=646";
+    }
+    var fenTmp = this.open(src, 'diplome', 'left=10,top=10,toolbar=no,status=no,menubar=no,' + taille + ',resizable=no,scrollbars=auto');
+    fenTmp.focus();
+}
+
+function RES_voirQ(code) {
+    parent.oSco.evaluation.etatCorrige = true;
+    parent.SCO_allerPage(parent.oSco.numeroPage(code));
+}
+
+function GEN_precedentPossible(typeP) {
+    return false;
+}
+
+function STG_allerPrecedent() {
+}
+
+function GEN_presseTouche(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (evt.keyCode == 8) {
+        GEN_bloqueRetour(evt);
+    } else {
+        if ((evt.keyCode == 32) || (evt.keyCode == 13)) {
+            GEN_clavier();
+        }
+    }
+}
+
+function GEN_bloqueRetour(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (evt.keyCode == 8) {
+        evt.returnValue = false;
+        evt.cancelBubble = true;
+        try {
+            evt.stopPropagation();
+            evt.preventDefault();
+        } catch (e) {
+        }
+    }
+}
+
+function afficherDetailObjectifs() {
+    var res = '<table class="STY_tableauRes" cellpadding="0" cellspacing="0"><tr>';
+    res += '<td class="STY_tableauResEntete STY_tabResIco">&#160;</td>';
+    res += '<td class="STY_tableauResEntete">' + donneLex(81) + '</td>';
+    res += '<td class="STY_tableauResEntete STY_tabResScore">' + donneLex(32) + '</td></tr>';
+    res += '</tr>';
+    for (var i = 1; i < parent.APIgetValue("cmi.objectives._count"); i++) {
+        var objCh = "cmi.objectives." + i + ".";
+        var idObj = parent.APIgetValue(objCh + "id");
+        var letat = parent.APIgetValue(objCh + "success_status");
+        if (!ignorerEvalSiNonParcourue || letat != "unknown") {
+            var resF = false;
+            if (letat == "passed") {
+                resF = true;
+            }
+            var src = chemin_img + 'gen/';
+            if (resF) {
+                src = src + "resQuestionJuste.png";
+            } else {
+                src = src + "resQuestionFaux.png";
+            }
+            res += '<tr><td class="STY_tableauResCellule STY_tabResIco">';
+            if (letat == "unknown") {
+                res += '</td>';
+            } else {
+                res += '<img src="' + src + '" align="absmiddle" hspace="2"/></td>';
+            }
+            res += '<td class="STY_tableauResCellule">';
+            res = res + decodeURI(idObj) + '</td>';
+            var lscore = parent.APIgetValue(objCh + "score.scaled");
+            var poidsO = donnePoidsObjectif(idObj);
+            if (lscore != "") {
+                var resus = Math.round(lscore * 1000) / 10;
+                lscore = localeNb(resus) + "/100";
+                if (existePoidsRemonte) {
+                    lscore += " \xD7" + poidsO;
+                }
+            }
+            res = res + '<td class="STY_tableauResCellule STY_tabResScore">' + lscore + '</td>';
+            res += '</tr>';
+        }
+    }
+    res = res + '</table>';
+    PF_modifTexteDiv('STY_detailsRes', res);
+}
+
+function donneDateMAJ() {
+    var ldate = parent.oSco.dateMAJ;
+    if (ldate == "") {
+        return "";
+    }
+    return parent.oSco.donneDate(ldate);
+}
+
+function GEN_activerSuivantDemar() {
+    if (GEN_suivantPossible('RES')) {
+        activerBoutonSuivant();
+    }
+}
+
+function donnePoidsObjectif(lid) {
+    var tabPoids = parent.oSco.evaluation.lsPoidsObjectifs.split("[;]");
+    for (var t = 0; t < tabPoids.length; t++) {
+        if (tabPoids[t].indexOf(lid + "[.]") == 0) {
+            var tabP = tabPoids[t].split("[.]");
+            if (!isNaN(tabP[1])) {
+                if (tabP[1] != "1") {
+                    existePoidsRemonte = true;
+                }
+                return Number(tabP[1]);
+            }
+        }
+    }
+    return 1;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/APIAdapter.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/APIAdapter.js
index b05e3d7b0ce77997f465f07279d9b864895dfe8b..4fc0afe75d34e1c3ee1aed14f7eb5e1a9b65cc55 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/APIAdapter.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/APIAdapter.js
@@ -1 +1,2192 @@
-var API_1484_11=null;var infoLMSSpe;var devineErreur;var oRegUri=new RegExp("^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?");var abandonEnCours=false;var persisteSSP=false;var niveauAudio=1;function APIAdapter(){this.version="1.0";this.errorCode="0";this.cmi=null;this.ssp=null;this.activite=null;this.objectifCible=null;this.etatCommunication="pasInitialise";this.scoEnAttente=false;this.cibleChoix="";this.modifications=false;this.modificationAlloc=false;this.changementEtatCompletion=false;this.changementEtatObjectif=false;this.changementInteraction=false;this.changementEtatSession=false;this.changementScore=false;this.depiste=true;this.Initialize=LMS_Initialize;this.GetValue=LMS_GetValue;this.SetValue=LMS_SetValue;this.Commit=LMS_Commit;this.Terminate=LMS_Terminate;this.GetLastError=LMS_GetLastError;this.GetErrorString=LMS_GetErrorString;this.GetDiagnostic=LMS_GetDiagnostic;this.compteCollection=LMS_compteCollection;this.donneValeurDansCollection=LMS_donneValeurDansCollection;this.donneObjetDansCollection=LMS_donneObjetDansCollection;this.attributOuErreur=LMS_attributOuErreur;this.affecteDansVocab=LMS_affecteDansVocab;this.affecteDansCollection=LMS_affecteDansCollection;this.impacteSucces=LMS_impacteSucces;this.impacteCompletion=LMS_impacteCompletion;this.impacteSuccesCollObj=LMS_impacteSuccesCollObj;this.appliquerResultatDansSeq=LMS_appliquerResultatDansSeq;}function LMS_Initialize(strParametre){if (strParametre!=""){this.errorCode="201";return "false";} if (this.etatCommunication=="enCours"){this.errorCode="103";return "false";}this.etatCommunication="";this.errorCode="0";this.cibleChoix="";window.planLMS.MODE_PREEMPTIF=false;infoLMSSpe="";devineErreur="";if (window.planLMS.ressourceCourante==null||window.planLMS.activiteCourante==null){this.errorCode="102";return "false";}this.activite=window.planLMS.itemCourant;this.cmi=XML_fils(this.activite,"sco");if (this.cmi!=null){var valExit=PF_attr(this.cmi,"exit");this.cmi.removeAttribute("exit");this.cmi.removeAttribute("entry");if (valExit=="suspend"){this.cmi.setAttribute("entry","resume");} else {this.cmi.parentNode.removeChild(this.cmi);this.cmi=null;}}if (this.cmi==null){this.cmi=creerElementCP(this.activite,"sco");this.activite.appendChild(this.cmi);if (niveauAudio!=1){this.cmi.setAttribute("pref_audio_level",niveauAudio);}}if (window.planLMS.oCommentairesLMS!=null){this.cmi.appendChild(window.planLMS.oCommentairesLMS.cloneNode(true));}this.depiste=true;if (window.planLMS.deliveryControls(this.activite,"tracked")=="false"){this.depiste=false;}this.objectifCible=window.planLMS.donneObjectifCible(this.activite,true);var lesobjs=window.planLMS.donneObjectifs(this.activite,false);var objColl=XML_fils(this.cmi,"objectives");window.planLMS.scoDemandeEtatObjectif=true;for (var i=0;i<lesobjs.length;i++){var oObj=lesobjs[i];var lid=PF_attr(oObj,"objectiveID");if (lid!=""){var obpris=0;var numExist=donneNumeroObj(objColl,lid);if (numExist<0){if (objColl!=null){obpris=objColl.childNodes.length;}} else {obpris=numExist;}var debNom="objectives."+obpris+".";if (numExist<0){this.affecteDansCollection(this.cmi,debNom+"id",lid,true);if (objColl==null){objColl=XML_fils(this.cmi,"objectives");}}if (window.planLMS.lireEtatObjectif(oObj,"objectiveMeasureStatus")=="true"){this.affecteDansCollection(this.cmi,debNom+"score_scaled",window.planLMS.lireValeurObjectif(oObj,"objectiveNormalizedMeasure"),false);}if (window.planLMS.lireEtatObjectif(oObj,"objectiveProgressStatus")=="true"){var obValide=window.planLMS.lireValeurObjectif(oObj,"objectiveSatisfiedStatus");var resEtat="failed";if (obValide=="true"){resEtat="passed";}this.affecteDansCollection(this.cmi,debNom+"success_status",resEtat,false);}}}window.planLMS.scoDemandeEtatObjectif=false;if (window.planLMS.lireEtatObjectif(this.objectifCible,"objectiveMeasureStatus")=="true"){this.cmi.setAttribute("score_scaled",window.planLMS.lireValeurObjectif(this.objectifCible,"objectiveNormalizedMeasure"));}if (window.planLMS.lireEtatObjectif(this.objectifCible,"objectiveProgressStatus")=="true"){var obValide=window.planLMS.lireValeurObjectif(this.objectifCible,"objectiveSatisfiedStatus");var resEtat="failed";if (obValide=="true"){resEtat="passed";}this.cmi.setAttribute("success_status",resEtat);}/*this.ssp=parent.planLMS.DOMManifest.documentElement;*/this.ssp=this.cmi;this.modifications=false; this.changementEtatCompletion=false;this.changementEtatObjectif=false;this.changementEtatSession=false;var tabBucks=window.planLMS.donneNoeudsNS(window.planLMS.ressourceCourante,"imsssp","bucket");for (var i=0;i<tabBucks.length;i++){var oBucket=tabBucks[i];var oTaille=XML_filsNS(oBucket,"imsssp","size");if (oTaille){var params="{bucketID="+PF_attr(oBucket,"bucketID")+"}{requested="+PF_attr(oTaille,"requested")+"}{persistence="+PF_attr(oBucket,"persistence")+"}{type="+PF_attr(oBucket,"bucketType")+"}";var succ=this.SetValue("ssp.allocate",params);if (succ!="true"){alert("Can't init bucket: "+params);}}}this.errorCode="0";/*window.haut.NAVIG_majFleches(!window.planLMS.masquePrecedent,!window.planLMS.masqueSuivant);window.planLMS.PLAN_afficheParcours(false);*/this.etatCommunication="enCours";window.planLMS.majBoutonsInit('enCours');return "true";}function LMS_GetValue(mElt) { infoLMSSpe="";if (this.etatCommunication=="pasInitialise"){this.errorCode="122";return "";}if (this.etatCommunication=="termine"){this.errorCode="123";return "";}if (mElt==""){this.errorCode="301";return "";}if (mElt.indexOf("cmi.")!=0 && mElt.indexOf("adl.")!=0 && mElt.indexOf("ssp.")!=0){this.errorCode="401";return "";}if (mElt.indexOf("ssp.")!=0){mElt=mElt.substring(4);}this.errorCode="0";if (mElt=="_version"){return "1.0";}if (mElt=="comments_from_learner" || mElt=="learner_preference" || mElt=="interactions" || mElt=="comments_from_lms" || mElt=="objectives"){this.errorCode="401";return "";}if (mElt=="comments_from_learner._children"){return "comment,location,timestamp";}if (mElt=="comments_from_learner._count"){return this.compteCollection(this.cmi,"comments_from_learner");}var indTemp=mElt.indexOf("comments_from_learner.");if (indTemp==0){return this.donneValeurDansCollection(this.cmi,mElt,"comment");}if (mElt=="comments_from_lms._children"){return "timestamp,comment,location";}if (mElt=="comments_from_lms._count"){return this.compteCollection(this.cmi,"comments_from_lms");}indTemp=mElt.indexOf("comments_from_lms.");if (indTemp==0){return this.donneValeurDansCollection(this.cmi,mElt,"comment");}if (mElt=="completion_status"){this.impacteCompletion(PF_attr(this.cmi,"completion_status"));return attributOuDefaut(this.cmi,mElt,"unknown");}if (mElt=="success_status"){this.impacteSucces(PF_attr(this.cmi,"success_status"));return attributOuDefaut(this.cmi,mElt,"unknown");}if (mElt=="completion_threshold"){var objDansitem=XML_filsNS(this.activite,"adlcp","completionThreshold");if (objDansitem==null){this.errorCode="403";return "";}return XML_texteNoeud(objDansitem);}if (mElt=="credit"){if ((lesson_mode=="browse")||(lesson_mode=="review")){return "no-credit";}return "credit";}if (mElt=="entry"){return attributOuDefaut(this.cmi,mElt,"ab-initio");}if (mElt=="exit"||mElt=="session_time"){this.errorCode="405";return "";}if (mElt=="interactions._children"){return "id,type,objectives,timestamp,correct_responses,weighting,learner_response,result,latency,description";}if (mElt=="interactions._count"){return this.compteCollection(this.cmi,"interactions");}indTemp=mElt.indexOf("interactions.");if (indTemp==0){var oInter=this.donneObjetDansCollection(this.cmi,mElt,"get");if (oInter==null){this.errorCode="301";return "";}var indCollSub=mElt.indexOf(".objectives.");if (indCollSub>0){mElt=mElt.substring(indCollSub+1);if (mElt=="objectives._count"){return this.compteCollection(oInter,"objectives");}if (mElt.indexOf("id")>0){return this.donneValeurDansCollection(oInter,mElt,"");}this.errorCode="201";return "";}indCollSub=mElt.indexOf(".correct_responses.");if (indCollSub>0){mElt=mElt.substring(indCollSub+1);if (mElt=="correct_responses._count"){return this.compteCollection(oInter,"correct_responses");}if (mElt.indexOf("pattern")>0){return this.donneValeurDansCollection(oInter,mElt,"");}this.errorCode="201";return "";}if (mElt.indexOf(".learner_response")>0){var oReponse=XML_fils(oInter,"learner_response");if (oReponse==null){this.errorCode="403";return "";}return XML_texteNoeud(oReponse);}return this.donneValeurDansCollection(this.cmi,mElt,"");}if (mElt=="launch_data"){var objDansitem=XML_filsNS(this.activite,"adlcp","dataFromLMS");if (objDansitem==null){this.errorCode="403";return "";}return XML_texteNoeud(objDansitem);}if (mElt=="learner_id"){return serveur.vMos_id;}if (mElt=="learner_name"){if (serveur.vMos_nom==""){return "";}return (serveur.vMos_nom +", "+serveur.vMos_prenom);} if (mElt=="learner_preference._children"){return "audio_level,language,delivery_speed,audio_captioning";}if (mElt=="learner_preference.audio_level"){return attributOuDefaut(this.cmi,"pref_audio_level","1");}if (mElt=="learner_preference.language"){return attributOuDefaut(this.cmi,"pref_language",serveur.vMos_lang);}if (mElt=="learner_preference.delivery_speed"){return attributOuDefaut(this.cmi,"pref_delivery_speed","1");}if (mElt=="learner_preference.audio_captioning"){return attributOuDefaut(this.cmi,"pref_audio_captioning","0");}if (mElt=="max_time_allowed"){var mt=window.planLMS.limitConditions(this.activite,"attemptAbsoluteDurationLimit");if (mt=="0.0"){this.errorCode="403";return "";}return mt;}if (mElt=="mode"){return lesson_mode;} if (mElt=="objectives._children"){return "id,completion_status,success_status,description,progress_measure,score";}if (mElt=="objectives._count"){return this.compteCollection(this.cmi,"objectives");} var indTemp=mElt.indexOf("objectives.");if (indTemp==0){var indColl=mElt.substring(11);try {var finp=indColl.indexOf(".");if (finp>0){indColl=indColl.substring(0,finp);} else {indColl=="";}if (indColl=="" || isNaN(indColl)){this.errorCode="401";return "";}} catch(e){}var oObj=this.donneObjetDansCollection(this.cmi,mElt,"get");if (oObj==null){this.errorCode="301";return "";}if (mElt.indexOf(".score.")>0){if (mElt.indexOf(".score._children")>0){return "min,max,scaled,raw";}mElt=nomAttrScore(mElt);}return this.donneValeurDansCollection(this.cmi,mElt,"");}if ((mElt=="location")||(mElt=="progress_measure")){return this.attributOuErreur(mElt);}if (mElt=="scaled_passing_score"){var objPrim=this.objectifCible;if (objPrim!=null){var satisfm=window.planLMS.attrObj(objPrim,"satisfiedByMeasure");if (satisfm=="true"){var mnm=XML_filsNS(objPrim,"imsss","minNormalizedMeasure");if (mnm==null){return "1.0";} else {return XML_texteNoeud(mnm);}}}this.errorCode="403";return "";}if (mElt.indexOf("score._children")==0){return "scaled,raw,min,max";}if (mElt.indexOf("score.")==0){return this.attributOuErreur(nomAttrScore(mElt));}if (mElt=="suspend_data"){var oReponse=XML_fils(this.cmi,"suspend_data");if (oReponse==null){this.errorCode="403";return "";}return XML_texteNoeud(oReponse);}if (mElt=="time_limit_action"){var objDansitem=XML_filsNS(this.activite,"adlcp","timeLimitAction");if (objDansitem==null){this.errorCode="403";return "";}return XML_texteNoeud(objDansitem);}if (mElt=="total_time"){return attributOuDefaut(this.cmi,"total_time","PT0S");}if (mElt.indexOf("nav.request")==0){if (mElt=="nav.request"){return attributOuDefaut(this.cmi,"nav_request","_none_");}if (mElt=="nav.request_valid.continue"){return window.haut.NAVIG_requete("continue",true);}if (mElt=="nav.request_valid.previous"){return window.haut.NAVIG_requete("previous",true);}if (mElt.indexOf("nav.request_valid.choice")==0){var inf=mElt.indexOf("{target=");var sup=mElt.indexOf("}");if ((inf>0)&&(inf<sup)){window.planLMS.activiteSpecifieParChoixPreemptif=mElt.substring(inf+8,sup);return window.haut.NAVIG_requete("choice",true);} else {this.errorCode="301";return "";}return window.haut.NAVIG_requete("previous",true);}}if (mElt=="ssp._count"){return this.compteCollection(this.ssp,"allocations");}if (mElt.indexOf("ssp.")==0){mElt=mElt.replace("ssp.","allocations.");var indIdbk=mElt.indexOf("{bucketID=");if (indIdbk>0){var num=donneNumeroBucket(this.ssp,mElt);if (num<0){this.errorCode="301";return "";}mElt=mElt.replace("allocations.","allocations."+num+".");}if (mElt.indexOf(".bucket_state")>0){var oAlloc=this.donneObjetDansCollection(this.ssp,mElt,"get");if (oAlloc){var donnee=XML_texteNoeud(oAlloc);var letat="{totalSpace="+oAlloc.getAttribute("requested")+"}{used="+donnee.length*2+"}";var ltype=PF_attr(oAlloc,"type");if (ltype!=""){letat+="{type="+ltype+"}";}return letat;}} else if (mElt.indexOf(".data")>0){var oAlloc=this.donneObjetDansCollection(this.ssp,mElt,"get");if (oAlloc){chargerAllocation(oAlloc);var offset=paramParenthese("offset",mElt);var size=paramParenthese("size",mElt);var donnees=XML_texteNoeud(oAlloc);if (offset!=""){offset=parseInt(offset)/2;if (offset<=donnees.length){donnees=donnees.substring(offset);} else {this.errorCode="301";infoLMSSpe="The requested data exceeds available data";}}if (size!=""){size=parseInt(size)/2;if (donnees.length>=size){donnees=donnees.substring(0,size);} else {this.errorCode="301";infoLMSSpe="The requested data exceeds available data";}}return donnees;}} else {return this.donneValeurDansCollection(this.ssp,mElt,"");}}this.errorCode="201";return "";}function LMS_SetValue(mElt,strValeur){infoLMSSpe="";devineErreur="";window.planLMS.MODE_PREEMPTIF=false;if (this.etatCommunication=="pasInitialise"){this.errorCode="132";return "false";}if (this.etatCommunication=="termine"){this.errorCode="133";return "false";}if (mElt==""){this.errorCode="351";return "false";}if (mElt.indexOf("cmi.")!=0 && mElt.indexOf("adl.")!=0 && mElt.indexOf("ssp.")!=0){this.errorCode="401";return "false";}if (mElt.indexOf("ssp.")!=0){mElt=mElt.substring(4);}this.errorCode="0";this.modifications=true;if (mElt=="interactions" || mElt=="learner_preference" || mElt=="objectives" || mElt=="comments_from_learner" || mElt=="comments_from_lms"){this.errorCode="401";return "false";}if (mElt=="_version"||mElt.indexOf("._children")>0||mElt.indexOf("._count")>0||mElt.indexOf("comments_from_lms")==0||mElt=="completion_threshold"||mElt=="credit"||mElt=="entry"||mElt=="time_limit_action"||mElt=="launch_data"||mElt=="scaled_passing_score"||mElt=="total_time"){this.errorCode="404";return "false";}if (mElt=="learner_id"||mElt=="learner_name"||mElt=="max_time_allowed"||mElt=="mode"||mElt.indexOf("nav.request_valid")==0){this.errorCode="404";return "false";}if (mElt.indexOf("comments_from_learner")==0){if (mElt.indexOf(".comment")>0){return this.affecteDansCollection(this.cmi,mElt,strValeur,true);}if (mElt.indexOf(".location")>0||mElt.indexOf(".timestamp")>0){return this.affecteDansCollection(this.cmi,mElt,strValeur,true);}}if (mElt=="completion_status"){var ancVal=PF_attr(this.cmi,"completion_status");var resSet=this.affecteDansVocab(this.cmi,mElt,strValeur,"completed,incomplete,not attempted,unknown");if (resSet=="false"){return "false";}this.impacteCompletion(ancVal);this.errorCode="0";return "true";}if (mElt=="exit"){var resS=this.affecteDansVocab(this.cmi,mElt,strValeur,"time-out,suspend,logout,,normal");if (resS && (strValeur=="time-out"||strValeur=="logout")){this.cmi.setAttribute("nav_request","_none_");} return resS;}if (mElt.indexOf("interactions.")==0){var lespossibles=",id,type,timestamp,objectives,correct_responses,weighting,learner_response,result,latency,description,pattern,";var verifAttr=mElt.substring(mElt.lastIndexOf(".")+1);if (lespossibles.indexOf(","+verifAttr+",")>=0){var creer=false;this.changementInteraction=true;var oInter=this.donneObjetDansCollection(this.cmi,mElt,"set");if (mElt.indexOf(".id")>0){creer=true;} else if ((mElt.indexOf(".learner_response")>0)||(mElt.indexOf(".pattern")>0)){if (oInter==null){this.errorCode="408";if (devineErreur=="depasseIndex0"){this.errorCode="351";}return "false";}if (PF_attr(oInter,"type")==""){this.errorCode="408";return "false";}}var indObj=mElt.indexOf(".objectives.");if (indObj<0){indObj=mElt.indexOf(".correct_responses.");}if (indObj>0){mElt=mElt.substring(indObj+1);if (oInter==null){this.errorCode="408";if ((mElt.indexOf(".id")>0)&&(devineErreur=="depasseIndex0")){this.errorCode="351";}return "false";}return this.affecteDansCollection(oInter,mElt,strValeur,true);}if (mElt.indexOf(".type")>0){var lestypes=",true-false,choice,fill-in,long-fill-in,matching,performance,sequencing,likert,numeric,other,";if (lestypes.indexOf(","+strValeur+",")<0){this.errorCode="406";return "false";}}if (mElt.indexOf(".result")>0){if (strValeur==""){this.errorCode="406";return "false";}var lestypes=",correct,incorrect,neutral,unanticipated,";if (lestypes.indexOf(","+strValeur+",")<0){if (isNaN(Number(strValeur))){this.errorCode="406";return "false";}}}return this.affecteDansCollection(this.cmi,mElt,strValeur,creer);}infoLMSSpe="Invalid argument";}if (mElt=="learner_preference.audio_level"){this.errorCode=verifReelBorne(strValeur,0,"*");if (this.errorCode=="0"){niveauAudio=strValeur;this.cmi.setAttribute("pref_audio_level",strValeur);return "true";}return "false";}if (mElt=="learner_preference.language"){if (!verifFormatLangue(strValeur)){this.errorCode="406";return "false";}this.cmi.setAttribute("pref_language",strValeur);return "true";}if (mElt=="learner_preference.delivery_speed"){this.errorCode=verifReelBorne(strValeur,0,"*");if (this.errorCode=="0"){this.cmi.setAttribute("pref_delivery_speed",strValeur);return "true";}return "false";}if (mElt=="learner_preference.audio_captioning"){return this.affecteDansVocab(this.cmi,"pref_audio_captioning",strValeur,"-1,0,1");}if (mElt=="location"){this.cmi.setAttribute("location",strValeur);return "true";}if (mElt.indexOf("objectives.")==0){var lespossibles=",id,scaled,min,raw,max,success_status,completion_status,progress_measure,description,";var verifAttr=mElt.substring(mElt.lastIndexOf(".")+1);if (lespossibles.indexOf(","+verifAttr+",")>=0){var creer=false;var oObj=this.donneObjetDansCollection(this.cmi,mElt,"set");if (verifAttr=="id"){creer=true;} else if (oObj==null){this.errorCode="351";/*if (mElt.indexOf(".score.")>0){this.errorCode="408";}*/var indColl=mElt.substring(11);indColl=indColl.substring(0,indColl.indexOf("."));if (indColl=="0"){this.errorCode="408";}return "false";}if (mElt.indexOf(".score.")>0){mElt=nomAttrScore(mElt);if (mElt.indexOf(".score_scaled")>0){this.errorCode=verifReelBorne(strValeur,-1,1);if (this.errorCode!="0"){return "false";}oObj.setAttribute("score_scaled",strValeur);this.impacteSuccesCollObj(oObj);return "true";}}if (mElt.indexOf(".success_status")>0){var resSet=this.affecteDansVocab(oObj,"success_status",strValeur,"passed,failed,unknown");if (resSet=="false"){return "false";}this.impacteSuccesCollObj(oObj);return "true";}if (mElt.indexOf(".completion_status")>0){return this.affecteDansVocab(oObj,"completion_status",strValeur,"completed,incomplete,not attempted,unknown");}if (mElt.indexOf(".progress_measure")>0){this.errorCode=verifReelBorne(strValeur,0,1);if (this.errorCode!="0"){return "false";}}return this.affecteDansCollection(this.cmi,mElt,strValeur,creer);}infoLMSSpe="Invalid argument";}if (mElt=="progress_measure"){this.errorCode=verifReelBorne(strValeur,0,1);if (this.errorCode!="0"){return "false";}this.cmi.setAttribute("progress_measure",strValeur);this.impacteCompletion(PF_attr(this.cmi,"completion_status"));if (this.depiste){this.activite.setAttribute("attemptCompletionAmount",strValeur);}this.errorCode="0";return "true";}if (mElt.indexOf("score.")==0){mElt=nomAttrScore(mElt);if (mElt=="score_scaled"){this.errorCode=verifReelBorne(strValeur,-1,1);if (this.errorCode!="0"){return "false";}this.cmi.setAttribute("score_scaled",strValeur);if (this.depiste){var ancienScore="";var scoreTrans=reelScore(strValeur);this.changementScore=true;this.cmi.setAttribute("modifObjPrinc","oui");window.planLMS.enregistrerObjectif(this.objectifCible,"objectiveNormalizedMeasure",scoreTrans,true);}this.errorCode="0";return "true";}if (mElt=="score_raw"||mElt=="score_max"||mElt=="score_min"){if (isNaN(Number(strValeur))){this.errorCode="406";return "false";}this.cmi.setAttribute(mElt,strValeur);return "true";}}if (mElt=="session_time"){strValeur=sansZeroAvant(strValeur);if (verifIntervalleTemps(strValeur)){this.cmi.setAttribute(mElt,strValeur);return "true";} else {this.errorCode="406";return "false";}}if (mElt=="success_status"){var ancienEtat=PF_attr(this.cmi,"success_status");var resSet=this.affecteDansVocab(this.cmi,"success_status",strValeur,"passed,failed,unknown");if (resSet=="false"){return "false";}this.impacteSucces(ancienEtat);this.errorCode="0";return "true";}if (mElt=="suspend_data"){var oSusp=XML_fils(this.cmi,"suspend_data");if (oSusp==null){oSusp=creerElementCP(this.cmi,"suspend_data");this.cmi.appendChild(oSusp);}XML_modifTexteNoeud(oSusp,strValeur);return "true";}if (mElt=="nav.request"){if (strValeur.indexOf("choice")>=0){var inf=strValeur.indexOf("{target=");var sup=strValeur.indexOf("}");if ((inf==0)&&(sup>inf)){var cible=strValeur.substring(inf+8,sup);if (cible.length>0){this.cmi.setAttribute("nav_request",strValeur);this.cibleChoix=cible;return "true";}}this.errorCode="406";return "false";} else {this.cibleChoix="";if (strValeur=="suspendAll"){this.cmi.setAttribute("exit","");}return this.affecteDansVocab(this.cmi,"nav_request",strValeur,"continue,previous,choice,exit,exitAll,abandon,abandonAll,suspendAll,_none_");}}if (mElt=="ssp.allocate"){var bucketID=paramParenthese("bucketID",strValeur);if (!verifFormatID(bucketID)){this.errorCode="406";return "false";}var requested=paramParenthese("requested",strValeur);if (requested=="" || parseInt(requested)<=0){this.errorCode="406";return "false";}requested=parseInt(requested);var persistence=paramParenthese("persistence",strValeur);if (persistence==""){persistence="learner";}var type=paramParenthese("type",strValeur);var oExiste=donneBucket(this.ssp,bucketID);var recopieDepuisGlobal=false;if (oExiste==null){recopieDepuisGlobal=true;oExiste=XML_trouveNoeud(parent.planLMS.allocationsGlobales,"allocation","id",bucketID);}if (oExiste){if (oExiste.getAttribute("persistence")==persistence && type==PF_attr(oExiste,"type")){if (recopieDepuisGlobal){this.affecteDansCollection(this.ssp,"allocations."+this.GetValue("ssp._count")+".id",bucketID,true);var oAlloc=donneBucket(this.ssp,bucketID);oAlloc.parentNode.replaceChild(oExiste.cloneNode(true),oAlloc);oExiste=donneBucket(this.ssp,bucketID);}oExiste.setAttribute("allocation_success","requested");return "true";} else {if (!recopieDepuisGlobal){oExiste.setAttribute("allocation_success","failure");}infoLMSSpe="Allocation failure";return "false";}} else {var creationPossible=true;/*if (SUR_CHORUS){var reqx="<operation action=\"testAllocation\" idU=\""+serveur.vMos_id+"\" codeStage=\""+serveur.codeStage+"\" persistance=\""+persistence+"\" idAlloc=\""+bucketID+"\" taille=\""+requested+"\" type=\""+type+"\"></operation>";cibleASP=RACINE_MOS+"MosSrv/aspx/SRV_parcours.aspx";var oRetour=SYS_lancerOperationsRetour(reqx,"enregistrerParcours");if (oRetour==null || XML_texteNoeud(oRetour)!="OK"){creationPossible=false;}}*/if (creationPossible){this.affecteDansCollection(this.ssp,"allocations."+this.GetValue("ssp._count")+".id",bucketID,true);var oAlloc=donneBucket(this.ssp,bucketID);oAlloc.setAttribute("allocation_success","requested");oAlloc.setAttribute("requested",requested);oAlloc.setAttribute("persistence",persistence);oAlloc.setAttribute("doitCharger","oui");oAlloc.setAttribute("modif","non");if (type!=""){oAlloc.setAttribute("type",type);}return "true";}}}if (mElt.indexOf("ssp.")==0){infoLMSSpe="";mElt=mElt.replace("ssp.","allocations.");if (mElt=="allocations.data" || mElt=="allocations.appendData"){var indIdbk=donneNumeroBucket(this.ssp,strValeur);if (indIdbk<0){this.errorCode="351";infoLMSSpe="Bucket not found";return "false";}mElt=mElt.replace("allocations.","allocations."+indIdbk+".");var oReg=new RegExp("{bucketID=[^}]+}");strValeur=strValeur.replace(oReg,"");}if (mElt.indexOf(".data")>0 || mElt.indexOf(".appendData")>0){var oAlloc=this.donneObjetDansCollection(this.ssp,mElt,"get");if (oAlloc){var offset=0;var tailleMax=parseInt(PF_attr(oAlloc,"requested"))/2;var resDonne="";if (mElt.indexOf(".data")>0){offset=paramParenthese("offset",strValeur);if (offset!=""){offset=parseInt(offset)/2;var oReg=new RegExp("{offset=[^}]+}");strValeur=strValeur.replace(oReg,"");}}if (offset>0 || mElt.indexOf(".appendData")>0){chargerAllocation(oAlloc);var valInit=XML_texteNoeud(oAlloc);if (offset>0){if (offset>valInit.length){this.errorCode="351";infoLMSSpe="The bucket was not packed";return "false";}var valDeb=valInit.substring(0,offset);var valFin="";var indFin=offset+strValeur.length;if (indFin<valInit.length){valFin=valInit.substring(indFin);}resDonne=valDeb+strValeur+valFin;}if (mElt.indexOf(".appendData")>0){resDonne=valInit+strValeur;}} else {resDonne=strValeur;}/*if (resDonne.length>tailleMax){this.errorCode="351";infoLMSSpe="Exceeds bucket size";return "false";*/XML_modifTexteNoeud(oAlloc,resDonne);oAlloc.setAttribute("modif","oui");oAlloc.removeAttribute("doitCharger");if (oAlloc.getAttribute("persistence")!="session"){var oExisteGlob=XML_trouveNoeud(parent.planLMS.allocationsGlobales,"allocation","id",oAlloc.getAttribute("id"));if (oExisteGlob==null){var copie=oAlloc.cloneNode(true);copie.removeAttribute("allocation_success");copie.setAttribute("modif","oui");parent.planLMS.allocationsGlobales.appendChild(copie);} else {XML_modifTexteNoeud(oExisteGlob,resDonne);oExisteGlob.setAttribute("modif","oui");}}this.modificationAlloc=true;persisteSSP=true;return "true";}}}/*this.errorCode="351";*/this.errorCode="401";return "false";}function donneBucket(obj,lid){return XML_trouveNoeud(obj,"allocation","id",lid);}function donneNumeroBucket(obj,str){var obk=donneBucket(obj,paramParenthese("bucketID",str));if (obk){var num=0;var oprec=obk.previousSibling;while (oprec){num++;oprec=oprec.previousSibling;}return num;}return -1;}function paramParenthese(attr,str){var indeB=str.indexOf("{"+attr+"=");if (indeB>=0){str=str.substring(indeB+attr.length+2);return str.substring(0,str.indexOf("}"));}return "";}function LMS_compteCollection(objR,nomColl){var lesobjs=XML_fils(objR,nomColl);if (lesobjs!=null){return lesobjs.childNodes.length+"";} return "0";}function LMS_Commit(strParametre){if (this.etatCommunication=="pasInitialise"){this.errorCode="142";return "false";}if (this.etatCommunication=="termine"){this.errorCode="143";return "false";}if (strParametre!=""){this.errorCode="201";return "false";}if (abandonEnCours){return false;}this.errorCode="0"; if (this.modifications){var vexit=PF_attr(this.cmi,"exit");this.appliquerResultatDansSeq();this.errorCode="0";parcoursEnregistre=false;var enrReponses=false;var existeInteractions=(this.compteCollection(this.cmi,"interactions")>0);if (existeInteractions){enrReponses=true;}if (modeTentative!="aucune" && this.changementInteraction && vexit!="suspend" && existeInteractions){var oScSauve=XML_fils(this.cmi.ownerDocument.documentElement,"gardeReponses");if (oScSauve==null){oScSauve=creerElementCP(this.cmi,"gardeReponses");this.cmi.ownerDocument.documentElement.appendChild(oScSauve);}var idItemCourant=this.activite.getAttribute("identifier");var oExiste=XML_fils(oScSauve,"tentative","idItem",idItemCourant);var tempsSession=PF_attr(this.cmi,"session_time");var tempsPasse0=0;if (tempsSession!=""){tempsPasse0=Math.round(intervalleEnMS(tempsSession)/1000);}var memeTentative=false;if (oExiste!=null){if (PF_attr(this.cmi,"score_raw")==PF_attr(oExiste,"score_raw")&&PF_attr(this.cmi,"score_max")==PF_attr(oExiste,"score_max")&&tempsPasse0==PF_attr(oExiste,"tempsPasse")){memeTentative=true;} else {if (SUR_CHORUS){oScSauve.removeChild(oExiste);}}}if (!memeTentative){var oRep=creerElementCP(this.cmi,"tentative");oRep.setAttribute("idItem",idItemCourant);oRep.setAttribute("dateTentative",getDateServeur(''));oRep.setAttribute("tempsPasse",tempsPasse0);oRep.setAttribute("etatItem",PF_attr(this.cmi,"success_status"));oRep.setAttribute("score_scaled",PF_attr(this.cmi,"score_scaled"));oRep.setAttribute("score_raw",PF_attr(this.cmi,"score_raw"));oRep.setAttribute("score_max",PF_attr(this.cmi,"score_max"));if (this.compteCollection(this.cmi,"objectives")>0){oRep.appendChild(XML_fils(this.cmi,"objectives").cloneNode(true));}oRep.appendChild(XML_fils(this.cmi,"interactions").cloneNode(true));oScSauve.appendChild(oRep);oScSauve.setAttribute("modifGR","oui");}this.changementInteraction=false;}if (this.changementEtatObjectif || this.changementScore || enrReponses || this.modificationAlloc){setTimeout("LMS_persisteParcours(true,"+enrReponses+")",3000);}if (this.changementEtatObjectif){this.changementEtatSession=true;window.planLMS.nettoyerDejaFait(this.activite);}if (!this.scoEnAttente && this.changementEtatObjectif && this.GetValue("adl.nav.request")=="_none_"){setTimeout("window.planLMS.majBoutonsInit('enCours')",1600);}this.changementEtatCompletion=false;this.changementEtatObjectif=false;this.changementScore=false;this.modificationAlloc=false;} return "true";}function LMS_Terminate(strParametre) {infoLMSSpe="";if (this.etatCommunication=="pasInitialise"){this.errorCode="112";return "false";}if (this.etatCommunication=="termine"){this.errorCode="113";return "false";}if (strParametre!=""){this.errorCode="201";return "false";} this.errorCode="0"; var valTempsSession=PF_attr(this.cmi,"session_time");if (valTempsSession!=""){var tempTotalPrec=this.GetValue("cmi.total_time");if (tempTotalPrec!="PT0S"){var sTotal=ajouterIntervalle(valTempsSession,tempTotalPrec);this.cmi.setAttribute("total_time",sTotal);this.activite.setAttribute("attemptAbsoluteDuration",sTotal);} else {this.cmi.setAttribute("total_time",valTempsSession);this.activite.setAttribute("attemptAbsoluteDuration",parent.ajouterIntervalle(valTempsSession,PF_attr(this.activite,"attemptAbsoluteDuration")));}}var sequenceProposee="";var valExit=PF_attr(this.cmi,"exit");if (!this.scoEnAttente){var valReq=this.GetValue("adl.nav.request");if (valReq!="_none_"){if (valReq.indexOf("choice")>0){window.planLMS.activiteSpecifieParChoix=this.cibleChoix;sequenceProposee="choice";} else {sequenceProposee=valReq;if (sequenceProposee=="suspendAll" && (valExit==""||valExit=="normal")){this.SetValue("cmi.exit","suspend");valExit=PF_attr(this.cmi,"exit");}}}}if (valExit=="time-out" || valExit=="logout"){sequenceProposee="exitAll";this.scoEnAttente=false;}if (sequenceProposee=="abandonAll" || sequenceProposee=="abandon"){abandonEnCours=true;}if (valTempsSession!=""){remonterTempsTot(this.activite);}this.Commit("");this.cmi.removeAttribute("session_time");if (valExit!="suspend"){this.cmi.parentNode.removeChild(this.cmi);} else {this.activite.setAttribute("activityIsSuspended","true");this.cmi.removeAttribute("nav_request");var lesallocs=XML_listeParBalise(this.cmi,"allocation");for (var i=0;i<lesallocs.length;i++){if (lesallocs[i].getAttribute("persistence")!="session"){lesallocs[i].setAttribute("doitCharger","oui");XML_modifTexteNoeud(lesallocs[i],"");}}}this.etatCommunication="termine";this.errorCode="0"; if (this.scoEnAttente){this.etatCommunication="pasInitialise";this.scoEnAttente=false;} else if(sequenceProposee!=""){this.etatCommunication="pasInitialise"; if (sequenceProposee=="exit"){chargerPageDefaut();}window.haut.NAVIG_requete(sequenceProposee,false);} else {chargerPageDefaut();}return "true";}function chargerPageDefaut(){if (SUR_CHORUS){window.contenuLMS.location=window.planLMS.adrPageDefaut("susp");} else {setTimeout("parent.planLMS.ecritMsgBlanc(21)",500);window.contenuLMS.location=RACINE_stage+"MosMtr/gen/blanc.htm";}}function LMS_GetLastError() { return this.errorCode;}function LMS_GetDiagnostic(numStr) { return this.GetErrorString(numStr)+"\n"+infoLMSSpe;}function LMS_GetErrorString(c){var r="";if(c=="0"){r="No Error";}if(c=="101"){r="General Exception";}if(c=="102"){r="General Initialization Failure";}if(c=="103"){r="Already Initialized";}if(c=="104"){r="Content Instance Terminated";}if(c=="111"){r="General Termination Failure";}if(c=="112"){r="Termination Before Initialization";}if(c=="113"){r="Termination After Termination";}if(c=="122"){r="Retrieve Data Before Initialization";}if(c=="123"){r="Retrieve Data After Termination";}if(c=="132"){r="Store Data Before Initialization";}if(c=="133"){r="Store Data After Termination";}if(c=="142"){r="Commit Before Initialization";}if(c=="143"){r="Commit After Termination";}if(c=="201"){r="General Argument Error";}if(c=="301"){r="General Get Failure";}if(c=="351"){r="General Set Failure";}if(c=="391"){r="General Commit Failure";}if(c=="401"){r="Undefined Data Model Element";}if(c=="402"){r="Unimplemented Data Model Element";}if(c=="403"){r="Data Model Element Value Not Initialized";}if(c=="404"){r="Data Model Element Is Read Only";}if(c=="405"){r="Data Model Element Is Write Only";}if(c=="406"){r="Data Model Element Type Mismatch";}if(c=="407"){r="Data Model Element Value Out Of Range";}if(c=="408"){r="Data Model Dependency Not Established";}return r;}function LMS_donneValeurDansCollection(objR,mElt,nomContenuNoeud){var tabParams=mElt.split(".");var objetDansColl=this.donneObjetDansCollection(objR,mElt,"get");if (objetDansColl==null){this.errorCode="301";return "";}if (tabParams[2]==nomContenuNoeud){return XML_texteNoeud(objetDansColl);}var attr=objetDansColl.getAttribute(tabParams[2]);if (attr==null){if (tabParams[2]=="completion_status" || tabParams[2]=="success_status"){attr="unknown";}else {this.errorCode="403";if (mElt.indexOf(".pattern")>0){this.errorCode="301";}return "";}}return attr;}function LMS_donneObjetDansCollection(objR,mElt,transfert){var tabParams=mElt.split(".");if (tabParams.length<3){infoLMSSpe="Not enough arguments";this.errorCode="201";return null;}var oContainer=XML_fils(objR,tabParams[0]);if (oContainer==null){if (transfert=="get"){infoLMSSpe=tabParams[0]+" not found";} else if (tabParams[1]>0) {devineErreur="depasseIndex0";}return null;}var indColl=parseInt(tabParams[1]);if (indColl>=oContainer.childNodes.length){if (transfert=="get"){infoLMSSpe="Index "+indColl+" greater than '"+tabParams[0]+"' collection size";this.errorCode="301";} else {devineErreur="depasseTailleIndex";}return null;}return oContainer.childNodes.item(indColl);}function attributOuDefaut(obj,nomAttr,valDefaut){var attr=obj.getAttribute(nomAttr);if (attr==null){attr=valDefaut;}return attr; }function LMS_attributOuErreur(nomAttr,valDefaut){var attr=this.cmi.getAttribute(nomAttr);if (attr==null){this.errorCode="403";return "";}return attr; }function LMS_affecteDansVocab(obj,nomAttr,valAttr,lsVocab){lsVocab=","+lsVocab+",";if (lsVocab.indexOf(","+valAttr+",")>=0){obj.setAttribute(nomAttr,valAttr);return "true";}infoLMSSpe="Value '"+valAttr+"' not in vocabulary";this.errorCode="406";return "false"; }function nomAttrScore(mElt){mElt=mElt.replace(/score\.scaled/,"score_scaled");mElt=mElt.replace(/score\.min/,"score_min");mElt=mElt.replace(/score\.max/,"score_max");mElt=mElt.replace(/score\.raw/,"score_raw");return mElt;}function LMS_affecteDansCollection(objR,mElt,valStr,peutCreer){var tabParams=mElt.split(".");if (tabParams.length<3){infoLMSSpe="Not enough arguments";this.errorCode="351";return "false";}var oContainer=XML_fils(objR,tabParams[0]);var indColl=parseInt(tabParams[1]);if (oContainer==null){if (peutCreer){if (indColl>0){this.errorCode="351";return "false";}oContainer=creerElementCP(objR,tabParams[0]);objR.appendChild(oContainer);} else {infoLMSSpe="Object '"+tabParams[0]+"' doesn't exist";this.errorCode="408";if (indColl>0){this.errorCode="351";}return "false";}}var oFinal=null;var nomFils=tabParams[0].replace(/s/,"");var nomAttr=tabParams[2];if (nomAttr=="id"){if (valStr.length>4000){valStr=valStr.substring(0,4000);}if (!verifFormatID(valStr)){this.errorCode="406";return "false";}this.errorCode="0";if (mElt.indexOf("objectives")>=0){var existeDeja=false;for (var k=0;k<oContainer.childNodes.length;k++){if (PF_attr(oContainer.childNodes.item(k),"id")==valStr && indColl!=k){existeDeja=true;}}if (existeDeja){infoLMSSpe="Id '"+valStr+"' already exists in collection";this.errorCode="351";return "false";}}} var ajouteDansConteneur=false;if (indColl==oContainer.childNodes.length){if (peutCreer){oFinal=creerElementCP(objR,nomFils);ajouteDansConteneur=true;} else {infoLMSSpe="Can't create '"+nomFils+"'";this.errorCode="408";}} else if (indColl>oContainer.childNodes.length){this.errorCode="351";return "false";infoLMSSpe="Index too high";} else {oFinal=oContainer.childNodes.item(indColl);}if (oFinal==null){return "false";}if (nomAttr.length<1){infoLMSSpe="'"+nomAttr+"' is an invalid attribute name";this.errorCode="351";return "false";}if ((nomAttr=="pattern")||(nomAttr=="learner_response")){var ltype=PF_attr(objR,"type");if (nomAttr=="learner_response"){ltype=PF_attr(oFinal,"type");}if (peutCreer && nomAttr=="pattern"){if ((ltype=="true-false")||(ltype=="likert")||(ltype=="numeric")||(ltype=="other")){if (ajouteDansConteneur && oContainer.childNodes.length>0){this.errorCode="351";infoLMSSpe="Can only have one correct reponse";return "false";}} else if (ltype=="choice" || ltype=="sequencing"){for (var p=0;p<oContainer.childNodes.length;p++){var lRep=PF_attr(oContainer.childNodes[p],"pattern");if (lRep==valStr){this.errorCode="351";infoLMSSpe="Duplicate correct reponse";return "false";}}}}if (!verifFormatReponse(valStr,ltype,nomAttr)){this.errorCode="406";return "false";}}if (nomAttr=="weighting"){if (!verifReel(valStr)){this.errorCode="406";return "false";}}if (nomAttr=="comment"){if (!verifInfoLangue(valStr)){this.errorCode="406";return "false";}XML_modifTexteNoeud(oFinal,valStr);} else if (nomAttr=="learner_response"){var oNouv=XML_fils(oFinal,nomAttr);if (oNouv==null){oNouv=creerElementCP(oFinal,nomAttr);oFinal.appendChild(oNouv);}XML_modifTexteNoeud(oNouv,valStr);} else {if (nomAttr=="id" && mElt.indexOf("objectives")==0 && objR.nodeName!="interaction"){var iddef=oFinal.getAttribute("id");if (iddef!=null && iddef!="" && iddef!=valStr){infoLMSSpe="Can't change objective ID.";this.errorCode="351";return "false";}} else if (nomAttr=="timestamp"){if (!verifFormatTemps(valStr)){this.errorCode="406";return "false";}} else if (nomAttr=="latency"){if (!verifIntervalleTemps(valStr)){this.errorCode="406";return "false";}} else if (nomAttr.indexOf("score_")==0){this.errorCode=verifReelBorne(valStr,"*","*");if (this.errorCode!="0"){return "false";}}oFinal.setAttribute(nomAttr,new String(valStr));}if (ajouteDansConteneur){oContainer.appendChild(oFinal);}return "true";}function verifFormatTemps(dateS){var indT=dateS.indexOf("T");infoLMSSpe="Invalid time format";var partieTZ="";if (indT>0){var temp=dateS.substring(indT);var indTZ=temp.indexOf("Z");if (indTZ<0){indTZ=temp.indexOf("+");}if (indTZ<0){indTZ=temp.indexOf("-");}if (indTZ>0){indTZ+=indT;partieTZ=dateS.substring(indTZ);dateS=dateS.substring(0,indTZ);if (dateS.length!=22){return false;}}}var resm=dateS.match(/^\d{4}(-\d{2}(-\d{2}(T\d{2}(:\d{2}(:\d{2}(\.\d{1,2})?)?)?)?)?)?$/);if (resm==null){return false;}if (partieTZ!=""){if ((partieTZ!="Z")&& partieTZ.match(/^[+-]\d{2}(:\d{2})?$/)==null){return false;}if (partieTZ!="Z"){var tabp=partieTZ.substring(1).split(":");var val0=parseInt(tabp[0]);if ((val0<0)||(val0>23)){return false;}if (tabp.length>1){val0=parseInt(tabp[1]);if ((val0<0)||(val0>59)){return false;}}}}var queDate=dateS;if (indT>0){queDate=dateS.substring(0,indT);}var tabQueDate=queDate.split("-");var val=parseInt(tabQueDate[0]);if ((val<1970)||(val>2038)){return false;}if (tabQueDate.length>1){val=parseInt(tabQueDate[1]);if ((val<1)||(val>12)){return false;}}if (tabQueDate.length>2){val=parseInt(tabQueDate[2]);if ((val<1)||(val>31)){return false;}}if (indT>0){var queTemps=dateS.substring(indT+1);var tabQueDate=queTemps.split(":");var val=parseInt(tabQueDate[0]);if ((val<0)||(val>23)){return false;}if (tabQueDate.length>1){val=parseInt(tabQueDate[1]);if ((val<0)||(val>59)){return false;}}if (tabQueDate.length>2){var val=tabQueDate[2];if (val.length>2){val=val.substring(0,2);}val=parseInt(val);if ((val<0)||(val>59)){return false;}}}infoLMSSpe="";return true;}function verifIntervalleTemps(dateS){if (dateS.indexOf(".")>0 && dateS.indexOf("S")>0){dateS=dateS.substring(0,dateS.indexOf("."))+"S";}var indT=dateS.indexOf("T");if (indT>0 && indT==(dateS.length-1)){return false;}var resm=dateS.match(/^P(\d+Y)?(\d+M)?(\d+D)?(T(\d+H)?(\d+M)?(\d+S)?)?$/);if (resm==null){infoLMSSpe="Invalid time interval format";}return (resm!=null);}function sansZeroAvant(val){var oReg=new RegExp("([A-Z])0([0-9]+)([A-Z])","g");val=val.replace(oReg,"$1$2$3");val=val.replace(oReg,"$1$2$3");val=val.replace(oReg,"$1$2$3");return val;}function verifFormatReponse(reponse,type,nomAttr){if (type==""){alert("Interaction type not set");}if (type=="true-false"){if ((reponse!="true")&&(reponse!="false")){return false;}} else if (type=="numeric"){if (nomAttr=="pattern"){if (reponse==""){return false;}var tabRep=reponse.split("[:]");if (tabRep.length>2){return false;}if (tabRep.length==1){if (!verifReel(tabRep[0])){return false;}} else if (tabRep.length==2){if (!verifReel(tabRep[0])){return false;}if (!verifReel(tabRep[1])){return false;}if (Number(tabRep[0])> Number(tabRep[1])){return false;}}} else {if (!verifReel(reponse)){return false;}}}if (type=="choice"){if (reponse==""){return true;}var tabsId=reponse.split("[,]");var existeDeja=false;for (var n=0;n<tabsId.length;n++){if (verifFormatPetitID(tabsId[n])){for (var k=0;k<tabsId.length;k++){if (n!=k && tabsId[n]==tabsId[k]){existeDeja=true;}}} else {return false;}}if (existeDeja){infoLMSSpe="Id not unique";return false;}}if (type=="likert"){if (!verifFormatPetitID(reponse)){return false;}}if (type=="matching"){var lesreps=reponse.split("[,]");for (var n=0;n<lesreps.length;n++){var paire=lesreps[n].split("[.]");if (paire.length!=2){infoLMSSpe="Not a pair";return false;}if (!verifFormatPetitID(paire[0])){return false;}if (!verifFormatPetitID(paire[1])){return false;}}}if (type=="performance"){var lesreps=reponse.split("[,]");for (var n=0;n<lesreps.length;n++){if (lesreps[n].indexOf("[.]")<0){infoLMSSpe="Perf. Not a pair";return false;}var paire=lesreps[n].split("[.]");if (paire.length!=2){return false;}if (paire[0]!=""){if (!verifFormatPetitID(enleveDelimOrdre(paire[0]))){return false;}}if (nomAttr=="pattern"){if (paire[1].indexOf("[:]")>0){return verifInterNum(paire[1]);}}}}if (type=="fill-in"){if (nomAttr=="learner_response" && reponse=="[,]"){return true;}var tabsId=reponse.split("[,]");for (var n=0;n<tabsId.length;n++){if (!verifInfoLangue(tabsId[n])){return false;}}}if (type=="long-fill-in"){if (!verifInfoLangue(reponse)){return false;}}if (type=="sequencing"){if (reponse==""){return false;}var lesreps=reponse.split("[,]");for (var n=0;n<lesreps.length;n++){if (!verifFormatPetitID(lesreps[n])){return false;}}}var resFinal=true;if (type=="fill-in" || type=="long-fill-in" || type=="performance"){resFinal=verifDelimOrdre(reponse,"order_matters");}if (resFinal && (type=="fill-in" || type=="long-fill-in")){resFinal=verifDelimOrdre(reponse,"case_matters");}return resFinal;}function verifReelBorne(val,b0,b1){var erreur="0";var num=Number(val);if (isNaN(num)){erreur="406";infoLMSSpe="Not a number";}if (b0!="*"){if (num<Number(b0)){erreur="407";infoLMSSpe="Less than range";}}if (b1!="*"){if (num>Number(b1)){erreur="407";infoLMSSpe="Greater than range";}}return erreur;}function verifReel(val){var num=Number(val);if (isNaN(num)){infoLMSSpe="Not a number";return false;}val=new String(val);var resm=val.match(/^-?\d+(\.\d+)?$/);return resm!=null;}function intervalleEnMS(t){ var strTemps=new String(t); var indLettreT=strTemps.indexOf('T'); var ajoutDate=0; if (indLettreT<0){indLettreT=strTemps.length;} if (indLettreT>1){ var strDate=strTemps.substring(1,indLettreT); var annee=0; var indY=strDate.indexOf("Y"); if (indY>0){ annee=parseInt(strDate.substring(0,indY)); strDate=strDate.substring(indY+1); } var mois=0; indY=strDate.indexOf("M"); if (indY>0){ mois=parseInt(strDate.substring(0,indY)); strDate=strDate.substring(indY+1); } var jours=0; indY=strDate.indexOf("D"); if (indY>0){ jours=parseInt(strDate.substring(0,indY)); } var multiJ=3600*24*1000; ajoutDate=jours*multiJ+ mois*multiJ*30 + annee*multiJ*365; } strTemps=strTemps.substring(indLettreT+1); var indY=strTemps.indexOf("H"); var heures=0; if (indY>0){ heures=parseInt(strTemps.substring(0,indY)); strTemps=strTemps.substring(indY+1); } indY=strTemps.indexOf("M"); var min=0; if (indY>0){ min=parseInt(strTemps.substring(0,indY)); strTemps=strTemps.substring(indY+1); } indY=strTemps.indexOf("S"); var sec=0; if (indY>0){ sec=Number(strTemps.substring(0,indY)); } return (((heures*3600)+(min*60)+sec)*1000)+ajoutDate;}function ajouterIntervalle(ajoutrvl,intvrl){if (intvrl=="PT0S"||intvrl==""){return ajoutrvl;}var totalms=intervalleEnMS(ajoutrvl)+intervalleEnMS(intvrl);return formaterSecondes(totalms/1000);}function formaterSecondes(ts){var sansDeci=Math.floor(ts);var partieDeci=ts-sansDeci;ts=sansDeci; var sec = (ts % 60); ts -= sec; if (partieDeci>0){ sec+=partieDeci; sec=new String(sec); var indp=sec.indexOf("."); if ((sec.length-indp)>3){ sec=sec.substring(0,indp+3); } } var tmp = (ts % 3600); ts -= tmp; var hour,min; if ((ts % 3600) != 0 ) hour = 0; else hour = (ts / 3600); if ( (tmp % 60) != 0 ) min = 0; else min = (tmp / 60); var jour=0; if (hour>=24){ var resth= (hour % 24); jour = parseInt(hour/24); hour=resth;} return intervalleTemps(jour,hour,min,sec);}function intervalleTemps(jour,strHour, strMin, strSec){var strTime = "P";if (jour>0){strTime+=jour+"D";}var intHour = parseInt(strHour);var intMin= parseInt(strMin);var intSec= Number(strSec); if (( intHour > 0) || ( intMin > 0) || ( intSec > 0)) { strTime += "T"; if (intHour> 0)strTime += intHour + "H"; if (intMin> 0)strTime += intMin + "M"; if (intSec> 0 ){strTime += ( intSec + "S");}} if (strTime == "P") strTime = "PT0H0M0S"; return strTime;}function LMS_impacteSucces(ancienEtat){var seuil=this.GetValue("cmi.scaled_passing_score");if (seuil!=""){var valProg=this.GetValue("cmi.score.scaled");if (valProg==""){this.cmi.setAttribute("success_status","unknown");} else {if (Number(seuil)>Number(valProg)){this.cmi.setAttribute("success_status","failed");} else if (Number(seuil)<=Number(valProg)){ this.cmi.setAttribute("success_status","passed");}}}if (ancienEtat!=PF_attr(this.cmi,"success_status")){this.changementEtatObjectif=true;this.cmi.setAttribute("modifObjPrinc","oui");}this.errorCode="0";}function LMS_impacteCompletion(ancienneValeur){var seuil=this.GetValue("cmi.completion_threshold");if (seuil!=""){var valProg=this.GetValue("cmi.progress_measure");if (valProg!=""){if (Number(seuil)>Number(valProg)){this.cmi.setAttribute("completion_status","incomplete");} else if (Number(seuil)<=Number(valProg)){ this.cmi.setAttribute("completion_status","completed");}} else {this.cmi.setAttribute("completion_status","unknown");}}if (ancienneValeur!=PF_attr(this.cmi,"completion_status")){this.changementEtatCompletion=true;}this.errorCode="0";}function LMS_impacteSuccesCollObj(oObj){oObj.setAttribute("modifObj","oui");}function LMS_appliquerResultatDansSeq(){if (!this.depiste){return ;}window.planLMS.MODE_PREEMPTIF=false;var resSet=this.GetValue("cmi.completion_status");if (resSet=="unknown"){this.activite.setAttribute("attemptProgressStatus","false");} else if (resSet=="completed"){window.planLMS.enregistrerCompletion(this.activite,true);} else if (resSet=="incomplete" || resSet=="not attempted"){window.planLMS.enregistrerCompletion(this.activite,false);}var objectifPrimairePris=false;var objectives=XML_fils(this.cmi,"objectives");if (objectives!=null){var lesobjs=XML_listeParBalise(objectives,"objective");for (var u=0;u<lesobjs.length;u++){var oObj=lesobjs[u];if (PF_attr(oObj,"modifObj")=="oui"){oObj.removeAttribute("modifObj");var objSeq=window.planLMS.donneObjectifId(this.activite,PF_attr(oObj,"id"));if (objSeq!=null){resSet=PF_attr(oObj,"success_status");if (resSet=="unknown" || resSet==""){window.planLMS.enregistrerEtatObjectif(objSeq,"objectiveProgressStatus","false");} else {var etatO="false";if (resSet=="passed"){etatO="true";}window.planLMS.enregistrerObjectif(objSeq,"objectiveSatisfiedStatus",etatO,true);}resSet=PF_attr(oObj,"score_scaled");if (resSet==""){window.planLMS.enregistrerObjectif(objSeq,"objectiveMeasureStatus","false",true);} else {window.planLMS.enregistrerObjectif(objSeq,"objectiveNormalizedMeasure",resSet,true);}if (objSeq.getAttribute("objectiveID")==PF_attr(this.objectifCible,"objectiveID")){objectifPrimairePris=true;}}}}}if (!objectifPrimairePris){if (PF_attr(this.cmi,"modifObjPrinc")=="oui"){this.cmi.removeAttribute("modifObjPrinc");resSet=this.GetValue("cmi.success_status");if (resSet=="unknown"){window.planLMS.enregistrerEtatObjectif(this.objectifCible,"objectiveProgressStatus","false");} else {var etatO="false";if (resSet=="passed"){etatO="true";}window.planLMS.enregistrerObjectif(this.objectifCible,"objectiveSatisfiedStatus",etatO,true);}resSet=this.GetValue("cmi.score.scaled");if (resSet==""){window.planLMS.enregistrerObjectif(this.objectifCible,"objectiveMeasureStatus","false");} else {window.planLMS.enregistrerObjectif(this.objectifCible,"objectiveNormalizedMeasure",resSet,true);}}}this.errorCode="0";}function PF_attr(obj,nomAttr){if (obj==null){alert("Null Element for "+nomAttr);}var val=obj.getAttribute(nomAttr);if (val==null){val="";}return val;}function reelScore(val){val=new String(val);if (val.length>9){val=val.substring(0,9);}return val;}function verifFormatID(valStr){if (valStr.length==0){infoLMSSpe="ID can't be empty";return false;}if (valStr.indexOf(" ")>=0){return false;}var oRegCarSpeciaux=new RegExp("[!'\"\\{}\\()\\[\\]]");if (valStr.match(oRegCarSpeciaux)!=null){infoLMSSpe="Bad chars";return false;}var taParts=valStr.match(oRegUri);var estURN=false;if (taParts==null || taParts[5]==""){infoLMSSpe="Bad URI";return false;}if (new String(taParts[2]).toLowerCase()=="urn"){estURN=true;}if (estURN && taParts[5]==""){infoLMSSpe="Bad URN";return false;}if (taParts[5]!=""){if (estURN){infoLMSSpe="Bad URN";var indP=taParts[5].indexOf(":");if (indP<0){return false;}var nid=taParts[5].substring(0,indP);var nss=taParts[5].substring(indP+1);if (nid.length<0|| nid.length>31){return false;}nid=nid.replace(/\w/g,"");nid=nid.replace(/-/g,"");if (nid!=""){return false;}infoLMSSpe="";}}return true;}function verifFormatPetitID(valStr){if (valStr.length>250){valStr=valStr.substring(0,250);}return verifFormatID(valStr);}function verifInfoLangue(val){if (val=="{lang=}"){return false;}var indLang=val.indexOf("{lang=");if (indLang==0){val=val.substring(indLang+6);val=val.substring(0,val.indexOf('}'));return verifFormatLangue(val);}return true;}function verifFormatLangue(val){if (val==""){return true;}var resm=val.match(/^\w{2,3}(-\w{2,8})?$/);if (resm==null){var res=false;var mIANALangauges = ",i,x,art-lojban,az-arab,az-cyrl,az-latn,cel-gaulish,de-1901,de-1996,de-at-1901,de-at-1996,de-ch-1901,de-ch-1996,de-de-1901,de-de-1996,en-boont,en-gb-oed,en-scouse,i-ami,i-bnn,i-default,i-enochian,i-hak,i-klingon,i-lux,i-mingo,i-navajo,i-pwn,i-tao,i-tay,i-tsu,no-bok,no-nyn,sgn-be-fr,sgn-be-nl,sgn-br,sgn-ch-de,sgn-co,sgn-de,sgn-dk,sgn-es,sgn-fr,sgn-gb,sgn-gr,sgn-ie,sgn-it,sgn-jp,sgn-mx,sgn-nl,sgn-no,sgn-pt,sgn-se,sgn-us,sgn-za,sl-rozaj,sr-cyrl,sr-latn,uz-cyrl,uz-latn,yi-latn,zh-hans,zh-hant,zh-gan,zh-guoyu,zh-hakka,zh-min,zh-min-nan,zh-wuu,zh-xiang,";if (mIANALangauges.indexOf(","+val.toLowerCase()+",")>=0){res=true;}return res;} else {var bloqueCodes =",frl,exg,sp,ruq-jm,";if (bloqueCodes.indexOf(","+val.toLowerCase()+",")>=0){return false;}}return true;}function verifDelimOrdre(val,nomDelim){var indLangue=val.indexOf("{lang=");if (indLangue==0){return true;}if (val.indexOf("{")==0){var indOrdre=val.indexOf("{"+nomDelim+"=");if (indOrdre>=0){var res=false;val=val.substring(indOrdre+nomDelim.length+2);var fin=val.indexOf("}");if (fin>0){val=val.substring(0,fin);if ((val=="true")||(val=="false")){res=true;}}if (!res){infoLMSSpe="Bad delimiter: "+nomDelim;}return res;}}return true;}function enleveDelimOrdre(str){str=str.replace(/^\{order_matters=true\}/,"");str=str.replace(/^\{order_matters=false\}/,"");return str;}function chargerAllocation(oAlloc){if (PF_attr(oAlloc,"doitCharger")=="oui"){if (SUR_CHORUS){var persit=PF_attr(oAlloc,"persistence");var ajStg="";if (persit=="session"){return "";}if (persit=="course"){ajStg=" codeStage=\""+serveur.codeStage+"\"";}var reqx="<operation action=\"donneAllocation\" idU=\""+serveur.vMos_id+"\" type=\""+PF_attr(oAlloc,"type")+"\" persistance=\""+persit+"\""+ajStg+" idAlloc=\""+PF_attr(oAlloc,"id")+"\"></operation>";cibleASP=RACINE_MOS+"MosSrv/aspx/SRV_parcours.aspx";var oRetour=SYS_lancerOperationsRetour(reqx,"enregistrerParcours");if (oRetour!=null){oAlloc.removeAttribute("doitCharger");XML_modifTexteNoeud(oAlloc,XML_texteNoeud(oRetour));}} else {var oExiste=XML_trouveNoeud(parent.planLMS.allocationsGlobales,"allocation","id",PF_attr(oAlloc,"id"));if (oExiste){oAlloc.removeAttribute("doitCharger");XML_modifTexteNoeud(oAlloc,XML_texteNoeud(oExiste));}}}return "";}function donneNumeroObj(obj,id0){if (obj==null){return -1;}for (var i=0;i<obj.childNodes.length;i++){if (obj.childNodes[i].getAttribute("id")==id0){return i;}}return -1;}function creerElementCP(obj,nom){var oDoc=obj;if (oDoc.nodeType==1){oDoc=obj.ownerDocument;}var oN=null;if (oDoc.createElementNS){oN=oDoc.createElementNS("http://www.imsglobal.org/xsd/imscp_v1p1",nom);} else {if (progIDMSXML=="Msxml2.DOMDocument.3.0"){oN=oDoc.createElement(nom);} else {oN=oDoc.createNode(1,nom,"http://www.imsglobal.org/xsd/imscp_v1p1");}}return oN;}function changeNiveauAudio(au){niveauAudio=au;if (API_1484_11.cmi && API_1484_11.etatCommunication=="enCours"){API_1484_11.SetValue("cmi.learner_preference.audio_level",au);}}
+var API_1484_11 = null;
+var infoLMSSpe;
+var devineErreur;
+var oRegUri = new RegExp("^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?");
+var abandonEnCours = false;
+var persisteSSP = false;
+var niveauAudio = 1;
+
+function APIAdapter() {
+    this.version = "1.0";
+    this.errorCode = "0";
+    this.cmi = null;
+    this.ssp = null;
+    this.activite = null;
+    this.objectifCible = null;
+    this.etatCommunication = "pasInitialise";
+    this.scoEnAttente = false;
+    this.cibleChoix = "";
+    this.modifications = false;
+    this.modificationAlloc = false;
+    this.changementEtatCompletion = false;
+    this.changementEtatObjectif = false;
+    this.changementInteraction = false;
+    this.changementEtatSession = false;
+    this.changementScore = false;
+    this.depiste = true;
+    this.Initialize = LMS_Initialize;
+    this.GetValue = LMS_GetValue;
+    this.SetValue = LMS_SetValue;
+    this.Commit = LMS_Commit;
+    this.Terminate = LMS_Terminate;
+    this.GetLastError = LMS_GetLastError;
+    this.GetErrorString = LMS_GetErrorString;
+    this.GetDiagnostic = LMS_GetDiagnostic;
+    this.compteCollection = LMS_compteCollection;
+    this.donneValeurDansCollection = LMS_donneValeurDansCollection;
+    this.donneObjetDansCollection = LMS_donneObjetDansCollection;
+    this.attributOuErreur = LMS_attributOuErreur;
+    this.affecteDansVocab = LMS_affecteDansVocab;
+    this.affecteDansCollection = LMS_affecteDansCollection;
+    this.impacteSucces = LMS_impacteSucces;
+    this.impacteCompletion = LMS_impacteCompletion;
+    this.impacteSuccesCollObj = LMS_impacteSuccesCollObj;
+    this.appliquerResultatDansSeq = LMS_appliquerResultatDansSeq;
+}
+
+function LMS_Initialize(strParametre) {
+    if (strParametre != "") {
+        this.errorCode = "201";
+        return "false";
+    }
+    if (this.etatCommunication == "enCours") {
+        this.errorCode = "103";
+        return "false";
+    }
+    this.etatCommunication = "";
+    this.errorCode = "0";
+    this.cibleChoix = "";
+    window.planLMS.MODE_PREEMPTIF = false;
+    infoLMSSpe = "";
+    devineErreur = "";
+    if (window.planLMS.ressourceCourante == null || window.planLMS.activiteCourante == null) {
+        this.errorCode = "102";
+        return "false";
+    }
+    this.activite = window.planLMS.itemCourant;
+    this.cmi = XML_fils(this.activite, "sco");
+    if (this.cmi != null) {
+        var valExit = PF_attr(this.cmi, "exit");
+        this.cmi.removeAttribute("exit");
+        this.cmi.removeAttribute("entry");
+        if (valExit == "suspend") {
+            this.cmi.setAttribute("entry", "resume");
+        } else {
+            this.cmi.parentNode.removeChild(this.cmi);
+            this.cmi = null;
+        }
+    }
+    if (this.cmi == null) {
+        this.cmi = creerElementCP(this.activite, "sco");
+        this.activite.appendChild(this.cmi);
+        if (niveauAudio != 1) {
+            this.cmi.setAttribute("pref_audio_level", niveauAudio);
+        }
+    }
+    if (window.planLMS.oCommentairesLMS != null) {
+        this.cmi.appendChild(window.planLMS.oCommentairesLMS.cloneNode(true));
+    }
+    this.depiste = true;
+    if (window.planLMS.deliveryControls(this.activite, "tracked") == "false") {
+        this.depiste = false;
+    }
+    this.objectifCible = window.planLMS.donneObjectifCible(this.activite, true);
+    var lesobjs = window.planLMS.donneObjectifs(this.activite, false);
+    var objColl = XML_fils(this.cmi, "objectives");
+    window.planLMS.scoDemandeEtatObjectif = true;
+    for (var i = 0; i < lesobjs.length; i++) {
+        var oObj = lesobjs[i];
+        var lid = PF_attr(oObj, "objectiveID");
+        if (lid != "") {
+            var obpris = 0;
+            var numExist = donneNumeroObj(objColl, lid);
+            if (numExist < 0) {
+                if (objColl != null) {
+                    obpris = objColl.childNodes.length;
+                }
+            } else {
+                obpris = numExist;
+            }
+            var debNom = "objectives." + obpris + ".";
+            if (numExist < 0) {
+                this.affecteDansCollection(this.cmi, debNom + "id", lid, true);
+                if (objColl == null) {
+                    objColl = XML_fils(this.cmi, "objectives");
+                }
+            }
+            if (window.planLMS.lireEtatObjectif(oObj, "objectiveMeasureStatus") == "true") {
+                this.affecteDansCollection(this.cmi, debNom + "score_scaled", window.planLMS.lireValeurObjectif(oObj, "objectiveNormalizedMeasure"), false);
+            }
+            if (window.planLMS.lireEtatObjectif(oObj, "objectiveProgressStatus") == "true") {
+                var obValide = window.planLMS.lireValeurObjectif(oObj, "objectiveSatisfiedStatus");
+                var resEtat = "failed";
+                if (obValide == "true") {
+                    resEtat = "passed";
+                }
+                this.affecteDansCollection(this.cmi, debNom + "success_status", resEtat, false);
+            }
+        }
+    }
+    window.planLMS.scoDemandeEtatObjectif = false;
+    if (window.planLMS.lireEtatObjectif(this.objectifCible, "objectiveMeasureStatus") == "true") {
+        this.cmi.setAttribute("score_scaled", window.planLMS.lireValeurObjectif(this.objectifCible, "objectiveNormalizedMeasure"));
+    }
+    if (window.planLMS.lireEtatObjectif(this.objectifCible, "objectiveProgressStatus") == "true") {
+        var obValide = window.planLMS.lireValeurObjectif(this.objectifCible, "objectiveSatisfiedStatus");
+        var resEtat = "failed";
+        if (obValide == "true") {
+            resEtat = "passed";
+        }
+        this.cmi.setAttribute("success_status", resEtat);
+    }/*this.ssp=parent.planLMS.DOMManifest.documentElement;*/
+    this.ssp = this.cmi;
+    this.modifications = false;
+    this.changementEtatCompletion = false;
+    this.changementEtatObjectif = false;
+    this.changementEtatSession = false;
+    var tabBucks = window.planLMS.donneNoeudsNS(window.planLMS.ressourceCourante, "imsssp", "bucket");
+    for (var i = 0; i < tabBucks.length; i++) {
+        var oBucket = tabBucks[i];
+        var oTaille = XML_filsNS(oBucket, "imsssp", "size");
+        if (oTaille) {
+            var params = "{bucketID=" + PF_attr(oBucket, "bucketID") + "}{requested=" + PF_attr(oTaille, "requested") + "}{persistence=" + PF_attr(oBucket, "persistence") + "}{type=" + PF_attr(oBucket, "bucketType") + "}";
+            var succ = this.SetValue("ssp.allocate", params);
+            if (succ != "true") {
+                alert("Can't init bucket: " + params);
+            }
+        }
+    }
+    this.errorCode = "0";/*window.haut.NAVIG_majFleches(!window.planLMS.masquePrecedent,!window.planLMS.masqueSuivant);window.planLMS.PLAN_afficheParcours(false);*/
+    this.etatCommunication = "enCours";
+    window.planLMS.majBoutonsInit('enCours');
+    return "true";
+}
+
+function LMS_GetValue(mElt) {
+    infoLMSSpe = "";
+    if (this.etatCommunication == "pasInitialise") {
+        this.errorCode = "122";
+        return "";
+    }
+    if (this.etatCommunication == "termine") {
+        this.errorCode = "123";
+        return "";
+    }
+    if (mElt == "") {
+        this.errorCode = "301";
+        return "";
+    }
+    if (mElt.indexOf("cmi.") != 0 && mElt.indexOf("adl.") != 0 && mElt.indexOf("ssp.") != 0) {
+        this.errorCode = "401";
+        return "";
+    }
+    if (mElt.indexOf("ssp.") != 0) {
+        mElt = mElt.substring(4);
+    }
+    this.errorCode = "0";
+    if (mElt == "_version") {
+        return "1.0";
+    }
+    if (mElt == "comments_from_learner" || mElt == "learner_preference" || mElt == "interactions" || mElt == "comments_from_lms" || mElt == "objectives") {
+        this.errorCode = "401";
+        return "";
+    }
+    if (mElt == "comments_from_learner._children") {
+        return "comment,location,timestamp";
+    }
+    if (mElt == "comments_from_learner._count") {
+        return this.compteCollection(this.cmi, "comments_from_learner");
+    }
+    var indTemp = mElt.indexOf("comments_from_learner.");
+    if (indTemp == 0) {
+        return this.donneValeurDansCollection(this.cmi, mElt, "comment");
+    }
+    if (mElt == "comments_from_lms._children") {
+        return "timestamp,comment,location";
+    }
+    if (mElt == "comments_from_lms._count") {
+        return this.compteCollection(this.cmi, "comments_from_lms");
+    }
+    indTemp = mElt.indexOf("comments_from_lms.");
+    if (indTemp == 0) {
+        return this.donneValeurDansCollection(this.cmi, mElt, "comment");
+    }
+    if (mElt == "completion_status") {
+        this.impacteCompletion(PF_attr(this.cmi, "completion_status"));
+        return attributOuDefaut(this.cmi, mElt, "unknown");
+    }
+    if (mElt == "success_status") {
+        this.impacteSucces(PF_attr(this.cmi, "success_status"));
+        return attributOuDefaut(this.cmi, mElt, "unknown");
+    }
+    if (mElt == "completion_threshold") {
+        var objDansitem = XML_filsNS(this.activite, "adlcp", "completionThreshold");
+        if (objDansitem == null) {
+            this.errorCode = "403";
+            return "";
+        }
+        return XML_texteNoeud(objDansitem);
+    }
+    if (mElt == "credit") {
+        if ((lesson_mode == "browse") || (lesson_mode == "review")) {
+            return "no-credit";
+        }
+        return "credit";
+    }
+    if (mElt == "entry") {
+        return attributOuDefaut(this.cmi, mElt, "ab-initio");
+    }
+    if (mElt == "exit" || mElt == "session_time") {
+        this.errorCode = "405";
+        return "";
+    }
+    if (mElt == "interactions._children") {
+        return "id,type,objectives,timestamp,correct_responses,weighting,learner_response,result,latency,description";
+    }
+    if (mElt == "interactions._count") {
+        return this.compteCollection(this.cmi, "interactions");
+    }
+    indTemp = mElt.indexOf("interactions.");
+    if (indTemp == 0) {
+        var oInter = this.donneObjetDansCollection(this.cmi, mElt, "get");
+        if (oInter == null) {
+            this.errorCode = "301";
+            return "";
+        }
+        var indCollSub = mElt.indexOf(".objectives.");
+        if (indCollSub > 0) {
+            mElt = mElt.substring(indCollSub + 1);
+            if (mElt == "objectives._count") {
+                return this.compteCollection(oInter, "objectives");
+            }
+            if (mElt.indexOf("id") > 0) {
+                return this.donneValeurDansCollection(oInter, mElt, "");
+            }
+            this.errorCode = "201";
+            return "";
+        }
+        indCollSub = mElt.indexOf(".correct_responses.");
+        if (indCollSub > 0) {
+            mElt = mElt.substring(indCollSub + 1);
+            if (mElt == "correct_responses._count") {
+                return this.compteCollection(oInter, "correct_responses");
+            }
+            if (mElt.indexOf("pattern") > 0) {
+                return this.donneValeurDansCollection(oInter, mElt, "");
+            }
+            this.errorCode = "201";
+            return "";
+        }
+        if (mElt.indexOf(".learner_response") > 0) {
+            var oReponse = XML_fils(oInter, "learner_response");
+            if (oReponse == null) {
+                this.errorCode = "403";
+                return "";
+            }
+            return XML_texteNoeud(oReponse);
+        }
+        return this.donneValeurDansCollection(this.cmi, mElt, "");
+    }
+    if (mElt == "launch_data") {
+        var objDansitem = XML_filsNS(this.activite, "adlcp", "dataFromLMS");
+        if (objDansitem == null) {
+            this.errorCode = "403";
+            return "";
+        }
+        return XML_texteNoeud(objDansitem);
+    }
+    if (mElt == "learner_id") {
+        return serveur.vMos_id;
+    }
+    if (mElt == "learner_name") {
+        if (serveur.vMos_nom == "") {
+            return "";
+        }
+        return (serveur.vMos_nom + ", " + serveur.vMos_prenom);
+    }
+    if (mElt == "learner_preference._children") {
+        return "audio_level,language,delivery_speed,audio_captioning";
+    }
+    if (mElt == "learner_preference.audio_level") {
+        return attributOuDefaut(this.cmi, "pref_audio_level", "1");
+    }
+    if (mElt == "learner_preference.language") {
+        return attributOuDefaut(this.cmi, "pref_language", serveur.vMos_lang);
+    }
+    if (mElt == "learner_preference.delivery_speed") {
+        return attributOuDefaut(this.cmi, "pref_delivery_speed", "1");
+    }
+    if (mElt == "learner_preference.audio_captioning") {
+        return attributOuDefaut(this.cmi, "pref_audio_captioning", "0");
+    }
+    if (mElt == "max_time_allowed") {
+        var mt = window.planLMS.limitConditions(this.activite, "attemptAbsoluteDurationLimit");
+        if (mt == "0.0") {
+            this.errorCode = "403";
+            return "";
+        }
+        return mt;
+    }
+    if (mElt == "mode") {
+        return lesson_mode;
+    }
+    if (mElt == "objectives._children") {
+        return "id,completion_status,success_status,description,progress_measure,score";
+    }
+    if (mElt == "objectives._count") {
+        return this.compteCollection(this.cmi, "objectives");
+    }
+    var indTemp = mElt.indexOf("objectives.");
+    if (indTemp == 0) {
+        var indColl = mElt.substring(11);
+        try {
+            var finp = indColl.indexOf(".");
+            if (finp > 0) {
+                indColl = indColl.substring(0, finp);
+            } else {
+                indColl == "";
+            }
+            if (indColl == "" || isNaN(indColl)) {
+                this.errorCode = "401";
+                return "";
+            }
+        } catch (e) {
+        }
+        var oObj = this.donneObjetDansCollection(this.cmi, mElt, "get");
+        if (oObj == null) {
+            this.errorCode = "301";
+            return "";
+        }
+        if (mElt.indexOf(".score.") > 0) {
+            if (mElt.indexOf(".score._children") > 0) {
+                return "min,max,scaled,raw";
+            }
+            mElt = nomAttrScore(mElt);
+        }
+        return this.donneValeurDansCollection(this.cmi, mElt, "");
+    }
+    if ((mElt == "location") || (mElt == "progress_measure")) {
+        return this.attributOuErreur(mElt);
+    }
+    if (mElt == "scaled_passing_score") {
+        var objPrim = this.objectifCible;
+        if (objPrim != null) {
+            var satisfm = window.planLMS.attrObj(objPrim, "satisfiedByMeasure");
+            if (satisfm == "true") {
+                var mnm = XML_filsNS(objPrim, "imsss", "minNormalizedMeasure");
+                if (mnm == null) {
+                    return "1.0";
+                } else {
+                    return XML_texteNoeud(mnm);
+                }
+            }
+        }
+        this.errorCode = "403";
+        return "";
+    }
+    if (mElt.indexOf("score._children") == 0) {
+        return "scaled,raw,min,max";
+    }
+    if (mElt.indexOf("score.") == 0) {
+        return this.attributOuErreur(nomAttrScore(mElt));
+    }
+    if (mElt == "suspend_data") {
+        var oReponse = XML_fils(this.cmi, "suspend_data");
+        if (oReponse == null) {
+            this.errorCode = "403";
+            return "";
+        }
+        return XML_texteNoeud(oReponse);
+    }
+    if (mElt == "time_limit_action") {
+        var objDansitem = XML_filsNS(this.activite, "adlcp", "timeLimitAction");
+        if (objDansitem == null) {
+            this.errorCode = "403";
+            return "";
+        }
+        return XML_texteNoeud(objDansitem);
+    }
+    if (mElt == "total_time") {
+        return attributOuDefaut(this.cmi, "total_time", "PT0S");
+    }
+    if (mElt.indexOf("nav.request") == 0) {
+        if (mElt == "nav.request") {
+            return attributOuDefaut(this.cmi, "nav_request", "_none_");
+        }
+        if (mElt == "nav.request_valid.continue") {
+            return window.haut.NAVIG_requete("continue", true);
+        }
+        if (mElt == "nav.request_valid.previous") {
+            return window.haut.NAVIG_requete("previous", true);
+        }
+        if (mElt.indexOf("nav.request_valid.choice") == 0) {
+            var inf = mElt.indexOf("{target=");
+            var sup = mElt.indexOf("}");
+            if ((inf > 0) && (inf < sup)) {
+                window.planLMS.activiteSpecifieParChoixPreemptif = mElt.substring(inf + 8, sup);
+                return window.haut.NAVIG_requete("choice", true);
+            } else {
+                this.errorCode = "301";
+                return "";
+            }
+            return window.haut.NAVIG_requete("previous", true);
+        }
+    }
+    if (mElt == "ssp._count") {
+        return this.compteCollection(this.ssp, "allocations");
+    }
+    if (mElt.indexOf("ssp.") == 0) {
+        mElt = mElt.replace("ssp.", "allocations.");
+        var indIdbk = mElt.indexOf("{bucketID=");
+        if (indIdbk > 0) {
+            var num = donneNumeroBucket(this.ssp, mElt);
+            if (num < 0) {
+                this.errorCode = "301";
+                return "";
+            }
+            mElt = mElt.replace("allocations.", "allocations." + num + ".");
+        }
+        if (mElt.indexOf(".bucket_state") > 0) {
+            var oAlloc = this.donneObjetDansCollection(this.ssp, mElt, "get");
+            if (oAlloc) {
+                var donnee = XML_texteNoeud(oAlloc);
+                var letat = "{totalSpace=" + oAlloc.getAttribute("requested") + "}{used=" + donnee.length * 2 + "}";
+                var ltype = PF_attr(oAlloc, "type");
+                if (ltype != "") {
+                    letat += "{type=" + ltype + "}";
+                }
+                return letat;
+            }
+        } else if (mElt.indexOf(".data") > 0) {
+            var oAlloc = this.donneObjetDansCollection(this.ssp, mElt, "get");
+            if (oAlloc) {
+                chargerAllocation(oAlloc);
+                var offset = paramParenthese("offset", mElt);
+                var size = paramParenthese("size", mElt);
+                var donnees = XML_texteNoeud(oAlloc);
+                if (offset != "") {
+                    offset = parseInt(offset) / 2;
+                    if (offset <= donnees.length) {
+                        donnees = donnees.substring(offset);
+                    } else {
+                        this.errorCode = "301";
+                        infoLMSSpe = "The requested data exceeds available data";
+                    }
+                }
+                if (size != "") {
+                    size = parseInt(size) / 2;
+                    if (donnees.length >= size) {
+                        donnees = donnees.substring(0, size);
+                    } else {
+                        this.errorCode = "301";
+                        infoLMSSpe = "The requested data exceeds available data";
+                    }
+                }
+                return donnees;
+            }
+        } else {
+            return this.donneValeurDansCollection(this.ssp, mElt, "");
+        }
+    }
+    this.errorCode = "201";
+    return "";
+}
+
+function LMS_SetValue(mElt, strValeur) {
+    infoLMSSpe = "";
+    devineErreur = "";
+    window.planLMS.MODE_PREEMPTIF = false;
+    if (this.etatCommunication == "pasInitialise") {
+        this.errorCode = "132";
+        return "false";
+    }
+    if (this.etatCommunication == "termine") {
+        this.errorCode = "133";
+        return "false";
+    }
+    if (mElt == "") {
+        this.errorCode = "351";
+        return "false";
+    }
+    if (mElt.indexOf("cmi.") != 0 && mElt.indexOf("adl.") != 0 && mElt.indexOf("ssp.") != 0) {
+        this.errorCode = "401";
+        return "false";
+    }
+    if (mElt.indexOf("ssp.") != 0) {
+        mElt = mElt.substring(4);
+    }
+    this.errorCode = "0";
+    this.modifications = true;
+    if (mElt == "interactions" || mElt == "learner_preference" || mElt == "objectives" || mElt == "comments_from_learner" || mElt == "comments_from_lms") {
+        this.errorCode = "401";
+        return "false";
+    }
+    if (mElt == "_version" || mElt.indexOf("._children") > 0 || mElt.indexOf("._count") > 0 || mElt.indexOf("comments_from_lms") == 0 || mElt == "completion_threshold" || mElt == "credit" || mElt == "entry" || mElt == "time_limit_action" || mElt == "launch_data" || mElt == "scaled_passing_score" || mElt == "total_time") {
+        this.errorCode = "404";
+        return "false";
+    }
+    if (mElt == "learner_id" || mElt == "learner_name" || mElt == "max_time_allowed" || mElt == "mode" || mElt.indexOf("nav.request_valid") == 0) {
+        this.errorCode = "404";
+        return "false";
+    }
+    if (mElt.indexOf("comments_from_learner") == 0) {
+        if (mElt.indexOf(".comment") > 0) {
+            return this.affecteDansCollection(this.cmi, mElt, strValeur, true);
+        }
+        if (mElt.indexOf(".location") > 0 || mElt.indexOf(".timestamp") > 0) {
+            return this.affecteDansCollection(this.cmi, mElt, strValeur, true);
+        }
+    }
+    if (mElt == "completion_status") {
+        var ancVal = PF_attr(this.cmi, "completion_status");
+        var resSet = this.affecteDansVocab(this.cmi, mElt, strValeur, "completed,incomplete,not attempted,unknown");
+        if (resSet == "false") {
+            return "false";
+        }
+        this.impacteCompletion(ancVal);
+        this.errorCode = "0";
+        return "true";
+    }
+    if (mElt == "exit") {
+        var resS = this.affecteDansVocab(this.cmi, mElt, strValeur, "time-out,suspend,logout,,normal");
+        if (resS && (strValeur == "time-out" || strValeur == "logout")) {
+            this.cmi.setAttribute("nav_request", "_none_");
+        }
+        return resS;
+    }
+    if (mElt.indexOf("interactions.") == 0) {
+        var lespossibles = ",id,type,timestamp,objectives,correct_responses,weighting,learner_response,result,latency,description,pattern,";
+        var verifAttr = mElt.substring(mElt.lastIndexOf(".") + 1);
+        if (lespossibles.indexOf("," + verifAttr + ",") >= 0) {
+            var creer = false;
+            this.changementInteraction = true;
+            var oInter = this.donneObjetDansCollection(this.cmi, mElt, "set");
+            if (mElt.indexOf(".id") > 0) {
+                creer = true;
+            } else if ((mElt.indexOf(".learner_response") > 0) || (mElt.indexOf(".pattern") > 0)) {
+                if (oInter == null) {
+                    this.errorCode = "408";
+                    if (devineErreur == "depasseIndex0") {
+                        this.errorCode = "351";
+                    }
+                    return "false";
+                }
+                if (PF_attr(oInter, "type") == "") {
+                    this.errorCode = "408";
+                    return "false";
+                }
+            }
+            var indObj = mElt.indexOf(".objectives.");
+            if (indObj < 0) {
+                indObj = mElt.indexOf(".correct_responses.");
+            }
+            if (indObj > 0) {
+                mElt = mElt.substring(indObj + 1);
+                if (oInter == null) {
+                    this.errorCode = "408";
+                    if ((mElt.indexOf(".id") > 0) && (devineErreur == "depasseIndex0")) {
+                        this.errorCode = "351";
+                    }
+                    return "false";
+                }
+                return this.affecteDansCollection(oInter, mElt, strValeur, true);
+            }
+            if (mElt.indexOf(".type") > 0) {
+                var lestypes = ",true-false,choice,fill-in,long-fill-in,matching,performance,sequencing,likert,numeric,other,";
+                if (lestypes.indexOf("," + strValeur + ",") < 0) {
+                    this.errorCode = "406";
+                    return "false";
+                }
+            }
+            if (mElt.indexOf(".result") > 0) {
+                if (strValeur == "") {
+                    this.errorCode = "406";
+                    return "false";
+                }
+                var lestypes = ",correct,incorrect,neutral,unanticipated,";
+                if (lestypes.indexOf("," + strValeur + ",") < 0) {
+                    if (isNaN(Number(strValeur))) {
+                        this.errorCode = "406";
+                        return "false";
+                    }
+                }
+            }
+            return this.affecteDansCollection(this.cmi, mElt, strValeur, creer);
+        }
+        infoLMSSpe = "Invalid argument";
+    }
+    if (mElt == "learner_preference.audio_level") {
+        this.errorCode = verifReelBorne(strValeur, 0, "*");
+        if (this.errorCode == "0") {
+            niveauAudio = strValeur;
+            this.cmi.setAttribute("pref_audio_level", strValeur);
+            return "true";
+        }
+        return "false";
+    }
+    if (mElt == "learner_preference.language") {
+        if (!verifFormatLangue(strValeur)) {
+            this.errorCode = "406";
+            return "false";
+        }
+        this.cmi.setAttribute("pref_language", strValeur);
+        return "true";
+    }
+    if (mElt == "learner_preference.delivery_speed") {
+        this.errorCode = verifReelBorne(strValeur, 0, "*");
+        if (this.errorCode == "0") {
+            this.cmi.setAttribute("pref_delivery_speed", strValeur);
+            return "true";
+        }
+        return "false";
+    }
+    if (mElt == "learner_preference.audio_captioning") {
+        return this.affecteDansVocab(this.cmi, "pref_audio_captioning", strValeur, "-1,0,1");
+    }
+    if (mElt == "location") {
+        this.cmi.setAttribute("location", strValeur);
+        return "true";
+    }
+    if (mElt.indexOf("objectives.") == 0) {
+        var lespossibles = ",id,scaled,min,raw,max,success_status,completion_status,progress_measure,description,";
+        var verifAttr = mElt.substring(mElt.lastIndexOf(".") + 1);
+        if (lespossibles.indexOf("," + verifAttr + ",") >= 0) {
+            var creer = false;
+            var oObj = this.donneObjetDansCollection(this.cmi, mElt, "set");
+            if (verifAttr == "id") {
+                creer = true;
+            } else if (oObj == null) {
+                this.errorCode = "351";/*if (mElt.indexOf(".score.")>0){this.errorCode="408";}*/
+                var indColl = mElt.substring(11);
+                indColl = indColl.substring(0, indColl.indexOf("."));
+                if (indColl == "0") {
+                    this.errorCode = "408";
+                }
+                return "false";
+            }
+            if (mElt.indexOf(".score.") > 0) {
+                mElt = nomAttrScore(mElt);
+                if (mElt.indexOf(".score_scaled") > 0) {
+                    this.errorCode = verifReelBorne(strValeur, -1, 1);
+                    if (this.errorCode != "0") {
+                        return "false";
+                    }
+                    oObj.setAttribute("score_scaled", strValeur);
+                    this.impacteSuccesCollObj(oObj);
+                    return "true";
+                }
+            }
+            if (mElt.indexOf(".success_status") > 0) {
+                var resSet = this.affecteDansVocab(oObj, "success_status", strValeur, "passed,failed,unknown");
+                if (resSet == "false") {
+                    return "false";
+                }
+                this.impacteSuccesCollObj(oObj);
+                return "true";
+            }
+            if (mElt.indexOf(".completion_status") > 0) {
+                return this.affecteDansVocab(oObj, "completion_status", strValeur, "completed,incomplete,not attempted,unknown");
+            }
+            if (mElt.indexOf(".progress_measure") > 0) {
+                this.errorCode = verifReelBorne(strValeur, 0, 1);
+                if (this.errorCode != "0") {
+                    return "false";
+                }
+            }
+            return this.affecteDansCollection(this.cmi, mElt, strValeur, creer);
+        }
+        infoLMSSpe = "Invalid argument";
+    }
+    if (mElt == "progress_measure") {
+        this.errorCode = verifReelBorne(strValeur, 0, 1);
+        if (this.errorCode != "0") {
+            return "false";
+        }
+        this.cmi.setAttribute("progress_measure", strValeur);
+        this.impacteCompletion(PF_attr(this.cmi, "completion_status"));
+        if (this.depiste) {
+            this.activite.setAttribute("attemptCompletionAmount", strValeur);
+        }
+        this.errorCode = "0";
+        return "true";
+    }
+    if (mElt.indexOf("score.") == 0) {
+        mElt = nomAttrScore(mElt);
+        if (mElt == "score_scaled") {
+            this.errorCode = verifReelBorne(strValeur, -1, 1);
+            if (this.errorCode != "0") {
+                return "false";
+            }
+            this.cmi.setAttribute("score_scaled", strValeur);
+            if (this.depiste) {
+                var ancienScore = "";
+                var scoreTrans = reelScore(strValeur);
+                this.changementScore = true;
+                this.cmi.setAttribute("modifObjPrinc", "oui");
+                window.planLMS.enregistrerObjectif(this.objectifCible, "objectiveNormalizedMeasure", scoreTrans, true);
+            }
+            this.errorCode = "0";
+            return "true";
+        }
+        if (mElt == "score_raw" || mElt == "score_max" || mElt == "score_min") {
+            if (isNaN(Number(strValeur))) {
+                this.errorCode = "406";
+                return "false";
+            }
+            this.cmi.setAttribute(mElt, strValeur);
+            return "true";
+        }
+    }
+    if (mElt == "session_time") {
+        strValeur = sansZeroAvant(strValeur);
+        if (verifIntervalleTemps(strValeur)) {
+            this.cmi.setAttribute(mElt, strValeur);
+            return "true";
+        } else {
+            this.errorCode = "406";
+            return "false";
+        }
+    }
+    if (mElt == "success_status") {
+        var ancienEtat = PF_attr(this.cmi, "success_status");
+        var resSet = this.affecteDansVocab(this.cmi, "success_status", strValeur, "passed,failed,unknown");
+        if (resSet == "false") {
+            return "false";
+        }
+        this.impacteSucces(ancienEtat);
+        this.errorCode = "0";
+        return "true";
+    }
+    if (mElt == "suspend_data") {
+        var oSusp = XML_fils(this.cmi, "suspend_data");
+        if (oSusp == null) {
+            oSusp = creerElementCP(this.cmi, "suspend_data");
+            this.cmi.appendChild(oSusp);
+        }
+        XML_modifTexteNoeud(oSusp, strValeur);
+        return "true";
+    }
+    if (mElt == "nav.request") {
+        if (strValeur.indexOf("choice") >= 0) {
+            var inf = strValeur.indexOf("{target=");
+            var sup = strValeur.indexOf("}");
+            if ((inf == 0) && (sup > inf)) {
+                var cible = strValeur.substring(inf + 8, sup);
+                if (cible.length > 0) {
+                    this.cmi.setAttribute("nav_request", strValeur);
+                    this.cibleChoix = cible;
+                    return "true";
+                }
+            }
+            this.errorCode = "406";
+            return "false";
+        } else {
+            this.cibleChoix = "";
+            if (strValeur == "suspendAll") {
+                this.cmi.setAttribute("exit", "");
+            }
+            return this.affecteDansVocab(this.cmi, "nav_request", strValeur, "continue,previous,choice,exit,exitAll,abandon,abandonAll,suspendAll,_none_");
+        }
+    }
+    if (mElt == "ssp.allocate") {
+        var bucketID = paramParenthese("bucketID", strValeur);
+        if (!verifFormatID(bucketID)) {
+            this.errorCode = "406";
+            return "false";
+        }
+        var requested = paramParenthese("requested", strValeur);
+        if (requested == "" || parseInt(requested) <= 0) {
+            this.errorCode = "406";
+            return "false";
+        }
+        requested = parseInt(requested);
+        var persistence = paramParenthese("persistence", strValeur);
+        if (persistence == "") {
+            persistence = "learner";
+        }
+        var type = paramParenthese("type", strValeur);
+        var oExiste = donneBucket(this.ssp, bucketID);
+        var recopieDepuisGlobal = false;
+        if (oExiste == null) {
+            recopieDepuisGlobal = true;
+            oExiste = XML_trouveNoeud(parent.planLMS.allocationsGlobales, "allocation", "id", bucketID);
+        }
+        if (oExiste) {
+            if (oExiste.getAttribute("persistence") == persistence && type == PF_attr(oExiste, "type")) {
+                if (recopieDepuisGlobal) {
+                    this.affecteDansCollection(this.ssp, "allocations." + this.GetValue("ssp._count") + ".id", bucketID, true);
+                    var oAlloc = donneBucket(this.ssp, bucketID);
+                    oAlloc.parentNode.replaceChild(oExiste.cloneNode(true), oAlloc);
+                    oExiste = donneBucket(this.ssp, bucketID);
+                }
+                oExiste.setAttribute("allocation_success", "requested");
+                return "true";
+            } else {
+                if (!recopieDepuisGlobal) {
+                    oExiste.setAttribute("allocation_success", "failure");
+                }
+                infoLMSSpe = "Allocation failure";
+                return "false";
+            }
+        } else {
+            var creationPossible = true;/*if (SUR_CHORUS){var reqx="<operation action=\"testAllocation\" idU=\""+serveur.vMos_id+"\" codeStage=\""+serveur.codeStage+"\" persistance=\""+persistence+"\" idAlloc=\""+bucketID+"\" taille=\""+requested+"\" type=\""+type+"\"></operation>";cibleASP=RACINE_MOS+"MosSrv/aspx/SRV_parcours.aspx";var oRetour=SYS_lancerOperationsRetour(reqx,"enregistrerParcours");if (oRetour==null || XML_texteNoeud(oRetour)!="OK"){creationPossible=false;}}*/
+            if (creationPossible) {
+                this.affecteDansCollection(this.ssp, "allocations." + this.GetValue("ssp._count") + ".id", bucketID, true);
+                var oAlloc = donneBucket(this.ssp, bucketID);
+                oAlloc.setAttribute("allocation_success", "requested");
+                oAlloc.setAttribute("requested", requested);
+                oAlloc.setAttribute("persistence", persistence);
+                oAlloc.setAttribute("doitCharger", "oui");
+                oAlloc.setAttribute("modif", "non");
+                if (type != "") {
+                    oAlloc.setAttribute("type", type);
+                }
+                return "true";
+            }
+        }
+    }
+    if (mElt.indexOf("ssp.") == 0) {
+        infoLMSSpe = "";
+        mElt = mElt.replace("ssp.", "allocations.");
+        if (mElt == "allocations.data" || mElt == "allocations.appendData") {
+            var indIdbk = donneNumeroBucket(this.ssp, strValeur);
+            if (indIdbk < 0) {
+                this.errorCode = "351";
+                infoLMSSpe = "Bucket not found";
+                return "false";
+            }
+            mElt = mElt.replace("allocations.", "allocations." + indIdbk + ".");
+            var oReg = new RegExp("{bucketID=[^}]+}");
+            strValeur = strValeur.replace(oReg, "");
+        }
+        if (mElt.indexOf(".data") > 0 || mElt.indexOf(".appendData") > 0) {
+            var oAlloc = this.donneObjetDansCollection(this.ssp, mElt, "get");
+            if (oAlloc) {
+                var offset = 0;
+                var tailleMax = parseInt(PF_attr(oAlloc, "requested")) / 2;
+                var resDonne = "";
+                if (mElt.indexOf(".data") > 0) {
+                    offset = paramParenthese("offset", strValeur);
+                    if (offset != "") {
+                        offset = parseInt(offset) / 2;
+                        var oReg = new RegExp("{offset=[^}]+}");
+                        strValeur = strValeur.replace(oReg, "");
+                    }
+                }
+                if (offset > 0 || mElt.indexOf(".appendData") > 0) {
+                    chargerAllocation(oAlloc);
+                    var valInit = XML_texteNoeud(oAlloc);
+                    if (offset > 0) {
+                        if (offset > valInit.length) {
+                            this.errorCode = "351";
+                            infoLMSSpe = "The bucket was not packed";
+                            return "false";
+                        }
+                        var valDeb = valInit.substring(0, offset);
+                        var valFin = "";
+                        var indFin = offset + strValeur.length;
+                        if (indFin < valInit.length) {
+                            valFin = valInit.substring(indFin);
+                        }
+                        resDonne = valDeb + strValeur + valFin;
+                    }
+                    if (mElt.indexOf(".appendData") > 0) {
+                        resDonne = valInit + strValeur;
+                    }
+                } else {
+                    resDonne = strValeur;
+                }/*if (resDonne.length>tailleMax){this.errorCode="351";infoLMSSpe="Exceeds bucket size";return "false";*/
+                XML_modifTexteNoeud(oAlloc, resDonne);
+                oAlloc.setAttribute("modif", "oui");
+                oAlloc.removeAttribute("doitCharger");
+                if (oAlloc.getAttribute("persistence") != "session") {
+                    var oExisteGlob = XML_trouveNoeud(parent.planLMS.allocationsGlobales, "allocation", "id", oAlloc.getAttribute("id"));
+                    if (oExisteGlob == null) {
+                        var copie = oAlloc.cloneNode(true);
+                        copie.removeAttribute("allocation_success");
+                        copie.setAttribute("modif", "oui");
+                        parent.planLMS.allocationsGlobales.appendChild(copie);
+                    } else {
+                        XML_modifTexteNoeud(oExisteGlob, resDonne);
+                        oExisteGlob.setAttribute("modif", "oui");
+                    }
+                }
+                this.modificationAlloc = true;
+                persisteSSP = true;
+                return "true";
+            }
+        }
+    }/*this.errorCode="351";*/
+    this.errorCode = "401";
+    return "false";
+}
+
+function donneBucket(obj, lid) {
+    return XML_trouveNoeud(obj, "allocation", "id", lid);
+}
+
+function donneNumeroBucket(obj, str) {
+    var obk = donneBucket(obj, paramParenthese("bucketID", str));
+    if (obk) {
+        var num = 0;
+        var oprec = obk.previousSibling;
+        while (oprec) {
+            num++;
+            oprec = oprec.previousSibling;
+        }
+        return num;
+    }
+    return -1;
+}
+
+function paramParenthese(attr, str) {
+    var indeB = str.indexOf("{" + attr + "=");
+    if (indeB >= 0) {
+        str = str.substring(indeB + attr.length + 2);
+        return str.substring(0, str.indexOf("}"));
+    }
+    return "";
+}
+
+function LMS_compteCollection(objR, nomColl) {
+    var lesobjs = XML_fils(objR, nomColl);
+    if (lesobjs != null) {
+        return lesobjs.childNodes.length + "";
+    }
+    return "0";
+}
+
+function LMS_Commit(strParametre) {
+    if (this.etatCommunication == "pasInitialise") {
+        this.errorCode = "142";
+        return "false";
+    }
+    if (this.etatCommunication == "termine") {
+        this.errorCode = "143";
+        return "false";
+    }
+    if (strParametre != "") {
+        this.errorCode = "201";
+        return "false";
+    }
+    if (abandonEnCours) {
+        return false;
+    }
+    this.errorCode = "0";
+    if (this.modifications) {
+        var vexit = PF_attr(this.cmi, "exit");
+        this.appliquerResultatDansSeq();
+        this.errorCode = "0";
+        parcoursEnregistre = false;
+        var enrReponses = false;
+        var existeInteractions = (this.compteCollection(this.cmi, "interactions") > 0);
+        if (existeInteractions) {
+            enrReponses = true;
+        }
+        if (modeTentative != "aucune" && this.changementInteraction && vexit != "suspend" && existeInteractions) {
+            var oScSauve = XML_fils(this.cmi.ownerDocument.documentElement, "gardeReponses");
+            if (oScSauve == null) {
+                oScSauve = creerElementCP(this.cmi, "gardeReponses");
+                this.cmi.ownerDocument.documentElement.appendChild(oScSauve);
+            }
+            var idItemCourant = this.activite.getAttribute("identifier");
+            var oExiste = XML_fils(oScSauve, "tentative", "idItem", idItemCourant);
+            var tempsSession = PF_attr(this.cmi, "session_time");
+            var tempsPasse0 = 0;
+            if (tempsSession != "") {
+                tempsPasse0 = Math.round(intervalleEnMS(tempsSession) / 1000);
+            }
+            var memeTentative = false;
+            if (oExiste != null) {
+                if (PF_attr(this.cmi, "score_raw") == PF_attr(oExiste, "score_raw") && PF_attr(this.cmi, "score_max") == PF_attr(oExiste, "score_max") && tempsPasse0 == PF_attr(oExiste, "tempsPasse")) {
+                    memeTentative = true;
+                } else {
+                    if (SUR_CHORUS) {
+                        oScSauve.removeChild(oExiste);
+                    }
+                }
+            }
+            if (!memeTentative) {
+                var oRep = creerElementCP(this.cmi, "tentative");
+                oRep.setAttribute("idItem", idItemCourant);
+                oRep.setAttribute("dateTentative", getDateServeur(''));
+                oRep.setAttribute("tempsPasse", tempsPasse0);
+                oRep.setAttribute("etatItem", PF_attr(this.cmi, "success_status"));
+                oRep.setAttribute("score_scaled", PF_attr(this.cmi, "score_scaled"));
+                oRep.setAttribute("score_raw", PF_attr(this.cmi, "score_raw"));
+                oRep.setAttribute("score_max", PF_attr(this.cmi, "score_max"));
+                if (this.compteCollection(this.cmi, "objectives") > 0) {
+                    oRep.appendChild(XML_fils(this.cmi, "objectives").cloneNode(true));
+                }
+                oRep.appendChild(XML_fils(this.cmi, "interactions").cloneNode(true));
+                oScSauve.appendChild(oRep);
+                oScSauve.setAttribute("modifGR", "oui");
+            }
+            this.changementInteraction = false;
+        }
+        if (this.changementEtatObjectif || this.changementScore || enrReponses || this.modificationAlloc) {
+            setTimeout("LMS_persisteParcours(true," + enrReponses + ")", 3000);
+        }
+        if (this.changementEtatObjectif) {
+            this.changementEtatSession = true;
+            window.planLMS.nettoyerDejaFait(this.activite);
+        }
+        if (!this.scoEnAttente && this.changementEtatObjectif && this.GetValue("adl.nav.request") == "_none_") {
+            setTimeout("window.planLMS.majBoutonsInit('enCours')", 1600);
+        }
+        this.changementEtatCompletion = false;
+        this.changementEtatObjectif = false;
+        this.changementScore = false;
+        this.modificationAlloc = false;
+    }
+    return "true";
+}
+
+function LMS_Terminate(strParametre) {
+    infoLMSSpe = "";
+    if (this.etatCommunication == "pasInitialise") {
+        this.errorCode = "112";
+        return "false";
+    }
+    if (this.etatCommunication == "termine") {
+        this.errorCode = "113";
+        return "false";
+    }
+    if (strParametre != "") {
+        this.errorCode = "201";
+        return "false";
+    }
+    this.errorCode = "0";
+    var valTempsSession = PF_attr(this.cmi, "session_time");
+    if (valTempsSession != "") {
+        var tempTotalPrec = this.GetValue("cmi.total_time");
+        if (tempTotalPrec != "PT0S") {
+            var sTotal = ajouterIntervalle(valTempsSession, tempTotalPrec);
+            this.cmi.setAttribute("total_time", sTotal);
+            this.activite.setAttribute("attemptAbsoluteDuration", sTotal);
+        } else {
+            this.cmi.setAttribute("total_time", valTempsSession);
+            this.activite.setAttribute("attemptAbsoluteDuration", parent.ajouterIntervalle(valTempsSession, PF_attr(this.activite, "attemptAbsoluteDuration")));
+        }
+    }
+    var sequenceProposee = "";
+    var valExit = PF_attr(this.cmi, "exit");
+    if (!this.scoEnAttente) {
+        var valReq = this.GetValue("adl.nav.request");
+        if (valReq != "_none_") {
+            if (valReq.indexOf("choice") > 0) {
+                window.planLMS.activiteSpecifieParChoix = this.cibleChoix;
+                sequenceProposee = "choice";
+            } else {
+                sequenceProposee = valReq;
+                if (sequenceProposee == "suspendAll" && (valExit == "" || valExit == "normal")) {
+                    this.SetValue("cmi.exit", "suspend");
+                    valExit = PF_attr(this.cmi, "exit");
+                }
+            }
+        }
+    }
+    if (valExit == "time-out" || valExit == "logout") {
+        sequenceProposee = "exitAll";
+        this.scoEnAttente = false;
+    }
+    if (sequenceProposee == "abandonAll" || sequenceProposee == "abandon") {
+        abandonEnCours = true;
+    }
+    if (valTempsSession != "") {
+        remonterTempsTot(this.activite);
+    }
+    this.Commit("");
+    this.cmi.removeAttribute("session_time");
+    if (valExit != "suspend") {
+        this.cmi.parentNode.removeChild(this.cmi);
+    } else {
+        this.activite.setAttribute("activityIsSuspended", "true");
+        this.cmi.removeAttribute("nav_request");
+        var lesallocs = XML_listeParBalise(this.cmi, "allocation");
+        for (var i = 0; i < lesallocs.length; i++) {
+            if (lesallocs[i].getAttribute("persistence") != "session") {
+                lesallocs[i].setAttribute("doitCharger", "oui");
+                XML_modifTexteNoeud(lesallocs[i], "");
+            }
+        }
+    }
+    this.etatCommunication = "termine";
+    this.errorCode = "0";
+    if (this.scoEnAttente) {
+        this.etatCommunication = "pasInitialise";
+        this.scoEnAttente = false;
+    } else if (sequenceProposee != "") {
+        this.etatCommunication = "pasInitialise";
+        if (sequenceProposee == "exit") {
+            chargerPageDefaut();
+        }
+        window.haut.NAVIG_requete(sequenceProposee, false);
+    } else {
+        chargerPageDefaut();
+    }
+    return "true";
+}
+
+function chargerPageDefaut() {
+    if (SUR_CHORUS) {
+        window.contenuLMS.location = window.planLMS.adrPageDefaut("susp");
+    } else {
+        setTimeout("parent.planLMS.ecritMsgBlanc(21)", 500);
+        window.contenuLMS.location = RACINE_stage + "MosMtr/gen/blanc.htm";
+    }
+}
+
+function LMS_GetLastError() {
+    return this.errorCode;
+}
+
+function LMS_GetDiagnostic(numStr) {
+    return this.GetErrorString(numStr) + "\n" + infoLMSSpe;
+}
+
+function LMS_GetErrorString(c) {
+    var r = "";
+    if (c == "0") {
+        r = "No Error";
+    }
+    if (c == "101") {
+        r = "General Exception";
+    }
+    if (c == "102") {
+        r = "General Initialization Failure";
+    }
+    if (c == "103") {
+        r = "Already Initialized";
+    }
+    if (c == "104") {
+        r = "Content Instance Terminated";
+    }
+    if (c == "111") {
+        r = "General Termination Failure";
+    }
+    if (c == "112") {
+        r = "Termination Before Initialization";
+    }
+    if (c == "113") {
+        r = "Termination After Termination";
+    }
+    if (c == "122") {
+        r = "Retrieve Data Before Initialization";
+    }
+    if (c == "123") {
+        r = "Retrieve Data After Termination";
+    }
+    if (c == "132") {
+        r = "Store Data Before Initialization";
+    }
+    if (c == "133") {
+        r = "Store Data After Termination";
+    }
+    if (c == "142") {
+        r = "Commit Before Initialization";
+    }
+    if (c == "143") {
+        r = "Commit After Termination";
+    }
+    if (c == "201") {
+        r = "General Argument Error";
+    }
+    if (c == "301") {
+        r = "General Get Failure";
+    }
+    if (c == "351") {
+        r = "General Set Failure";
+    }
+    if (c == "391") {
+        r = "General Commit Failure";
+    }
+    if (c == "401") {
+        r = "Undefined Data Model Element";
+    }
+    if (c == "402") {
+        r = "Unimplemented Data Model Element";
+    }
+    if (c == "403") {
+        r = "Data Model Element Value Not Initialized";
+    }
+    if (c == "404") {
+        r = "Data Model Element Is Read Only";
+    }
+    if (c == "405") {
+        r = "Data Model Element Is Write Only";
+    }
+    if (c == "406") {
+        r = "Data Model Element Type Mismatch";
+    }
+    if (c == "407") {
+        r = "Data Model Element Value Out Of Range";
+    }
+    if (c == "408") {
+        r = "Data Model Dependency Not Established";
+    }
+    return r;
+}
+
+function LMS_donneValeurDansCollection(objR, mElt, nomContenuNoeud) {
+    var tabParams = mElt.split(".");
+    var objetDansColl = this.donneObjetDansCollection(objR, mElt, "get");
+    if (objetDansColl == null) {
+        this.errorCode = "301";
+        return "";
+    }
+    if (tabParams[2] == nomContenuNoeud) {
+        return XML_texteNoeud(objetDansColl);
+    }
+    var attr = objetDansColl.getAttribute(tabParams[2]);
+    if (attr == null) {
+        if (tabParams[2] == "completion_status" || tabParams[2] == "success_status") {
+            attr = "unknown";
+        } else {
+            this.errorCode = "403";
+            if (mElt.indexOf(".pattern") > 0) {
+                this.errorCode = "301";
+            }
+            return "";
+        }
+    }
+    return attr;
+}
+
+function LMS_donneObjetDansCollection(objR, mElt, transfert) {
+    var tabParams = mElt.split(".");
+    if (tabParams.length < 3) {
+        infoLMSSpe = "Not enough arguments";
+        this.errorCode = "201";
+        return null;
+    }
+    var oContainer = XML_fils(objR, tabParams[0]);
+    if (oContainer == null) {
+        if (transfert == "get") {
+            infoLMSSpe = tabParams[0] + " not found";
+        } else if (tabParams[1] > 0) {
+            devineErreur = "depasseIndex0";
+        }
+        return null;
+    }
+    var indColl = parseInt(tabParams[1]);
+    if (indColl >= oContainer.childNodes.length) {
+        if (transfert == "get") {
+            infoLMSSpe = "Index " + indColl + " greater than '" + tabParams[0] + "' collection size";
+            this.errorCode = "301";
+        } else {
+            devineErreur = "depasseTailleIndex";
+        }
+        return null;
+    }
+    return oContainer.childNodes.item(indColl);
+}
+
+function attributOuDefaut(obj, nomAttr, valDefaut) {
+    var attr = obj.getAttribute(nomAttr);
+    if (attr == null) {
+        attr = valDefaut;
+    }
+    return attr;
+}
+
+function LMS_attributOuErreur(nomAttr, valDefaut) {
+    var attr = this.cmi.getAttribute(nomAttr);
+    if (attr == null) {
+        this.errorCode = "403";
+        return "";
+    }
+    return attr;
+}
+
+function LMS_affecteDansVocab(obj, nomAttr, valAttr, lsVocab) {
+    lsVocab = "," + lsVocab + ",";
+    if (lsVocab.indexOf("," + valAttr + ",") >= 0) {
+        obj.setAttribute(nomAttr, valAttr);
+        return "true";
+    }
+    infoLMSSpe = "Value '" + valAttr + "' not in vocabulary";
+    this.errorCode = "406";
+    return "false";
+}
+
+function nomAttrScore(mElt) {
+    mElt = mElt.replace(/score\.scaled/, "score_scaled");
+    mElt = mElt.replace(/score\.min/, "score_min");
+    mElt = mElt.replace(/score\.max/, "score_max");
+    mElt = mElt.replace(/score\.raw/, "score_raw");
+    return mElt;
+}
+
+function LMS_affecteDansCollection(objR, mElt, valStr, peutCreer) {
+    var tabParams = mElt.split(".");
+    if (tabParams.length < 3) {
+        infoLMSSpe = "Not enough arguments";
+        this.errorCode = "351";
+        return "false";
+    }
+    var oContainer = XML_fils(objR, tabParams[0]);
+    var indColl = parseInt(tabParams[1]);
+    if (oContainer == null) {
+        if (peutCreer) {
+            if (indColl > 0) {
+                this.errorCode = "351";
+                return "false";
+            }
+            oContainer = creerElementCP(objR, tabParams[0]);
+            objR.appendChild(oContainer);
+        } else {
+            infoLMSSpe = "Object '" + tabParams[0] + "' doesn't exist";
+            this.errorCode = "408";
+            if (indColl > 0) {
+                this.errorCode = "351";
+            }
+            return "false";
+        }
+    }
+    var oFinal = null;
+    var nomFils = tabParams[0].replace(/s/, "");
+    var nomAttr = tabParams[2];
+    if (nomAttr == "id") {
+        if (valStr.length > 4000) {
+            valStr = valStr.substring(0, 4000);
+        }
+        if (!verifFormatID(valStr)) {
+            this.errorCode = "406";
+            return "false";
+        }
+        this.errorCode = "0";
+        if (mElt.indexOf("objectives") >= 0) {
+            var existeDeja = false;
+            for (var k = 0; k < oContainer.childNodes.length; k++) {
+                if (PF_attr(oContainer.childNodes.item(k), "id") == valStr && indColl != k) {
+                    existeDeja = true;
+                }
+            }
+            if (existeDeja) {
+                infoLMSSpe = "Id '" + valStr + "' already exists in collection";
+                this.errorCode = "351";
+                return "false";
+            }
+        }
+    }
+    var ajouteDansConteneur = false;
+    if (indColl == oContainer.childNodes.length) {
+        if (peutCreer) {
+            oFinal = creerElementCP(objR, nomFils);
+            ajouteDansConteneur = true;
+        } else {
+            infoLMSSpe = "Can't create '" + nomFils + "'";
+            this.errorCode = "408";
+        }
+    } else if (indColl > oContainer.childNodes.length) {
+        this.errorCode = "351";
+        return "false";
+        infoLMSSpe = "Index too high";
+    } else {
+        oFinal = oContainer.childNodes.item(indColl);
+    }
+    if (oFinal == null) {
+        return "false";
+    }
+    if (nomAttr.length < 1) {
+        infoLMSSpe = "'" + nomAttr + "' is an invalid attribute name";
+        this.errorCode = "351";
+        return "false";
+    }
+    if ((nomAttr == "pattern") || (nomAttr == "learner_response")) {
+        var ltype = PF_attr(objR, "type");
+        if (nomAttr == "learner_response") {
+            ltype = PF_attr(oFinal, "type");
+        }
+        if (peutCreer && nomAttr == "pattern") {
+            if ((ltype == "true-false") || (ltype == "likert") || (ltype == "numeric") || (ltype == "other")) {
+                if (ajouteDansConteneur && oContainer.childNodes.length > 0) {
+                    this.errorCode = "351";
+                    infoLMSSpe = "Can only have one correct reponse";
+                    return "false";
+                }
+            } else if (ltype == "choice" || ltype == "sequencing") {
+                for (var p = 0; p < oContainer.childNodes.length; p++) {
+                    var lRep = PF_attr(oContainer.childNodes[p], "pattern");
+                    if (lRep == valStr) {
+                        this.errorCode = "351";
+                        infoLMSSpe = "Duplicate correct reponse";
+                        return "false";
+                    }
+                }
+            }
+        }
+        if (!verifFormatReponse(valStr, ltype, nomAttr)) {
+            this.errorCode = "406";
+            return "false";
+        }
+    }
+    if (nomAttr == "weighting") {
+        if (!verifReel(valStr)) {
+            this.errorCode = "406";
+            return "false";
+        }
+    }
+    if (nomAttr == "comment") {
+        if (!verifInfoLangue(valStr)) {
+            this.errorCode = "406";
+            return "false";
+        }
+        XML_modifTexteNoeud(oFinal, valStr);
+    } else if (nomAttr == "learner_response") {
+        var oNouv = XML_fils(oFinal, nomAttr);
+        if (oNouv == null) {
+            oNouv = creerElementCP(oFinal, nomAttr);
+            oFinal.appendChild(oNouv);
+        }
+        XML_modifTexteNoeud(oNouv, valStr);
+    } else {
+        if (nomAttr == "id" && mElt.indexOf("objectives") == 0 && objR.nodeName != "interaction") {
+            var iddef = oFinal.getAttribute("id");
+            if (iddef != null && iddef != "" && iddef != valStr) {
+                infoLMSSpe = "Can't change objective ID.";
+                this.errorCode = "351";
+                return "false";
+            }
+        } else if (nomAttr == "timestamp") {
+            if (!verifFormatTemps(valStr)) {
+                this.errorCode = "406";
+                return "false";
+            }
+        } else if (nomAttr == "latency") {
+            if (!verifIntervalleTemps(valStr)) {
+                this.errorCode = "406";
+                return "false";
+            }
+        } else if (nomAttr.indexOf("score_") == 0) {
+            this.errorCode = verifReelBorne(valStr, "*", "*");
+            if (this.errorCode != "0") {
+                return "false";
+            }
+        }
+        oFinal.setAttribute(nomAttr, new String(valStr));
+    }
+    if (ajouteDansConteneur) {
+        oContainer.appendChild(oFinal);
+    }
+    return "true";
+}
+
+function verifFormatTemps(dateS) {
+    var indT = dateS.indexOf("T");
+    infoLMSSpe = "Invalid time format";
+    var partieTZ = "";
+    if (indT > 0) {
+        var temp = dateS.substring(indT);
+        var indTZ = temp.indexOf("Z");
+        if (indTZ < 0) {
+            indTZ = temp.indexOf("+");
+        }
+        if (indTZ < 0) {
+            indTZ = temp.indexOf("-");
+        }
+        if (indTZ > 0) {
+            indTZ += indT;
+            partieTZ = dateS.substring(indTZ);
+            dateS = dateS.substring(0, indTZ);
+            if (dateS.length != 22) {
+                return false;
+            }
+        }
+    }
+    var resm = dateS.match(/^\d{4}(-\d{2}(-\d{2}(T\d{2}(:\d{2}(:\d{2}(\.\d{1,2})?)?)?)?)?)?$/);
+    if (resm == null) {
+        return false;
+    }
+    if (partieTZ != "") {
+        if ((partieTZ != "Z") && partieTZ.match(/^[+-]\d{2}(:\d{2})?$/) == null) {
+            return false;
+        }
+        if (partieTZ != "Z") {
+            var tabp = partieTZ.substring(1).split(":");
+            var val0 = parseInt(tabp[0]);
+            if ((val0 < 0) || (val0 > 23)) {
+                return false;
+            }
+            if (tabp.length > 1) {
+                val0 = parseInt(tabp[1]);
+                if ((val0 < 0) || (val0 > 59)) {
+                    return false;
+                }
+            }
+        }
+    }
+    var queDate = dateS;
+    if (indT > 0) {
+        queDate = dateS.substring(0, indT);
+    }
+    var tabQueDate = queDate.split("-");
+    var val = parseInt(tabQueDate[0]);
+    if ((val < 1970) || (val > 2038)) {
+        return false;
+    }
+    if (tabQueDate.length > 1) {
+        val = parseInt(tabQueDate[1]);
+        if ((val < 1) || (val > 12)) {
+            return false;
+        }
+    }
+    if (tabQueDate.length > 2) {
+        val = parseInt(tabQueDate[2]);
+        if ((val < 1) || (val > 31)) {
+            return false;
+        }
+    }
+    if (indT > 0) {
+        var queTemps = dateS.substring(indT + 1);
+        var tabQueDate = queTemps.split(":");
+        var val = parseInt(tabQueDate[0]);
+        if ((val < 0) || (val > 23)) {
+            return false;
+        }
+        if (tabQueDate.length > 1) {
+            val = parseInt(tabQueDate[1]);
+            if ((val < 0) || (val > 59)) {
+                return false;
+            }
+        }
+        if (tabQueDate.length > 2) {
+            var val = tabQueDate[2];
+            if (val.length > 2) {
+                val = val.substring(0, 2);
+            }
+            val = parseInt(val);
+            if ((val < 0) || (val > 59)) {
+                return false;
+            }
+        }
+    }
+    infoLMSSpe = "";
+    return true;
+}
+
+function verifIntervalleTemps(dateS) {
+    if (dateS.indexOf(".") > 0 && dateS.indexOf("S") > 0) {
+        dateS = dateS.substring(0, dateS.indexOf(".")) + "S";
+    }
+    var indT = dateS.indexOf("T");
+    if (indT > 0 && indT == (dateS.length - 1)) {
+        return false;
+    }
+    var resm = dateS.match(/^P(\d+Y)?(\d+M)?(\d+D)?(T(\d+H)?(\d+M)?(\d+S)?)?$/);
+    if (resm == null) {
+        infoLMSSpe = "Invalid time interval format";
+    }
+    return (resm != null);
+}
+
+function sansZeroAvant(val) {
+    var oReg = new RegExp("([A-Z])0([0-9]+)([A-Z])", "g");
+    val = val.replace(oReg, "$1$2$3");
+    val = val.replace(oReg, "$1$2$3");
+    val = val.replace(oReg, "$1$2$3");
+    return val;
+}
+
+function verifFormatReponse(reponse, type, nomAttr) {
+    if (type == "") {
+        alert("Interaction type not set");
+    }
+    if (type == "true-false") {
+        if ((reponse != "true") && (reponse != "false")) {
+            return false;
+        }
+    } else if (type == "numeric") {
+        if (nomAttr == "pattern") {
+            if (reponse == "") {
+                return false;
+            }
+            var tabRep = reponse.split("[:]");
+            if (tabRep.length > 2) {
+                return false;
+            }
+            if (tabRep.length == 1) {
+                if (!verifReel(tabRep[0])) {
+                    return false;
+                }
+            } else if (tabRep.length == 2) {
+                if (!verifReel(tabRep[0])) {
+                    return false;
+                }
+                if (!verifReel(tabRep[1])) {
+                    return false;
+                }
+                if (Number(tabRep[0]) > Number(tabRep[1])) {
+                    return false;
+                }
+            }
+        } else {
+            if (!verifReel(reponse)) {
+                return false;
+            }
+        }
+    }
+    if (type == "choice") {
+        if (reponse == "") {
+            return true;
+        }
+        var tabsId = reponse.split("[,]");
+        var existeDeja = false;
+        for (var n = 0; n < tabsId.length; n++) {
+            if (verifFormatPetitID(tabsId[n])) {
+                for (var k = 0; k < tabsId.length; k++) {
+                    if (n != k && tabsId[n] == tabsId[k]) {
+                        existeDeja = true;
+                    }
+                }
+            } else {
+                return false;
+            }
+        }
+        if (existeDeja) {
+            infoLMSSpe = "Id not unique";
+            return false;
+        }
+    }
+    if (type == "likert") {
+        if (!verifFormatPetitID(reponse)) {
+            return false;
+        }
+    }
+    if (type == "matching") {
+        var lesreps = reponse.split("[,]");
+        for (var n = 0; n < lesreps.length; n++) {
+            var paire = lesreps[n].split("[.]");
+            if (paire.length != 2) {
+                infoLMSSpe = "Not a pair";
+                return false;
+            }
+            if (!verifFormatPetitID(paire[0])) {
+                return false;
+            }
+            if (!verifFormatPetitID(paire[1])) {
+                return false;
+            }
+        }
+    }
+    if (type == "performance") {
+        var lesreps = reponse.split("[,]");
+        for (var n = 0; n < lesreps.length; n++) {
+            if (lesreps[n].indexOf("[.]") < 0) {
+                infoLMSSpe = "Perf. Not a pair";
+                return false;
+            }
+            var paire = lesreps[n].split("[.]");
+            if (paire.length != 2) {
+                return false;
+            }
+            if (paire[0] != "") {
+                if (!verifFormatPetitID(enleveDelimOrdre(paire[0]))) {
+                    return false;
+                }
+            }
+            if (nomAttr == "pattern") {
+                if (paire[1].indexOf("[:]") > 0) {
+                    return verifInterNum(paire[1]);
+                }
+            }
+        }
+    }
+    if (type == "fill-in") {
+        if (nomAttr == "learner_response" && reponse == "[,]") {
+            return true;
+        }
+        var tabsId = reponse.split("[,]");
+        for (var n = 0; n < tabsId.length; n++) {
+            if (!verifInfoLangue(tabsId[n])) {
+                return false;
+            }
+        }
+    }
+    if (type == "long-fill-in") {
+        if (!verifInfoLangue(reponse)) {
+            return false;
+        }
+    }
+    if (type == "sequencing") {
+        if (reponse == "") {
+            return false;
+        }
+        var lesreps = reponse.split("[,]");
+        for (var n = 0; n < lesreps.length; n++) {
+            if (!verifFormatPetitID(lesreps[n])) {
+                return false;
+            }
+        }
+    }
+    var resFinal = true;
+    if (type == "fill-in" || type == "long-fill-in" || type == "performance") {
+        resFinal = verifDelimOrdre(reponse, "order_matters");
+    }
+    if (resFinal && (type == "fill-in" || type == "long-fill-in")) {
+        resFinal = verifDelimOrdre(reponse, "case_matters");
+    }
+    return resFinal;
+}
+
+function verifReelBorne(val, b0, b1) {
+    var erreur = "0";
+    var num = Number(val);
+    if (isNaN(num)) {
+        erreur = "406";
+        infoLMSSpe = "Not a number";
+    }
+    if (b0 != "*") {
+        if (num < Number(b0)) {
+            erreur = "407";
+            infoLMSSpe = "Less than range";
+        }
+    }
+    if (b1 != "*") {
+        if (num > Number(b1)) {
+            erreur = "407";
+            infoLMSSpe = "Greater than range";
+        }
+    }
+    return erreur;
+}
+
+function verifReel(val) {
+    var num = Number(val);
+    if (isNaN(num)) {
+        infoLMSSpe = "Not a number";
+        return false;
+    }
+    val = new String(val);
+    var resm = val.match(/^-?\d+(\.\d+)?$/);
+    return resm != null;
+}
+
+function intervalleEnMS(t) {
+    var strTemps = new String(t);
+    var indLettreT = strTemps.indexOf('T');
+    var ajoutDate = 0;
+    if (indLettreT < 0) {
+        indLettreT = strTemps.length;
+    }
+    if (indLettreT > 1) {
+        var strDate = strTemps.substring(1, indLettreT);
+        var annee = 0;
+        var indY = strDate.indexOf("Y");
+        if (indY > 0) {
+            annee = parseInt(strDate.substring(0, indY));
+            strDate = strDate.substring(indY + 1);
+        }
+        var mois = 0;
+        indY = strDate.indexOf("M");
+        if (indY > 0) {
+            mois = parseInt(strDate.substring(0, indY));
+            strDate = strDate.substring(indY + 1);
+        }
+        var jours = 0;
+        indY = strDate.indexOf("D");
+        if (indY > 0) {
+            jours = parseInt(strDate.substring(0, indY));
+        }
+        var multiJ = 3600 * 24 * 1000;
+        ajoutDate = jours * multiJ + mois * multiJ * 30 + annee * multiJ * 365;
+    }
+    strTemps = strTemps.substring(indLettreT + 1);
+    var indY = strTemps.indexOf("H");
+    var heures = 0;
+    if (indY > 0) {
+        heures = parseInt(strTemps.substring(0, indY));
+        strTemps = strTemps.substring(indY + 1);
+    }
+    indY = strTemps.indexOf("M");
+    var min = 0;
+    if (indY > 0) {
+        min = parseInt(strTemps.substring(0, indY));
+        strTemps = strTemps.substring(indY + 1);
+    }
+    indY = strTemps.indexOf("S");
+    var sec = 0;
+    if (indY > 0) {
+        sec = Number(strTemps.substring(0, indY));
+    }
+    return (((heures * 3600) + (min * 60) + sec) * 1000) + ajoutDate;
+}
+
+function ajouterIntervalle(ajoutrvl, intvrl) {
+    if (intvrl == "PT0S" || intvrl == "") {
+        return ajoutrvl;
+    }
+    var totalms = intervalleEnMS(ajoutrvl) + intervalleEnMS(intvrl);
+    return formaterSecondes(totalms / 1000);
+}
+
+function formaterSecondes(ts) {
+    var sansDeci = Math.floor(ts);
+    var partieDeci = ts - sansDeci;
+    ts = sansDeci;
+    var sec = (ts % 60);
+    ts -= sec;
+    if (partieDeci > 0) {
+        sec += partieDeci;
+        sec = new String(sec);
+        var indp = sec.indexOf(".");
+        if ((sec.length - indp) > 3) {
+            sec = sec.substring(0, indp + 3);
+        }
+    }
+    var tmp = (ts % 3600);
+    ts -= tmp;
+    var hour, min;
+    if ((ts % 3600) != 0) hour = 0; else hour = (ts / 3600);
+    if ((tmp % 60) != 0) min = 0; else min = (tmp / 60);
+    var jour = 0;
+    if (hour >= 24) {
+        var resth = (hour % 24);
+        jour = parseInt(hour / 24);
+        hour = resth;
+    }
+    return intervalleTemps(jour, hour, min, sec);
+}
+
+function intervalleTemps(jour, strHour, strMin, strSec) {
+    var strTime = "P";
+    if (jour > 0) {
+        strTime += jour + "D";
+    }
+    var intHour = parseInt(strHour);
+    var intMin = parseInt(strMin);
+    var intSec = Number(strSec);
+    if ((intHour > 0) || (intMin > 0) || (intSec > 0)) {
+        strTime += "T";
+        if (intHour > 0) strTime += intHour + "H";
+        if (intMin > 0) strTime += intMin + "M";
+        if (intSec > 0) {
+            strTime += (intSec + "S");
+        }
+    }
+    if (strTime == "P") strTime = "PT0H0M0S";
+    return strTime;
+}
+
+function LMS_impacteSucces(ancienEtat) {
+    var seuil = this.GetValue("cmi.scaled_passing_score");
+    if (seuil != "") {
+        var valProg = this.GetValue("cmi.score.scaled");
+        if (valProg == "") {
+            this.cmi.setAttribute("success_status", "unknown");
+        } else {
+            if (Number(seuil) > Number(valProg)) {
+                this.cmi.setAttribute("success_status", "failed");
+            } else if (Number(seuil) <= Number(valProg)) {
+                this.cmi.setAttribute("success_status", "passed");
+            }
+        }
+    }
+    if (ancienEtat != PF_attr(this.cmi, "success_status")) {
+        this.changementEtatObjectif = true;
+        this.cmi.setAttribute("modifObjPrinc", "oui");
+    }
+    this.errorCode = "0";
+}
+
+function LMS_impacteCompletion(ancienneValeur) {
+    var seuil = this.GetValue("cmi.completion_threshold");
+    if (seuil != "") {
+        var valProg = this.GetValue("cmi.progress_measure");
+        if (valProg != "") {
+            if (Number(seuil) > Number(valProg)) {
+                this.cmi.setAttribute("completion_status", "incomplete");
+            } else if (Number(seuil) <= Number(valProg)) {
+                this.cmi.setAttribute("completion_status", "completed");
+            }
+        } else {
+            this.cmi.setAttribute("completion_status", "unknown");
+        }
+    }
+    if (ancienneValeur != PF_attr(this.cmi, "completion_status")) {
+        this.changementEtatCompletion = true;
+    }
+    this.errorCode = "0";
+}
+
+function LMS_impacteSuccesCollObj(oObj) {
+    oObj.setAttribute("modifObj", "oui");
+}
+
+function LMS_appliquerResultatDansSeq() {
+    if (!this.depiste) {
+        return;
+    }
+    window.planLMS.MODE_PREEMPTIF = false;
+    var resSet = this.GetValue("cmi.completion_status");
+    if (resSet == "unknown") {
+        this.activite.setAttribute("attemptProgressStatus", "false");
+    } else if (resSet == "completed") {
+        window.planLMS.enregistrerCompletion(this.activite, true);
+    } else if (resSet == "incomplete" || resSet == "not attempted") {
+        window.planLMS.enregistrerCompletion(this.activite, false);
+    }
+    var objectifPrimairePris = false;
+    var objectives = XML_fils(this.cmi, "objectives");
+    if (objectives != null) {
+        var lesobjs = XML_listeParBalise(objectives, "objective");
+        for (var u = 0; u < lesobjs.length; u++) {
+            var oObj = lesobjs[u];
+            if (PF_attr(oObj, "modifObj") == "oui") {
+                oObj.removeAttribute("modifObj");
+                var objSeq = window.planLMS.donneObjectifId(this.activite, PF_attr(oObj, "id"));
+                if (objSeq != null) {
+                    resSet = PF_attr(oObj, "success_status");
+                    if (resSet == "unknown" || resSet == "") {
+                        window.planLMS.enregistrerEtatObjectif(objSeq, "objectiveProgressStatus", "false");
+                    } else {
+                        var etatO = "false";
+                        if (resSet == "passed") {
+                            etatO = "true";
+                        }
+                        window.planLMS.enregistrerObjectif(objSeq, "objectiveSatisfiedStatus", etatO, true);
+                    }
+                    resSet = PF_attr(oObj, "score_scaled");
+                    if (resSet == "") {
+                        window.planLMS.enregistrerObjectif(objSeq, "objectiveMeasureStatus", "false", true);
+                    } else {
+                        window.planLMS.enregistrerObjectif(objSeq, "objectiveNormalizedMeasure", resSet, true);
+                    }
+                    if (objSeq.getAttribute("objectiveID") == PF_attr(this.objectifCible, "objectiveID")) {
+                        objectifPrimairePris = true;
+                    }
+                }
+            }
+        }
+    }
+    if (!objectifPrimairePris) {
+        if (PF_attr(this.cmi, "modifObjPrinc") == "oui") {
+            this.cmi.removeAttribute("modifObjPrinc");
+            resSet = this.GetValue("cmi.success_status");
+            if (resSet == "unknown") {
+                window.planLMS.enregistrerEtatObjectif(this.objectifCible, "objectiveProgressStatus", "false");
+            } else {
+                var etatO = "false";
+                if (resSet == "passed") {
+                    etatO = "true";
+                }
+                window.planLMS.enregistrerObjectif(this.objectifCible, "objectiveSatisfiedStatus", etatO, true);
+            }
+            resSet = this.GetValue("cmi.score.scaled");
+            if (resSet == "") {
+                window.planLMS.enregistrerObjectif(this.objectifCible, "objectiveMeasureStatus", "false");
+            } else {
+                window.planLMS.enregistrerObjectif(this.objectifCible, "objectiveNormalizedMeasure", resSet, true);
+            }
+        }
+    }
+    this.errorCode = "0";
+}
+
+function PF_attr(obj, nomAttr) {
+    if (obj == null) {
+        alert("Null Element for " + nomAttr);
+    }
+    var val = obj.getAttribute(nomAttr);
+    if (val == null) {
+        val = "";
+    }
+    return val;
+}
+
+function reelScore(val) {
+    val = new String(val);
+    if (val.length > 9) {
+        val = val.substring(0, 9);
+    }
+    return val;
+}
+
+function verifFormatID(valStr) {
+    if (valStr.length == 0) {
+        infoLMSSpe = "ID can't be empty";
+        return false;
+    }
+    if (valStr.indexOf(" ") >= 0) {
+        return false;
+    }
+    var oRegCarSpeciaux = new RegExp("[!'\"\\{}\\()\\[\\]]");
+    if (valStr.match(oRegCarSpeciaux) != null) {
+        infoLMSSpe = "Bad chars";
+        return false;
+    }
+    var taParts = valStr.match(oRegUri);
+    var estURN = false;
+    if (taParts == null || taParts[5] == "") {
+        infoLMSSpe = "Bad URI";
+        return false;
+    }
+    if (new String(taParts[2]).toLowerCase() == "urn") {
+        estURN = true;
+    }
+    if (estURN && taParts[5] == "") {
+        infoLMSSpe = "Bad URN";
+        return false;
+    }
+    if (taParts[5] != "") {
+        if (estURN) {
+            infoLMSSpe = "Bad URN";
+            var indP = taParts[5].indexOf(":");
+            if (indP < 0) {
+                return false;
+            }
+            var nid = taParts[5].substring(0, indP);
+            var nss = taParts[5].substring(indP + 1);
+            if (nid.length < 0 || nid.length > 31) {
+                return false;
+            }
+            nid = nid.replace(/\w/g, "");
+            nid = nid.replace(/-/g, "");
+            if (nid != "") {
+                return false;
+            }
+            infoLMSSpe = "";
+        }
+    }
+    return true;
+}
+
+function verifFormatPetitID(valStr) {
+    if (valStr.length > 250) {
+        valStr = valStr.substring(0, 250);
+    }
+    return verifFormatID(valStr);
+}
+
+function verifInfoLangue(val) {
+    if (val == "{lang=}") {
+        return false;
+    }
+    var indLang = val.indexOf("{lang=");
+    if (indLang == 0) {
+        val = val.substring(indLang + 6);
+        val = val.substring(0, val.indexOf('}'));
+        return verifFormatLangue(val);
+    }
+    return true;
+}
+
+function verifFormatLangue(val) {
+    if (val == "") {
+        return true;
+    }
+    var resm = val.match(/^\w{2,3}(-\w{2,8})?$/);
+    if (resm == null) {
+        var res = false;
+        var mIANALangauges = ",i,x,art-lojban,az-arab,az-cyrl,az-latn,cel-gaulish,de-1901,de-1996,de-at-1901,de-at-1996,de-ch-1901,de-ch-1996,de-de-1901,de-de-1996,en-boont,en-gb-oed,en-scouse,i-ami,i-bnn,i-default,i-enochian,i-hak,i-klingon,i-lux,i-mingo,i-navajo,i-pwn,i-tao,i-tay,i-tsu,no-bok,no-nyn,sgn-be-fr,sgn-be-nl,sgn-br,sgn-ch-de,sgn-co,sgn-de,sgn-dk,sgn-es,sgn-fr,sgn-gb,sgn-gr,sgn-ie,sgn-it,sgn-jp,sgn-mx,sgn-nl,sgn-no,sgn-pt,sgn-se,sgn-us,sgn-za,sl-rozaj,sr-cyrl,sr-latn,uz-cyrl,uz-latn,yi-latn,zh-hans,zh-hant,zh-gan,zh-guoyu,zh-hakka,zh-min,zh-min-nan,zh-wuu,zh-xiang,";
+        if (mIANALangauges.indexOf("," + val.toLowerCase() + ",") >= 0) {
+            res = true;
+        }
+        return res;
+    } else {
+        var bloqueCodes = ",frl,exg,sp,ruq-jm,";
+        if (bloqueCodes.indexOf("," + val.toLowerCase() + ",") >= 0) {
+            return false;
+        }
+    }
+    return true;
+}
+
+function verifDelimOrdre(val, nomDelim) {
+    var indLangue = val.indexOf("{lang=");
+    if (indLangue == 0) {
+        return true;
+    }
+    if (val.indexOf("{") == 0) {
+        var indOrdre = val.indexOf("{" + nomDelim + "=");
+        if (indOrdre >= 0) {
+            var res = false;
+            val = val.substring(indOrdre + nomDelim.length + 2);
+            var fin = val.indexOf("}");
+            if (fin > 0) {
+                val = val.substring(0, fin);
+                if ((val == "true") || (val == "false")) {
+                    res = true;
+                }
+            }
+            if (!res) {
+                infoLMSSpe = "Bad delimiter: " + nomDelim;
+            }
+            return res;
+        }
+    }
+    return true;
+}
+
+function enleveDelimOrdre(str) {
+    str = str.replace(/^\{order_matters=true\}/, "");
+    str = str.replace(/^\{order_matters=false\}/, "");
+    return str;
+}
+
+function chargerAllocation(oAlloc) {
+    if (PF_attr(oAlloc, "doitCharger") == "oui") {
+        if (SUR_CHORUS) {
+            var persit = PF_attr(oAlloc, "persistence");
+            var ajStg = "";
+            if (persit == "session") {
+                return "";
+            }
+            if (persit == "course") {
+                ajStg = " codeStage=\"" + serveur.codeStage + "\"";
+            }
+            var reqx = "<operation action=\"donneAllocation\" idU=\"" + serveur.vMos_id + "\" type=\"" + PF_attr(oAlloc, "type") + "\" persistance=\"" + persit + "\"" + ajStg + " idAlloc=\"" + PF_attr(oAlloc, "id") + "\"></operation>";
+            cibleASP = RACINE_MOS + "MosSrv/aspx/SRV_parcours.aspx";
+            var oRetour = SYS_lancerOperationsRetour(reqx, "enregistrerParcours");
+            if (oRetour != null) {
+                oAlloc.removeAttribute("doitCharger");
+                XML_modifTexteNoeud(oAlloc, XML_texteNoeud(oRetour));
+            }
+        } else {
+            var oExiste = XML_trouveNoeud(parent.planLMS.allocationsGlobales, "allocation", "id", PF_attr(oAlloc, "id"));
+            if (oExiste) {
+                oAlloc.removeAttribute("doitCharger");
+                XML_modifTexteNoeud(oAlloc, XML_texteNoeud(oExiste));
+            }
+        }
+    }
+    return "";
+}
+
+function donneNumeroObj(obj, id0) {
+    if (obj == null) {
+        return -1;
+    }
+    for (var i = 0; i < obj.childNodes.length; i++) {
+        if (obj.childNodes[i].getAttribute("id") == id0) {
+            return i;
+        }
+    }
+    return -1;
+}
+
+function creerElementCP(obj, nom) {
+    var oDoc = obj;
+    if (oDoc.nodeType == 1) {
+        oDoc = obj.ownerDocument;
+    }
+    var oN = null;
+    if (oDoc.createElementNS) {
+        oN = oDoc.createElementNS("http://www.imsglobal.org/xsd/imscp_v1p1", nom);
+    } else {
+        if (progIDMSXML == "Msxml2.DOMDocument.3.0") {
+            oN = oDoc.createElement(nom);
+        } else {
+            oN = oDoc.createNode(1, nom, "http://www.imsglobal.org/xsd/imscp_v1p1");
+        }
+    }
+    return oN;
+}
+
+function changeNiveauAudio(au) {
+    niveauAudio = au;
+    if (API_1484_11.cmi && API_1484_11.etatCommunication == "enCours") {
+        API_1484_11.SetValue("cmi.learner_preference.audio_level", au);
+    }
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/ClasseLMSLocal.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/ClasseLMSLocal.js
index 3a46bd81546215516067d1a8c39f3b1e41872080..c9a2204e077aea5d9e7cf8daf8dff576475d480c 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/ClasseLMSLocal.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/ClasseLMSLocal.js
@@ -1 +1,758 @@
-var estMoz=false;var progIDMSXML="Msxml2.DOMDocument.6.0";var objXSL=null;var tabLex;var objHTTP=null;var cibleASP;var refXSLCharge="";function _Document_onload() { handleOnLoad(this);}function handleOnLoad(objDOMDocument) { if (!objDOMDocument.documentElement || objDOMDocument.documentElement.tagName == "parsererror"){ objDOMDocument.parseError = -9999999;} changeReadyState(objDOMDocument, 4);}function changeReadyState(objDOMDocument, iReadyState) { objDOMDocument.readyState = iReadyState; if (objDOMDocument.onreadystatechange != null && (typeof(objDOMDocument.onreadystatechange)=="function")) objDOMDocument.onreadystatechange();}function IU_objDom(){var objX;if (estMoz){objX=document.implementation.createDocument("", "test", null);objX.addEventListener("load", _Document_onload, false);} else {try {objX=new ActiveXObject(progIDMSXML);if (progIDMSXML=="Msxml2.DOMDocument.6.0"){objX.setProperty("NewParser",true);}} catch(e){progIDMSXML="Msxml2.DOMDocument.3.0";objX=new ActiveXObject(progIDMSXML);}}objX.async=false;return objX;}if (document.implementation && document.implementation.createDocument) { Document.prototype.loadXML = function(strXML) { changeReadyState(this, 1); var objDOMParser = new DOMParser(); var objDoc = objDOMParser.parseFromString(strXML, "text/xml"); while (this.hasChildNodes()){this.removeChild(this.lastChild);} for (var i=0; i < objDoc.childNodes.length; i++) { var objImportedNode = this.importNode(objDoc.childNodes[i], true); this.appendChild(objImportedNode); } handleOnLoad(this); return true; }; Document.prototype.readyState = "0";Document.prototype.onreadystatechange = null;Document.prototype.parseError = 0;estMoz=true;progIDMSXML="Moz";}if(document.implementation.hasFeature("XPath", "3.0")){ XMLDocument.prototype.selectNodes = function(cXPathString, xNode){ if(!xNode){xNode = this;} var defaultNS = this.defaultNS; var aItems = this.evaluate(cXPathString, xNode,{ normalResolver: this.createNSResolver(this.documentElement), lookupNamespaceURI : function (prefix){ switch (prefix){ case "dflt": return defaultNS; default: return this.normalResolver.lookupNamespaceURI(prefix); } } },XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null); var aResult = []; for(var i=0;i<aItems.snapshotLength;i++){ aResult[i]=aItems.snapshotItem(i); } return aResult; }; Element.prototype.selectNodes = function(cXPathString){ if(this.ownerDocument.selectNodes){ return this.ownerDocument.selectNodes(cXPathString, this); }else{throw "For XML Elements Only";} }; XMLDocument.prototype.setProperty = function(p,v){ if(p=="SelectionNamespaces" && v.indexOf("xmlns:dflt")==0){ this.defaultNS = v.replace(/^.*=\'(.+)\'/,"$1"); } }; XMLDocument.prototype.defaultNS;}function espaceNomDefini(obj,ns){if (ns==""){return true;}if (obj.lookupNamespaceURI(ns)!=null){return true;}if (obj.ownerDocument.lookupNamespaceURI(ns)!=null){return true;}return false;}function XML_listeParBalise(objXML,balise){if (estMoz && !objXML.selectNodes){return objXML.getElementsByTagName(balise);}return objXML.selectNodes(".//"+espaceDeNomDefini(objXML)+balise);}function XML_filsNS(objXML,ns,balise){var xpath=ns+":"+balise;if (ns==""){xpath="*[local-name()='"+balise+"']";if (progIDMSXML=="Msxml2.DOMDocument.3.0"){xpath=balise;}}if (estMoz){if (objXML.selectNodes){if (!espaceNomDefini(objXML,ns)){return null;}var restab = objXML.selectNodes(xpath);if (restab.length>0){return restab[0];}} else {var lesn=objXML.childNodes;var i=0;var cherceBal=balise;if (ns!=""){cherceBal=ns+":"+balise;}while (i<lesn.length){if (lesn.item(i).nodeName==cherceBal){return lesn.item(i);}i++;}}return null;} else {return objXML.selectSingleNode(xpath);}}function XML_fils(objXML,balise){if (objXML==null){alert("XML_fils "+balise);}var xpath=espaceDeNomDefini(objXML)+balise;if (estMoz){if (objXML.selectNodes){var restab = objXML.selectNodes(xpath);if (restab.length>0){return restab[0];}} else{var lesn=objXML.childNodes;var i=0;while (i<lesn.length){if (lesn.item(i).nodeName==balise){return lesn.item(i);}i++;}}return null;} else {return objXML.selectSingleNode(xpath);}}function XML_modifTexteNoeud(oN,texte){if (estMoz){var nTet=oN.firstChild;if ((nTet==null)||(nTet.nodeType != 3)){var ott=oN.ownerDocument.createTextNode(texte);oN.appendChild(ott);} else {oN.firstChild.nodeValue=texte;}} else {oN.text=texte;}}function XML_texteNoeud(obj){var s = "";for(var i=0;i<obj.childNodes.length;i++){var oNode = obj.childNodes[i];if(oNode.nodeType == 3)s += oNode.nodeValue;else if(oNode.nodeType == 1)s += XML_texteNoeud(oNode);}return s;}function XML_trouveNoeud(objXML,balise,nomAttr,valAttr){if (objXML.nodeType==9){objXML=objXML.documentElement;}var xpath=".//"+espaceDeNomDefini(objXML)+balise+"[@"+nomAttr+"='"+valAttr+"']";if (estMoz){if (objXML.selectNodes){var restab = objXML.selectNodes(xpath);if (restab.length>0){return restab[0];}} else {var lesn=objXML.getElementsByTagName(balise);var i=0;while (i<lesn.length){var elTmp=lesn.item(i);if (elTmp.getAttribute(nomAttr)==valAttr){return elTmp;}i++;}}return null;} else {return objXML.selectSingleNode(xpath);}}function XML_trouveNoeudNS(objXML,ns,balise,nomAttr,valAttr){var xpath=".//"+ns+":"+balise+"[@"+nomAttr+"='"+valAttr+"']";if (estMoz) {if (objXML.selectNodes){if (!espaceNomDefini(objXML,ns)){return null;}var restab = objXML.selectNodes(xpath);if (restab.length>0){return restab[0];}} else {var lesn=objXML.getElementsByTagName(ns+":"+balise);var i=0;while (i<lesn.length){var elTmp=lesn.item(i);if (elTmp.getAttribute(nomAttr)==valAttr){return elTmp;}i++;}}return null;} else {return objXML.selectSingleNode(xpath);}}function XML_noeudEgal(objXML,balise,txtN){var res=null;var lesn=objXML.getElementsByTagName(balise);var i=0;while (i<lesn.length){var elTmp=lesn.item(i);if (XML_texteNoeud(elTmp)==txtN){res=elTmp;i=lesn.length;}i++;}return res;}function XML_premierNoeud(objXML,balise){if (objXML==null){alert("XML_premierNoeud null pour "+balise);}var xpath=".//"+espaceDeNomDefini(objXML)+balise;if (estMoz){if (objXML.selectNodes){var restab = objXML.selectNodes(xpath);if (restab.length>0){return restab[0];}} else {var restab=objXML.getElementsByTagName(balise);if (restab.length>0){return restab.item(0);}}return null;} else {return objXML.selectSingleNode(xpath);}return null;}function XML_premierNoeudNS(objXML,ns,balise){var xpath=".//"+ns+":"+balise;if (ns==""){ xpath=".//*[local-name()='"+balise+"']"; if (progIDMSXML=="Msxml2.DOMDocument.3.0"){ xpath=".//"+balise;}}if (estMoz){if (objXML.selectNodes){if (!espaceNomDefini(objXML,ns)){return null;}var restab = objXML.selectNodes(xpath);if (restab.length>0){return restab[0];}} else {var cherceBal=balise;if (ns!=""){cherceBal=ns+":"+balise;}var restab=objXML.getElementsByTagName(cherceBal);if (restab.length>0){return restab.item(0);}}return null;} else {return objXML.selectSingleNode(xpath);}}function espaceDeNomDefini(objXML){var oDoc=objXML;if (objXML.nodeType==1){oDoc=objXML.ownerDocument;}if (progIDMSXML=="Msxml2.DOMDocument.6.0" && oDoc.getProperty("SelectionNamespaces").indexOf(":dflt=")>0){return "dflt:";}if (progIDMSXML=="Moz" && oDoc.defaultNS!=null){return "dflt:";}return "";}function IU_chargerFichierCSS(nomStyle){var oCss=PF_donneObjet("feuilleStyleGeneral");oCss.href = RACINE_STYLES+nomStyle+"/css/general.css";}function renduXSLSub(objXML,nomXSL,oCible){if (objXSL==null){objXSL=IU_objDom();}var resHtml;if (oCible==null){return false;}var refTemp=RACINE_XSL+nomXSL+".xsl";var succ=true;if (refTemp!=refXSLCharge){refXSLCharge=refTemp;succ=objXSL.load(refXSLCharge);}if (!succ){alert("Error loading XSL "+RACINE_XSL+nomXSL+".xsl");}if (objXML==null){var oCorps=XML_premierNoeud(objXSL.documentElement,"body");var lesimgs=oCorps.getElementsByTagName("img");var langsb=LANGUE;if (langsb.length>2){langsb=langsb.substring(0,2);}for (var m=lesimgs.length-1;m>=0;m--){var oImg=lesimgs[m];var ltitle=PF_attr(oImg,"title");if (ltitle.indexOf("locale_")==0){if (ltitle.indexOf("locale_"+langsb)!=0){var oPere=oImg.parentNode;oPere.removeChild(oImg);if (oPere.childNodes.length==0){oPere.parentNode.removeChild(oPere);}} else {if (ltitle.length>9){oImg.setAttribute("title",ltitle.substring(9));} else {oImg.removeAttribute("title");}}}}var oScript=XML_premierNoeud(oCorps,"script");while (oScript!=null){var txtS=XML_texteNoeud(oScript).replace(/^\s+/,'');txtS=txtS.replace(/'/g,"");if (txtS.indexOf('ajDocW(PF_clipAV')==0){txtS=txtS.substring(17);var tabPrm=txtS.split(",");var resObj=PF_clipAV(tabPrm[0],tabPrm[1],tabPrm[2],tabPrm[3],tabPrm[4],tabPrm[5],tabPrm[6],tabPrm[7],tabPrm[8],tabPrm[9],'');var domscr=IU_objDom();var succcli=domscr.loadXML(resObj);if (succcli){oScript.parentNode.insertBefore(domscr.documentElement,oScript);}}oScript.parentNode.removeChild(oScript);oScript=XML_premierNoeud(oCorps,"script");}resHtml=serialiserXML(oCorps);} else {resHtml=transformeXSL(objXML,objXSL);}if (STYLE_INTERFACE!="standard"){resHtml=resHtml.replace(/\/MosData\/MosStyleMgr\/styles\/standard\/media/g,"/MosData/MosStyleMgr/styles/"+STYLE_INTERFACE+"/media");}oCible.innerHTML=resHtml;}function transformeXSL(objXML,objXSL){var resHtml;if (estMoz){var pXSLT = new XSLTProcessor();pXSLT.importStylesheet(objXSL);var nDoc = pXSLT.transformToFragment(objXML,window.document);resHtml=serialiserXML(nDoc);} else {resHtml=objXML.transformNode(objXSL);}return resHtml;}function serialiserXML(oNoeud) {var strXML="";if (estMoz){ var objXMLSerializer = new XMLSerializer(); strXML = objXMLSerializer.serializeToString(oNoeud); } else { strXML=oNoeud.xml; } return strXML;}function IU_chargerLangue(idLangue){tabLex=new Array();if (objXSL==null){objXSL=IU_objDom();}refXSLCharge="";var succ=objXSL.load("MosMtr/ressources/langue/lexiqueSCO.xml");if (succ){var lexs = objXSL.documentElement.getElementsByTagName("lex"); for (var i=0;i<lexs.length;i++){ var lex = lexs.item(i); if (lex.firstChild!=null){ tabLex[lex.getAttribute("id")]=lex.firstChild.nodeValue; } } LANGUE=PF_attr(objXSL.documentElement,"lang"); try{leBiscuit.langue=LANGUE;}catch(e){}} else {alert("Language file not found");}}function donneLex(num){return tabLex[num];}function donneParam(nomP){ var res=''; var params=window.location.search; /*if ((params!="")&&(params.indexOf('%26')>0)){params=params.replace(/%26/,'&');}*/ var ind=params.indexOf("&"+nomP+'='); if (ind<0){ind=params.indexOf("?"+nomP+'=');} if (ind>=0){ var reste=params.substring(ind+nomP.length+2,params.length); var indexFin=reste.indexOf('&'); if (indexFin<0){indexFin=params.length;} res= reste.substring(0,indexFin); } return res;}function initObjHTTP(){if (objHTTP==null){objHTTP=creerObjHTTP();}}function creerObjHTTP(){var objHTTP0=null;if (progIDMSXML!="Moz"){var proHttp="MSXML2.XMLHTTP.3.0";if (progIDMSXML=="Msxml2.DOMDocument.6.0"){proHttp="MSXML2.XMLHTTP.6.0";}try { objHTTP0 = new ActiveXObject(proHttp);} catch(e){objHTTP0 = new ActiveXObject("MSXML2.XMLHTTP.3.0");progIDMSXML="Msxml2.DOMDocument.3.0";}}if (objHTTP0==null && window.XMLHttpRequest){objHTTP0=new XMLHttpRequest();if (progIDMSXML!="Moz"){progIDMSXML="Msxml2.DOMDocument.3.0";}} return objHTTP0;}function usrAsyncComplete() { if(objHTTP.readyState != 4) return(false); usrCheckHTTPStatus("200");}function usrCheckHTTPStatus(sExpected){ if (objHTTP.status != sExpected) { alert("Error "+objHTTP.status+": "+objHTTP.statusText); newWindow = window.open(); newWindow.document.body.innerHTML = objHTTP.responseText; return(false); } else return(true);} function SYS_service(nomService,tabParam){var txtm="<?xml version=\"1.0\" encoding=\"UTF-8\"?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/1999/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/1999/XMLSchema\"><SOAP-ENV:Body>";txtm+="<ns1:"+nomService+" xmlns:ns1=\"urn:MosWS\" SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">";if (tabParam!=null){for (var i=0;i<tabParam.length;i++){var ligne=tabParam[i].split("##");/*+" xsi:type=\""+ligne[1]+"\"*/txtm+="<"+ligne[0]+">"+ligne[1]+"</"+ligne[0]+">";}}txtm+="</ns1:"+nomService+"></SOAP-ENV:Body></SOAP-ENV:Envelope>";if ((nomService=="getAvailableUserLanguages")||(nomService=="authenticateUser")||(nomService=="getUsers")||(nomService=="getMembers")||(nomService=="updateUserProfile")||(nomService=="listProfileImages")||(nomService=="listProfileImages")){cibleASP=RACINE_MOS+"MosSrv/aspx/SRV_lmsProfile.aspx";} else if (nomService.indexOf("Forum")>0){cibleASP=RACINE_MOS+"MosSrv/aspx/SRV_lmsCollab.aspx";} else if (nomService.indexOf("Theme")>0){cibleASP=RACINE_MOS+"MosSrv/aspx/SRV_lmsTheme.aspx";} else if (nomService=="searchForm"){cibleASP=RACINE_MOS+"MosSrv/aspx/SRV_reglesRecherche.aspx";} else if (nomService=="redonnerParcours"){cibleASP=RACINE_MOS+"MosSrv/aspx/SRV_parcours.aspx";} else {cibleASP=RACINE_MOS+"MosSrv/aspx/SRV_lmsContent.aspx";}var retour=true;if (retour){return SYS_lancerOperationsRetour(txtm,nomService);} else {SYS_lancerOperations(txtm,nomService);}}function SYS_lancerOperationsRetour(chaineXML,type){initObjHTTP(); objHTTP.open("POST", cibleASP, false);objHTTP.setRequestHeader("Content-Type", "text/xml"); objHTTP.send(chaineXML);var DOMReponse=IU_objDom();var succ=DOMReponse.loadXML(objHTTP.responseText);var oServ=null;if (succ){oServ=XML_premierNoeud(DOMReponse.documentElement,"return");}if (oServ==null){var newWindow = window.open(); newWindow.document.body.innerHTML = objHTTP.responseText;}return oServ;}function IU_afficheDate(date0,complet){if (date0==''){return '';}var indexD=0;var annee=date0.substring(indexD,indexD+4);indexD=5;var mois=date0.substring(indexD,indexD+2);indexD=8;var jour=date0.substring(indexD,indexD+2);var dateS=new Date();dateS.setUTCFullYear(Number(annee),Number(mois)-1,Number(jour));var res;if (date0.indexOf(":")>0){indexD=11;dateS.setUTCHours(Number(date0.substring(indexD,indexD+2)),Number(date0.substring(indexD+3,indexD+5)),Number(date0.substring(indexD+6,indexD+8)));res=dateS.toLocaleString();res=res.substring(0,res.lastIndexOf(":"));} else {dateS.setHours(0,0,0);res=dateS.toLocaleString();}if (!complet){var sep="/";if (LANGUE.substring(0,2)=='de'||LANGUE.substring(3)=='CH'||donnePays(LANGUE)=="CH"){sep=".";}var an=new String(dateS.getFullYear());var mois=dateS.getMonth()+1;if (mois<10){mois='0'+mois;}var jour=dateS.getDate();if (jour<10){jour='0'+jour;}res=jour+sep+mois+sep+an.substring(2);if (donnePays(LANGUE)=="US"){res=mois+sep+jour+sep+an.substring(2);}}var indHeur=res.indexOf(" 00:00");if (indHeur>0){res=res.substring(0,indHeur);}return res;}function donnePays(langue){var lang="";if (langue.indexOf("-")>0){return langue.substring(3);}if (navigator.userLanguage){lang=navigator.userLanguage;}else {lang=navigator.language;}var indT=lang.indexOf("-");if (indT>0){return lang.substring(indT+1).toUpperCase();}return "";}function XML_tabElementFils(objXML){var tab=new Array();if (objXML==null){alert("XML_fils"+balise);}var lesn=objXML.childNodes;for (var i=0;i<lesn.length;i++){if (lesn.item(i).nodeType==1){tab[tab.length]=lesn.item(i);}}return tab;}function PF_clipAV(lid,src,largeur,hauteur,demarreAuto,lecteur,boucle,align,autresParams,lstyle,dansCmt){if ((largeur==29)&&(hauteur==29)){largeur=0;hauteur=0;}var clsid='clsid:';var classe="obj"+lecteur;if (dansCmt=='cmt'){classe+="_"+demarreAuto;demarreAuto='false';}var source=src;if (src.indexOf("../")!=0){if (lid.indexOf('clipMGR')==0||lid.indexOf('clipSTY')==0){source=RACINE_STYLE+"media/"+src;}}if (lecteur=='Flash' && (src.indexOf(".flv")>0 || src.indexOf(".mp3")>0)){source=RACINE_stage+"MosMtr/gen/mediaplayer.swf?file="+source;source+="&amp;autoStart="+demarreAuto;classe+="_flvPly";}var type="";if (boucle==''){boucle='false';}if (demarreAuto==''){demarreAuto='false';}var lesparams='';if (lecteur=='WM'){var ajBoucle="";if (boucle=="true"){ajBoucle=";playCount:999";}clsid+='6BF52A52-394A-11d3-B153-00C04F79FAA6';type="application/x-mplayer2";lesparams="URL:x;autoStart:"+demarreAuto+";Loop:"+boucle+ajBoucle;} else if (lecteur=='Flash'){ clsid+='D27CDB6E-AE6D-11cf-96B8-444553540000';type="application/x-shockwave-flash";lesparams="movie:x;play:"+demarreAuto+";loop:"+boucle+";swLiveConnect:true";} else if (lecteur=='Real'){ clsid+='CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA';type="audio/x-pn-realaudio-plugin";lesparams="SRC:x;AUTOSTART:"+demarreAuto+";LOOP:"+boucle;} else if (lecteur=='QT'){ clsid+='02BF25D5-8C17-4B23-BC80-D3488ABDDC6B';type="video/quicktime";lesparams="src:x;AutoPlay:"+demarreAuto+";Loop:"+boucle+";EnableJavaSript:true";} else {clsid+=lecteur;}lesparams+=";"+autresParams;var ajAlign="";if (align!=''){ajAlign=' align="'+align+'"';}if (lstyle!=""){ajAlign+=' style="'+lstyle+'"';}var ajTaille=' width="'+largeur+'" height="'+hauteur+'"';var res='<object classid="'+clsid+'" id="'+lid+'" class="'+classe+'"'+ajTaille+ajAlign+'>';var tabPrm=lesparams.split(';');var listeAttrEmbed=' src="'+source+'"';for (var i=0;i<tabPrm.length;i++){if (tabPrm[i].indexOf(':')>0){var paireP=tabPrm[i].split(':');if (i==0){res+='<param name="'+paireP[0]+'" value="'+source+'"/>';} else {res+='<param name="'+paireP[0]+'" value="'+paireP[1]+'"/>';listeAttrEmbed+=' '+paireP[0]+'="'+paireP[1]+'"';}}}res+='<embed name="'+lid+'" class="'+classe+'" type="'+type+'"'+ajTaille+ajAlign+listeAttrEmbed+'></embed>';res+='</object>';return res;}function stringToHex(s){ var r = ""; var hexes = new Array ("0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"); for (var i=0; i<s.length; i++) {r += hexes [s.charCodeAt(i) >> 4] + hexes [s.charCodeAt(i) & 0xf];} return r;}
+var estMoz = false;
+var progIDMSXML = "Msxml2.DOMDocument.6.0";
+var objXSL = null;
+var tabLex;
+var objHTTP = null;
+var cibleASP;
+var refXSLCharge = "";
+
+function _Document_onload() {
+    handleOnLoad(this);
+}
+
+function handleOnLoad(objDOMDocument) {
+    if (!objDOMDocument.documentElement || objDOMDocument.documentElement.tagName == "parsererror") {
+        objDOMDocument.parseError = -9999999;
+    }
+    changeReadyState(objDOMDocument, 4);
+}
+
+function changeReadyState(objDOMDocument, iReadyState) {
+    objDOMDocument.readyState = iReadyState;
+    if (objDOMDocument.onreadystatechange != null && (typeof (objDOMDocument.onreadystatechange) == "function")) objDOMDocument.onreadystatechange();
+}
+
+function IU_objDom() {
+    var objX;
+    if (estMoz) {
+        objX = document.implementation.createDocument("", "test", null);
+        objX.addEventListener("load", _Document_onload, false);
+    } else {
+        try {
+            objX = new ActiveXObject(progIDMSXML);
+            if (progIDMSXML == "Msxml2.DOMDocument.6.0") {
+                objX.setProperty("NewParser", true);
+            }
+        } catch (e) {
+            progIDMSXML = "Msxml2.DOMDocument.3.0";
+            objX = new ActiveXObject(progIDMSXML);
+        }
+    }
+    objX.async = false;
+    return objX;
+}
+
+if (document.implementation && document.implementation.createDocument) {
+    Document.prototype.loadXML = function (strXML) {
+        changeReadyState(this, 1);
+        var objDOMParser = new DOMParser();
+        var objDoc = objDOMParser.parseFromString(strXML, "text/xml");
+        while (this.hasChildNodes()) {
+            this.removeChild(this.lastChild);
+        }
+        for (var i = 0; i < objDoc.childNodes.length; i++) {
+            var objImportedNode = this.importNode(objDoc.childNodes[i], true);
+            this.appendChild(objImportedNode);
+        }
+        handleOnLoad(this);
+        return true;
+    };
+    Document.prototype.readyState = "0";
+    Document.prototype.onreadystatechange = null;
+    Document.prototype.parseError = 0;
+    estMoz = true;
+    progIDMSXML = "Moz";
+}
+if (document.implementation.hasFeature("XPath", "3.0")) {
+    XMLDocument.prototype.selectNodes = function (cXPathString, xNode) {
+        if (!xNode) {
+            xNode = this;
+        }
+        var defaultNS = this.defaultNS;
+        var aItems = this.evaluate(cXPathString, xNode, {
+            normalResolver: this.createNSResolver(this.documentElement),
+            lookupNamespaceURI: function (prefix) {
+                switch (prefix) {
+                    case "dflt":
+                        return defaultNS;
+                    default:
+                        return this.normalResolver.lookupNamespaceURI(prefix);
+                }
+            }
+        }, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);
+        var aResult = [];
+        for (var i = 0; i < aItems.snapshotLength; i++) {
+            aResult[i] = aItems.snapshotItem(i);
+        }
+        return aResult;
+    };
+    Element.prototype.selectNodes = function (cXPathString) {
+        if (this.ownerDocument.selectNodes) {
+            return this.ownerDocument.selectNodes(cXPathString, this);
+        } else {
+            throw "For XML Elements Only";
+        }
+    };
+    XMLDocument.prototype.setProperty = function (p, v) {
+        if (p == "SelectionNamespaces" && v.indexOf("xmlns:dflt") == 0) {
+            this.defaultNS = v.replace(/^.*=\'(.+)\'/, "$1");
+        }
+    };
+    XMLDocument.prototype.defaultNS;
+}
+
+function espaceNomDefini(obj, ns) {
+    if (ns == "") {
+        return true;
+    }
+    if (obj.lookupNamespaceURI(ns) != null) {
+        return true;
+    }
+    if (obj.ownerDocument.lookupNamespaceURI(ns) != null) {
+        return true;
+    }
+    return false;
+}
+
+function XML_listeParBalise(objXML, balise) {
+    if (estMoz && !objXML.selectNodes) {
+        return objXML.getElementsByTagName(balise);
+    }
+    return objXML.selectNodes(".//" + espaceDeNomDefini(objXML) + balise);
+}
+
+function XML_filsNS(objXML, ns, balise) {
+    var xpath = ns + ":" + balise;
+    if (ns == "") {
+        xpath = "*[local-name()='" + balise + "']";
+        if (progIDMSXML == "Msxml2.DOMDocument.3.0") {
+            xpath = balise;
+        }
+    }
+    if (estMoz) {
+        if (objXML.selectNodes) {
+            if (!espaceNomDefini(objXML, ns)) {
+                return null;
+            }
+            var restab = objXML.selectNodes(xpath);
+            if (restab.length > 0) {
+                return restab[0];
+            }
+        } else {
+            var lesn = objXML.childNodes;
+            var i = 0;
+            var cherceBal = balise;
+            if (ns != "") {
+                cherceBal = ns + ":" + balise;
+            }
+            while (i < lesn.length) {
+                if (lesn.item(i).nodeName == cherceBal) {
+                    return lesn.item(i);
+                }
+                i++;
+            }
+        }
+        return null;
+    } else {
+        return objXML.selectSingleNode(xpath);
+    }
+}
+
+function XML_fils(objXML, balise) {
+    if (objXML == null) {
+        alert("XML_fils " + balise);
+    }
+    var xpath = espaceDeNomDefini(objXML) + balise;
+    if (estMoz) {
+        if (objXML.selectNodes) {
+            var restab = objXML.selectNodes(xpath);
+            if (restab.length > 0) {
+                return restab[0];
+            }
+        } else {
+            var lesn = objXML.childNodes;
+            var i = 0;
+            while (i < lesn.length) {
+                if (lesn.item(i).nodeName == balise) {
+                    return lesn.item(i);
+                }
+                i++;
+            }
+        }
+        return null;
+    } else {
+        return objXML.selectSingleNode(xpath);
+    }
+}
+
+function XML_modifTexteNoeud(oN, texte) {
+    if (estMoz) {
+        var nTet = oN.firstChild;
+        if ((nTet == null) || (nTet.nodeType != 3)) {
+            var ott = oN.ownerDocument.createTextNode(texte);
+            oN.appendChild(ott);
+        } else {
+            oN.firstChild.nodeValue = texte;
+        }
+    } else {
+        oN.text = texte;
+    }
+}
+
+function XML_texteNoeud(obj) {
+    var s = "";
+    for (var i = 0; i < obj.childNodes.length; i++) {
+        var oNode = obj.childNodes[i];
+        if (oNode.nodeType == 3) s += oNode.nodeValue; else if (oNode.nodeType == 1) s += XML_texteNoeud(oNode);
+    }
+    return s;
+}
+
+function XML_trouveNoeud(objXML, balise, nomAttr, valAttr) {
+    if (objXML.nodeType == 9) {
+        objXML = objXML.documentElement;
+    }
+    var xpath = ".//" + espaceDeNomDefini(objXML) + balise + "[@" + nomAttr + "='" + valAttr + "']";
+    if (estMoz) {
+        if (objXML.selectNodes) {
+            var restab = objXML.selectNodes(xpath);
+            if (restab.length > 0) {
+                return restab[0];
+            }
+        } else {
+            var lesn = objXML.getElementsByTagName(balise);
+            var i = 0;
+            while (i < lesn.length) {
+                var elTmp = lesn.item(i);
+                if (elTmp.getAttribute(nomAttr) == valAttr) {
+                    return elTmp;
+                }
+                i++;
+            }
+        }
+        return null;
+    } else {
+        return objXML.selectSingleNode(xpath);
+    }
+}
+
+function XML_trouveNoeudNS(objXML, ns, balise, nomAttr, valAttr) {
+    var xpath = ".//" + ns + ":" + balise + "[@" + nomAttr + "='" + valAttr + "']";
+    if (estMoz) {
+        if (objXML.selectNodes) {
+            if (!espaceNomDefini(objXML, ns)) {
+                return null;
+            }
+            var restab = objXML.selectNodes(xpath);
+            if (restab.length > 0) {
+                return restab[0];
+            }
+        } else {
+            var lesn = objXML.getElementsByTagName(ns + ":" + balise);
+            var i = 0;
+            while (i < lesn.length) {
+                var elTmp = lesn.item(i);
+                if (elTmp.getAttribute(nomAttr) == valAttr) {
+                    return elTmp;
+                }
+                i++;
+            }
+        }
+        return null;
+    } else {
+        return objXML.selectSingleNode(xpath);
+    }
+}
+
+function XML_noeudEgal(objXML, balise, txtN) {
+    var res = null;
+    var lesn = objXML.getElementsByTagName(balise);
+    var i = 0;
+    while (i < lesn.length) {
+        var elTmp = lesn.item(i);
+        if (XML_texteNoeud(elTmp) == txtN) {
+            res = elTmp;
+            i = lesn.length;
+        }
+        i++;
+    }
+    return res;
+}
+
+function XML_premierNoeud(objXML, balise) {
+    if (objXML == null) {
+        alert("XML_premierNoeud null pour " + balise);
+    }
+    var xpath = ".//" + espaceDeNomDefini(objXML) + balise;
+    if (estMoz) {
+        if (objXML.selectNodes) {
+            var restab = objXML.selectNodes(xpath);
+            if (restab.length > 0) {
+                return restab[0];
+            }
+        } else {
+            var restab = objXML.getElementsByTagName(balise);
+            if (restab.length > 0) {
+                return restab.item(0);
+            }
+        }
+        return null;
+    } else {
+        return objXML.selectSingleNode(xpath);
+    }
+    return null;
+}
+
+function XML_premierNoeudNS(objXML, ns, balise) {
+    var xpath = ".//" + ns + ":" + balise;
+    if (ns == "") {
+        xpath = ".//*[local-name()='" + balise + "']";
+        if (progIDMSXML == "Msxml2.DOMDocument.3.0") {
+            xpath = ".//" + balise;
+        }
+    }
+    if (estMoz) {
+        if (objXML.selectNodes) {
+            if (!espaceNomDefini(objXML, ns)) {
+                return null;
+            }
+            var restab = objXML.selectNodes(xpath);
+            if (restab.length > 0) {
+                return restab[0];
+            }
+        } else {
+            var cherceBal = balise;
+            if (ns != "") {
+                cherceBal = ns + ":" + balise;
+            }
+            var restab = objXML.getElementsByTagName(cherceBal);
+            if (restab.length > 0) {
+                return restab.item(0);
+            }
+        }
+        return null;
+    } else {
+        return objXML.selectSingleNode(xpath);
+    }
+}
+
+function espaceDeNomDefini(objXML) {
+    var oDoc = objXML;
+    if (objXML.nodeType == 1) {
+        oDoc = objXML.ownerDocument;
+    }
+    if (progIDMSXML == "Msxml2.DOMDocument.6.0" && oDoc.getProperty("SelectionNamespaces").indexOf(":dflt=") > 0) {
+        return "dflt:";
+    }
+    if (progIDMSXML == "Moz" && oDoc.defaultNS != null) {
+        return "dflt:";
+    }
+    return "";
+}
+
+function IU_chargerFichierCSS(nomStyle) {
+    var oCss = PF_donneObjet("feuilleStyleGeneral");
+    oCss.href = RACINE_STYLES + nomStyle + "/css/general.css";
+}
+
+function renduXSLSub(objXML, nomXSL, oCible) {
+    if (objXSL == null) {
+        objXSL = IU_objDom();
+    }
+    var resHtml;
+    if (oCible == null) {
+        return false;
+    }
+    var refTemp = RACINE_XSL + nomXSL + ".xsl";
+    var succ = true;
+    if (refTemp != refXSLCharge) {
+        refXSLCharge = refTemp;
+        succ = objXSL.load(refXSLCharge);
+    }
+    if (!succ) {
+        alert("Error loading XSL " + RACINE_XSL + nomXSL + ".xsl");
+    }
+    if (objXML == null) {
+        var oCorps = XML_premierNoeud(objXSL.documentElement, "body");
+        var lesimgs = oCorps.getElementsByTagName("img");
+        var langsb = LANGUE;
+        if (langsb.length > 2) {
+            langsb = langsb.substring(0, 2);
+        }
+        for (var m = lesimgs.length - 1; m >= 0; m--) {
+            var oImg = lesimgs[m];
+            var ltitle = PF_attr(oImg, "title");
+            if (ltitle.indexOf("locale_") == 0) {
+                if (ltitle.indexOf("locale_" + langsb) != 0) {
+                    var oPere = oImg.parentNode;
+                    oPere.removeChild(oImg);
+                    if (oPere.childNodes.length == 0) {
+                        oPere.parentNode.removeChild(oPere);
+                    }
+                } else {
+                    if (ltitle.length > 9) {
+                        oImg.setAttribute("title", ltitle.substring(9));
+                    } else {
+                        oImg.removeAttribute("title");
+                    }
+                }
+            }
+        }
+        var oScript = XML_premierNoeud(oCorps, "script");
+        while (oScript != null) {
+            var txtS = XML_texteNoeud(oScript).replace(/^\s+/, '');
+            txtS = txtS.replace(/'/g, "");
+            if (txtS.indexOf('ajDocW(PF_clipAV') == 0) {
+                txtS = txtS.substring(17);
+                var tabPrm = txtS.split(",");
+                var resObj = PF_clipAV(tabPrm[0], tabPrm[1], tabPrm[2], tabPrm[3], tabPrm[4], tabPrm[5], tabPrm[6], tabPrm[7], tabPrm[8], tabPrm[9], '');
+                var domscr = IU_objDom();
+                var succcli = domscr.loadXML(resObj);
+                if (succcli) {
+                    oScript.parentNode.insertBefore(domscr.documentElement, oScript);
+                }
+            }
+            oScript.parentNode.removeChild(oScript);
+            oScript = XML_premierNoeud(oCorps, "script");
+        }
+        resHtml = serialiserXML(oCorps);
+    } else {
+        resHtml = transformeXSL(objXML, objXSL);
+    }
+    if (STYLE_INTERFACE != "standard") {
+        resHtml = resHtml.replace(/\/MosData\/MosStyleMgr\/styles\/standard\/media/g, "/MosData/MosStyleMgr/styles/" + STYLE_INTERFACE + "/media");
+    }
+    oCible.innerHTML = resHtml;
+}
+
+function transformeXSL(objXML, objXSL) {
+    var resHtml;
+    if (estMoz) {
+        var pXSLT = new XSLTProcessor();
+        pXSLT.importStylesheet(objXSL);
+        var nDoc = pXSLT.transformToFragment(objXML, window.document);
+        resHtml = serialiserXML(nDoc);
+    } else {
+        resHtml = objXML.transformNode(objXSL);
+    }
+    return resHtml;
+}
+
+function serialiserXML(oNoeud) {
+    var strXML = "";
+    if (estMoz) {
+        var objXMLSerializer = new XMLSerializer();
+        strXML = objXMLSerializer.serializeToString(oNoeud);
+    } else {
+        strXML = oNoeud.xml;
+    }
+    return strXML;
+}
+
+function IU_chargerLangue(idLangue) {
+    tabLex = new Array();
+    if (objXSL == null) {
+        objXSL = IU_objDom();
+    }
+    refXSLCharge = "";
+    var succ = objXSL.load("MosMtr/ressources/langue/lexiqueSCO.xml");
+    if (succ) {
+        var lexs = objXSL.documentElement.getElementsByTagName("lex");
+        for (var i = 0; i < lexs.length; i++) {
+            var lex = lexs.item(i);
+            if (lex.firstChild != null) {
+                tabLex[lex.getAttribute("id")] = lex.firstChild.nodeValue;
+            }
+        }
+        LANGUE = PF_attr(objXSL.documentElement, "lang");
+        try {
+            leBiscuit.langue = LANGUE;
+        } catch (e) {
+        }
+    } else {
+        alert("Language file not found");
+    }
+}
+
+function donneLex(num) {
+    return tabLex[num];
+}
+
+function donneParam(nomP) {
+    var res = '';
+    var params = window.location.search; /*if ((params!="")&&(params.indexOf('%26')>0)){params=params.replace(/%26/,'&');}*/
+    var ind = params.indexOf("&" + nomP + '=');
+    if (ind < 0) {
+        ind = params.indexOf("?" + nomP + '=');
+    }
+    if (ind >= 0) {
+        var reste = params.substring(ind + nomP.length + 2, params.length);
+        var indexFin = reste.indexOf('&');
+        if (indexFin < 0) {
+            indexFin = params.length;
+        }
+        res = reste.substring(0, indexFin);
+    }
+    return res;
+}
+
+function initObjHTTP() {
+    if (objHTTP == null) {
+        objHTTP = creerObjHTTP();
+    }
+}
+
+function creerObjHTTP() {
+    var objHTTP0 = null;
+    if (progIDMSXML != "Moz") {
+        var proHttp = "MSXML2.XMLHTTP.3.0";
+        if (progIDMSXML == "Msxml2.DOMDocument.6.0") {
+            proHttp = "MSXML2.XMLHTTP.6.0";
+        }
+        try {
+            objHTTP0 = new ActiveXObject(proHttp);
+        } catch (e) {
+            objHTTP0 = new ActiveXObject("MSXML2.XMLHTTP.3.0");
+            progIDMSXML = "Msxml2.DOMDocument.3.0";
+        }
+    }
+    if (objHTTP0 == null && window.XMLHttpRequest) {
+        objHTTP0 = new XMLHttpRequest();
+        if (progIDMSXML != "Moz") {
+            progIDMSXML = "Msxml2.DOMDocument.3.0";
+        }
+    }
+    return objHTTP0;
+}
+
+function usrAsyncComplete() {
+    if (objHTTP.readyState != 4) return (false);
+    usrCheckHTTPStatus("200");
+}
+
+function usrCheckHTTPStatus(sExpected) {
+    if (objHTTP.status != sExpected) {
+        alert("Error " + objHTTP.status + ": " + objHTTP.statusText);
+        newWindow = window.open();
+        newWindow.document.body.innerHTML = objHTTP.responseText;
+        return (false);
+    } else return (true);
+}
+
+function SYS_service(nomService, tabParam) {
+    var txtm = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/1999/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/1999/XMLSchema\"><SOAP-ENV:Body>";
+    txtm += "<ns1:" + nomService + " xmlns:ns1=\"urn:MosWS\" SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">";
+    if (tabParam != null) {
+        for (var i = 0; i < tabParam.length; i++) {
+            var ligne = tabParam[i].split("##");/*+" xsi:type=\""+ligne[1]+"\"*/
+            txtm += "<" + ligne[0] + ">" + ligne[1] + "</" + ligne[0] + ">";
+        }
+    }
+    txtm += "</ns1:" + nomService + "></SOAP-ENV:Body></SOAP-ENV:Envelope>";
+    if ((nomService == "getAvailableUserLanguages") || (nomService == "authenticateUser") || (nomService == "getUsers") || (nomService == "getMembers") || (nomService == "updateUserProfile") || (nomService == "listProfileImages") || (nomService == "listProfileImages")) {
+        cibleASP = RACINE_MOS + "MosSrv/aspx/SRV_lmsProfile.aspx";
+    } else if (nomService.indexOf("Forum") > 0) {
+        cibleASP = RACINE_MOS + "MosSrv/aspx/SRV_lmsCollab.aspx";
+    } else if (nomService.indexOf("Theme") > 0) {
+        cibleASP = RACINE_MOS + "MosSrv/aspx/SRV_lmsTheme.aspx";
+    } else if (nomService == "searchForm") {
+        cibleASP = RACINE_MOS + "MosSrv/aspx/SRV_reglesRecherche.aspx";
+    } else if (nomService == "redonnerParcours") {
+        cibleASP = RACINE_MOS + "MosSrv/aspx/SRV_parcours.aspx";
+    } else {
+        cibleASP = RACINE_MOS + "MosSrv/aspx/SRV_lmsContent.aspx";
+    }
+    var retour = true;
+    if (retour) {
+        return SYS_lancerOperationsRetour(txtm, nomService);
+    } else {
+        SYS_lancerOperations(txtm, nomService);
+    }
+}
+
+function SYS_lancerOperationsRetour(chaineXML, type) {
+    initObjHTTP();
+    objHTTP.open("POST", cibleASP, false);
+    objHTTP.setRequestHeader("Content-Type", "text/xml");
+    objHTTP.send(chaineXML);
+    var DOMReponse = IU_objDom();
+    var succ = DOMReponse.loadXML(objHTTP.responseText);
+    var oServ = null;
+    if (succ) {
+        oServ = XML_premierNoeud(DOMReponse.documentElement, "return");
+    }
+    if (oServ == null) {
+        var newWindow = window.open();
+        newWindow.document.body.innerHTML = objHTTP.responseText;
+    }
+    return oServ;
+}
+
+function IU_afficheDate(date0, complet) {
+    if (date0 == '') {
+        return '';
+    }
+    var indexD = 0;
+    var annee = date0.substring(indexD, indexD + 4);
+    indexD = 5;
+    var mois = date0.substring(indexD, indexD + 2);
+    indexD = 8;
+    var jour = date0.substring(indexD, indexD + 2);
+    var dateS = new Date();
+    dateS.setUTCFullYear(Number(annee), Number(mois) - 1, Number(jour));
+    var res;
+    if (date0.indexOf(":") > 0) {
+        indexD = 11;
+        dateS.setUTCHours(Number(date0.substring(indexD, indexD + 2)), Number(date0.substring(indexD + 3, indexD + 5)), Number(date0.substring(indexD + 6, indexD + 8)));
+        res = dateS.toLocaleString();
+        res = res.substring(0, res.lastIndexOf(":"));
+    } else {
+        dateS.setHours(0, 0, 0);
+        res = dateS.toLocaleString();
+    }
+    if (!complet) {
+        var sep = "/";
+        if (LANGUE.substring(0, 2) == 'de' || LANGUE.substring(3) == 'CH' || donnePays(LANGUE) == "CH") {
+            sep = ".";
+        }
+        var an = new String(dateS.getFullYear());
+        var mois = dateS.getMonth() + 1;
+        if (mois < 10) {
+            mois = '0' + mois;
+        }
+        var jour = dateS.getDate();
+        if (jour < 10) {
+            jour = '0' + jour;
+        }
+        res = jour + sep + mois + sep + an.substring(2);
+        if (donnePays(LANGUE) == "US") {
+            res = mois + sep + jour + sep + an.substring(2);
+        }
+    }
+    var indHeur = res.indexOf(" 00:00");
+    if (indHeur > 0) {
+        res = res.substring(0, indHeur);
+    }
+    return res;
+}
+
+function donnePays(langue) {
+    var lang = "";
+    if (langue.indexOf("-") > 0) {
+        return langue.substring(3);
+    }
+    if (navigator.userLanguage) {
+        lang = navigator.userLanguage;
+    } else {
+        lang = navigator.language;
+    }
+    var indT = lang.indexOf("-");
+    if (indT > 0) {
+        return lang.substring(indT + 1).toUpperCase();
+    }
+    return "";
+}
+
+function XML_tabElementFils(objXML) {
+    var tab = new Array();
+    if (objXML == null) {
+        alert("XML_fils" + balise);
+    }
+    var lesn = objXML.childNodes;
+    for (var i = 0; i < lesn.length; i++) {
+        if (lesn.item(i).nodeType == 1) {
+            tab[tab.length] = lesn.item(i);
+        }
+    }
+    return tab;
+}
+
+function PF_clipAV(lid, src, largeur, hauteur, demarreAuto, lecteur, boucle, align, autresParams, lstyle, dansCmt) {
+    if ((largeur == 29) && (hauteur == 29)) {
+        largeur = 0;
+        hauteur = 0;
+    }
+    var clsid = 'clsid:';
+    var classe = "obj" + lecteur;
+    if (dansCmt == 'cmt') {
+        classe += "_" + demarreAuto;
+        demarreAuto = 'false';
+    }
+    var source = src;
+    if (src.indexOf("../") != 0) {
+        if (lid.indexOf('clipMGR') == 0 || lid.indexOf('clipSTY') == 0) {
+            source = RACINE_STYLE + "media/" + src;
+        }
+    }
+    if (lecteur == 'Flash' && (src.indexOf(".flv") > 0 || src.indexOf(".mp3") > 0)) {
+        source = RACINE_stage + "MosMtr/gen/mediaplayer.swf?file=" + source;
+        source += "&amp;autoStart=" + demarreAuto;
+        classe += "_flvPly";
+    }
+    var type = "";
+    if (boucle == '') {
+        boucle = 'false';
+    }
+    if (demarreAuto == '') {
+        demarreAuto = 'false';
+    }
+    var lesparams = '';
+    if (lecteur == 'WM') {
+        var ajBoucle = "";
+        if (boucle == "true") {
+            ajBoucle = ";playCount:999";
+        }
+        clsid += '6BF52A52-394A-11d3-B153-00C04F79FAA6';
+        type = "application/x-mplayer2";
+        lesparams = "URL:x;autoStart:" + demarreAuto + ";Loop:" + boucle + ajBoucle;
+    } else if (lecteur == 'Flash') {
+        clsid += 'D27CDB6E-AE6D-11cf-96B8-444553540000';
+        type = "application/x-shockwave-flash";
+        lesparams = "movie:x;play:" + demarreAuto + ";loop:" + boucle + ";swLiveConnect:true";
+    } else if (lecteur == 'Real') {
+        clsid += 'CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA';
+        type = "audio/x-pn-realaudio-plugin";
+        lesparams = "SRC:x;AUTOSTART:" + demarreAuto + ";LOOP:" + boucle;
+    } else if (lecteur == 'QT') {
+        clsid += '02BF25D5-8C17-4B23-BC80-D3488ABDDC6B';
+        type = "video/quicktime";
+        lesparams = "src:x;AutoPlay:" + demarreAuto + ";Loop:" + boucle + ";EnableJavaSript:true";
+    } else {
+        clsid += lecteur;
+    }
+    lesparams += ";" + autresParams;
+    var ajAlign = "";
+    if (align != '') {
+        ajAlign = ' align="' + align + '"';
+    }
+    if (lstyle != "") {
+        ajAlign += ' style="' + lstyle + '"';
+    }
+    var ajTaille = ' width="' + largeur + '" height="' + hauteur + '"';
+    var res = '<object classid="' + clsid + '" id="' + lid + '" class="' + classe + '"' + ajTaille + ajAlign + '>';
+    var tabPrm = lesparams.split(';');
+    var listeAttrEmbed = ' src="' + source + '"';
+    for (var i = 0; i < tabPrm.length; i++) {
+        if (tabPrm[i].indexOf(':') > 0) {
+            var paireP = tabPrm[i].split(':');
+            if (i == 0) {
+                res += '<param name="' + paireP[0] + '" value="' + source + '"/>';
+            } else {
+                res += '<param name="' + paireP[0] + '" value="' + paireP[1] + '"/>';
+                listeAttrEmbed += ' ' + paireP[0] + '="' + paireP[1] + '"';
+            }
+        }
+    }
+    res += '<embed name="' + lid + '" class="' + classe + '" type="' + type + '"' + ajTaille + ajAlign + listeAttrEmbed + '></embed>';
+    res += '</object>';
+    return res;
+}
+
+function stringToHex(s) {
+    var r = "";
+    var hexes = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f");
+    for (var i = 0; i < s.length; i++) {
+        r += hexes [s.charCodeAt(i) >> 4] + hexes [s.charCodeAt(i) & 0xf];
+    }
+    return r;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/IClms.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/IClms.js
index 7c6a020a09b01af56e836daf855eb217a5cd54d3..30e2c31b3bd86a0b2dcd4ed51c732c83f251b778 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/IClms.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/IClms.js
@@ -1 +1,1050 @@
-var serveur;var leBiscuit;var RACINE_stage;var sysFich=null;var FICH_PARCOURS="";var lesson_mode="normal";var modeTentative="";var parcoursEnregistre=false;var activiteUnique=false;var SUR_CHORUS=false;var SUR_CHORUS_ADM=false;var RACINE_MOS;var STYLE_INTERFACE;var RACINE_XSL;var RACINE_STYLES;var RACINE_STYLE;var LISTE_L="";var LISTE_BL="";var SYNC_CORRIGE_ITEM="";var PLAN_DROIT=false;var MENU_BAS=false;window.onbeforeunload=LMS_veutQuitter;var depuisFenGNR=false;function LMS_init(version){serveur=new LMSLocal();serveur.init(version);try {if (window.opener!=null&&window.opener.top.liste!=null&&window.opener.top.liste.DOMArbo!=null){lesson_mode="browse";depuisFenGNR=true;}} catch(e){}var strLoc=window.location.href;var indexD=strLoc.lastIndexOf("index.htm");if (indexD<0){indexD=strLoc.lastIndexOf("start.hta");}if (indexD<0 && strLoc.indexOf(".htm")<0 && strLoc.substring(strLoc.length-1)=="/"){indexD=strLoc.length;}if (indexD>0){RACINE_stage=strLoc.substring(0,indexD);var refCods=RACINE_stage.substring(0,RACINE_stage.length-1);var indeB=refCods.lastIndexOf("/");serveur.codeStage=refCods.substring(indeB+1);RACINE_STYLE=RACINE_stage+"MosMtr/ressources/style/";RACINE_XSL=RACINE_STYLE+"xsl/local/";var depuisFen=false;if (!depuisFenGNR){try {if (window.opener!=null){depuisFen=true;}} catch(e){}}if (depuisFenGNR||depuisFen){try{if (FEN_X!='' && FEN_Y!=''){ FEN_X=Number(FEN_X);if (FEN_X<0){FEN_X=window.screen.width+FEN_X;} FEN_Y=Number(FEN_Y);if (FEN_Y<0){FEN_Y=window.screen.height+FEN_Y;}if (!isNaN(FEN_X)&&!isNaN(FEN_Y)){window.moveTo(FEN_X,FEN_Y);}}if (FEN_L!=''&&FEN_H!=''){ FEN_L=Number(FEN_L);if (FEN_L<0){FEN_L=window.screen.width+FEN_L;}FEN_H=Number(FEN_H);if (FEN_H<0){FEN_H=window.screen.height+FEN_H;}if (!isNaN(FEN_L)&&!isNaN(FEN_H)&&FEN_L>0&&FEN_H>0){if (FEN_L>window.screen.width){FEN_L=window.screen.width;}if (FEN_H>window.screen.height){FEN_H=window.screen.height-25;}window.resizeTo(FEN_L,FEN_H);}}if (depuisFenGNR){serveur.vMos_prenom=window.opener.top.menu.prenomCMI;serveur.vMos_nom=window.opener.top.menu.nomCMI;} else {serveur.vMos_prenom=window.opener.prenom;serveur.vMos_nom=window.opener.nom;}}catch(e){}}var cadres = document.getElementById("frame2");if (cadres.cols.indexOf("*,")==0){PLAN_DROIT=true;}} else {var indSrv=strLoc.toLowerCase().lastIndexOf("/mossrv/");if (indSrv>0 && strLoc.indexOf("/lms")>0){SUR_CHORUS=true;var pStage;var echecCNX=true;var pId=donneParam("idk");if (pId!=""){pId=PF_decrypte(pId);} else {pId=donneParam("id");}serveur.vMos_id=pId;var pStage=donneParam("stk");if (pStage!=""){pStage=PF_decrypte(pStage);} else {pStage=donneParam("stg");}RACINE_MOS=strLoc.substring(0,indSrv)+"/";serveur.codeStage=pStage;serveur.vMos_lang=donneParam("lang");if (serveur.vMos_lang==""){serveur.vMos_lang="en";}STYLE_INTERFACE=donneParam("style");if (STYLE_INTERFACE==""){STYLE_INTERFACE="standard";}RACINE_STYLES=RACINE_MOS+"MosData/MosStyleMgr/styles/";RACINE_STYLE=RACINE_STYLES+STYLE_INTERFACE+"/";RACINE_XSL=RACINE_STYLE+"xsl/";if (pId=="_adminvsr" && top.opener && top.opener.top.haut && top.opener.top.serveur){lesson_mode="browse";SUR_CHORUS_ADM=true;serveur.vMos_nom=top.opener.top.serveur.nom;serveur.vMos_prenom=top.opener.top.serveur.prenom;} else if (pId=="_thumbnail"){lesson_mode="browse";} else {try {if (window.opener!=null){if (window.opener.valProfil){serveur.vMos_nom=window.opener.valProfil("lastName");serveur.vMos_prenom=window.opener.valProfil("firstName");} else if (window.opener.top.serveur){serveur.vMos_nom=window.opener.top.serveur.vMos_nom;serveur.vMos_prenom=window.opener.top.serveur.vMos_prenom;}if (serveur.vMos_nom!="" && window.opener.oProfil.childNodes.length>0){echecCNX=false;}}} catch(e){}if (echecCNX && donneParam("syncCrgItm")!=""){if (donneParam("dispCdr")=="0,0,0"){echecCNX=false;SYNC_CORRIGE_ITEM=donneParam("syncCrgItm");}}if (echecCNX){if (genereIdSession().substring(3)==donneParam("atn").substring(3)){echecCNX=false;} else {initBiscuit();if (leBiscuit.mpk=="" && pId.indexOf("_u")==0){leBiscuit.mpk=PF_crypte("no");leBiscuit.idUtil="";leBiscuit.enregistrer();}if (leBiscuit.mpk!=""){if (authentifierLMS(pId,leBiscuit.mpk)){echecCNX=false;}}if (echecCNX){IU_chargerLangue(serveur.vMos_lang);var nlex=donneLex(402);nlex=nlex.replace("USER_ID",pId);var nMotPasse=prompt(nlex,"");if (nMotPasse!=null && nMotPasse!=""){var mpK0=PF_crypte(nMotPasse);if (authentifierLMS(pId,mpK0)){echecCNX=false;leBiscuit.mpk=mpK0;leBiscuit.enregistrer();}}}}}if (echecCNX){serveur.codeStage="";alert(donneLex(4));return false;}var pGroupe=donneParam("grk");if (pGroupe!=""){pGroupe=PF_decrypte(pGroupe);} else {pGroupe=donneParam("grp");}serveur.codeGroupe=pGroupe;}if (pStage.indexOf("[_MOSLCMS]")==0){pStage=pStage.substring(10);lesson_mode="browse";activiteUnique=true;}if (strLoc.indexOf("rv/lmsB")>0){MENU_BAS=true;}RACINE_stage=RACINE_MOS+"MosPub/"+pStage+"/";if (strLoc.indexOf("D.html?")>0){PLAN_DROIT=true;}var dispCdr=donneParam("dispCdr").split(",");if (dispCdr.length>2){LISTE_L=dispCdr[1];LISTE_BL=dispCdr[2];dimCadres(dispCdr[0],LISTE_L);}}}if (!SUR_CHORUS){var csync=donneParam("sync");if (csync!=""){indeB=refCods.lastIndexOf("/MosPub/");if (csync=="1"){FICH_PARCOURS=refCods.substring(0,indeB)+"/MosData/player/parc/"+serveur.codeStage+".xml";FICH_PARCOURS=FICH_PARCOURS.replace(/file:\/\/\//,'');FICH_PARCOURS=FICH_PARCOURS.replace(/\//g,"\\");FICH_PARCOURS=unescape(FICH_PARCOURS);try {sysFich=window.opener.mosUTF;}catch(e){sysFich=null;}} if (csync=="2"){lesson_mode="normal";FICH_PARCOURS=refCods.substring(0,indeB)+"/MosData/MosGnr/parc/"+serveur.codeStage+".xml";}}}if (tabLex==null){IU_chargerLangue(serveur.vMos_lang);}if (serveur.codeStage!=""){API_1484_11=new APIAdapter();if (SUR_CHORUS){window.planLMS.location="plan.html";} else {window.planLMS.location="MosMtr/gen/plan.html";}}}function LMS_quitter(){if (API_1484_11==null){return ;}if (window.planLMS.itemCourant!=null && !serveur.parcoursEnAttente){window.planLMS.MODE_PREEMPTIF=false;var req="abandonAll";if (planLMS.masqueSuspendre){req="exitAll";}if (planLMS.masqueSortie){req="suspendAll";}window.planLMS.overallSequencing(req);}} function LMS_persisteParcours(asynchrone,enrTentative){if (lesson_mode!="normal" && (!enrTentative || modeTentative=="aucune") && !persisteSSP){return false;}if ((FICH_PARCOURS!=""||(SUR_CHORUS&&!SUR_CHORUS_ADM)) && !parcoursEnregistre){remonterTempsTot(API_1484_11.activite);var oRacMan=planLMS.DOMManifest.documentElement;var oPersiste=oRacMan.cloneNode(true);oPersiste.removeAttribute("version");oPersiste.setAttribute("codeStage",serveur.codeStage);oPersiste.setAttribute("codeInscription",serveur.codeInscription);oPersiste.setAttribute("idU",serveur.vMos_id);if (SUR_CHORUS){oPersiste.setAttribute("modeTentative",modeTentative);oPersiste.setAttribute("codeGroupe",planLMS.codeGroupeParc);oPersiste.setAttribute("depuisChorus","oui");oPersiste.removeAttribute("dateCompletion");oPersiste.removeAttribute("dateValidation");oPersiste.removeAttribute("dateEntre");oPersiste.removeAttribute("dateAcces");oPersiste.removeAttribute("evtCompletion");oPersiste.removeAttribute("evtValidation");}var orga=XML_premierNoeud(oPersiste,"organization");var oAlocGlo=XML_fils(oPersiste,"allocationsGlobales");if (oAlocGlo!=null){if (oAlocGlo.firstChild){if (SUR_CHORUS){var oAllocV=XML_trouveNoeud(oAlocGlo,"allocation","modif","non");while (oAllocV!=null){oAllocV.parentNode.removeChild(oAllocV);oAllocV=XML_trouveNoeud(oAlocGlo,"allocation","modif","non");}}var oAllocV=XML_trouveNoeud(planLMS.allocationsGlobales,"allocation","modif","oui");while (oAllocV!=null){oAllocV.setAttribute("modif","non");oAllocV=XML_trouveNoeud(planLMS.allocationsGlobales,"allocation","modif","oui");}}if (!oAlocGlo.firstChild){oPersiste.removeChild(oAlocGlo);}}if (lesson_mode!="normal"){orga.parentNode.removeChild(orga);oPersiste.setAttribute("enregistreParcours","non");} else {nettoieItem(orga);var oSupp=XML_premierNoeudNS(orga,"imsss","minNormalizedMeasure");while (oSupp!=null){oSupp.parentNode.removeChild(oSupp);oSupp=XML_premierNoeudNS(orga,"imsss","minNormalizedMeasure");}oSupp=XML_premierNoeudNS(orga,"imsss","mapInfo");while (oSupp!=null){oSupp.parentNode.removeChild(oSupp);oSupp=XML_premierNoeudNS(orga,"imsss","mapInfo");}var ltitre=XML_fils(orga,"title");if (ltitre!=null){orga.removeChild(ltitre);}var ressourcesTmp=XML_premierNoeud(oPersiste,"resources");if (ressourcesTmp!=null){ressourcesTmp.parentNode.removeChild(ressourcesTmp);}var oCont=XML_fils(oPersiste,"objectifsGlobaux");if (oCont!=null){var tObj=oCont.firstChild;while (tObj!=null){var osuiv=tObj.nextSibling;if (SUR_CHORUS){if (PF_attr(tObj,"modification")!="true"){tObj.parentNode.removeChild(tObj);}}tObj=osuiv;}}if (!oCont.firstChild){oPersiste.removeChild(oCont);}}var gardeReponses=XML_fils(oRacMan,"gardeReponses");if (gardeReponses!=null){gardeReponses.removeAttribute("modifGR");}oPersiste.removeAttribute("xmlns:adlnav");oPersiste.removeAttribute("xmlns:xsi");var resXML=serialiserXML(oPersiste);if (SUR_CHORUS){cibleASP=RACINE_MOS+"MosSrv/aspx/SRV_parcours.aspx";if (asynchrone){SYS_lancerOperations(resXML,true);} else {var oRetour=SYS_lancerOperationsRetour(resXML,"enregistrerParcours");if (oRetour!=null && XML_texteNoeud(oRetour)=="OK"){retourParcoursEnregistre();}}} else {var loca=FICH_PARCOURS;if (depuisFenGNR){window.opener.top.menu.GTR_enregistrerParcoursAuteur(resXML);parcoursEnregistre=true;persisteSSP=false;} else {if (!estMoz){if (sysFich==null){sysFich=new ActiveXObject("MOSUTF.ctlConvert");}if (sysFich!=null){sysFich.createUTF8File(resXML,loca,false);parcoursEnregistre=true;persisteSSP=false;try{window.opener.ATR_retourParc(serveur.codeStage);}catch(e){}}} else {alert("Can't save progress information with Mozilla Firefox.");}}}}} function LMS_modePleinEcran(){window.moveTo(0,0);window.resizeTo(window.screen.width,window.screen.height);}function LMS_masquerCadres(){try {window.planLMS.document.getElementsByTagName("html")[0].style.display="none";window.haut.document.getElementsByTagName("html")[0].style.display="none";window.planLMS.document.body.style.display="none";window.haut.document.body.style.display="none";if (window.opener==null){dimCadres(0,0);}} catch(e){}}function LMS_fermer(){LMS_masquerCadres();API_1484_11=null;if (parent.planLMS.COMPATIBLE_SCORM12){API=null;}if (passeParVeutQuitter){return ;}if (donneParam("hrq")!=""){window.location=RACINE_MOS+"MosSrv/index.htm?id="+serveur.vMos_id+"#htq"+donneParam("hrq");} else if (window.opener!=null){if (SUR_CHORUS){try {if (window.opener.oFenCursus){window.opener.oFenCursus.location.reload();}}catch(e){}}window.close();} else {if (SUR_CHORUS){parent.contenuLMS.location=window.planLMS.adrPageDefaut("quit");} else {parent.contenuLMS.location=parent.RACINE_stage+"MosMtr/gen/blanc.htm";window.close();}}}function donneParam(nomP){ var res=''; var params=window.location.search; if (params!=""&&(params.indexOf('%26')>0)){params=params.replace(/%26/,'&');} var ind=params.indexOf(nomP+'='); if (ind>0){ var reste=params.substring(ind+nomP.length+1,params.length); var indexFin=reste.indexOf('&'); if (indexFin<0){indexFin=params.length;} res= reste.substring(0,indexFin); } return res;}function getDateServeur(mode){var resu='';var dateJS=new Date();var moisServeur="0";var jourServeur="0";var anneeServeur=dateJS.getUTCFullYear();if (dateJS.getUTCMonth()+1<10){moisServeur = moisServeur + (dateJS.getUTCMonth()+1).toString();}else{moisServeur=dateJS.getUTCMonth()+1;}if (dateJS.getUTCDate()<10){jourServeur = jourServeur + (dateJS.getUTCDate()).toString();}else{jourServeur=dateJS.getUTCDate();} if (mode=='yyyymmjj'){ resu=anneeServeur+ "-" + moisServeur + "-" + jourServeur;} else {var heureServeur="0";var minutesServeur="0";var secondesServeur="0"; if (dateJS.getUTCHours()<10){heureServeur+=(dateJS.getUTCHours()).toString();}else {heureServeur=dateJS.getUTCHours();}if (dateJS.getUTCMinutes()<10){minutesServeur+=(dateJS.getUTCMinutes()).toString();}else {minutesServeur=dateJS.getUTCMinutes();}if (dateJS.getUTCSeconds()<10){secondesServeur+=(dateJS.getUTCSeconds()).toString();}else{secondesServeur=dateJS.getUTCSeconds();} resu=anneeServeur+ "-" + moisServeur + "-" + jourServeur + "T" + heureServeur + ":" + minutesServeur + ":" + secondesServeur;}return resu;}function LMS_allerPrecedent(){window.haut.NAVIG_allerPrecedent();}function LMS_allerSuivant(){window.haut.NAVIG_allerSuivant();}function LMS_ouvrirGlossaire(){var largeur = 10;var hauteur = 10;var position="left="+largeur+",top="+hauteur+",screenX="+largeur+",screenY="+hauteur+",";var src=RACINE_stage+"MosMtr/ressources/style/glossaire.htm?ver="+serveur.version;if ((window.contenuLMS!=null)&&(window.contenuLMS.oSco!=null)){if (window.contenuLMS.oSco.refGlo!=''){src=RACINE_stage+"../"+window.contenuLMS.oSco.refGlo+"/MosMtr/ressources/style/glossaire.htm?ver="+serveur.version;}}var taille="width=800,height=560";if (screen.width>1000){taille="width=960,height=680";}var fen=window.open(src,'Glossaire','toolbar=no,status=no,menubar=no,'+taille+','+position+'scrollbars=no,resizable=yes');fen.focus();}var passeParVeutQuitter=false;function LMS_veutQuitter(event){if (API_1484_11==null){return ;}passeParVeutQuitter=true;if (API_1484_11.etatCommunication=="enCours"){API_1484_11.scoEnAttente=true;var messageAttention=true;try {window.contenuLMS.SCO_quitter();API_1484_11.etatCommunication="";messageAttention=false;} catch(e){}if (messageAttention){passeParVeutQuitter=false;var nl1=191;var nl2=192;if (!SUR_CHORUS){nl1=76;var nl2=77;}var msg=donneLex(nl1)+"\n"+donneLex(nl2);return msg;}}var actionQuit="suspendAll";var prendActionInterface=true;if (window.planLMS.itemCourant!=null){if (planLMS.masqueSuspendre){actionQuit="exitAll";prendActionInterface=false;}if (planLMS.masqueSortie){actionQuit="suspendAll";prendActionInterface=false;}} if (prendActionInterface){try {var lesliens=window.haut.document.getElementsByTagName("a");for (var i=0;i<lesliens.length;i++){if (lesliens[i].href.indexOf("NAVIG_retour('exitAll')")>=0){actionQuit="exitAll";}}}catch(e){}}window.haut.NAVIG_retour(actionQuit);}function nettoieItem(itemTmp){var filsitem=XML_fils(itemTmp,"item");if (filsitem==null && PF_attr(itemTmp,"activityProgressStatus")!="true"){itemTmp.parentNode.removeChild(itemTmp);return ;} itemTmp.removeAttribute("nom");itemTmp.removeAttribute("identifierref");itemTmp.removeAttribute("listeRemonte");itemTmp.removeAttribute("planDejaFait");supprEltItm(itemTmp,"adlcp","dataFromLMS");supprEltItm(itemTmp,"adlcp","timeLimitAction");oSeq=XML_filsNS(itemTmp,"imsss","sequencing");if (PF_attr(itemTmp,"activityProgressStatus")=="true"){if (PF_attr(itemTmp,"activityIsActive")=="false"){itemTmp.removeAttribute("activityIsActive");}if (PF_attr(itemTmp,"activityIsSuspended")=="false"){itemTmp.removeAttribute("activityIsSuspended");}oSeq=XML_filsNS(itemTmp,"imsss","sequencing");if (oSeq!=null){var oBjs=XML_filsNS(oSeq,"imsss","objectives");if (oBjs!=null && oBjs.childNodes.length>0){for (var no=0;no<oBjs.childNodes.length;no++){var objtm=oBjs.childNodes[no];if (objtm.nodeType==1){objtm.removeAttribute("satisfiedByMeasure");}}itemTmp.appendChild(oBjs);}}}if (oSeq!=null){itemTmp.removeChild(oSeq);}supprEltItm(itemTmp,"adlnav","presentation");while ((filsitem!=null)&&(filsitem.nodeName=="item")){var oSuiv=filsitem.nextSibling;nettoieItem(filsitem);filsitem=oSuiv;}}function supprEltItm(oI,ns,nom){var oSeq=XML_filsNS(oI,ns,nom);if (oSeq!=null){oI.removeChild(oSeq);}}function LMSLocal() {this.codeStage;this.codeGroupe="";this.titreStage;this.parcoursEnAttente=false;this.vMos_id=""; this.vMos_nom=""; this.vMos_prenom="";this.codeInscription="";this.version;this.largeurCol=0;this.vMos_lang="";this.init = csLMS_init;}function csLMS_init(version){this.version=version;}function donneActivite(idActivite){if (idActivite==itemRacine.getAttribute("identifier")){return itemRacine;} else {return XML_trouveNoeud(itemRacine,"item","identifier",idActivite);}}function serviceAccesMD(){var tabParam=new Array();tabParam[0]="userID##"+serveur.vMos_id;tabParam[1]="courseID##"+serveur.codeStage;tabParam[2]="resourceID##"+donneParam("sco");SYS_service("accesRessource",tabParam);}function dimCadres(haut,larg){if (haut.toString()!=''){var oFr=document.getElementById('frame1');var nVal=haut+",*";if (MENU_BAS){nVal="*,"+haut;}if (oFr.rows!=nVal){oFr.rows=nVal;}}if (larg.toString()!=''){if (larg!=0){serveur.largeurCol=larg;}var oFr=document.getElementById('frame2');var nVal=larg+",*";if (PLAN_DROIT){nVal="*,"+larg;}if (oFr.cols!=nVal){oFr.cols=nVal;}}}function authentifierLMS(idU,mpUK){var tabParam=new Array();tabParam[0]="userID##"+PF_crypte(idU);tabParam[1]="userPassword##"+mpUK;tabParam[2]="isEncrypted##true";var oRetour=SYS_service("authenticateUser",tabParam);if (XML_texteNoeud(XML_fils(oRetour,"isAuthenticated"))=="true"){return true;}return false;}function Biscuit(){this.$document;this.$name;this.$domain;this.$path;this.$secure;this.idUtil=''; this.mpk='';this.langue=''; this.derSco=''; this.derService=''; this.init=BIS_init;this.charger=BIS_charger;this.enregistrer=BIS_enregistrer;}function BIS_init(document, name, hours, path, domain, secure) { this.$document = document; this.$name = name; if (hours) this.$expiration = new Date((new Date()).getTime() + hours*3600000); else this.$expiration = null; if (path) this.$path = path; else this.$path = null; if (domain) this.$domain = domain; else this.$domain = null; if (secure) this.$secure = true; else this.$secure = false;}function BIS_enregistrer(){ var cookieval = ""; for(var prop in this) { if ((prop.charAt(0) == '$') || ((typeof this[prop]) == 'function')) continue; if (cookieval != "") cookieval += '&'; cookieval += prop + ':' + escape(this[prop]); } var cookie = this.$name + '=' + cookieval; if (this.$expiration) cookie += '; expires=' + this.$expiration.toGMTString(); if (this.$path) cookie += '; path=' + this.$path; if (this.$domain) cookie += '; domain=' + this.$domain; if (this.$secure) cookie += '; secure'; this.$document.cookie = cookie;}function BIS_charger(){ var allcookies = this.$document.cookie; if (allcookies == "") return false; var start = allcookies.indexOf(this.$name + '='); if (start == -1) return false; start += this.$name.length + 1; var end = allcookies.indexOf(';', start); if (end == -1) end = allcookies.length; var cookieval = allcookies.substring(start, end); var a = cookieval.split('&'); for(var i=0; i < a.length; i++) a[i] = a[i].split(':'); for(var i = 0; i < a.length; i++) { this[a[i][0]] = unescape(a[i][1]); } return true;}function initBiscuit(){leBiscuit = new Biscuit();leBiscuit.init(this.document,"BiscuitIU5",57000);leBiscuit.charger();}function retourneServiceParcours(codeStage0){var tabParam=new Array;ajTParam(tabParam,"userID",serveur.vMos_id);ajTParam(tabParam,"userTimeOffset",donneFuseauMin());ajTParam(tabParam,"userLanguage",serveur.vMos_lang);ajTParam(tabParam,"courseID",codeStage0);ajTParam(tabParam,"interfaceName",STYLE_INTERFACE);return SYS_service("getSingleCourse",tabParam);}function openCourseLMS(codeStage0){if (!SUR_CHORUS){return alert("Opening the course requires to be logged to MOS Chorus.");}var oRetour=retourneServiceParcours(codeStage0);var objParcours=XML_noeudEgal(oRetour,"courseID",codeStage0);if (objParcours!=null){objParcours=objParcours.parentNode;if (paramRetour(objParcours,"groupID")!=""){return lancerParcours(objParcours,"");}}var msg="The course '"+codeStage0+"' is not accessible.";if (serveur.vMos_lang=="fr"){msg="Le parcours '"+codeStage0+"' n'est pas accessible.";}var noAccessReason=oRetour.getAttribute("noAccessReason");if (noAccessReason==null){noAccessReason="";}if (noAccessReason!=""){msg=infoRefus(noAccessReason);}alert(msg);}function infoRefus(info){var lex="";var numR=0;if (info=="no_rule"){numR=462;}if (info=="no_group"){numR=17;}if (info=="allow_rule"){numR=18;}if (info=="deny_rule"){numR=222;}if (info=="bad_date"){numR=461;}if (info=="bad_date_rule"){numR=461;}if (info=="seq_rule"){numR=463;}if (info=="no_time_left"){numR=532;}if (numR==0){return donneLex(16);}return donneLex(16)+" "+donneLex(numR);}function lancerParcours(objLance,idSco){var codeStg=paramRetour(objLance,"courseID");var codeGrp;var estInscrit=false;if (paramRetour(objLance,"isEnrolled")=="true"){estInscrit=true;} else {codeGrp=paramRetour(objLance,"groupID");}if (paramRetour(objLance,"accessDeniedByDate")=="true"){var dateDepart=paramRetour(objLance,"startDate");if (dateDepart!=""){dateDepart=IU_afficheDate(dateDepart,true);alert(donneLex(527).replace("DATE",dateDepart));}var dateFin=paramRetour(objLance,"endDate");if (dateFin!=""){dateFin=IU_afficheDate(dateFin,true);alert(donneLex(541).replace("DATE",dateFin));}var creneau=paramRetour(objLance,"timeWindow");if (creneau!=""){alert(donneLex(528)+"\n"+creneau);}if (paramRetour(objLance,"noTimeLeft")=="true"){alert(donneLex(532));}return ;}if (paramRetour(objLance,"accessDeniedByRule")=="true"){alert(donneLex(222));return ;}var prm="&atn="+genereIdSession();prm+="&idk="+PF_crypte(serveur.vMos_id)+"&stk="+PF_crypte(codeStg);if (!estInscrit){prm+="&grk="+PF_crypte(codeGrp);}prm+="&lang="+serveur.vMos_lang;if (paramRetour(objLance,"showGroup")!="true" && prm.indexOf("&vgp=")<0){prm+="&vgp=0";}if (idSco!=""){prm+="&sco="+idSco;}var ref=paramRetour(objLance,"courseURL")+prm;var nomFen="LMS_"+codeStg;nomFen=nomFen.replace(/\W/g,"_");var styleLMS=paramRetour(objLance,"styleLMS");if (styleLMS==""){styleLMS=STYLE_INTERFACE;}var DOMMDStyleLms=IU_objDom();DOMMDStyleLms.load(RACINE_STYLES+styleLMS+"/md_style.xml");var oMDStyleLms=DOMMDStyleLms.documentElement;var fpos="";var vdisp=PF_attr(oMDStyleLms,"LMS_FEN_X");if (vdisp!=''){ vdisp=Number(vdisp);if (vdisp<0){vdisp=window.screen.width+vdisp;}fpos+=",left="+vdisp;}vdisp=PF_attr(oMDStyleLms,"LMS_FEN_Y");if (vdisp!=""){vdisp=Number(vdisp);if (vdisp<0){vdisp=window.screen.height+vdisp;}fpos+=",top="+vdisp;}vdisp=PF_attr(oMDStyleLms,"LMS_FEN_L");if (vdisp==""){vdisp=window.screen.width-6;if (vdisp>1280){vdisp=1280;}}vdisp=Number(vdisp);if (vdisp<0){vdisp=window.screen.width+vdisp;}fpos+=",width="+vdisp;vdisp=PF_attr(oMDStyleLms,"LMS_FEN_H");if (vdisp==""){vdisp=window.screen.height-75;if (vdisp>1024){vdisp=1024;}}vdisp=Number(vdisp);if (vdisp<0){vdisp=window.screen.height+vdisp;}fpos+=",height="+vdisp;var fenl=window.open(ref,nomFen,"toolbar=no,menubar=no,location=no,scrollbar=no,resizable=yes,status=yes"+fpos);fenl.focus();}function LMS_afficherDiplome(){if (SUR_CHORUS){if (API_1484_11!=null && API_1484_11.etatCommunication=="enCours" && !window.planLMS.SUIVI_DESACTIVE){var tempsTotal=PF_attr(planLMS.DOMManifest.documentElement,"tempsTotal");if (tempsTotal==""){remonterTempsTot(API_1484_11.activite);}}setTimeout(ouvreFenDipl,500);} else {alert("This feature only works in MOS Chorus.");}}function remonterTempsTot(oPere){while (oPere!=null && !window.planLMS.estRacine(oPere)){oPere=oPere.parentNode;window.planLMS.durationRollup(oPere);}}function ouvreFenDipl(){var idStg=serveur.codeStage;var nomFen=idStg.replace(/\W/g,"")+serveur.vMos_id.replace(/\W/g,"");var fenb=window.open(RACINE_MOS+"MosSrv/aspx/diplm.aspx?ref="+PF_crypte(serveur.vMos_id+"##"+idStg)+"&style="+STYLE_INTERFACE+"&lang="+serveur.vMos_lang,"dipl"+nomFen,"toolbar=yes,resizable=yes,menubar=yes,status=no,location=no,width=700,top=30,left=120,heigth=550");fenb.focus();}function LMS_editPgGnr(params){if (!SUR_CHORUS){alert("You must be logged to MOS Chorus to edit the page.");return ;}var site="";var objParcours=XML_noeudEgal(retourneServiceParcours(serveur.codeStage),"courseID",serveur.codeStage);if (objParcours!=null){objParcours=objParcours.parentNode;var src=RACINE_MOS+"MosGnr/MosGnr.htm?lang="+serveur.vMos_lang+"&stg="+serveur.codeStage+"&site="+paramRetour(objParcours,"site")+"&id="+serveur.vMos_id+"&roleMng=0001&actionIU=editerRessource";var fen=window.open(src+params,"MosGnr"+serveur.codeStage,paramFenOutil());fen.focus();}}function paramFenOutil(){var ww = window.screen.availWidth-7;if (ww>1280){ww=1280;} var hh = window.screen.availHeight-56; var position="top=0,left=0";if (estMoz){position="left="+window.screen.availLeft+",top="+window.screen.availTop;}return "toolbar=no,menubar=no,scrollbar=no,resizable=yes,status=yes,width="+ww+",height="+hh+","+position;}function retourServiceASync(oRetour,nomSrv){ if (nomSrv=="enregistrerParcours" && XML_texteNoeud(oRetour)=="OK"){ retourParcoursEnregistre(); }}function retourParcoursEnregistre(){if (!parcoursEnregistre){parcoursEnregistre=true;persisteSSP=false;var oRacRet=planLMS.DOMManifest.documentElement;if ((planLMS.modeExploration=="valide" && PF_attr(oRacRet,"etatValidation")=="true") || (planLMS.modeExploration=="complete" && PF_attr(oRacRet,"etatParcours")=="completed")){lesson_mode="review";}if (planLMS.modifEtatMembre){planLMS.modifEtatMembre=false;try {if (window.opener && window.opener.oZoneContenu!=null){window.opener.IU_majParcoursAffiche(serveur.codeStage,PF_attr(oRacRet,"etatParcours"),PF_attr(oRacRet,"etatValidation"));}}catch(e){}}var oCont=XML_fils(oRacRet,"objectifsGlobaux");if (oCont!=null){var oExisteObjMod=XML_trouveNoeud(oCont,"objectif","modification","true");while (oExisteObjMod!=null){oExisteObjMod.removeAttribute("modification");oExisteObjMod=XML_trouveNoeud(oCont,"objectif","modification","true");}}var gardeReponses=XML_fils(oRacRet,"gardeReponses");if (gardeReponses && PF_attr(gardeReponses,"modifGR")==""){gardeReponses.parentNode.removeChild(gardeReponses);}}}
+var serveur;
+var leBiscuit;
+var RACINE_stage;
+var sysFich = null;
+var FICH_PARCOURS = "";
+var lesson_mode = "normal";
+var modeTentative = "";
+var parcoursEnregistre = false;
+var activiteUnique = false;
+var SUR_CHORUS = false;
+var SUR_CHORUS_ADM = false;
+var RACINE_MOS;
+var STYLE_INTERFACE;
+var RACINE_XSL;
+var RACINE_STYLES;
+var RACINE_STYLE;
+var LISTE_L = "";
+var LISTE_BL = "";
+var SYNC_CORRIGE_ITEM = "";
+var PLAN_DROIT = false;
+var MENU_BAS = false;
+window.onbeforeunload = LMS_veutQuitter;
+var depuisFenGNR = false;
+
+function LMS_init(version) {
+    serveur = new LMSLocal();
+    serveur.init(version);
+    try {
+        if (window.opener != null && window.opener.top.liste != null && window.opener.top.liste.DOMArbo != null) {
+            lesson_mode = "browse";
+            depuisFenGNR = true;
+        }
+    } catch (e) {
+    }
+    var strLoc = window.location.href;
+    var indexD = strLoc.lastIndexOf("index.htm");
+    if (indexD < 0) {
+        indexD = strLoc.lastIndexOf("start.hta");
+    }
+    if (indexD < 0 && strLoc.indexOf(".htm") < 0 && strLoc.substring(strLoc.length - 1) == "/") {
+        indexD = strLoc.length;
+    }
+    if (indexD > 0) {
+        RACINE_stage = strLoc.substring(0, indexD);
+        var refCods = RACINE_stage.substring(0, RACINE_stage.length - 1);
+        var indeB = refCods.lastIndexOf("/");
+        serveur.codeStage = refCods.substring(indeB + 1);
+        RACINE_STYLE = RACINE_stage + "MosMtr/ressources/style/";
+        RACINE_XSL = RACINE_STYLE + "xsl/local/";
+        var depuisFen = false;
+        if (!depuisFenGNR) {
+            try {
+                if (window.opener != null) {
+                    depuisFen = true;
+                }
+            } catch (e) {
+            }
+        }
+        if (depuisFenGNR || depuisFen) {
+            try {
+                if (FEN_X != '' && FEN_Y != '') {
+                    FEN_X = Number(FEN_X);
+                    if (FEN_X < 0) {
+                        FEN_X = window.screen.width + FEN_X;
+                    }
+                    FEN_Y = Number(FEN_Y);
+                    if (FEN_Y < 0) {
+                        FEN_Y = window.screen.height + FEN_Y;
+                    }
+                    if (!isNaN(FEN_X) && !isNaN(FEN_Y)) {
+                        window.moveTo(FEN_X, FEN_Y);
+                    }
+                }
+                if (FEN_L != '' && FEN_H != '') {
+                    FEN_L = Number(FEN_L);
+                    if (FEN_L < 0) {
+                        FEN_L = window.screen.width + FEN_L;
+                    }
+                    FEN_H = Number(FEN_H);
+                    if (FEN_H < 0) {
+                        FEN_H = window.screen.height + FEN_H;
+                    }
+                    if (!isNaN(FEN_L) && !isNaN(FEN_H) && FEN_L > 0 && FEN_H > 0) {
+                        if (FEN_L > window.screen.width) {
+                            FEN_L = window.screen.width;
+                        }
+                        if (FEN_H > window.screen.height) {
+                            FEN_H = window.screen.height - 25;
+                        }
+                        window.resizeTo(FEN_L, FEN_H);
+                    }
+                }
+                if (depuisFenGNR) {
+                    serveur.vMos_prenom = window.opener.top.menu.prenomCMI;
+                    serveur.vMos_nom = window.opener.top.menu.nomCMI;
+                } else {
+                    serveur.vMos_prenom = window.opener.prenom;
+                    serveur.vMos_nom = window.opener.nom;
+                }
+            } catch (e) {
+            }
+        }
+        var cadres = document.getElementById("frame2");
+        if (cadres.cols.indexOf("*,") == 0) {
+            PLAN_DROIT = true;
+        }
+    } else {
+        var indSrv = strLoc.toLowerCase().lastIndexOf("/mossrv/");
+        if (indSrv > 0 && strLoc.indexOf("/lms") > 0) {
+            SUR_CHORUS = true;
+            var pStage;
+            var echecCNX = true;
+            var pId = donneParam("idk");
+            if (pId != "") {
+                pId = PF_decrypte(pId);
+            } else {
+                pId = donneParam("id");
+            }
+            serveur.vMos_id = pId;
+            var pStage = donneParam("stk");
+            if (pStage != "") {
+                pStage = PF_decrypte(pStage);
+            } else {
+                pStage = donneParam("stg");
+            }
+            RACINE_MOS = strLoc.substring(0, indSrv) + "/";
+            serveur.codeStage = pStage;
+            serveur.vMos_lang = donneParam("lang");
+            if (serveur.vMos_lang == "") {
+                serveur.vMos_lang = "en";
+            }
+            STYLE_INTERFACE = donneParam("style");
+            if (STYLE_INTERFACE == "") {
+                STYLE_INTERFACE = "standard";
+            }
+            RACINE_STYLES = RACINE_MOS + "MosData/MosStyleMgr/styles/";
+            RACINE_STYLE = RACINE_STYLES + STYLE_INTERFACE + "/";
+            RACINE_XSL = RACINE_STYLE + "xsl/";
+            if (pId == "_adminvsr" && top.opener && top.opener.top.haut && top.opener.top.serveur) {
+                lesson_mode = "browse";
+                SUR_CHORUS_ADM = true;
+                serveur.vMos_nom = top.opener.top.serveur.nom;
+                serveur.vMos_prenom = top.opener.top.serveur.prenom;
+            } else if (pId == "_thumbnail") {
+                lesson_mode = "browse";
+            } else {
+                try {
+                    if (window.opener != null) {
+                        if (window.opener.valProfil) {
+                            serveur.vMos_nom = window.opener.valProfil("lastName");
+                            serveur.vMos_prenom = window.opener.valProfil("firstName");
+                        } else if (window.opener.top.serveur) {
+                            serveur.vMos_nom = window.opener.top.serveur.vMos_nom;
+                            serveur.vMos_prenom = window.opener.top.serveur.vMos_prenom;
+                        }
+                        if (serveur.vMos_nom != "" && window.opener.oProfil.childNodes.length > 0) {
+                            echecCNX = false;
+                        }
+                    }
+                } catch (e) {
+                }
+                if (echecCNX && donneParam("syncCrgItm") != "") {
+                    if (donneParam("dispCdr") == "0,0,0") {
+                        echecCNX = false;
+                        SYNC_CORRIGE_ITEM = donneParam("syncCrgItm");
+                    }
+                }
+                if (echecCNX) {
+                    if (genereIdSession().substring(3) == donneParam("atn").substring(3)) {
+                        echecCNX = false;
+                    } else {
+                        initBiscuit();
+                        if (leBiscuit.mpk == "" && pId.indexOf("_u") == 0) {
+                            leBiscuit.mpk = PF_crypte("no");
+                            leBiscuit.idUtil = "";
+                            leBiscuit.enregistrer();
+                        }
+                        if (leBiscuit.mpk != "") {
+                            if (authentifierLMS(pId, leBiscuit.mpk)) {
+                                echecCNX = false;
+                            }
+                        }
+                        if (echecCNX) {
+                            IU_chargerLangue(serveur.vMos_lang);
+                            var nlex = donneLex(402);
+                            nlex = nlex.replace("USER_ID", pId);
+                            var nMotPasse = prompt(nlex, "");
+                            if (nMotPasse != null && nMotPasse != "") {
+                                var mpK0 = PF_crypte(nMotPasse);
+                                if (authentifierLMS(pId, mpK0)) {
+                                    echecCNX = false;
+                                    leBiscuit.mpk = mpK0;
+                                    leBiscuit.enregistrer();
+                                }
+                            }
+                        }
+                    }
+                }
+                if (echecCNX) {
+                    serveur.codeStage = "";
+                    alert(donneLex(4));
+                    return false;
+                }
+                var pGroupe = donneParam("grk");
+                if (pGroupe != "") {
+                    pGroupe = PF_decrypte(pGroupe);
+                } else {
+                    pGroupe = donneParam("grp");
+                }
+                serveur.codeGroupe = pGroupe;
+            }
+            if (pStage.indexOf("[_MOSLCMS]") == 0) {
+                pStage = pStage.substring(10);
+                lesson_mode = "browse";
+                activiteUnique = true;
+            }
+            if (strLoc.indexOf("rv/lmsB") > 0) {
+                MENU_BAS = true;
+            }
+            RACINE_stage = RACINE_MOS + "MosPub/" + pStage + "/";
+            if (strLoc.indexOf("D.html?") > 0) {
+                PLAN_DROIT = true;
+            }
+            var dispCdr = donneParam("dispCdr").split(",");
+            if (dispCdr.length > 2) {
+                LISTE_L = dispCdr[1];
+                LISTE_BL = dispCdr[2];
+                dimCadres(dispCdr[0], LISTE_L);
+            }
+        }
+    }
+    if (!SUR_CHORUS) {
+        var csync = donneParam("sync");
+        if (csync != "") {
+            indeB = refCods.lastIndexOf("/MosPub/");
+            if (csync == "1") {
+                FICH_PARCOURS = refCods.substring(0, indeB) + "/MosData/player/parc/" + serveur.codeStage + ".xml";
+                FICH_PARCOURS = FICH_PARCOURS.replace(/file:\/\/\//, '');
+                FICH_PARCOURS = FICH_PARCOURS.replace(/\//g, "\\");
+                FICH_PARCOURS = unescape(FICH_PARCOURS);
+                try {
+                    sysFich = window.opener.mosUTF;
+                } catch (e) {
+                    sysFich = null;
+                }
+            }
+            if (csync == "2") {
+                lesson_mode = "normal";
+                FICH_PARCOURS = refCods.substring(0, indeB) + "/MosData/MosGnr/parc/" + serveur.codeStage + ".xml";
+            }
+        }
+    }
+    if (tabLex == null) {
+        IU_chargerLangue(serveur.vMos_lang);
+    }
+    if (serveur.codeStage != "") {
+        API_1484_11 = new APIAdapter();
+        if (SUR_CHORUS) {
+            window.planLMS.location = "plan.html";
+        } else {
+            window.planLMS.location = "MosMtr/gen/plan.html";
+        }
+    }
+}
+
+function LMS_quitter() {
+    if (API_1484_11 == null) {
+        return;
+    }
+    if (window.planLMS.itemCourant != null && !serveur.parcoursEnAttente) {
+        window.planLMS.MODE_PREEMPTIF = false;
+        var req = "abandonAll";
+        if (planLMS.masqueSuspendre) {
+            req = "exitAll";
+        }
+        if (planLMS.masqueSortie) {
+            req = "suspendAll";
+        }
+        window.planLMS.overallSequencing(req);
+    }
+}
+
+function LMS_persisteParcours(asynchrone, enrTentative) {
+    if (lesson_mode != "normal" && (!enrTentative || modeTentative == "aucune") && !persisteSSP) {
+        return false;
+    }
+    if ((FICH_PARCOURS != "" || (SUR_CHORUS && !SUR_CHORUS_ADM)) && !parcoursEnregistre) {
+        remonterTempsTot(API_1484_11.activite);
+        var oRacMan = planLMS.DOMManifest.documentElement;
+        var oPersiste = oRacMan.cloneNode(true);
+        oPersiste.removeAttribute("version");
+        oPersiste.setAttribute("codeStage", serveur.codeStage);
+        oPersiste.setAttribute("codeInscription", serveur.codeInscription);
+        oPersiste.setAttribute("idU", serveur.vMos_id);
+        if (SUR_CHORUS) {
+            oPersiste.setAttribute("modeTentative", modeTentative);
+            oPersiste.setAttribute("codeGroupe", planLMS.codeGroupeParc);
+            oPersiste.setAttribute("depuisChorus", "oui");
+            oPersiste.removeAttribute("dateCompletion");
+            oPersiste.removeAttribute("dateValidation");
+            oPersiste.removeAttribute("dateEntre");
+            oPersiste.removeAttribute("dateAcces");
+            oPersiste.removeAttribute("evtCompletion");
+            oPersiste.removeAttribute("evtValidation");
+        }
+        var orga = XML_premierNoeud(oPersiste, "organization");
+        var oAlocGlo = XML_fils(oPersiste, "allocationsGlobales");
+        if (oAlocGlo != null) {
+            if (oAlocGlo.firstChild) {
+                if (SUR_CHORUS) {
+                    var oAllocV = XML_trouveNoeud(oAlocGlo, "allocation", "modif", "non");
+                    while (oAllocV != null) {
+                        oAllocV.parentNode.removeChild(oAllocV);
+                        oAllocV = XML_trouveNoeud(oAlocGlo, "allocation", "modif", "non");
+                    }
+                }
+                var oAllocV = XML_trouveNoeud(planLMS.allocationsGlobales, "allocation", "modif", "oui");
+                while (oAllocV != null) {
+                    oAllocV.setAttribute("modif", "non");
+                    oAllocV = XML_trouveNoeud(planLMS.allocationsGlobales, "allocation", "modif", "oui");
+                }
+            }
+            if (!oAlocGlo.firstChild) {
+                oPersiste.removeChild(oAlocGlo);
+            }
+        }
+        if (lesson_mode != "normal") {
+            orga.parentNode.removeChild(orga);
+            oPersiste.setAttribute("enregistreParcours", "non");
+        } else {
+            nettoieItem(orga);
+            var oSupp = XML_premierNoeudNS(orga, "imsss", "minNormalizedMeasure");
+            while (oSupp != null) {
+                oSupp.parentNode.removeChild(oSupp);
+                oSupp = XML_premierNoeudNS(orga, "imsss", "minNormalizedMeasure");
+            }
+            oSupp = XML_premierNoeudNS(orga, "imsss", "mapInfo");
+            while (oSupp != null) {
+                oSupp.parentNode.removeChild(oSupp);
+                oSupp = XML_premierNoeudNS(orga, "imsss", "mapInfo");
+            }
+            var ltitre = XML_fils(orga, "title");
+            if (ltitre != null) {
+                orga.removeChild(ltitre);
+            }
+            var ressourcesTmp = XML_premierNoeud(oPersiste, "resources");
+            if (ressourcesTmp != null) {
+                ressourcesTmp.parentNode.removeChild(ressourcesTmp);
+            }
+            var oCont = XML_fils(oPersiste, "objectifsGlobaux");
+            if (oCont != null) {
+                var tObj = oCont.firstChild;
+                while (tObj != null) {
+                    var osuiv = tObj.nextSibling;
+                    if (SUR_CHORUS) {
+                        if (PF_attr(tObj, "modification") != "true") {
+                            tObj.parentNode.removeChild(tObj);
+                        }
+                    }
+                    tObj = osuiv;
+                }
+            }
+            if (!oCont.firstChild) {
+                oPersiste.removeChild(oCont);
+            }
+        }
+        var gardeReponses = XML_fils(oRacMan, "gardeReponses");
+        if (gardeReponses != null) {
+            gardeReponses.removeAttribute("modifGR");
+        }
+        oPersiste.removeAttribute("xmlns:adlnav");
+        oPersiste.removeAttribute("xmlns:xsi");
+        var resXML = serialiserXML(oPersiste);
+        if (SUR_CHORUS) {
+            cibleASP = RACINE_MOS + "MosSrv/aspx/SRV_parcours.aspx";
+            if (asynchrone) {
+                SYS_lancerOperations(resXML, true);
+            } else {
+                var oRetour = SYS_lancerOperationsRetour(resXML, "enregistrerParcours");
+                if (oRetour != null && XML_texteNoeud(oRetour) == "OK") {
+                    retourParcoursEnregistre();
+                }
+            }
+        } else {
+            var loca = FICH_PARCOURS;
+            if (depuisFenGNR) {
+                window.opener.top.menu.GTR_enregistrerParcoursAuteur(resXML);
+                parcoursEnregistre = true;
+                persisteSSP = false;
+            } else {
+                if (!estMoz) {
+                    if (sysFich == null) {
+                        sysFich = new ActiveXObject("MOSUTF.ctlConvert");
+                    }
+                    if (sysFich != null) {
+                        sysFich.createUTF8File(resXML, loca, false);
+                        parcoursEnregistre = true;
+                        persisteSSP = false;
+                        try {
+                            window.opener.ATR_retourParc(serveur.codeStage);
+                        } catch (e) {
+                        }
+                    }
+                } else {
+                    alert("Can't save progress information with Mozilla Firefox.");
+                }
+            }
+        }
+    }
+}
+
+function LMS_modePleinEcran() {
+    window.moveTo(0, 0);
+    window.resizeTo(window.screen.width, window.screen.height);
+}
+
+function LMS_masquerCadres() {
+    try {
+        window.planLMS.document.getElementsByTagName("html")[0].style.display = "none";
+        window.haut.document.getElementsByTagName("html")[0].style.display = "none";
+        window.planLMS.document.body.style.display = "none";
+        window.haut.document.body.style.display = "none";
+        if (window.opener == null) {
+            dimCadres(0, 0);
+        }
+    } catch (e) {
+    }
+}
+
+function LMS_fermer() {
+    LMS_masquerCadres();
+    API_1484_11 = null;
+    if (parent.planLMS.COMPATIBLE_SCORM12) {
+        API = null;
+    }
+    if (passeParVeutQuitter) {
+        return;
+    }
+    if (donneParam("hrq") != "") {
+        window.location = RACINE_MOS + "MosSrv/index.htm?id=" + serveur.vMos_id + "#htq" + donneParam("hrq");
+    } else if (window.opener != null) {
+        if (SUR_CHORUS) {
+            try {
+                if (window.opener.oFenCursus) {
+                    window.opener.oFenCursus.location.reload();
+                }
+            } catch (e) {
+            }
+        }
+        window.close();
+    } else {
+        if (SUR_CHORUS) {
+            parent.contenuLMS.location = window.planLMS.adrPageDefaut("quit");
+        } else {
+            parent.contenuLMS.location = parent.RACINE_stage + "MosMtr/gen/blanc.htm";
+            window.close();
+        }
+    }
+}
+
+function donneParam(nomP) {
+    var res = '';
+    var params = window.location.search;
+    if (params != "" && (params.indexOf('%26') > 0)) {
+        params = params.replace(/%26/, '&');
+    }
+    var ind = params.indexOf(nomP + '=');
+    if (ind > 0) {
+        var reste = params.substring(ind + nomP.length + 1, params.length);
+        var indexFin = reste.indexOf('&');
+        if (indexFin < 0) {
+            indexFin = params.length;
+        }
+        res = reste.substring(0, indexFin);
+    }
+    return res;
+}
+
+function getDateServeur(mode) {
+    var resu = '';
+    var dateJS = new Date();
+    var moisServeur = "0";
+    var jourServeur = "0";
+    var anneeServeur = dateJS.getUTCFullYear();
+    if (dateJS.getUTCMonth() + 1 < 10) {
+        moisServeur = moisServeur + (dateJS.getUTCMonth() + 1).toString();
+    } else {
+        moisServeur = dateJS.getUTCMonth() + 1;
+    }
+    if (dateJS.getUTCDate() < 10) {
+        jourServeur = jourServeur + (dateJS.getUTCDate()).toString();
+    } else {
+        jourServeur = dateJS.getUTCDate();
+    }
+    if (mode == 'yyyymmjj') {
+        resu = anneeServeur + "-" + moisServeur + "-" + jourServeur;
+    } else {
+        var heureServeur = "0";
+        var minutesServeur = "0";
+        var secondesServeur = "0";
+        if (dateJS.getUTCHours() < 10) {
+            heureServeur += (dateJS.getUTCHours()).toString();
+        } else {
+            heureServeur = dateJS.getUTCHours();
+        }
+        if (dateJS.getUTCMinutes() < 10) {
+            minutesServeur += (dateJS.getUTCMinutes()).toString();
+        } else {
+            minutesServeur = dateJS.getUTCMinutes();
+        }
+        if (dateJS.getUTCSeconds() < 10) {
+            secondesServeur += (dateJS.getUTCSeconds()).toString();
+        } else {
+            secondesServeur = dateJS.getUTCSeconds();
+        }
+        resu = anneeServeur + "-" + moisServeur + "-" + jourServeur + "T" + heureServeur + ":" + minutesServeur + ":" + secondesServeur;
+    }
+    return resu;
+}
+
+function LMS_allerPrecedent() {
+    window.haut.NAVIG_allerPrecedent();
+}
+
+function LMS_allerSuivant() {
+    window.haut.NAVIG_allerSuivant();
+}
+
+function LMS_ouvrirGlossaire() {
+    var largeur = 10;
+    var hauteur = 10;
+    var position = "left=" + largeur + ",top=" + hauteur + ",screenX=" + largeur + ",screenY=" + hauteur + ",";
+    var src = RACINE_stage + "MosMtr/ressources/style/glossaire.htm?ver=" + serveur.version;
+    if ((window.contenuLMS != null) && (window.contenuLMS.oSco != null)) {
+        if (window.contenuLMS.oSco.refGlo != '') {
+            src = RACINE_stage + "../" + window.contenuLMS.oSco.refGlo + "/MosMtr/ressources/style/glossaire.htm?ver=" + serveur.version;
+        }
+    }
+    var taille = "width=800,height=560";
+    if (screen.width > 1000) {
+        taille = "width=960,height=680";
+    }
+    var fen = window.open(src, 'Glossaire', 'toolbar=no,status=no,menubar=no,' + taille + ',' + position + 'scrollbars=no,resizable=yes');
+    fen.focus();
+}
+
+var passeParVeutQuitter = false;
+
+function LMS_veutQuitter(event) {
+    if (API_1484_11 == null) {
+        return;
+    }
+    passeParVeutQuitter = true;
+    if (API_1484_11.etatCommunication == "enCours") {
+        API_1484_11.scoEnAttente = true;
+        var messageAttention = true;
+        try {
+            window.contenuLMS.SCO_quitter();
+            API_1484_11.etatCommunication = "";
+            messageAttention = false;
+        } catch (e) {
+        }
+        if (messageAttention) {
+            passeParVeutQuitter = false;
+            var nl1 = 191;
+            var nl2 = 192;
+            if (!SUR_CHORUS) {
+                nl1 = 76;
+                var nl2 = 77;
+            }
+            var msg = donneLex(nl1) + "\n" + donneLex(nl2);
+            return msg;
+        }
+    }
+    var actionQuit = "suspendAll";
+    var prendActionInterface = true;
+    if (window.planLMS.itemCourant != null) {
+        if (planLMS.masqueSuspendre) {
+            actionQuit = "exitAll";
+            prendActionInterface = false;
+        }
+        if (planLMS.masqueSortie) {
+            actionQuit = "suspendAll";
+            prendActionInterface = false;
+        }
+    }
+    if (prendActionInterface) {
+        try {
+            var lesliens = window.haut.document.getElementsByTagName("a");
+            for (var i = 0; i < lesliens.length; i++) {
+                if (lesliens[i].href.indexOf("NAVIG_retour('exitAll')") >= 0) {
+                    actionQuit = "exitAll";
+                }
+            }
+        } catch (e) {
+        }
+    }
+    window.haut.NAVIG_retour(actionQuit);
+}
+
+function nettoieItem(itemTmp) {
+    var filsitem = XML_fils(itemTmp, "item");
+    if (filsitem == null && PF_attr(itemTmp, "activityProgressStatus") != "true") {
+        itemTmp.parentNode.removeChild(itemTmp);
+        return;
+    }
+    itemTmp.removeAttribute("nom");
+    itemTmp.removeAttribute("identifierref");
+    itemTmp.removeAttribute("listeRemonte");
+    itemTmp.removeAttribute("planDejaFait");
+    supprEltItm(itemTmp, "adlcp", "dataFromLMS");
+    supprEltItm(itemTmp, "adlcp", "timeLimitAction");
+    oSeq = XML_filsNS(itemTmp, "imsss", "sequencing");
+    if (PF_attr(itemTmp, "activityProgressStatus") == "true") {
+        if (PF_attr(itemTmp, "activityIsActive") == "false") {
+            itemTmp.removeAttribute("activityIsActive");
+        }
+        if (PF_attr(itemTmp, "activityIsSuspended") == "false") {
+            itemTmp.removeAttribute("activityIsSuspended");
+        }
+        oSeq = XML_filsNS(itemTmp, "imsss", "sequencing");
+        if (oSeq != null) {
+            var oBjs = XML_filsNS(oSeq, "imsss", "objectives");
+            if (oBjs != null && oBjs.childNodes.length > 0) {
+                for (var no = 0; no < oBjs.childNodes.length; no++) {
+                    var objtm = oBjs.childNodes[no];
+                    if (objtm.nodeType == 1) {
+                        objtm.removeAttribute("satisfiedByMeasure");
+                    }
+                }
+                itemTmp.appendChild(oBjs);
+            }
+        }
+    }
+    if (oSeq != null) {
+        itemTmp.removeChild(oSeq);
+    }
+    supprEltItm(itemTmp, "adlnav", "presentation");
+    while ((filsitem != null) && (filsitem.nodeName == "item")) {
+        var oSuiv = filsitem.nextSibling;
+        nettoieItem(filsitem);
+        filsitem = oSuiv;
+    }
+}
+
+function supprEltItm(oI, ns, nom) {
+    var oSeq = XML_filsNS(oI, ns, nom);
+    if (oSeq != null) {
+        oI.removeChild(oSeq);
+    }
+}
+
+function LMSLocal() {
+    this.codeStage;
+    this.codeGroupe = "";
+    this.titreStage;
+    this.parcoursEnAttente = false;
+    this.vMos_id = "";
+    this.vMos_nom = "";
+    this.vMos_prenom = "";
+    this.codeInscription = "";
+    this.version;
+    this.largeurCol = 0;
+    this.vMos_lang = "";
+    this.init = csLMS_init;
+}
+
+function csLMS_init(version) {
+    this.version = version;
+}
+
+function donneActivite(idActivite) {
+    if (idActivite == itemRacine.getAttribute("identifier")) {
+        return itemRacine;
+    } else {
+        return XML_trouveNoeud(itemRacine, "item", "identifier", idActivite);
+    }
+}
+
+function serviceAccesMD() {
+    var tabParam = new Array();
+    tabParam[0] = "userID##" + serveur.vMos_id;
+    tabParam[1] = "courseID##" + serveur.codeStage;
+    tabParam[2] = "resourceID##" + donneParam("sco");
+    SYS_service("accesRessource", tabParam);
+}
+
+function dimCadres(haut, larg) {
+    if (haut.toString() != '') {
+        var oFr = document.getElementById('frame1');
+        var nVal = haut + ",*";
+        if (MENU_BAS) {
+            nVal = "*," + haut;
+        }
+        if (oFr.rows != nVal) {
+            oFr.rows = nVal;
+        }
+    }
+    if (larg.toString() != '') {
+        if (larg != 0) {
+            serveur.largeurCol = larg;
+        }
+        var oFr = document.getElementById('frame2');
+        var nVal = larg + ",*";
+        if (PLAN_DROIT) {
+            nVal = "*," + larg;
+        }
+        if (oFr.cols != nVal) {
+            oFr.cols = nVal;
+        }
+    }
+}
+
+function authentifierLMS(idU, mpUK) {
+    var tabParam = new Array();
+    tabParam[0] = "userID##" + PF_crypte(idU);
+    tabParam[1] = "userPassword##" + mpUK;
+    tabParam[2] = "isEncrypted##true";
+    var oRetour = SYS_service("authenticateUser", tabParam);
+    if (XML_texteNoeud(XML_fils(oRetour, "isAuthenticated")) == "true") {
+        return true;
+    }
+    return false;
+}
+
+function Biscuit() {
+    this.$document;
+    this.$name;
+    this.$domain;
+    this.$path;
+    this.$secure;
+    this.idUtil = '';
+    this.mpk = '';
+    this.langue = '';
+    this.derSco = '';
+    this.derService = '';
+    this.init = BIS_init;
+    this.charger = BIS_charger;
+    this.enregistrer = BIS_enregistrer;
+}
+
+function BIS_init(document, name, hours, path, domain, secure) {
+    this.$document = document;
+    this.$name = name;
+    if (hours) this.$expiration = new Date((new Date()).getTime() + hours * 3600000); else this.$expiration = null;
+    if (path) this.$path = path; else this.$path = null;
+    if (domain) this.$domain = domain; else this.$domain = null;
+    if (secure) this.$secure = true; else this.$secure = false;
+}
+
+function BIS_enregistrer() {
+    var cookieval = "";
+    for (var prop in this) {
+        if ((prop.charAt(0) == '$') || ((typeof this[prop]) == 'function')) continue;
+        if (cookieval != "") cookieval += '&';
+        cookieval += prop + ':' + escape(this[prop]);
+    }
+    var cookie = this.$name + '=' + cookieval;
+    if (this.$expiration) cookie += '; expires=' + this.$expiration.toGMTString();
+    if (this.$path) cookie += '; path=' + this.$path;
+    if (this.$domain) cookie += '; domain=' + this.$domain;
+    if (this.$secure) cookie += '; secure';
+    this.$document.cookie = cookie;
+}
+
+function BIS_charger() {
+    var allcookies = this.$document.cookie;
+    if (allcookies == "") return false;
+    var start = allcookies.indexOf(this.$name + '=');
+    if (start == -1) return false;
+    start += this.$name.length + 1;
+    var end = allcookies.indexOf(';', start);
+    if (end == -1) end = allcookies.length;
+    var cookieval = allcookies.substring(start, end);
+    var a = cookieval.split('&');
+    for (var i = 0; i < a.length; i++) a[i] = a[i].split(':');
+    for (var i = 0; i < a.length; i++) {
+        this[a[i][0]] = unescape(a[i][1]);
+    }
+    return true;
+}
+
+function initBiscuit() {
+    leBiscuit = new Biscuit();
+    leBiscuit.init(this.document, "BiscuitIU5", 57000);
+    leBiscuit.charger();
+}
+
+function retourneServiceParcours(codeStage0) {
+    var tabParam = new Array;
+    ajTParam(tabParam, "userID", serveur.vMos_id);
+    ajTParam(tabParam, "userTimeOffset", donneFuseauMin());
+    ajTParam(tabParam, "userLanguage", serveur.vMos_lang);
+    ajTParam(tabParam, "courseID", codeStage0);
+    ajTParam(tabParam, "interfaceName", STYLE_INTERFACE);
+    return SYS_service("getSingleCourse", tabParam);
+}
+
+function openCourseLMS(codeStage0) {
+    if (!SUR_CHORUS) {
+        return alert("Opening the course requires to be logged to MOS Chorus.");
+    }
+    var oRetour = retourneServiceParcours(codeStage0);
+    var objParcours = XML_noeudEgal(oRetour, "courseID", codeStage0);
+    if (objParcours != null) {
+        objParcours = objParcours.parentNode;
+        if (paramRetour(objParcours, "groupID") != "") {
+            return lancerParcours(objParcours, "");
+        }
+    }
+    var msg = "The course '" + codeStage0 + "' is not accessible.";
+    if (serveur.vMos_lang == "fr") {
+        msg = "Le parcours '" + codeStage0 + "' n'est pas accessible.";
+    }
+    var noAccessReason = oRetour.getAttribute("noAccessReason");
+    if (noAccessReason == null) {
+        noAccessReason = "";
+    }
+    if (noAccessReason != "") {
+        msg = infoRefus(noAccessReason);
+    }
+    alert(msg);
+}
+
+function infoRefus(info) {
+    var lex = "";
+    var numR = 0;
+    if (info == "no_rule") {
+        numR = 462;
+    }
+    if (info == "no_group") {
+        numR = 17;
+    }
+    if (info == "allow_rule") {
+        numR = 18;
+    }
+    if (info == "deny_rule") {
+        numR = 222;
+    }
+    if (info == "bad_date") {
+        numR = 461;
+    }
+    if (info == "bad_date_rule") {
+        numR = 461;
+    }
+    if (info == "seq_rule") {
+        numR = 463;
+    }
+    if (info == "no_time_left") {
+        numR = 532;
+    }
+    if (numR == 0) {
+        return donneLex(16);
+    }
+    return donneLex(16) + " " + donneLex(numR);
+}
+
+function lancerParcours(objLance, idSco) {
+    var codeStg = paramRetour(objLance, "courseID");
+    var codeGrp;
+    var estInscrit = false;
+    if (paramRetour(objLance, "isEnrolled") == "true") {
+        estInscrit = true;
+    } else {
+        codeGrp = paramRetour(objLance, "groupID");
+    }
+    if (paramRetour(objLance, "accessDeniedByDate") == "true") {
+        var dateDepart = paramRetour(objLance, "startDate");
+        if (dateDepart != "") {
+            dateDepart = IU_afficheDate(dateDepart, true);
+            alert(donneLex(527).replace("DATE", dateDepart));
+        }
+        var dateFin = paramRetour(objLance, "endDate");
+        if (dateFin != "") {
+            dateFin = IU_afficheDate(dateFin, true);
+            alert(donneLex(541).replace("DATE", dateFin));
+        }
+        var creneau = paramRetour(objLance, "timeWindow");
+        if (creneau != "") {
+            alert(donneLex(528) + "\n" + creneau);
+        }
+        if (paramRetour(objLance, "noTimeLeft") == "true") {
+            alert(donneLex(532));
+        }
+        return;
+    }
+    if (paramRetour(objLance, "accessDeniedByRule") == "true") {
+        alert(donneLex(222));
+        return;
+    }
+    var prm = "&atn=" + genereIdSession();
+    prm += "&idk=" + PF_crypte(serveur.vMos_id) + "&stk=" + PF_crypte(codeStg);
+    if (!estInscrit) {
+        prm += "&grk=" + PF_crypte(codeGrp);
+    }
+    prm += "&lang=" + serveur.vMos_lang;
+    if (paramRetour(objLance, "showGroup") != "true" && prm.indexOf("&vgp=") < 0) {
+        prm += "&vgp=0";
+    }
+    if (idSco != "") {
+        prm += "&sco=" + idSco;
+    }
+    var ref = paramRetour(objLance, "courseURL") + prm;
+    var nomFen = "LMS_" + codeStg;
+    nomFen = nomFen.replace(/\W/g, "_");
+    var styleLMS = paramRetour(objLance, "styleLMS");
+    if (styleLMS == "") {
+        styleLMS = STYLE_INTERFACE;
+    }
+    var DOMMDStyleLms = IU_objDom();
+    DOMMDStyleLms.load(RACINE_STYLES + styleLMS + "/md_style.xml");
+    var oMDStyleLms = DOMMDStyleLms.documentElement;
+    var fpos = "";
+    var vdisp = PF_attr(oMDStyleLms, "LMS_FEN_X");
+    if (vdisp != '') {
+        vdisp = Number(vdisp);
+        if (vdisp < 0) {
+            vdisp = window.screen.width + vdisp;
+        }
+        fpos += ",left=" + vdisp;
+    }
+    vdisp = PF_attr(oMDStyleLms, "LMS_FEN_Y");
+    if (vdisp != "") {
+        vdisp = Number(vdisp);
+        if (vdisp < 0) {
+            vdisp = window.screen.height + vdisp;
+        }
+        fpos += ",top=" + vdisp;
+    }
+    vdisp = PF_attr(oMDStyleLms, "LMS_FEN_L");
+    if (vdisp == "") {
+        vdisp = window.screen.width - 6;
+        if (vdisp > 1280) {
+            vdisp = 1280;
+        }
+    }
+    vdisp = Number(vdisp);
+    if (vdisp < 0) {
+        vdisp = window.screen.width + vdisp;
+    }
+    fpos += ",width=" + vdisp;
+    vdisp = PF_attr(oMDStyleLms, "LMS_FEN_H");
+    if (vdisp == "") {
+        vdisp = window.screen.height - 75;
+        if (vdisp > 1024) {
+            vdisp = 1024;
+        }
+    }
+    vdisp = Number(vdisp);
+    if (vdisp < 0) {
+        vdisp = window.screen.height + vdisp;
+    }
+    fpos += ",height=" + vdisp;
+    var fenl = window.open(ref, nomFen, "toolbar=no,menubar=no,location=no,scrollbar=no,resizable=yes,status=yes" + fpos);
+    fenl.focus();
+}
+
+function LMS_afficherDiplome() {
+    if (SUR_CHORUS) {
+        if (API_1484_11 != null && API_1484_11.etatCommunication == "enCours" && !window.planLMS.SUIVI_DESACTIVE) {
+            var tempsTotal = PF_attr(planLMS.DOMManifest.documentElement, "tempsTotal");
+            if (tempsTotal == "") {
+                remonterTempsTot(API_1484_11.activite);
+            }
+        }
+        setTimeout(ouvreFenDipl, 500);
+    } else {
+        alert("This feature only works in MOS Chorus.");
+    }
+}
+
+function remonterTempsTot(oPere) {
+    while (oPere != null && !window.planLMS.estRacine(oPere)) {
+        oPere = oPere.parentNode;
+        window.planLMS.durationRollup(oPere);
+    }
+}
+
+function ouvreFenDipl() {
+    var idStg = serveur.codeStage;
+    var nomFen = idStg.replace(/\W/g, "") + serveur.vMos_id.replace(/\W/g, "");
+    var fenb = window.open(RACINE_MOS + "MosSrv/aspx/diplm.aspx?ref=" + PF_crypte(serveur.vMos_id + "##" + idStg) + "&style=" + STYLE_INTERFACE + "&lang=" + serveur.vMos_lang, "dipl" + nomFen, "toolbar=yes,resizable=yes,menubar=yes,status=no,location=no,width=700,top=30,left=120,heigth=550");
+    fenb.focus();
+}
+
+function LMS_editPgGnr(params) {
+    if (!SUR_CHORUS) {
+        alert("You must be logged to MOS Chorus to edit the page.");
+        return;
+    }
+    var site = "";
+    var objParcours = XML_noeudEgal(retourneServiceParcours(serveur.codeStage), "courseID", serveur.codeStage);
+    if (objParcours != null) {
+        objParcours = objParcours.parentNode;
+        var src = RACINE_MOS + "MosGnr/MosGnr.htm?lang=" + serveur.vMos_lang + "&stg=" + serveur.codeStage + "&site=" + paramRetour(objParcours, "site") + "&id=" + serveur.vMos_id + "&roleMng=0001&actionIU=editerRessource";
+        var fen = window.open(src + params, "MosGnr" + serveur.codeStage, paramFenOutil());
+        fen.focus();
+    }
+}
+
+function paramFenOutil() {
+    var ww = window.screen.availWidth - 7;
+    if (ww > 1280) {
+        ww = 1280;
+    }
+    var hh = window.screen.availHeight - 56;
+    var position = "top=0,left=0";
+    if (estMoz) {
+        position = "left=" + window.screen.availLeft + ",top=" + window.screen.availTop;
+    }
+    return "toolbar=no,menubar=no,scrollbar=no,resizable=yes,status=yes,width=" + ww + ",height=" + hh + "," + position;
+}
+
+function retourServiceASync(oRetour, nomSrv) {
+    if (nomSrv == "enregistrerParcours" && XML_texteNoeud(oRetour) == "OK") {
+        retourParcoursEnregistre();
+    }
+}
+
+function retourParcoursEnregistre() {
+    if (!parcoursEnregistre) {
+        parcoursEnregistre = true;
+        persisteSSP = false;
+        var oRacRet = planLMS.DOMManifest.documentElement;
+        if ((planLMS.modeExploration == "valide" && PF_attr(oRacRet, "etatValidation") == "true") || (planLMS.modeExploration == "complete" && PF_attr(oRacRet, "etatParcours") == "completed")) {
+            lesson_mode = "review";
+        }
+        if (planLMS.modifEtatMembre) {
+            planLMS.modifEtatMembre = false;
+            try {
+                if (window.opener && window.opener.oZoneContenu != null) {
+                    window.opener.IU_majParcoursAffiche(serveur.codeStage, PF_attr(oRacRet, "etatParcours"), PF_attr(oRacRet, "etatValidation"));
+                }
+            } catch (e) {
+            }
+        }
+        var oCont = XML_fils(oRacRet, "objectifsGlobaux");
+        if (oCont != null) {
+            var oExisteObjMod = XML_trouveNoeud(oCont, "objectif", "modification", "true");
+            while (oExisteObjMod != null) {
+                oExisteObjMod.removeAttribute("modification");
+                oExisteObjMod = XML_trouveNoeud(oCont, "objectif", "modification", "true");
+            }
+        }
+        var gardeReponses = XML_fils(oRacRet, "gardeReponses");
+        if (gardeReponses && PF_attr(gardeReponses, "modifGR") == "") {
+            gardeReponses.parentNode.removeChild(gardeReponses);
+        }
+    }
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/menuLMS.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/menuLMS.js
index 938b80f5b73ac5a0697d4295d9cafc39d3189862..2cbcae41c6d66ec9e28d20c6e439a947babbbfb0 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/menuLMS.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/menuLMS.js
@@ -1 +1,861 @@
-var planEnLigne=false;var existeBoutonPrecedent;var existeBoutonSuivant;var oResultatsRecherche=null;var tempsFinEnMilli;var oBarreProgress;function initMenuLMS(){if (parent.SYNC_CORRIGE_ITEM!=""){parent.LMS_persisteParcours(false,false);parent.API_1484_11=null;parent.opener.retourCorrectionTentative();return parent.close();}var oCss=PF_donneObjet("feuilleStyleMenu");oCss.href = parent.RACINE_STYLE+"css/menuLMS.css";if ((parent.RACINE_STYLE==null)||(parent.RACINE_STYLE=="undefined")){return false;}var oCorpsMenu=PF_donneObjet("corpsMenuLMS");if (parent.depuisFenGNR && top.opener.top.menu.cacheMTRMenuLMS && top.opener.top.menu.cacheMTRMenuLMS!=""){oCorpsMenu.innerHTML=top.opener.top.menu.cacheMTRMenuLMS;} else {parent.renduXSLSub(null,"menuLMS",oCorpsMenu);if (parent.depuisFenGNR){top.opener.top.menu.cacheMTRMenuLMS=oCorpsMenu.innerHTML;}}if (parent.planLMS.oFlashIntBarPlan!=null){oFlashIntBar=parent.planLMS.oFlashIntBarPlan;try{oFlashIntBar.MOS_setTitleCourse(parent.serveur.titreStage);}catch(e){}}PF_modifTexteDiv("STY_titreFormJS",parent.serveur.titreStage);/*if (parent.planLMS.PLAN_DESACTIVE){PF_masquerDiv("STY_zoneBoutonBascPlan");}*/if (parent.planLMS.RECHERCHE_POSSIBLE){var champRechercheInterne=PF_donneObjet("STY_champRechercheInterne");if (champRechercheInterne!=null){try {champRechercheInterne.addEventListener("keypress",tapeRechercheInterne,false);champRechercheInterne.addEventListener("focus",focusRechercheInterne,false);} catch(e){champRechercheInterne.attachEvent("onkeypress", tapeRechercheInterne);champRechercheInterne.attachEvent("onfocus", focusRechercheInterne);}if (champRechercheInterne.title=="textinfo"){champRechercheInterne.title="";champRechercheInterne.value=donneLex(503);parent.planLMS.gardeCouleurChamp=valCSS(champRechercheInterne,"color","color",parent.estMoz);champRechercheInterne.style.color="#999999";}}}else {PF_masquerDiv("STY_zoneRechercheInterne");}if (parent.donneParam("vgp")=="0"){PF_masquerDiv("STY_zoneBoutonCollab");}if (PF_attr(parent.planLMS.DOMManifest.documentElement,"etatParcours")=="completed"){PF_masquerDiv("STY_zoneParcoursNonAcheve");PF_afficherDiv("STY_zoneParcoursAcheve");} else {PF_masquerDiv("STY_zoneParcoursAcheve");PF_afficherDiv("STY_zoneParcoursNonAcheve");} oFlecheSuivant=PF_donneObjet("STY_ligneNiveau1");var obj=PF_donneObjet("STY_ligneNiveau1"); if (obj!=null){ NAVIG_remplirNiveau1(obj); planEnLigne=true; } oBarreProgress=PF_donneObjet("STY_barreProgresLMS");PF_affecterAlt(); var nLex=100; if (!parent.SUR_CHORUS){nLex=67;} existeBoutonSuivant=creerBoutonEtape("Suiv",nLex);nLex++; existeBoutonPrecedent=creerBoutonEtape("Prec",nLex);var afficheTempsRestant=false;var tempsMax=parent.planLMS.limitConditions(parent.planLMS.itemRacine,"attemptAbsoluteDurationLimit");if (tempsMax!=""&&tempsMax!="0.0"){var tempsRestantMS=parent.intervalleEnMS(tempsMax);var tempsTotal=PF_attr(parent.planLMS.DOMManifest.documentElement,"tempsTotal");if (tempsTotal!=""){tempsRestantMS-=tempsTotal*1000;}if (tempsRestantMS>1000){tempsFinEnMilli=(new Date()).getTime()+tempsRestantMS;setTimeout(NAVIG_finTempsParc,tempsRestantMS);majCompteurTempsParc();setTimeout(majCompteurTempsParc,60000);afficheTempsRestant=true;} else {NAVIG_finTempsParc();}}if (afficheTempsRestant){PF_afficherDiv("STY_zoneTempsRestant");} else {PF_masquerDiv("STY_zoneTempsRestant");} var idSCO=parent.donneParam('sco');if (idSCO==''){var req="start";if (parent.planLMS.itemSuspendu!=null){req=NAVIG_reprendreParcours();}if (NAVIG_requete(req,true)=="true"){return NAVIG_requete(req,false);}} else {idSCO=decodeURIComponent(idSCO);if (!parent.depuisFenGNR && idSCO.indexOf("reltpg")==0){var oRessource=parent.XML_trouveNoeud(parent.planLMS.DOMManifest.documentElement,"resource","identifier",idSCO);if (oRessource!=null){var lrf0=PF_attr(oRessource,"href");if (lrf0.indexOf("sco/")==0){parent.planLMS.pageSpecifieeParLienPage=idSCO.substring(4);lrf0=lrf0.substring(4);lrf0=lrf0.substring(0,lrf0.indexOf("."));idSCO=lrf0;}}}parent.planLMS.activiteSpecifieParChoixPreemptif=idSCO;if (parent.depuisFenGNR || NAVIG_requete("choice",true)=="true"){var idPg=parent.donneParam('idPg');if (idPg!=''){parent.planLMS.pageSpecifieeParLienPage=idPg;}parent.planLMS.activiteSpecifieParChoix=idSCO;var scoDeSuite=null;if (parent.depuisFenGNR){scoDeSuite=parent.XML_trouveNoeud(parent.planLMS.DOMManifest.documentElement,"item","identifier",idSCO);if (scoDeSuite!=null && PF_attr(scoDeSuite,"identifierref")==""){scoDeSuite=null;}}if (scoDeSuite!=null){parent.planLMS.activiteRacine=parent.planLMS.itemRacine;scoDeSuite.setAttribute("activityIsActive","false");parent.planLMS.activiteCourante=null;return parent.planLMS.contentDeliveryEnvironment(scoDeSuite);} else {if (parent.activiteUnique){setTimeout("parent.serviceAccesMD()",3000);}}return NAVIG_requete("choice",false);}}NAVIG_majFleches(false,true);parent.planLMS.auraitDuMettreAJourPlan=true;if (parent.LISTE_L=="0" && parent.LISTE_BL!="" && parent.LISTE_BL!="0"){parent.planLMS.PLAN_affichagePlan("oui");}if (parent.SUR_CHORUS){parent.contenuLMS.location=parent.planLMS.adrPageDefaut("deb");}}function NAVIG_requete(requete,preemptif){parent.planLMS.MODE_PREEMPTIF=preemptif;return parent.planLMS.overallSequencing(requete);}function donneLex(num){return parent.donneLex(num);}function NAVIG_allerPrecedent(){requeteSuivPrecTempo("previous");}function NAVIG_allerSuivant(){if (parent.planLMS.itemCourant==null){NAVIG_requete("start",false);} else {requeteSuivPrecTempo("continue");}}function requeteSuivPrecTempo(nomReq){var temporise=false;if (parent.API_1484_11.etatCommunication=="enCours"){parent.API_1484_11.scoEnAttente=true;temporise=true;}if (temporise){var adrBlanc=parent.RACINE_stage+"MosMtr/gen/blanc.htm";if (parent.SUR_CHORUS){var idmani=PF_attr(parent.planLMS.DOMManifest.documentElement,"identifier");if (idmani.indexOf("MosFormhtml")!=0 && idmani.indexOf("MosFormxml")!=0){adrBlanc=parent.RACINE_MOS+"MosSrv/ressources/html/blanc.htm";}}parent.contenuLMS.location=adrBlanc;setTimeout("NAVIG_requete('"+nomReq+"',false)",900);} else {NAVIG_requete(nomReq,false);}}function NAVIG_retour(param0){if (parent.planLMS.itemCourant!=null){var temporise=false;var alerteSuspendre=true;var req="exitAll";if (parent.API_1484_11.cmi!=null && parent.API_1484_11.cmi.getAttribute("exit")=="suspend"){req="suspendAll";alerteSuspendre=false;}if (parent.lesson_mode!="normal"){alerteSuspendre=false;}if (param0!=null && param0=="suspendAll"){req="suspendAll";alerteSuspendre=false;}if (param0!=null && param0=="exitAll"){req="exitAll";alerteSuspendre=false;}if (parent.planLMS.masqueSuspendre){req="exitAll";alerteSuspendre=false;}if (parent.planLMS.masqueSortie){req="suspendAll";alerteSuspendre=false;}if (!parent.SUR_CHORUS && parent.FICH_PARCOURS==""){req="exitAll";alerteSuspendre=false;}if (alerteSuspendre){var txta="";if (parent.SUR_CHORUS){txta=donneLex(515)+"\n\n"+donneLex(516)+"\n"+donneLex(517);} else {txta=donneLex(1)+"\n\n"+donneLex(2)+"\n"+donneLex(16);}if (confirm(txta)){req="suspendAll";} else {req="exitAll";}}if (parent.API_1484_11.etatCommunication=="enCours"){parent.API_1484_11.scoEnAttente=true;temporise=true;}if (temporise){var adrBlanc=parent.RACINE_stage+"MosMtr/gen/blanc.htm";if (parent.SUR_CHORUS){var idmani=PF_attr(parent.planLMS.DOMManifest.documentElement,"identifier");if (idmani.indexOf("MosFormhtml")!=0 && idmani.indexOf("MosFormxml")!=0){adrBlanc=parent.RACINE_MOS+"MosSrv/ressources/html/blanc.htm";}}parent.contenuLMS.location=adrBlanc;setTimeout("NAVIG_requete('"+req+"',false);",1000);} else {NAVIG_requete(req,false);}} else {parent.LMS_persisteParcours(false,false);parent.LMS_fermer();}}function titrePlanNiveau(val,num){val=val.replace(/ /g,'&nbsp;');return val;}function infoBullePlanNiveau(titre){return "";}function NAVIG_remplirNiveau1(oDiv){var res="";var itemTmp=parent.planLMS.itemRacine;var numPos=0;for (var i=0;i<parent.planLMS.itemRacine.childNodes.length;i++){var itemTmp=parent.planLMS.itemRacine.childNodes.item(i);if (itemTmp.nodeName=="item"){var cacherItem=false;if (PF_attr(itemTmp,"isvisible")=="false"){if (parent.planLMS.estFeuille(itemTmp)){cacherItem=true;}}if (!cacherItem){var codeItm=itemTmp.getAttribute("nom");var oHtml=parent.planLMS.PF_donneObjet("lienP"+codeItm);if (oHtml!=null){numPos++;var titreItm=oHtml.firstChild.nodeValue;var ajAcheve="";if (PF_attr(itemTmp,"attemptProgressStatus")=="true"){ajAcheve=" STY_lienNiveau1Acheve";}res+='<a class="STY_lienNiveau1'+ajAcheve+'" onmouseover="window.status=\'\';return true" id="lienNiv'+codeItm+'" href="javascript:NAVIG_remplirNiveau2(\''+codeItm+'\')"'+infoBullePlanNiveau(titreItm)+'>'+titrePlanNiveau(titreItm,numPos)+'</a>';}}}}oDiv.innerHTML=res;for (var i=0;i<parent.planLMS.itemRacine.childNodes.length;i++){var itemTmp=parent.planLMS.itemRacine.childNodes.item(i);if (itemTmp.nodeName=="item"){changerClasseEtatPlanNiveau(itemTmp,"1");}}}function changerClasseEtatPlanNiveau(oItem,numNiv){var idItmtmp=oItem.getAttribute("identifier");var desactive=false;if (parent.planLMS.tabContient(parent.planLMS.tabItemsVerif,idItmtmp)){parent.planLMS.TEST_AFF_PARC=true;parent.planLMS.activiteSpecifieParChoixPreemptif=idItmtmp;if (NAVIG_requete("choice",true)!="true"){desactive=true;}}if (parent.planLMS.controlMode(oItem.parentNode,"choice")=="false"){desactive=true;}if (desactive){var ajAcheve="";if (PF_attr(oItem,"attemptProgressStatus")=="true"){ajAcheve=" STY_lienNiveau"+numNiv+"Acheve";}var oHtml=PF_donneObjet("lienNiv"+oItem.getAttribute("nom"));if (oHtml){oHtml.href="javascript:;";oHtml.className="STY_lienNiveau"+numNiv+"Desactive"+ajAcheve;}}}function NAVIG_remplirNiveau2(codeItem){var oItem=parent.XML_trouveNoeud(parent.planLMS.itemRacine,"item","nom",codeItem);var titrePere=parent.planLMS.PF_donneObjet("lienP"+codeItem).firstChild.nodeValue;var lanceFils="";if (parent.planLMS.estFeuille(oItem)){viderNiveau2();if (PF_attr(oItem,"identifierref")!=""){return parent.planLMS.clicItem(codeItem);}}var res="";var numPos=0;for (var i=0;i<oItem.childNodes.length;i++){var leFils=oItem.childNodes.item(i);if (leFils.nodeName=="item"){var cacherItem=false;if (PF_attr(leFils,"isvisible")=="false"){if (parent.planLMS.estFeuille(leFils)){cacherItem=true;}}if (!cacherItem){var codeItmFils=leFils.getAttribute("nom");var titreFils="";var lienFils=parent.planLMS.PF_donneObjet("lienP"+codeItmFils);titreFils=lienFils.firstChild.nodeValue;if (i==0 && titreFils==titrePere){lanceFils=codeItmFils;} var selCour="";if ((parent.planLMS.oItemCourant!=null)&&(parent.planLMS.oItemCourant.getAttribute("nom")==codeItmFils)){selCour="Sel";}numPos++;var ajAcheve="";if (PF_attr(leFils,"attemptProgressStatus")=="true"){ajAcheve=" STY_lienNiveau2Acheve";}res+='<a class="STY_lienNiveau2'+selCour+ajAcheve+'" style="-moz-outline-width:0px" hidefocus="true" onmouseover="window.status=\'\';return true" id="lienNiv'+codeItmFils+'" href="javascript:NAVIG_remplirNiveau2(\''+codeItmFils+'\')"'+infoBullePlanNiveau(titreFils)+'>'+titrePlanNiveau(titreFils,numPos)+'</a>';}}}var oDiv=PF_donneObjet("STY_ligneNiveau2");if (oDiv!=null){oDiv.innerHTML=res;verifierEtatNiveau2(oItem);}selectionneItmNiveau(codeItem,"1");if (lanceFils!=""){selectionneItmNiveau(lanceFils,"2");parent.planLMS.clicItem(lanceFils);}}function NAVIG_remplirNiveau2Passif(codeItem){var oItem=parent.XML_trouveNoeud(parent.planLMS.itemRacine,"item","nom",codeItem);var oDiv=PF_donneObjet("STY_ligneNiveau2");if (oDiv==null){return ;}if (!parent.planLMS.estFeuille(oItem)){var res="";var numPos=0;for (var i=0;i<oItem.childNodes.length;i++){var leFils=oItem.childNodes.item(i);if (leFils.nodeName=="item"){var cacherItem=false;if (PF_attr(leFils,"isvisible")=="false"){if (parent.planLMS.estFeuille(leFils)){cacherItem=true;}}if (!cacherItem){var codeItmFils=leFils.getAttribute("nom");var titreFils="";var lienFils=parent.planLMS.PF_donneObjet("lienP"+codeItmFils);titreFils=lienFils.firstChild.nodeValue;var selCour="";if ((parent.planLMS.oItemCourant!=null)&&(parent.planLMS.oItemCourant.getAttribute("nom")==codeItmFils)){selCour="Sel";}numPos++;var ajAcheve="";if (PF_attr(leFils,"attemptProgressStatus")=="true"){ajAcheve=" STY_lienNiveau2Acheve";}res+='<a class="STY_lienNiveau2'+selCour+ajAcheve+'" style="-moz-outline-width:0px" hidefocus="true" onmouseover="window.status=\'\';return true" id="lienNiv'+codeItmFils+'" href="javascript:NAVIG_remplirNiveau2(\''+codeItmFils+'\')"'+infoBullePlanNiveau(titreFils)+'>'+titrePlanNiveau(titreFils,numPos)+'</a>';}}}if (oDiv!=null){oDiv.innerHTML=res;verifierEtatNiveau2(oItem);}}selectionneItmNiveau(codeItem,"1");}function verifierEtatNiveau2(oItem){for (var i=0;i<oItem.childNodes.length;i++){var itemTmp=oItem.childNodes.item(i);if (itemTmp.nodeName=="item"){changerClasseEtatPlanNiveau(itemTmp,"2");}}}function viderNiveau2(){var oDiv=PF_donneObjet("STY_ligneNiveau2");if (oDiv!=null){oDiv.innerHTML="";}}function NAVIG_afficheLien(codeItem){var oItem=parent.XML_trouveNoeud(parent.planLMS.itemRacine,"item","identifier",codeItem);if (oItem==null && codeItem.indexOf("item")==0){codeItem=codeItem.substring(4);oItem=parent.XML_trouveNoeud(parent.planLMS.itemRacine,"item","identifier",codeItem);}if (oItem!=null){parent.planLMS.clicItem(oItem.getAttribute("nom"));}}function selectionneItmNiveau(codeItem,niv){var oDivNiv1=PF_donneObjet("STY_ligneNiveau"+niv);if (oDivNiv1!=null){var lesliens=oDivNiv1.getElementsByTagName("a");for (var i=0;i<lesliens.length;i++){if (lesliens[i].id!="lienNiv"+codeItem){var nclasse=lesliens[i].className;var rech="STY_lienNiveau"+niv+"Sel";if (nclasse.indexOf(rech)==0){lesliens[i].className=nclasse.replace(rech,"STY_lienNiveau"+niv);}}}var lienHtml=PF_donneObjet("lienNiv"+codeItem);if (lienHtml!=null){var ajAcheve="";if (lienHtml.className.indexOf("Acheve")>0){ajAcheve=" STY_lienNiveau"+niv+"Acheve";}lienHtml.className="STY_lienNiveau"+niv+"Sel"+ajAcheve;}}}function creerBoutonEtape(sens,numLex){var obj=PF_donneObjet("STY_boutonEtp"+sens);var ajPere="";if (obj==null){obj=parent.planLMS.PF_donneObjet("STY_boutonEtp"+sens);ajPere="parent.haut.";}if (obj!=null){obj.innerHTML="<a id=\"lienbtnEtp"+sens+"\" onmouseover=\""+ajPere+"changeFleche('btnEtp"+sens+"','dessus')\" onmouseout=\""+ajPere+"changeFleche('btnEtp"+sens+"','')\" href=\"#\"><img title=\""+donneLex(numLex)+"\" hspace=\"1\" border=\"0\" align=\"absmiddle\" src=\""+parent.RACINE_STYLE+"media/gen/btnEtp"+sens+".png\" id=\"btnEtp"+sens+"\"/></a>";}return (obj!=null);}function changeFleche(typeFleche,opt){ var ofleche=PF_donneObjet(typeFleche); if (ofleche==null){ofleche=parent.planLMS.PF_donneObjet(typeFleche);} var sourceAct=ofleche.src; if (sourceAct.indexOf("blanc.gif")>0){ sourceAct=ofleche.style.filter; } if ((sourceAct.indexOf('_of.')>0)||(sourceAct.indexOf('_on.')>0)){ var aje='of.'; if (opt=='dessus'){ aje='on.'; } changeImgBtn(ofleche,parent.RACINE_STYLE+"media/gen/"+typeFleche+"_"+aje+"png"); }}function NAVIG_majFleches(testPrec,testSuiv){if ((existeBoutonSuivant||oFlashIntBar) && testSuiv){if ((parent.planLMS.itemCourant==null && NAVIG_requete("start",true)=="true")|| NAVIG_requete("continue",true)=="true"){majFleche('EtpSuiv','_of','javascript:NAVIG_allerSuivant()');} else {majFleche('EtpSuiv','','#');}}if ((existeBoutonPrecedent||oFlashIntBar) && testPrec){if (NAVIG_requete("previous",true)=="true"){majFleche('EtpPrec','_of','javascript:NAVIG_allerPrecedent()');} else {majFleche('EtpPrec','','#');}}}function majFleche(cote,activaction,lhref){var nomFleche='btn'+cote;var ofleche=PF_donneObjet(nomFleche);var fpere=window;if (oFlashIntBar!=null){var actv=false;if (activaction=="_of"){actv=true;}var nomB="previous";if (cote=="EtpSuiv"){nomB="next";}try{oFlashIntBar.MOS_enableLMSButton(nomB,actv);}catch(e){}}if (ofleche==null){ofleche=parent.planLMS.PF_donneObjet(nomFleche);fpere=parent.planLMS;}if (ofleche!=null){changeImgBtn(ofleche,parent.RACINE_STYLE+"media/gen/"+nomFleche+activaction+".png");var oLien=fpere.PF_donneObjet('lien'+nomFleche);oLien.href=lhref;var tCurs="pointer";if (activaction==""){tCurs="default";}else if (cote=="EtpSuiv"){if (parent.planLMS.itemCourant==null){nlex=531;if (!parent.SUR_CHORUS){nlex=39;}} else {nlex=100;if (!parent.SUR_CHORUS){nlex=67;}}ofleche.title=donneLex(nlex);}try {oLien.style.cursor=tCurs;}catch(e){}}}function changeImgBtn(oImg,source){if (oImg!=null){var estIE7=false;if (navigator.appName.indexOf('Microsoft')>=0){try {if (window.XMLHttpRequest){estIE7=true;}}catch(e){}}if (navigator.appName.indexOf('Microsoft')>=0 && !estIE7){oImg.width=oImg.offsetWidth;oImg.height=oImg.offsetHeight;if (parent.SUR_CHORUS){oImg.src="ressources/images/gen/blanc.gif";} else {oImg.src="blanc.gif";}oImg.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+source+"',sizingMethod='image')";} else {oImg.src=source;}}}function surMenuCtxt(event){return true;}function tapeRechercheInterne(event){var oEvt=event;var oCible;if (!event){oEvt=window.event;oCible=window.event.srcElement;}else {oCible=oEvt.target;if (!oCible){oCible=oEvt.srcElement;}}if (oEvt.keyCode==13){rechercheItrn(oCible.value);}}function rechercheItrn(txtR){if (txtR=="*" || txtR.length>1){var tabParam=new Array();tabParam[0]="itemCount##20";txtR=txtR.replace(/&/g,"&amp;");tabParam[1]="searchedText##"+txtR;tabParam[2]="courseID##"+parent.serveur.codeStage;tabParam[3]="userID##"+parent.serveur.vMos_id;var nserv="courseSearch";if (txtR=="*"){nserv="getCourseResources";}var oRetour=parent.SYS_service(nserv,tabParam);var lesres=oRetour.getElementsByTagName("resource");if (lesres.length==0){alert(donneLex(264));} else {oResultatsRecherche=oRetour;parent.API_1484_11.scoEnAttente=true;parent.contenuLMS.location="rechParc.html";}}}function lanceRechItrn(){var champ=PF_donneObjet("STY_champRechercheInterne");if (champ){rechercheItrn(champ.value);}}function focusRechercheInterne(event){var oEvt=event;var oCible;if (!event){oEvt=window.event;oCible=window.event.srcElement;}else {oCible=oEvt.target;if (!oCible){oCible=oEvt.srcElement;}}if (oCible.value==donneLex(503)){oCible.value="";oCible.style.color=parent.planLMS.gardeCouleurChamp;}}function groupeParcours(){if (parent.serveur.codeStage.indexOf("[_MOSLCMS]")!=0){window.open("aspx/ADM_groupesStage.aspx?action=vueGrpParc&codeStage="+parent.serveur.codeStage+"&codeGroupe="+parent.planLMS.codeGroupeParc+"&id="+parent.serveur.vMos_id+"&styleST="+parent.STYLE_INTERFACE,"vuegrpstg"+parent.serveur.codeStage,"toolbars=no,resizable=yes,location=no,menubar=no,status=no");}}function NAVIG_bloqueRetour(evt){if (evt==null){evt=window.event;}if (evt.keyCode==8){var cible=evt.target; if (!parent.estMoz){cible=evt.srcElement;} if (cible!=null && cible.id=="STY_champRechercheInterne"){return true;}evt.returnValue=false;evt.cancelBubble=true;try {evt.stopPropagation();evt.preventDefault();}catch(e){}return false;}return true;}function NAVIG_finTempsParc(){try {top.contenuLMS.terminerSCODepuisTempParc();}catch(e){}var nlex=63;var nlex2=89;if (parent.SUR_CHORUS){nlex=532;nlex2=250;}alert(donneLex(nlex)+"\n"+donneLex(nlex2));parent.planLMS.DOMManifest.documentElement.setAttribute("sortieSurFinTempsParc","1");NAVIG_retour("exitAll");}function majCompteurTempsParc(){var restant=tempsFinEnMilli-(new Date()).getTime();if (restant>1000){setTimeout(majCompteurTempsParc,60000);restant=Math.floor(restant/60000);} else {restant=0;}PF_modifTexteDiv("STY_nbMinutesRestantes",restant);}function IC_openDoc(nomFich,optionsFen){window.open(parent.RACINE_stage+"contenu/pages/"+nomFich,nomFich.replace(/\W/g),"menubar=no,toolbar=no,location=no,status=no,"+optionsFen);}function IC_openSco(codeSco,optionsFen){window.open(parent.RACINE_stage+"sco/"+codeSco+".html","fensco"+codeSco,"menubar=no,toolbar=no,location=no,status=no,"+optionsFen);}function voirMesNotes(){var oFen=window.open(parent.RACINE_MOS+"MosSrv/aspx/diplm.aspx?type=notes&ref="+parent.PF_crypte(parent.serveur.vMos_id+"##"+parent.serveur.codeStage),'expnotes'+parent.serveur.codeStage,"scrollbars=no,toolbar=no,resizable=yes,status=yes,menubar=yes,width=670,height=660,top="+Math.round(screen.height/14)+",left="+Math.round(screen.width/8));oFen.focus();}function NAVIG_barreProgress(oItem,pcPage){if (oBarreProgress==null){return ;}var nbFeuilles=0;var posFeuilleCourante=0;if (oItem!=null){var codeItm=oItem.getAttribute("identifier");var lesitems=parent.XML_listeParBalise(parent.planLMS.itemRacine,"item");for (var i=0;i<lesitems.length;i++){var itemTmp=lesitems[i];if (parent.planLMS.estFeuille(itemTmp)){nbFeuilles++;if (itemTmp.getAttribute("identifier")==codeItm){posFeuilleCourante=nbFeuilles;}}}posFeuilleCourante--;} else {posFeuilleCourante=1;nbFeuilles=1;}if (posFeuilleCourante>=0 && nbFeuilles>0){var intervalSco=0;if (pcPage>0){intervalSco=Math.floor((pcPage-0.1)/nbFeuilles*100);}var largJauge=Math.round(posFeuilleCourante/nbFeuilles*100)+intervalSco;oBarreProgress.innerHTML='<div class="STY_barreProgresJaugeLMS" style="width:'+largJauge+'%;overflow:hidden">&nbsp;</div>';}}function desactCDroit(event){if (event){event.stopPropagation();event.returnValue=false;} else {window.event.returnValue=false;}return false;}function desactiverClicDroit(){document.getElementsByTagName("html")[0].oncontextmenu=desactCDroit;}var oFlashIntBar;function NAVIG_initFlashNavBar(){var oDiv=PF_donneObjet("FlashNavBar");if (oDiv==null){oDiv=window.document;}var tabWM=oDiv.getElementsByTagName('object');if (tabWM.length>0){oFlashIntBar=tabWM[0];if (parent.estMoz){oFlashIntBar=document.embeds[oFlashIntBar.id];}}if (oFlashIntBar!=null){if (parent.planLMS.dernierItemLance!=null){var oNavInter=parent.XML_filsNS(parent.planLMS.dernierItemLance,"adlnav","presentation");if (oNavInter!=null){oNavInter=parent.XML_filsNS(oNavInter,"adlnav","navigationInterface");}parent.planLMS.masqueBoutonLMS(oNavInter,"previous","ActivitePrecedente");parent.planLMS.masqueBoutonLMS(oNavInter,"continue","ActiviteSuivante");parent.planLMS.masqueBoutonLMS(oNavInter,"exitAll","QuitterTout");parent.planLMS.masqueBoutonLMS(oNavInter,"suspendAll","SuspendreTout");}setTimeout(finirInitFlashNavBar,800);}}function finirInitFlashNavBar(){NAVIG_majFleches(true,true);try{oFlashIntBar.MOS_setTitleCourse(parent.serveur.titreStage);}catch(e){}var oAct=parent.planLMS.dernierItemLance;if (oAct!=null){var nomActivite="";var oDshtml=parent.planLMS.PF_donneObjet('lienP'+oAct.getAttribute("nom"));if (oDshtml!=null){nomActivite=oDshtml.innerHTML;}try {oFlashIntBar.MOS_setCurrentItem(PF_attr(oAct,"identifier"),nomActivite,"");}catch(e){}}}function NAVIG_reprendreParcours(){if (PF_attr(parent.planLMS.itemSuspendu,"isvisible")!="false"){return "resumeAll";}return "start";}
+var planEnLigne = false;
+var existeBoutonPrecedent;
+var existeBoutonSuivant;
+var oResultatsRecherche = null;
+var tempsFinEnMilli;
+var oBarreProgress;
+
+function initMenuLMS() {
+    if (parent.SYNC_CORRIGE_ITEM != "") {
+        parent.LMS_persisteParcours(false, false);
+        parent.API_1484_11 = null;
+        parent.opener.retourCorrectionTentative();
+        return parent.close();
+    }
+    var oCss = PF_donneObjet("feuilleStyleMenu");
+    oCss.href = parent.RACINE_STYLE + "css/menuLMS.css";
+    if ((parent.RACINE_STYLE == null) || (parent.RACINE_STYLE == "undefined")) {
+        return false;
+    }
+    var oCorpsMenu = PF_donneObjet("corpsMenuLMS");
+    if (parent.depuisFenGNR && top.opener.top.menu.cacheMTRMenuLMS && top.opener.top.menu.cacheMTRMenuLMS != "") {
+        oCorpsMenu.innerHTML = top.opener.top.menu.cacheMTRMenuLMS;
+    } else {
+        parent.renduXSLSub(null, "menuLMS", oCorpsMenu);
+        if (parent.depuisFenGNR) {
+            top.opener.top.menu.cacheMTRMenuLMS = oCorpsMenu.innerHTML;
+        }
+    }
+    if (parent.planLMS.oFlashIntBarPlan != null) {
+        oFlashIntBar = parent.planLMS.oFlashIntBarPlan;
+        try {
+            oFlashIntBar.MOS_setTitleCourse(parent.serveur.titreStage);
+        } catch (e) {
+        }
+    }
+    PF_modifTexteDiv("STY_titreFormJS", parent.serveur.titreStage);/*if (parent.planLMS.PLAN_DESACTIVE){PF_masquerDiv("STY_zoneBoutonBascPlan");}*/
+    if (parent.planLMS.RECHERCHE_POSSIBLE) {
+        var champRechercheInterne = PF_donneObjet("STY_champRechercheInterne");
+        if (champRechercheInterne != null) {
+            try {
+                champRechercheInterne.addEventListener("keypress", tapeRechercheInterne, false);
+                champRechercheInterne.addEventListener("focus", focusRechercheInterne, false);
+            } catch (e) {
+                champRechercheInterne.attachEvent("onkeypress", tapeRechercheInterne);
+                champRechercheInterne.attachEvent("onfocus", focusRechercheInterne);
+            }
+            if (champRechercheInterne.title == "textinfo") {
+                champRechercheInterne.title = "";
+                champRechercheInterne.value = donneLex(503);
+                parent.planLMS.gardeCouleurChamp = valCSS(champRechercheInterne, "color", "color", parent.estMoz);
+                champRechercheInterne.style.color = "#999999";
+            }
+        }
+    } else {
+        PF_masquerDiv("STY_zoneRechercheInterne");
+    }
+    if (parent.donneParam("vgp") == "0") {
+        PF_masquerDiv("STY_zoneBoutonCollab");
+    }
+    if (PF_attr(parent.planLMS.DOMManifest.documentElement, "etatParcours") == "completed") {
+        PF_masquerDiv("STY_zoneParcoursNonAcheve");
+        PF_afficherDiv("STY_zoneParcoursAcheve");
+    } else {
+        PF_masquerDiv("STY_zoneParcoursAcheve");
+        PF_afficherDiv("STY_zoneParcoursNonAcheve");
+    }
+    oFlecheSuivant = PF_donneObjet("STY_ligneNiveau1");
+    var obj = PF_donneObjet("STY_ligneNiveau1");
+    if (obj != null) {
+        NAVIG_remplirNiveau1(obj);
+        planEnLigne = true;
+    }
+    oBarreProgress = PF_donneObjet("STY_barreProgresLMS");
+    PF_affecterAlt();
+    var nLex = 100;
+    if (!parent.SUR_CHORUS) {
+        nLex = 67;
+    }
+    existeBoutonSuivant = creerBoutonEtape("Suiv", nLex);
+    nLex++;
+    existeBoutonPrecedent = creerBoutonEtape("Prec", nLex);
+    var afficheTempsRestant = false;
+    var tempsMax = parent.planLMS.limitConditions(parent.planLMS.itemRacine, "attemptAbsoluteDurationLimit");
+    if (tempsMax != "" && tempsMax != "0.0") {
+        var tempsRestantMS = parent.intervalleEnMS(tempsMax);
+        var tempsTotal = PF_attr(parent.planLMS.DOMManifest.documentElement, "tempsTotal");
+        if (tempsTotal != "") {
+            tempsRestantMS -= tempsTotal * 1000;
+        }
+        if (tempsRestantMS > 1000) {
+            tempsFinEnMilli = (new Date()).getTime() + tempsRestantMS;
+            setTimeout(NAVIG_finTempsParc, tempsRestantMS);
+            majCompteurTempsParc();
+            setTimeout(majCompteurTempsParc, 60000);
+            afficheTempsRestant = true;
+        } else {
+            NAVIG_finTempsParc();
+        }
+    }
+    if (afficheTempsRestant) {
+        PF_afficherDiv("STY_zoneTempsRestant");
+    } else {
+        PF_masquerDiv("STY_zoneTempsRestant");
+    }
+    var idSCO = parent.donneParam('sco');
+    if (idSCO == '') {
+        var req = "start";
+        if (parent.planLMS.itemSuspendu != null) {
+            req = NAVIG_reprendreParcours();
+        }
+        if (NAVIG_requete(req, true) == "true") {
+            return NAVIG_requete(req, false);
+        }
+    } else {
+        idSCO = decodeURIComponent(idSCO);
+        if (!parent.depuisFenGNR && idSCO.indexOf("reltpg") == 0) {
+            var oRessource = parent.XML_trouveNoeud(parent.planLMS.DOMManifest.documentElement, "resource", "identifier", idSCO);
+            if (oRessource != null) {
+                var lrf0 = PF_attr(oRessource, "href");
+                if (lrf0.indexOf("sco/") == 0) {
+                    parent.planLMS.pageSpecifieeParLienPage = idSCO.substring(4);
+                    lrf0 = lrf0.substring(4);
+                    lrf0 = lrf0.substring(0, lrf0.indexOf("."));
+                    idSCO = lrf0;
+                }
+            }
+        }
+        parent.planLMS.activiteSpecifieParChoixPreemptif = idSCO;
+        if (parent.depuisFenGNR || NAVIG_requete("choice", true) == "true") {
+            var idPg = parent.donneParam('idPg');
+            if (idPg != '') {
+                parent.planLMS.pageSpecifieeParLienPage = idPg;
+            }
+            parent.planLMS.activiteSpecifieParChoix = idSCO;
+            var scoDeSuite = null;
+            if (parent.depuisFenGNR) {
+                scoDeSuite = parent.XML_trouveNoeud(parent.planLMS.DOMManifest.documentElement, "item", "identifier", idSCO);
+                if (scoDeSuite != null && PF_attr(scoDeSuite, "identifierref") == "") {
+                    scoDeSuite = null;
+                }
+            }
+            if (scoDeSuite != null) {
+                parent.planLMS.activiteRacine = parent.planLMS.itemRacine;
+                scoDeSuite.setAttribute("activityIsActive", "false");
+                parent.planLMS.activiteCourante = null;
+                return parent.planLMS.contentDeliveryEnvironment(scoDeSuite);
+            } else {
+                if (parent.activiteUnique) {
+                    setTimeout("parent.serviceAccesMD()", 3000);
+                }
+            }
+            return NAVIG_requete("choice", false);
+        }
+    }
+    NAVIG_majFleches(false, true);
+    parent.planLMS.auraitDuMettreAJourPlan = true;
+    if (parent.LISTE_L == "0" && parent.LISTE_BL != "" && parent.LISTE_BL != "0") {
+        parent.planLMS.PLAN_affichagePlan("oui");
+    }
+    if (parent.SUR_CHORUS) {
+        parent.contenuLMS.location = parent.planLMS.adrPageDefaut("deb");
+    }
+}
+
+function NAVIG_requete(requete, preemptif) {
+    parent.planLMS.MODE_PREEMPTIF = preemptif;
+    return parent.planLMS.overallSequencing(requete);
+}
+
+function donneLex(num) {
+    return parent.donneLex(num);
+}
+
+function NAVIG_allerPrecedent() {
+    requeteSuivPrecTempo("previous");
+}
+
+function NAVIG_allerSuivant() {
+    if (parent.planLMS.itemCourant == null) {
+        NAVIG_requete("start", false);
+    } else {
+        requeteSuivPrecTempo("continue");
+    }
+}
+
+function requeteSuivPrecTempo(nomReq) {
+    var temporise = false;
+    if (parent.API_1484_11.etatCommunication == "enCours") {
+        parent.API_1484_11.scoEnAttente = true;
+        temporise = true;
+    }
+    if (temporise) {
+        var adrBlanc = parent.RACINE_stage + "MosMtr/gen/blanc.htm";
+        if (parent.SUR_CHORUS) {
+            var idmani = PF_attr(parent.planLMS.DOMManifest.documentElement, "identifier");
+            if (idmani.indexOf("MosFormhtml") != 0 && idmani.indexOf("MosFormxml") != 0) {
+                adrBlanc = parent.RACINE_MOS + "MosSrv/ressources/html/blanc.htm";
+            }
+        }
+        parent.contenuLMS.location = adrBlanc;
+        setTimeout("NAVIG_requete('" + nomReq + "',false)", 900);
+    } else {
+        NAVIG_requete(nomReq, false);
+    }
+}
+
+function NAVIG_retour(param0) {
+    if (parent.planLMS.itemCourant != null) {
+        var temporise = false;
+        var alerteSuspendre = true;
+        var req = "exitAll";
+        if (parent.API_1484_11.cmi != null && parent.API_1484_11.cmi.getAttribute("exit") == "suspend") {
+            req = "suspendAll";
+            alerteSuspendre = false;
+        }
+        if (parent.lesson_mode != "normal") {
+            alerteSuspendre = false;
+        }
+        if (param0 != null && param0 == "suspendAll") {
+            req = "suspendAll";
+            alerteSuspendre = false;
+        }
+        if (param0 != null && param0 == "exitAll") {
+            req = "exitAll";
+            alerteSuspendre = false;
+        }
+        if (parent.planLMS.masqueSuspendre) {
+            req = "exitAll";
+            alerteSuspendre = false;
+        }
+        if (parent.planLMS.masqueSortie) {
+            req = "suspendAll";
+            alerteSuspendre = false;
+        }
+        if (!parent.SUR_CHORUS && parent.FICH_PARCOURS == "") {
+            req = "exitAll";
+            alerteSuspendre = false;
+        }
+        if (alerteSuspendre) {
+            var txta = "";
+            if (parent.SUR_CHORUS) {
+                txta = donneLex(515) + "\n\n" + donneLex(516) + "\n" + donneLex(517);
+            } else {
+                txta = donneLex(1) + "\n\n" + donneLex(2) + "\n" + donneLex(16);
+            }
+            if (confirm(txta)) {
+                req = "suspendAll";
+            } else {
+                req = "exitAll";
+            }
+        }
+        if (parent.API_1484_11.etatCommunication == "enCours") {
+            parent.API_1484_11.scoEnAttente = true;
+            temporise = true;
+        }
+        if (temporise) {
+            var adrBlanc = parent.RACINE_stage + "MosMtr/gen/blanc.htm";
+            if (parent.SUR_CHORUS) {
+                var idmani = PF_attr(parent.planLMS.DOMManifest.documentElement, "identifier");
+                if (idmani.indexOf("MosFormhtml") != 0 && idmani.indexOf("MosFormxml") != 0) {
+                    adrBlanc = parent.RACINE_MOS + "MosSrv/ressources/html/blanc.htm";
+                }
+            }
+            parent.contenuLMS.location = adrBlanc;
+            setTimeout("NAVIG_requete('" + req + "',false);", 1000);
+        } else {
+            NAVIG_requete(req, false);
+        }
+    } else {
+        parent.LMS_persisteParcours(false, false);
+        parent.LMS_fermer();
+    }
+}
+
+function titrePlanNiveau(val, num) {
+    val = val.replace(/ /g, '&nbsp;');
+    return val;
+}
+
+function infoBullePlanNiveau(titre) {
+    return "";
+}
+
+function NAVIG_remplirNiveau1(oDiv) {
+    var res = "";
+    var itemTmp = parent.planLMS.itemRacine;
+    var numPos = 0;
+    for (var i = 0; i < parent.planLMS.itemRacine.childNodes.length; i++) {
+        var itemTmp = parent.planLMS.itemRacine.childNodes.item(i);
+        if (itemTmp.nodeName == "item") {
+            var cacherItem = false;
+            if (PF_attr(itemTmp, "isvisible") == "false") {
+                if (parent.planLMS.estFeuille(itemTmp)) {
+                    cacherItem = true;
+                }
+            }
+            if (!cacherItem) {
+                var codeItm = itemTmp.getAttribute("nom");
+                var oHtml = parent.planLMS.PF_donneObjet("lienP" + codeItm);
+                if (oHtml != null) {
+                    numPos++;
+                    var titreItm = oHtml.firstChild.nodeValue;
+                    var ajAcheve = "";
+                    if (PF_attr(itemTmp, "attemptProgressStatus") == "true") {
+                        ajAcheve = " STY_lienNiveau1Acheve";
+                    }
+                    res += '<a class="STY_lienNiveau1' + ajAcheve + '" onmouseover="window.status=\'\';return true" id="lienNiv' + codeItm + '" href="javascript:NAVIG_remplirNiveau2(\'' + codeItm + '\')"' + infoBullePlanNiveau(titreItm) + '>' + titrePlanNiveau(titreItm, numPos) + '</a>';
+                }
+            }
+        }
+    }
+    oDiv.innerHTML = res;
+    for (var i = 0; i < parent.planLMS.itemRacine.childNodes.length; i++) {
+        var itemTmp = parent.planLMS.itemRacine.childNodes.item(i);
+        if (itemTmp.nodeName == "item") {
+            changerClasseEtatPlanNiveau(itemTmp, "1");
+        }
+    }
+}
+
+function changerClasseEtatPlanNiveau(oItem, numNiv) {
+    var idItmtmp = oItem.getAttribute("identifier");
+    var desactive = false;
+    if (parent.planLMS.tabContient(parent.planLMS.tabItemsVerif, idItmtmp)) {
+        parent.planLMS.TEST_AFF_PARC = true;
+        parent.planLMS.activiteSpecifieParChoixPreemptif = idItmtmp;
+        if (NAVIG_requete("choice", true) != "true") {
+            desactive = true;
+        }
+    }
+    if (parent.planLMS.controlMode(oItem.parentNode, "choice") == "false") {
+        desactive = true;
+    }
+    if (desactive) {
+        var ajAcheve = "";
+        if (PF_attr(oItem, "attemptProgressStatus") == "true") {
+            ajAcheve = " STY_lienNiveau" + numNiv + "Acheve";
+        }
+        var oHtml = PF_donneObjet("lienNiv" + oItem.getAttribute("nom"));
+        if (oHtml) {
+            oHtml.href = "javascript:;";
+            oHtml.className = "STY_lienNiveau" + numNiv + "Desactive" + ajAcheve;
+        }
+    }
+}
+
+function NAVIG_remplirNiveau2(codeItem) {
+    var oItem = parent.XML_trouveNoeud(parent.planLMS.itemRacine, "item", "nom", codeItem);
+    var titrePere = parent.planLMS.PF_donneObjet("lienP" + codeItem).firstChild.nodeValue;
+    var lanceFils = "";
+    if (parent.planLMS.estFeuille(oItem)) {
+        viderNiveau2();
+        if (PF_attr(oItem, "identifierref") != "") {
+            return parent.planLMS.clicItem(codeItem);
+        }
+    }
+    var res = "";
+    var numPos = 0;
+    for (var i = 0; i < oItem.childNodes.length; i++) {
+        var leFils = oItem.childNodes.item(i);
+        if (leFils.nodeName == "item") {
+            var cacherItem = false;
+            if (PF_attr(leFils, "isvisible") == "false") {
+                if (parent.planLMS.estFeuille(leFils)) {
+                    cacherItem = true;
+                }
+            }
+            if (!cacherItem) {
+                var codeItmFils = leFils.getAttribute("nom");
+                var titreFils = "";
+                var lienFils = parent.planLMS.PF_donneObjet("lienP" + codeItmFils);
+                titreFils = lienFils.firstChild.nodeValue;
+                if (i == 0 && titreFils == titrePere) {
+                    lanceFils = codeItmFils;
+                }
+                var selCour = "";
+                if ((parent.planLMS.oItemCourant != null) && (parent.planLMS.oItemCourant.getAttribute("nom") == codeItmFils)) {
+                    selCour = "Sel";
+                }
+                numPos++;
+                var ajAcheve = "";
+                if (PF_attr(leFils, "attemptProgressStatus") == "true") {
+                    ajAcheve = " STY_lienNiveau2Acheve";
+                }
+                res += '<a class="STY_lienNiveau2' + selCour + ajAcheve + '" style="-moz-outline-width:0px" hidefocus="true" onmouseover="window.status=\'\';return true" id="lienNiv' + codeItmFils + '" href="javascript:NAVIG_remplirNiveau2(\'' + codeItmFils + '\')"' + infoBullePlanNiveau(titreFils) + '>' + titrePlanNiveau(titreFils, numPos) + '</a>';
+            }
+        }
+    }
+    var oDiv = PF_donneObjet("STY_ligneNiveau2");
+    if (oDiv != null) {
+        oDiv.innerHTML = res;
+        verifierEtatNiveau2(oItem);
+    }
+    selectionneItmNiveau(codeItem, "1");
+    if (lanceFils != "") {
+        selectionneItmNiveau(lanceFils, "2");
+        parent.planLMS.clicItem(lanceFils);
+    }
+}
+
+function NAVIG_remplirNiveau2Passif(codeItem) {
+    var oItem = parent.XML_trouveNoeud(parent.planLMS.itemRacine, "item", "nom", codeItem);
+    var oDiv = PF_donneObjet("STY_ligneNiveau2");
+    if (oDiv == null) {
+        return;
+    }
+    if (!parent.planLMS.estFeuille(oItem)) {
+        var res = "";
+        var numPos = 0;
+        for (var i = 0; i < oItem.childNodes.length; i++) {
+            var leFils = oItem.childNodes.item(i);
+            if (leFils.nodeName == "item") {
+                var cacherItem = false;
+                if (PF_attr(leFils, "isvisible") == "false") {
+                    if (parent.planLMS.estFeuille(leFils)) {
+                        cacherItem = true;
+                    }
+                }
+                if (!cacherItem) {
+                    var codeItmFils = leFils.getAttribute("nom");
+                    var titreFils = "";
+                    var lienFils = parent.planLMS.PF_donneObjet("lienP" + codeItmFils);
+                    titreFils = lienFils.firstChild.nodeValue;
+                    var selCour = "";
+                    if ((parent.planLMS.oItemCourant != null) && (parent.planLMS.oItemCourant.getAttribute("nom") == codeItmFils)) {
+                        selCour = "Sel";
+                    }
+                    numPos++;
+                    var ajAcheve = "";
+                    if (PF_attr(leFils, "attemptProgressStatus") == "true") {
+                        ajAcheve = " STY_lienNiveau2Acheve";
+                    }
+                    res += '<a class="STY_lienNiveau2' + selCour + ajAcheve + '" style="-moz-outline-width:0px" hidefocus="true" onmouseover="window.status=\'\';return true" id="lienNiv' + codeItmFils + '" href="javascript:NAVIG_remplirNiveau2(\'' + codeItmFils + '\')"' + infoBullePlanNiveau(titreFils) + '>' + titrePlanNiveau(titreFils, numPos) + '</a>';
+                }
+            }
+        }
+        if (oDiv != null) {
+            oDiv.innerHTML = res;
+            verifierEtatNiveau2(oItem);
+        }
+    }
+    selectionneItmNiveau(codeItem, "1");
+}
+
+function verifierEtatNiveau2(oItem) {
+    for (var i = 0; i < oItem.childNodes.length; i++) {
+        var itemTmp = oItem.childNodes.item(i);
+        if (itemTmp.nodeName == "item") {
+            changerClasseEtatPlanNiveau(itemTmp, "2");
+        }
+    }
+}
+
+function viderNiveau2() {
+    var oDiv = PF_donneObjet("STY_ligneNiveau2");
+    if (oDiv != null) {
+        oDiv.innerHTML = "";
+    }
+}
+
+function NAVIG_afficheLien(codeItem) {
+    var oItem = parent.XML_trouveNoeud(parent.planLMS.itemRacine, "item", "identifier", codeItem);
+    if (oItem == null && codeItem.indexOf("item") == 0) {
+        codeItem = codeItem.substring(4);
+        oItem = parent.XML_trouveNoeud(parent.planLMS.itemRacine, "item", "identifier", codeItem);
+    }
+    if (oItem != null) {
+        parent.planLMS.clicItem(oItem.getAttribute("nom"));
+    }
+}
+
+function selectionneItmNiveau(codeItem, niv) {
+    var oDivNiv1 = PF_donneObjet("STY_ligneNiveau" + niv);
+    if (oDivNiv1 != null) {
+        var lesliens = oDivNiv1.getElementsByTagName("a");
+        for (var i = 0; i < lesliens.length; i++) {
+            if (lesliens[i].id != "lienNiv" + codeItem) {
+                var nclasse = lesliens[i].className;
+                var rech = "STY_lienNiveau" + niv + "Sel";
+                if (nclasse.indexOf(rech) == 0) {
+                    lesliens[i].className = nclasse.replace(rech, "STY_lienNiveau" + niv);
+                }
+            }
+        }
+        var lienHtml = PF_donneObjet("lienNiv" + codeItem);
+        if (lienHtml != null) {
+            var ajAcheve = "";
+            if (lienHtml.className.indexOf("Acheve") > 0) {
+                ajAcheve = " STY_lienNiveau" + niv + "Acheve";
+            }
+            lienHtml.className = "STY_lienNiveau" + niv + "Sel" + ajAcheve;
+        }
+    }
+}
+
+function creerBoutonEtape(sens, numLex) {
+    var obj = PF_donneObjet("STY_boutonEtp" + sens);
+    var ajPere = "";
+    if (obj == null) {
+        obj = parent.planLMS.PF_donneObjet("STY_boutonEtp" + sens);
+        ajPere = "parent.haut.";
+    }
+    if (obj != null) {
+        obj.innerHTML = "<a id=\"lienbtnEtp" + sens + "\" onmouseover=\"" + ajPere + "changeFleche('btnEtp" + sens + "','dessus')\" onmouseout=\"" + ajPere + "changeFleche('btnEtp" + sens + "','')\" href=\"#\"><img title=\"" + donneLex(numLex) + "\" hspace=\"1\" border=\"0\" align=\"absmiddle\" src=\"" + parent.RACINE_STYLE + "media/gen/btnEtp" + sens + ".png\" id=\"btnEtp" + sens + "\"/></a>";
+    }
+    return (obj != null);
+}
+
+function changeFleche(typeFleche, opt) {
+    var ofleche = PF_donneObjet(typeFleche);
+    if (ofleche == null) {
+        ofleche = parent.planLMS.PF_donneObjet(typeFleche);
+    }
+    var sourceAct = ofleche.src;
+    if (sourceAct.indexOf("blanc.gif") > 0) {
+        sourceAct = ofleche.style.filter;
+    }
+    if ((sourceAct.indexOf('_of.') > 0) || (sourceAct.indexOf('_on.') > 0)) {
+        var aje = 'of.';
+        if (opt == 'dessus') {
+            aje = 'on.';
+        }
+        changeImgBtn(ofleche, parent.RACINE_STYLE + "media/gen/" + typeFleche + "_" + aje + "png");
+    }
+}
+
+function NAVIG_majFleches(testPrec, testSuiv) {
+    if ((existeBoutonSuivant || oFlashIntBar) && testSuiv) {
+        if ((parent.planLMS.itemCourant == null && NAVIG_requete("start", true) == "true") || NAVIG_requete("continue", true) == "true") {
+            majFleche('EtpSuiv', '_of', 'javascript:NAVIG_allerSuivant()');
+        } else {
+            majFleche('EtpSuiv', '', '#');
+        }
+    }
+    if ((existeBoutonPrecedent || oFlashIntBar) && testPrec) {
+        if (NAVIG_requete("previous", true) == "true") {
+            majFleche('EtpPrec', '_of', 'javascript:NAVIG_allerPrecedent()');
+        } else {
+            majFleche('EtpPrec', '', '#');
+        }
+    }
+}
+
+function majFleche(cote, activaction, lhref) {
+    var nomFleche = 'btn' + cote;
+    var ofleche = PF_donneObjet(nomFleche);
+    var fpere = window;
+    if (oFlashIntBar != null) {
+        var actv = false;
+        if (activaction == "_of") {
+            actv = true;
+        }
+        var nomB = "previous";
+        if (cote == "EtpSuiv") {
+            nomB = "next";
+        }
+        try {
+            oFlashIntBar.MOS_enableLMSButton(nomB, actv);
+        } catch (e) {
+        }
+    }
+    if (ofleche == null) {
+        ofleche = parent.planLMS.PF_donneObjet(nomFleche);
+        fpere = parent.planLMS;
+    }
+    if (ofleche != null) {
+        changeImgBtn(ofleche, parent.RACINE_STYLE + "media/gen/" + nomFleche + activaction + ".png");
+        var oLien = fpere.PF_donneObjet('lien' + nomFleche);
+        oLien.href = lhref;
+        var tCurs = "pointer";
+        if (activaction == "") {
+            tCurs = "default";
+        } else if (cote == "EtpSuiv") {
+            if (parent.planLMS.itemCourant == null) {
+                nlex = 531;
+                if (!parent.SUR_CHORUS) {
+                    nlex = 39;
+                }
+            } else {
+                nlex = 100;
+                if (!parent.SUR_CHORUS) {
+                    nlex = 67;
+                }
+            }
+            ofleche.title = donneLex(nlex);
+        }
+        try {
+            oLien.style.cursor = tCurs;
+        } catch (e) {
+        }
+    }
+}
+
+function changeImgBtn(oImg, source) {
+    if (oImg != null) {
+        var estIE7 = false;
+        if (navigator.appName.indexOf('Microsoft') >= 0) {
+            try {
+                if (window.XMLHttpRequest) {
+                    estIE7 = true;
+                }
+            } catch (e) {
+            }
+        }
+        if (navigator.appName.indexOf('Microsoft') >= 0 && !estIE7) {
+            oImg.width = oImg.offsetWidth;
+            oImg.height = oImg.offsetHeight;
+            if (parent.SUR_CHORUS) {
+                oImg.src = "ressources/images/gen/blanc.gif";
+            } else {
+                oImg.src = "blanc.gif";
+            }
+            oImg.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + source + "',sizingMethod='image')";
+        } else {
+            oImg.src = source;
+        }
+    }
+}
+
+function surMenuCtxt(event) {
+    return true;
+}
+
+function tapeRechercheInterne(event) {
+    var oEvt = event;
+    var oCible;
+    if (!event) {
+        oEvt = window.event;
+        oCible = window.event.srcElement;
+    } else {
+        oCible = oEvt.target;
+        if (!oCible) {
+            oCible = oEvt.srcElement;
+        }
+    }
+    if (oEvt.keyCode == 13) {
+        rechercheItrn(oCible.value);
+    }
+}
+
+function rechercheItrn(txtR) {
+    if (txtR == "*" || txtR.length > 1) {
+        var tabParam = new Array();
+        tabParam[0] = "itemCount##20";
+        txtR = txtR.replace(/&/g, "&amp;");
+        tabParam[1] = "searchedText##" + txtR;
+        tabParam[2] = "courseID##" + parent.serveur.codeStage;
+        tabParam[3] = "userID##" + parent.serveur.vMos_id;
+        var nserv = "courseSearch";
+        if (txtR == "*") {
+            nserv = "getCourseResources";
+        }
+        var oRetour = parent.SYS_service(nserv, tabParam);
+        var lesres = oRetour.getElementsByTagName("resource");
+        if (lesres.length == 0) {
+            alert(donneLex(264));
+        } else {
+            oResultatsRecherche = oRetour;
+            parent.API_1484_11.scoEnAttente = true;
+            parent.contenuLMS.location = "rechParc.html";
+        }
+    }
+}
+
+function lanceRechItrn() {
+    var champ = PF_donneObjet("STY_champRechercheInterne");
+    if (champ) {
+        rechercheItrn(champ.value);
+    }
+}
+
+function focusRechercheInterne(event) {
+    var oEvt = event;
+    var oCible;
+    if (!event) {
+        oEvt = window.event;
+        oCible = window.event.srcElement;
+    } else {
+        oCible = oEvt.target;
+        if (!oCible) {
+            oCible = oEvt.srcElement;
+        }
+    }
+    if (oCible.value == donneLex(503)) {
+        oCible.value = "";
+        oCible.style.color = parent.planLMS.gardeCouleurChamp;
+    }
+}
+
+function groupeParcours() {
+    if (parent.serveur.codeStage.indexOf("[_MOSLCMS]") != 0) {
+        window.open("aspx/ADM_groupesStage.aspx?action=vueGrpParc&codeStage=" + parent.serveur.codeStage + "&codeGroupe=" + parent.planLMS.codeGroupeParc + "&id=" + parent.serveur.vMos_id + "&styleST=" + parent.STYLE_INTERFACE, "vuegrpstg" + parent.serveur.codeStage, "toolbars=no,resizable=yes,location=no,menubar=no,status=no");
+    }
+}
+
+function NAVIG_bloqueRetour(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (evt.keyCode == 8) {
+        var cible = evt.target;
+        if (!parent.estMoz) {
+            cible = evt.srcElement;
+        }
+        if (cible != null && cible.id == "STY_champRechercheInterne") {
+            return true;
+        }
+        evt.returnValue = false;
+        evt.cancelBubble = true;
+        try {
+            evt.stopPropagation();
+            evt.preventDefault();
+        } catch (e) {
+        }
+        return false;
+    }
+    return true;
+}
+
+function NAVIG_finTempsParc() {
+    try {
+        top.contenuLMS.terminerSCODepuisTempParc();
+    } catch (e) {
+    }
+    var nlex = 63;
+    var nlex2 = 89;
+    if (parent.SUR_CHORUS) {
+        nlex = 532;
+        nlex2 = 250;
+    }
+    alert(donneLex(nlex) + "\n" + donneLex(nlex2));
+    parent.planLMS.DOMManifest.documentElement.setAttribute("sortieSurFinTempsParc", "1");
+    NAVIG_retour("exitAll");
+}
+
+function majCompteurTempsParc() {
+    var restant = tempsFinEnMilli - (new Date()).getTime();
+    if (restant > 1000) {
+        setTimeout(majCompteurTempsParc, 60000);
+        restant = Math.floor(restant / 60000);
+    } else {
+        restant = 0;
+    }
+    PF_modifTexteDiv("STY_nbMinutesRestantes", restant);
+}
+
+function IC_openDoc(nomFich, optionsFen) {
+    window.open(parent.RACINE_stage + "contenu/pages/" + nomFich, nomFich.replace(/\W/g), "menubar=no,toolbar=no,location=no,status=no," + optionsFen);
+}
+
+function IC_openSco(codeSco, optionsFen) {
+    window.open(parent.RACINE_stage + "sco/" + codeSco + ".html", "fensco" + codeSco, "menubar=no,toolbar=no,location=no,status=no," + optionsFen);
+}
+
+function voirMesNotes() {
+    var oFen = window.open(parent.RACINE_MOS + "MosSrv/aspx/diplm.aspx?type=notes&ref=" + parent.PF_crypte(parent.serveur.vMos_id + "##" + parent.serveur.codeStage), 'expnotes' + parent.serveur.codeStage, "scrollbars=no,toolbar=no,resizable=yes,status=yes,menubar=yes,width=670,height=660,top=" + Math.round(screen.height / 14) + ",left=" + Math.round(screen.width / 8));
+    oFen.focus();
+}
+
+function NAVIG_barreProgress(oItem, pcPage) {
+    if (oBarreProgress == null) {
+        return;
+    }
+    var nbFeuilles = 0;
+    var posFeuilleCourante = 0;
+    if (oItem != null) {
+        var codeItm = oItem.getAttribute("identifier");
+        var lesitems = parent.XML_listeParBalise(parent.planLMS.itemRacine, "item");
+        for (var i = 0; i < lesitems.length; i++) {
+            var itemTmp = lesitems[i];
+            if (parent.planLMS.estFeuille(itemTmp)) {
+                nbFeuilles++;
+                if (itemTmp.getAttribute("identifier") == codeItm) {
+                    posFeuilleCourante = nbFeuilles;
+                }
+            }
+        }
+        posFeuilleCourante--;
+    } else {
+        posFeuilleCourante = 1;
+        nbFeuilles = 1;
+    }
+    if (posFeuilleCourante >= 0 && nbFeuilles > 0) {
+        var intervalSco = 0;
+        if (pcPage > 0) {
+            intervalSco = Math.floor((pcPage - 0.1) / nbFeuilles * 100);
+        }
+        var largJauge = Math.round(posFeuilleCourante / nbFeuilles * 100) + intervalSco;
+        oBarreProgress.innerHTML = '<div class="STY_barreProgresJaugeLMS" style="width:' + largJauge + '%;overflow:hidden">&nbsp;</div>';
+    }
+}
+
+function desactCDroit(event) {
+    if (event) {
+        event.stopPropagation();
+        event.returnValue = false;
+    } else {
+        window.event.returnValue = false;
+    }
+    return false;
+}
+
+function desactiverClicDroit() {
+    document.getElementsByTagName("html")[0].oncontextmenu = desactCDroit;
+}
+
+var oFlashIntBar;
+
+function NAVIG_initFlashNavBar() {
+    var oDiv = PF_donneObjet("FlashNavBar");
+    if (oDiv == null) {
+        oDiv = window.document;
+    }
+    var tabWM = oDiv.getElementsByTagName('object');
+    if (tabWM.length > 0) {
+        oFlashIntBar = tabWM[0];
+        if (parent.estMoz) {
+            oFlashIntBar = document.embeds[oFlashIntBar.id];
+        }
+    }
+    if (oFlashIntBar != null) {
+        if (parent.planLMS.dernierItemLance != null) {
+            var oNavInter = parent.XML_filsNS(parent.planLMS.dernierItemLance, "adlnav", "presentation");
+            if (oNavInter != null) {
+                oNavInter = parent.XML_filsNS(oNavInter, "adlnav", "navigationInterface");
+            }
+            parent.planLMS.masqueBoutonLMS(oNavInter, "previous", "ActivitePrecedente");
+            parent.planLMS.masqueBoutonLMS(oNavInter, "continue", "ActiviteSuivante");
+            parent.planLMS.masqueBoutonLMS(oNavInter, "exitAll", "QuitterTout");
+            parent.planLMS.masqueBoutonLMS(oNavInter, "suspendAll", "SuspendreTout");
+        }
+        setTimeout(finirInitFlashNavBar, 800);
+    }
+}
+
+function finirInitFlashNavBar() {
+    NAVIG_majFleches(true, true);
+    try {
+        oFlashIntBar.MOS_setTitleCourse(parent.serveur.titreStage);
+    } catch (e) {
+    }
+    var oAct = parent.planLMS.dernierItemLance;
+    if (oAct != null) {
+        var nomActivite = "";
+        var oDshtml = parent.planLMS.PF_donneObjet('lienP' + oAct.getAttribute("nom"));
+        if (oDshtml != null) {
+            nomActivite = oDshtml.innerHTML;
+        }
+        try {
+            oFlashIntBar.MOS_setCurrentItem(PF_attr(oAct, "identifier"), nomActivite, "");
+        } catch (e) {
+        }
+    }
+}
+
+function NAVIG_reprendreParcours() {
+    if (PF_attr(parent.planLMS.itemSuspendu, "isvisible") != "false") {
+        return "resumeAll";
+    }
+    return "start";
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/planLMS.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/planLMS.js
index 1f9c965a92f92ecdb2f3810d6017642501037f17..417af7339bb7af72011f1c5666e5d0749734390e 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/planLMS.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/planLMS.js
@@ -1 +1,1657 @@
-var lienCourant;var etatBasculeItems=true;var largeurColZero='';var oFenetre=null;var titreStage;var itemRacine=null;var itemCourant=null;var itemSuspendu=null;var DOMManifest=null;var ressourceCourante=null;var progIDMSXML;var itemsSynchro='';var numAffichageParcours=0;var pageSpecifieeParLienPage="";var dernierItemLance=null;var largeurPlanFerme="0";var auraitDuMettreAJourPlan=false;var masqueSortie=false;var masqueSuspendre=false;var masqueSuivant=false;var masquePrecedent=false;var modeExploration="";var codeGroupeParc="";var largeurPlanInitiale=0;var PLAN_FEN_X,PLAN_FEN_Y,PLAN_FEN_L,PLAN_FEN_H;var SUIVI_DESACTIVE=false;var RECHERCHE_POSSIBLE=false;var tabItemsVerif;var oRegScheme;var oCommentairesLMS=null;var supprimerBalises=true;var existeChoixSortie=false;var existeLienItmRacine=false;var gardeCouleurChamp="";var OBJ_GLOBAL_SYSTEM=true;var FIGER_ETAT_ITEM=false;var COMPATIBLE_SCORM12=false;function initPlanLMS(){if (parent.RACINE_stage==null){return ;}var cadreListe = donneCadreIndex("planLMS");if (cadreListe.offsetWidth>5){largeurPlanInitiale=cadreListe.offsetWidth;}if (parent.LISTE_BL && parent.LISTE_BL>0){largeurColZero=parent.LISTE_BL;largeurPlanFerme=largeurPlanInitiale;}oRegScheme=new RegExp("^\\w+:///?\\w+");progIDMSXML=parent.progIDMSXML;DOMManifest=parent.IU_objDom();appliqueDefautNS(DOMManifest);var succ=false;var doitNettoyerMani=true;if (parent.depuisFenGNR && top.opener.top.menu.cacheMTRManiXML!=""){succ=DOMManifest.loadXML(top.opener.top.menu.cacheMTRManiXML);if (succ){doitNettoyerMani=false;}}if (!succ){var chemMani=parent.RACINE_stage+"imsmanifest.xml";if (parent.SUR_CHORUS){var pStage=parent.serveur.codeStage;if (parent.activiteUnique && pStage.indexOf("[_MOSLCMS]")==0){pStage=pStage.substring(10);}chemMani=parent.RACINE_MOS+"MosSrv/aspx/envoiManifeste.aspx?stg="+pStage;supprimerBalises=false;} else if (parent.depuisFenGNR && top.opener.top.menu.location.href.indexOf(".aspx")>0){parent.RACINE_MOS=parent.RACINE_stage.substring(0,parent.RACINE_stage.indexOf("/MosPub/")+1);chemMani=parent.RACINE_MOS+"MosSrv/aspx/envoiManifeste.aspx?stg="+parent.serveur.codeStage;supprimerBalises=false;}succ=DOMManifest.load(chemMani);}if (!succ || (DOMManifest.documentElement.nodeName!="manifest")){alert("Error : couldn't load "+chemMani);alert(DOMManifest.parseError.reason);} else {COMPATIBLE_SCORM12=modeCompat12(DOMManifest.documentElement);DOMManifest.documentElement.removeAttribute("xsi:schemaLocation");itemRacine=parent.XML_premierNoeud(DOMManifest.documentElement,"organization");if (itemRacine==null){alert("Organization not found");}if (deliveryControls(itemRacine,"tracked")=="false"){SUIVI_DESACTIVE=true;parent.lesson_mode="browse";}parent.serveur.titreStage=parent.XML_texteNoeud(parent.XML_premierNoeud(DOMManifest.documentElement,"title"));parent.document.title=parent.serveur.titreStage;if (parent.SYNC_CORRIGE_ITEM==""){var oCss=PF_donneObjet("feuilleStylePlan");oCss.href = parent.RACINE_STYLE+"css/planLMS.css";var corpsPlanLMS=PF_donneObjet("corpsPlanLMS");if (parent.depuisFenGNR && top.opener.top.menu.cacheMTRPlanCorpsHTML!=""){corpsPlanLMS.innerHTML=top.opener.top.menu.cacheMTRPlanCorpsHTML;} else {parent.renduXSLSub(null,"planLMS",corpsPlanLMS);if (parent.depuisFenGNR){top.opener.top.menu.cacheMTRPlanCorpsHTML=corpsPlanLMS.innerHTML;}}/*if (controlMode(itemRacine,"choice")=="false"){ PLAN_DESACTIVE=true; PLAN_affichagePlan("non"); corpsPlanLMS.style.visibility="hidden";}*/if (!parent.estMoz){if (progIDMSXML=="Msxml2.DOMDocument.6.0"){parent.objXSL.setProperty("SelectionNamespaces","xmlns:xsl='http://www.w3.org/1999/XSL/Transform'");}PLAN_FEN_X=initDimPopup("FEN_X");PLAN_FEN_Y=initDimPopup("FEN_Y");PLAN_FEN_L=initDimPopup("FEN_L");PLAN_FEN_H=initDimPopup("FEN_H");if ((PLAN_FEN_X!='')&&(PLAN_FEN_Y!='')&&(PLAN_FEN_L!='')){if (parent.depuisFenGNR){top.opener.top.menu.cacheMTRPlanCorpsHTML="";}if (PLAN_FEN_X!=''){PLAN_FEN_X=Number(PLAN_FEN_X);if (PLAN_FEN_X<0){PLAN_FEN_X=window.screen.width+PLAN_FEN_X;}}if (PLAN_FEN_Y!=''){PLAN_FEN_Y=Number(PLAN_FEN_Y);if (PLAN_FEN_Y<0){PLAN_FEN_Y=window.screen.height+PLAN_FEN_Y;}}PLAN_affichagePlan('non');if (PLAN_FEN_H==0){PLAN_FEN_H='';}try {oFenetre=window.createPopup();} catch(e){}if (oFenetre!=null && window.location.href.indexOf("http")==0){var cadres = parent.document.getElementById("frame2");if (parent.PLAN_DROIT){cadres.cols="*,1";} else {cadres.cols="1,*";}}}}PF_modifTexteDiv("STY_planTitreFormation",parent.serveur.titreStage);var planItmRacine=PF_donneObjet("STY_planItmRacine");if (planItmRacine!=null){planItmRacine.innerHTML="<a class=\"STY_planLienItmRacine\" id=\"lienP_racine\" href=\"javascript:clicItem('_racine')\">"+parent.serveur.titreStage+"</a>";existeLienItmRacine=true;itemRacine.setAttribute("nom","_racine");}var chenGenXSL=parent.RACINE_MOS+"MosSrv/xsl/util";if (!parent.SUR_CHORUS){chenGenXSL=parent.RACINE_stage+"MosMtr/xsl";}if (parent.depuisFenGNR && top.opener.top.menu.cacheMTRPlanXSL!=""){parent.objXSL.loadXML(top.opener.top.menu.cacheMTRPlanXSL);} else {var succ=parent.objXSL.load(chenGenXSL+"/GEN_planLMS.xsl");if (!succ){alert("Can't load GEN_planLMS.xsl");return ;}if (parent.depuisFenGNR){top.opener.top.menu.cacheMTRPlanXSL=parent.serialiserXML(parent.objXSL);}}itemRacine.setAttribute("chemImg",parent.RACINE_STYLE+"media/gen/");var arboHtml=PF_donneObjet("STY_planArborescence");if (parent.activiteUnique){var idSco=parent.donneParam("sco");var oItem=parent.XML_trouveNoeud(DOMManifest.documentElement,"item","identifier",idSco);var ofils=itemRacine.firstChild;var copie;if (oItem!=null){copie=oItem.cloneNode(true);}while (ofils!=null){itemRacine.removeChild(ofils);ofils=itemRacine.firstChild;}if (copie){itemRacine.appendChild(copie);}}}if (doitNettoyerMani){var oRessources=parent.XML_fils(DOMManifest.documentElement,"resources");var lesitems=parent.XML_listeParBalise(itemRacine,"item");var tabItemsExpand=new Array(); for (var i=0;i<lesitems.length;i++){ tabItemsExpand[i]=lesitems[i]; }for (var i=0;i<tabItemsExpand.length;i++){var itemTmp=tabItemsExpand[i];var idref=PF_attr(itemTmp,"identifierref");if (idref!=""){/*if (existeSubMani!=null){var oRef=parent.XML_trouveNoeud(DOMManifest.documentElement,"manifest","identifier",idref);if (oRef!=null){trouveR=true;itemTmp.removeAttribute("identifierref");while (itemTmp.childNodes.length>0){itemTmp.removeChild(itemTmp.firstChild);}var orgaSub=parent.XML_premierNoeud(oRef,"organization").cloneNode(true);while (orgaSub.childNodes.length>0){itemTmp.appendChild(orgaSub.firstChild);}}} */if (oRessources!=null){var oRess=parent.XML_trouveNoeud(oRessources,"resource","identifier",idref);if (oRess!=null){var lhref=PF_attr(oRess,"href");if (lhref.indexOf("/imsmanifest.xml")>0){var adrManifExterne=lhref;if (lhref.indexOf("../")==0){adrManifExterne=parent.RACINE_stage+lhref;adrManifExterne=adrManifExterne.replace("/"+parent.serveur.codeStage+"/../","/");}var DOMManifestExterne=parent.IU_objDom();appliqueDefautNS(DOMManifestExterne);var succ=DOMManifestExterne.load(adrManifExterne);if (succ && (DOMManifestExterne.documentElement.nodeName=="manifest")){var orgaExterne=parent.XML_premierNoeud(DOMManifestExterne.documentElement,"organization");if (orgaExterne!=null){var oItemExt=parent.XML_trouveNoeud(orgaExterne,"item","identifier",itemTmp.getAttribute("identifier"));if (oItemExt!=null){orgaExterne=oItemExt;}itemTmp.removeAttribute("identifierref");var recupTitre=parent.XML_texteNoeud(parent.XML_fils(itemTmp,"title"));while (itemTmp.childNodes.length>0){itemTmp.removeChild(itemTmp.firstChild);}var lesitemsext=parent.XML_listeParBalise(orgaExterne,"item");for (var r=0;r<lesitemsext.length;r++){var oExiste=parent.XML_trouveNoeud(itemRacine,"item","identifier",PF_attr(lesitemsext[r],"identifier"));if (oExiste!=null){var msgDupli="Duplicated ID. Item "+PF_attr(oExiste,"identifier")+" already exists.";msgDupli+=" \nPlease change this identifier in the content editor by right-clicking on the identifier."; if (parent.LANGUE=="fr"){msgDupli="Identifiant dupliqu\xE9. L'item "+PF_attr(oExiste,"identifier")+" existe d\xE9ja.";msgDupli+=" \nChangez l'identifiant dans l'\xE9diteur de contenu avec un clic-droit sur l'identifiant.";}alert(msgDupli);return ;}}for (var hh=orgaExterne.childNodes.length-1;hh>=0;hh--){var oInsertD=orgaExterne.childNodes[hh];if (parent.estMoz){oInsertD=itemTmp.ownerDocument.importNode(oInsertD,true);}itemTmp.insertBefore(oInsertD,itemTmp.firstChild);}var oTitreN=parent.XML_fils(itemTmp,"title");parent.XML_modifTexteNoeud(oTitreN,recupTitre);var oRessourcesExternes=parent.XML_fils(DOMManifestExterne.documentElement,"resources");if (oRessourcesExternes!=null){adrManifExterne=adrManifExterne.substring(0,adrManifExterne.length-15);var lesitemsext=parent.XML_listeParBalise(itemTmp,"item");for (var r=0;r<lesitemsext.length;r++){var oRess=parent.XML_trouveNoeud(oRessourcesExternes,"resource","identifier",PF_attr(lesitemsext[r],"identifierref"));if (oRess!=null){var idDupli=PF_attr(lesitemsext[r],"idDupli");if (idDupli!=""){oRess.setAttribute("identifier",idDupli+PF_attr(oRess,"identifier"));lesitemsext[r].setAttribute("identifierref",PF_attr(oRess,"identifier"));lesitemsext[r].removeAttribute("idDupli");}var lhrefext=PF_attr(oRess,"href");if (lhrefext.match(oRegScheme)==null){var base="";base=PF_attr(DOMManifestExterne.documentElement,"xml:base");base+=PF_attr(oRess.parentNode,"xml:base");base+=PF_attr(oRess,"xml:base");lhrefext=base+lhrefext;if (lhrefext.indexOf("../")!=0){oRess.setAttribute("href",adrManifExterne+lhrefext);}}if (parent.estMoz){oRess=oRessources.ownerDocument.importNode(oRess,true);}oRessources.appendChild(oRess);}}}}}}}}}}}if (parent.SYNC_CORRIGE_ITEM==""){var ressarb="";if (parent.depuisFenGNR && top.opener.top.menu.cacheMTRPlanLMS!=""){ressarb=top.opener.top.menu.cacheMTRPlanLMS;} else {ressarb=parent.transformeXSL(itemRacine,parent.objXSL);if (parent.depuisFenGNR){top.opener.top.menu.cacheMTRPlanLMS=ressarb;}}arboHtml.innerHTML=ressarb;}itemRacine.removeAttribute("chemImg");if (doitNettoyerMani){var lesitems=parent.XML_listeParBalise(itemRacine,"item");for (var i=0;i<lesitems.length;i++){var itemTmp=lesitems[i];var titre=itemTmp.firstChild;if (titre!=null){if (titre.nodeName=="title"){itemTmp.removeChild(titre);}}var pos=i+1;itemTmp.setAttribute("nom","item"+pos);}if (supprimerBalises){if (oRessources!=null){var oFile=parent.XML_premierNoeud(oRessources,"file");while (oFile!=null){oFile.parentNode.removeChild(oFile);oFile=parent.XML_premierNoeud(oRessources,"file");}oFile=parent.XML_premierNoeud(oRessources,"dependency");while (oFile!=null){oFile.parentNode.removeChild(oFile);oFile=parent.XML_premierNoeud(oRessources,"dependency");}}var oMetadata=parent.XML_premierNoeud(DOMManifest.documentElement,"metadata");while (oMetadata!=null){oMetadata.parentNode.removeChild(oMetadata);oMetadata=parent.XML_premierNoeud(DOMManifest.documentElement,"metadata");}}var sequencingCollection=parent.XML_filsNS(DOMManifest.documentElement,"imsss","sequencingCollection");if (sequencingCollection){var tabFilsColl=parent.XML_tabElementFils(sequencingCollection);for (var i=0;i<tabFilsColl.length;i++){var oSeqColl=tabFilsColl[i];var lid=oSeqColl.getAttribute("ID");var oSeqItem=parent.XML_trouveNoeudNS(itemRacine,"imsss","sequencing","IDRef",lid);while (oSeqItem!=null){var tabInterneSeq=parent.XML_tabElementFils(oSeqColl);for (var j=0;j<tabInterneSeq.length;j++){var oElt1=tabInterneSeq[j];var nomelt=oElt1.nodeName;if (nomelt.indexOf(":")<0){nomelt="imsss:"+nomelt;}nomelt=nomelt.split(":");var oEnLigne=parent.XML_filsNS(oSeqItem,nomelt[0],nomelt[1]);if (oEnLigne==null){oSeqItem.appendChild(oElt1.cloneNode(true));}}oSeqItem.removeAttribute("IDRef");oSeqItem=parent.XML_trouveNoeudNS(itemRacine,"imsss","sequencing","IDRef",lid);}}sequencingCollection.parentNode.removeChild(sequencingCollection);}if (parent.depuisFenGNR){top.opener.top.menu.cacheMTRManiXML=parent.serialiserXML(DOMManifest.documentElement);}}if (parent.XML_trouveNoeudNS(itemRacine,"imsss","controlMode","choiceExit","false")!=null){existeChoixSortie=true;} else if (parent.XML_premierNoeudNS(itemRacine,"adlseq","constrainedChoiceConsiderations")!=null){existeChoixSortie=true;}/*var sousmanifest=parent.XML_fils(DOMManifest.documentElement,"manifest");while (sousmanifest!=null){if (oRessources==null){oRessources=DOMManifest.documentElement.createElement(resources);}var oRessourcesSub=parent.XML_premierNoeud(sousmanifest,"resources");if (oRessourcesSub!=null){while (oRessourcesSub.childNodes.length>0){oRessources.appendChild(oRessourcesSub.firstChild);}}DOMManifest.documentElement.removeChild(sousmanifest);sousmanifest=parent.XML_fils(DOMManifest.documentElement,"manifest");}*/tabItemsVerif=new Array();var lesitems=parent.XML_listeParBalise(itemRacine,"item");for (var i=0;i<lesitems.length;i++){var itemTmp=lesitems[i];var prend=false;if (limitConditions(itemTmp,"attemptLimit")!="0" || limitConditions(itemTmp,"attemptAbsoluteDurationLimit")!="0.0" || controlMode(itemTmp,"forwardOnly")=="true" || constrainedChoiceConsiderations(itemTmp,"preventActivation")=="true"){prend=true;}if (!prend){var objr=donneRegles(itemTmp);if (objr!=null){var tabFOr=parent.XML_tabElementFils(objr);for (var k=0;k<tabFOr.length;k++){var action=parent.XML_filsNS(tabFOr[k],"imsss","ruleAction");var laction=PF_attr(action,"action");if (laction=="disabled" || laction=="hiddenFromChoice" || laction=="stopForwardTraversal"){prend=true;k=99;if (laction=="stopForwardTraversal"){existeChoixSortie=true;}if (laction=="hiddenFromChoice"){var oDansPlan=PF_donneObjet("div"+PF_attr(itemTmp,"nom"));if (oDansPlan!=null){oDansPlan.style.display="none";oDansPlan=PF_donneObjet("divfils"+PF_attr(itemTmp,"nom"));if (oDansPlan!=null){oDansPlan.style.display="none";}}}}}}}if (prend){tabItemsVerif[tabItemsVerif.length]=itemTmp.getAttribute("identifier");}}if (PF_attr(itemRacine,"adlseq:objectivesGlobalToSystem")=="false"){OBJ_GLOBAL_SYSTEM=false;}if (PF_attr(itemRacine,"freezeCompletedItem")=="true"){FIGER_ETAT_ITEM=true;}if ((parent.FICH_PARCOURS!=""||parent.SUR_CHORUS) && !parent.activiteUnique){var oRacParc=null;var succ=false;var objectifsALire=";";var lesmaps=donneNoeudsNS(itemRacine,"imsss","mapInfo");if (lesmaps.length==0){lesmaps=donneNoeudsNS(itemRacine,"","mapInfo");}for (var n=0;n<lesmaps.length;n++){var oMap;if (parent.estMoz){oMap=lesmaps[n];}else {oMap=lesmaps[n];}if (PF_attr(oMap,"readSatisfiedStatus")!="false"||PF_attr(oMap,"readNormalizedMeasure")!="false"){var lido=PF_attr(oMap,"targetObjectiveID");if (objectifsALire.indexOf(";"+lido+";")<0){objectifsALire+=lido+";";}/*oMap.parentNode.parentNode.parentNode.parentNode.setAttribute("doRollup","true");rollupMultiple=true;*/}}var DOMParc=parent.IU_objDom();if (parent.SUR_CHORUS){var tabParam=new Array();tabParam[0]="userID##"+parent.serveur.vMos_id;tabParam[1]="courseID##"+parent.serveur.codeStage;tabParam[2]="groupID##"+parent.serveur.codeGroupe;var ogl="false";if (OBJ_GLOBAL_SYSTEM){ogl="true";}tabParam[3]="objectivesGlobalToSystem##"+ogl;tabParam[4]="objectifsALire##"+objectifsALire;var oRetour=parent.SYS_service("redonnerParcours",tabParam);oRacParc=parent.XML_filsNS(oRetour,"","manifest");if (oRacParc!=null){succ=true;if (PF_attr(oRacParc,"groupeFerme")=="oui"){PF_masquerDiv("STY_planArborescence");alert("The group is closed");return false;}parent.serveur.codeInscription=oRacParc.getAttribute("codeInscription");modeExploration=PF_attr(oRacParc,"modeExploration");parent.modeTentative=PF_attr(oRacParc,"modeTentative");codeGroupeParc=PF_attr(oRacParc,"codeGroupe");DOMParc=parent.IU_objDom();var oInsertD=oRacParc;if (parent.estMoz){oInsertD=DOMParc.importNode(oRacParc,true);}if (DOMParc.documentElement){DOMParc.replaceChild(oInsertD,DOMParc.documentElement);} else {DOMParc.appendChild(oInsertD);}oRacParc=DOMParc.documentElement;} else {PF_masquerDiv("STY_planArborescence");alert("User Not Enrolled or Group Not Found");return false;}if (parent.serveur.vMos_id=="_guest"){modeExploration="toujours";}} else {try {succ=DOMParc.load(parent.FICH_PARCOURS);} catch(e){succ=false;}if (succ){oRacParc=DOMParc.documentElement;}}if (succ && oRacParc!=null && oRacParc.nodeName=="manifest"){appliqueDefautNS(DOMParc);var racDomi=DOMManifest.documentElement;recupereAttr(oRacParc,racDomi,"dateEntre");recupereAttr(oRacParc,racDomi,"dateAcces");recupereAttr(oRacParc,racDomi,"dateValidation");recupereAttr(oRacParc,racDomi,"dateCompletion");recupereAttr(oRacParc,racDomi,"etatParcours");recupereAttr(oRacParc,racDomi,"etatValidation");recupereAttr(oRacParc,racDomi,"etatScore");recupereAttr(oRacParc,racDomi,"score");recupereAttr(oRacParc,racDomi,"tempsTotal");var orga=parent.XML_premierNoeud(oRacParc,"organization");if (orga!=null){recupereItem(orga);var derSusp=PF_attr(orga,"activiteSuspendue");if (derSusp!=""){itemSuspendu=parent.XML_trouveNoeud(racDomi,"item","identifier",derSusp);}}var objectifsGlobaux0=parent.XML_fils(oRacParc,"objectifsGlobaux");if (objectifsGlobaux0!=null){racDomi.appendChild(objectifsGlobaux0);}if (!parent.SUR_CHORUS){var gardeReponses=parent.XML_fils(oRacParc,"gardeReponses");if (gardeReponses!=null){racDomi.appendChild(gardeReponses);}var allocationGlobales0=parent.XML_fils(oRacParc,"allocationsGlobales");if (allocationGlobales0!=null){racDomi.appendChild(allocationGlobales0);}}}}objGlobauxCourant=parent.XML_fils(DOMManifest.documentElement,"objectifsGlobaux");if (objGlobauxCourant==null){objGlobauxCourant=parent.creerElementCP(DOMManifest,"objectifsGlobaux");DOMManifest.documentElement.appendChild(objGlobauxCourant);}if (!parent.SUR_CHORUS){allocationsGlobales=parent.XML_fils(DOMManifest.documentElement,"allocationsGlobales");}if (allocationsGlobales==null){allocationsGlobales=parent.creerElementCP(DOMManifest,"allocationsGlobales");DOMManifest.documentElement.appendChild(allocationsGlobales);}appliquerAleatoire(itemRacine);var racmn=DOMManifest.documentElement;if (modeExploration!=""){if (modeExploration=="toujours"){parent.lesson_mode="browse";} else if (modeExploration=="valide"){if (PF_attr(racmn,"etatValidation")=="true"){parent.lesson_mode="review";}} else if (modeExploration=="complete"){if (PF_attr(racmn,"etatParcours")=="completed"){parent.lesson_mode="review";}}}var dateEvt=parent.getDateServeur('');racmn.setAttribute("dateAcces",dateEvt);if (PF_attr(racmn,"dateEntre")==""){racmn.setAttribute("dateEntre",dateEvt);}if (parent.SYNC_CORRIGE_ITEM!=""){var tabG=parent.SYNC_CORRIGE_ITEM.split(";");var oActCorr=donneActivite(tabG[0]);if (oActCorr==null){return ;}var oObjCorr=donneObjectifCible(oActCorr,true);activiteRacine=itemRacine;if (tabG[1]=="unknown"){enregistrerEtatObjectif(oObjCorr,"objectiveMeasureStatus","false");enregistrerEtatObjectif(oObjCorr,"objectiveProgressStatus","false");} else {var resEvMe="";if (tabG[1]=="passed"){resEvMe="true";}else if (tabG[1]=="failed"){resEvMe="false";}enregistrerObjectif(oObjCorr,"objectiveSatisfiedStatus",resEvMe,false);if (tabG[2]!=""){enregistrerObjectif(oObjCorr,"objectiveNormalizedMeasure",tabG[2],false);}}tabDejaFaitRollup=new Array();overallRollup(oActCorr);}if (parent.donneParam("rch")=="1" && !parent.activiteUnique){RECHERCHE_POSSIBLE=true;var champRechercheInterne=PF_donneObjet("STY_champRechercheInterne");if (champRechercheInterne!=null){try {champRechercheInterne.addEventListener("keypress",tapeRechercheInterne,false);champRechercheInterne.addEventListener("focus",focusRechercheInterne,false);} catch(e){champRechercheInterne.attachEvent("onkeypress", tapeRechercheInterne);champRechercheInterne.attachEvent("onfocus", focusRechercheInterne);}if (champRechercheInterne.title=="textinfo"){champRechercheInterne.title="";champRechercheInterne.value=donneLex(503);gardeCouleurChamp=valCSS(champRechercheInterne,"color","color",parent.estMoz);champRechercheInterne.style.color="#999999";}}} else {PF_masquerDiv("STY_zoneRechercheInterne");}if (parent.donneParam("vgp")=="0"){PF_masquerDiv("STY_zoneBoutonCollab");}if ((largeurPlanInitiale>0)||(oFenetre!=null)){PF_affecterAlt();largeurPlanInitiale=-1;}if (COMPATIBLE_SCORM12){var e = parent.document.createElement("script");var ajRac="";if (!parent.SUR_CHORUS){ajRac=parent.RACINE_stage+"MosMtr/";} e.src = ajRac+"scripts/lms/scorm12.js"; e.type="text/javascript"; parent.document.getElementsByTagName("head")[0].appendChild(e);} else {parent.haut.location="menu.html";}}}function modeCompat12(racmn){if (PF_attr(racmn,"scorm12")=="1"){racmn.removeAttribute("scorm12");return true;}if (PF_attr(racmn,"scorm12")=="0"){alert("SCORM 1.2 courses must be converted in MOS Chorus.");DOMManifest=null;return;}if (!parent.SUR_CHORUS){var osc=parent.XML_fils(racmn,"metadata");if (osc && parent.XML_texteNoeud(parent.XML_fils(osc,"schemaversion"))=="SCORM 1.2 Compatibility Mode"){return true;}}return false;}function tapeRechercheInterne(event){if (!event){event=window.event;}parent.haut.tapeRechercheInterne(event);}function focusRechercheInterne(event){if (!event){event=window.event;}parent.haut.focusRechercheInterne(event);}function changeClassMenuMarque(itemObj,nomClasse,etatAcheve){var strNomClasse=itemObj.className;var nouvelleClasse=strNomClasse;if (strNomClasse.indexOf("STY_planLienTitrePage")==0){var classeSelonType="STY_planLienActivite";if (strNomClasse.indexOf("STY_planLienEvaluation")>0){classeSelonType="STY_planLienEvaluation";} else if (strNomClasse.indexOf("STY_planLienDocument")>0){classeSelonType="STY_planLienDocument";}nouvelleClasse="STY_planLienTitrePage "+classeSelonType;if (strNomClasse.indexOf("STY_planLienTitrePageSel")>0){nouvelleClasse+=" STY_planLienTitrePageSel";}if (etatAcheve=="Complete"){nouvelleClasse+=" STY_planLienTitrePageComplete";}if (nomClasse=="Desactive"){nouvelleClasse+=" STY_planLienTitrePageDesactive";itemObj.style.cursor="not-allowed";} else {itemObj.style.cursor="";}} else if (strNomClasse.indexOf("STY_planLienTitreEtape")==0){nouvelleClasse="STY_planLienTitreEtape";if (strNomClasse.indexOf("Ouvert")>0){nouvelleClasse+=" STY_planLienTitreEtapeOuvert"; }if (etatAcheve=="Complete"){nouvelleClasse+=" STY_planLienTitreEtapeComplete";}if (nomClasse=="Desactive"){nouvelleClasse+=" STY_planLienTitreEtapeDesactive"; }} else if (strNomClasse.indexOf("STY_planLienTitreModule")==0){nouvelleClasse="STY_planLienTitreModule";if (strNomClasse.indexOf("Ouvert")>0){nouvelleClasse+=" STY_planLienTitreModuleOuvert"; }if (etatAcheve=="Complete"){nouvelleClasse+=" STY_planLienTitreModuleComplete";}if (nomClasse=="Desactive"){nouvelleClasse+=" STY_planLienTitreModuleDesactive"; }} else if (strNomClasse.indexOf("STY_planLienItmRacine")==0){nouvelleClasse="STY_planLienItmRacine";if (etatAcheve=="Complete"){nouvelleClasse+=" STY_planLienItmRacineComplete";}if (nomClasse=="Desactive"){nouvelleClasse+=" STY_planLienItmRacine"+nomClasse;}}if (strNomClasse!=nouvelleClasse){itemObj.className=nouvelleClasse;}}function deselectionneLien(lienCourant){if (lienCourant!=null){lienCourant.className=lienCourant.className.replace(/ \w+Sel/,""); }}function selectionneLien(idLien){deselectionneLien(lienCourant);var oLien = PF_donneObjet(idLien);lienCourant=oLien;var classss=oLien.className;if (oLien!=null && classss.indexOf('Sel')==-1){oLien.className=classss.replace("Desactive","")+' STY_planLienTitrePageSel';}}function basculeItem(nomItem){var oDiv=PF_donneObjet("divFils"+nomItem);var oImg=PF_donneObjet("img"+nomItem);var numB="0";if (oDiv==null){return ;}var vOuvre=false;if (oDiv.style.display=="none"){vOuvre=true;var deroulePossible=false;var oitem=parent.XML_trouveNoeud(itemRacine,"item","nom",nomItem);if (estActive(oitem) && !estSuspendue(oitem)){deroulePossible=true;} else {if (choixSurFilsPossible(oitem)){deroulePossible=true;}}if (deroulePossible){oDiv.style.display="block";numB="1";/*var forcerTest=false;var oAnc=oitem;while (oAnc!=null && !estRacine(oAnc)){if (tabContient(tabItemsVerif,PF_attr(oAnc,"identifier"))){forcerTest=true;}oAnc=oAnc.parentNode;}*/afficherParcoursItem(oitem,false);}} else {oDiv.style.display="none";}basculeClasseNiveau(nomItem,vOuvre);parent.haut.changeImgBtn(oImg,parent.RACINE_STYLE+"media/gen/planModule"+numB+".png");PLAN_menuPop();}function PLAN_afficheItem(nomItem){var oDiv=PF_donneObjet("divFils"+nomItem);var oImg=PF_donneObjet("img"+nomItem);oDiv.style.display="block";basculeClasseNiveau(nomItem,true);parent.haut.changeImgBtn(oImg,parent.RACINE_STYLE+"media/gen/planModule1.png");}function PLAN_fermerItem(nomItem){if (nomItem!=''){var oDiv=PF_donneObjet("divFils"+nomItem);var oImg=PF_donneObjet("img"+nomItem);oDiv.style.display="none";basculeClasseNiveau(nomItem,false);parent.haut.changeImgBtn(oImg,parent.RACINE_STYLE+"media/gen/planModule0.png");}}function basculeClasseNiveau(nomItem,ouvre){var lienMod=PF_donneObjet("lienP"+nomItem);if (ouvre){if (lienMod.className.indexOf("STY_planLienTitreModule")>=0){lienMod.className+=" STY_planLienTitreModuleOuvert";}if (lienMod.className.indexOf("STY_planLienTitreEtape")>=0){lienMod.className+=" STY_planLienTitreEtapeOuvert";}} else {lienMod.className=lienMod.className.replace(" STY_planLienTitreModuleOuvert","");lienMod.className=lienMod.className.replace(" STY_planLienTitreEtapeOuvert","");}}function PLAN_basculeTout(deroule){ var sourceImg; var afficheDiv; if (deroule){ sourceI="0.png"; destI="1.png"; afficheDiv="block"; } else { sourceI="1.png"; destI="0.png"; afficheDiv="none"; } var lesitems=parent.XML_listeParBalise(itemRacine,"item"); for (var k=0;k<lesitems.length;k++){var itemTmp=lesitems[k];if (parent.XML_fils(itemTmp,"item")!=null){var id=itemTmp.getAttribute("nom");var oDiv=PF_donneObjet("divFils"+id);if (oDiv!=null && oDiv.style.display!=afficheDiv){activiteSpecifieParChoixPreemptif=itemTmp.getAttribute("identifier");if (!deroule || estActive(itemTmp)||(parent.haut.NAVIG_requete("choice",true)=="true")){var oImg=PF_donneObjet("img"+id);if (oImg!=null){var sourceImg=new String(oImg.src);if (sourceImg.indexOf("/blanc.gif")>0){oImg.style.filter=oImg.style.filter.replace(sourceI,destI);} else {oImg.src=sourceImg.replace(sourceI,destI);}}if (deroule || PF_attr(itemTmp,"isvisible")!="false"){oDiv.style.display=afficheDiv;}basculeClasseNiveau(id,deroule);}}}}etatBasculeItems=!etatBasculeItems;if (deroule){PLAN_afficheParcours(false);}PLAN_menuPop();}function PLAN_afficheParcours(async){if (SUIVI_DESACTIVE){if (numAffichageParcours==0 && !oFenetre){PF_afficherDiv("STY_planArborescence");}return ;}if (parent.haut.planEnLigne && itemCourant!=null){parent.haut.NAVIG_remplirNiveau1(parent.haut.PF_donneObjet("STY_ligneNiveau1"));var idact=itemCourant.getAttribute("nom");if (itemCourant.parentNode.nodeName=="item"){var codePereN1=itemCourant.parentNode.getAttribute("nom");parent.haut.selectionneItmNiveau(codePereN1,1);parent.haut.NAVIG_remplirNiveau2Passif(codePereN1);parent.haut.selectionneItmNiveau(idact,2);} else { parent.haut.selectionneItmNiveau(idact,1); }}var cadreListe = donneCadreIndex("planLMS");if (cadreListe.offsetWidth<20 && !oFenetre){auraitDuMettreAJourPlan=true;return false;}if (async && tabDejaFaitRollup!=null){return false;}SANS_REMONTE=true;var tabFilsR=donneLesFils(itemRacine,"item");for (var i=0;i<tabFilsR.length;i++){afficherParcoursItem(tabFilsR[i],false);}if (existeLienItmRacine){afficherParcoursItem(itemRacine,true);}if (numAffichageParcours==0 && !oFenetre){PF_afficherDiv("STY_planArborescence");}numAffichageParcours++;SANS_REMONTE=false;auraitDuMettreAJourPlan=false;tabTestItemPlan=new Array();activiteSpecifieParChoixPreemptif="";}function PLAN_basculerTout(aff){PLAN_basculeTout(aff);}function PLAN_affichagePlan(val){/*if (val=="oui" && controlMode(itemRacine,"choice")=="false"){return ;}*/window.status='';if (oFenetre!=null){if (auraitDuMettreAJourPlan){PLAN_afficheParcours(false);}PLAN_menuPop();} else {var cadres = parent.document.getElementById("frame2");if (val=='oui'){if (parent.serveur.largeurCol==0 || parent.serveur.largeurCol==largeurPlanFerme){if (largeurColZero!=''){parent.serveur.largeurCol=largeurColZero;} else {parent.serveur.largeurCol='23%';}}if (parent.PLAN_DROIT){cadres.cols="*,"+parent.serveur.largeurCol;} else {cadres.cols=parent.serveur.largeurCol+",*";}if (largeurPlanInitiale==0){PF_affecterAlt();largeurPlanInitiale=-1;}if (auraitDuMettreAJourPlan){PLAN_afficheParcours(false);}} else {try {var cadreListe = donneCadreIndex("planLMS");if (cadreListe.offsetWidth>1){parent.serveur.largeurCol=cadreListe.offsetWidth;}} catch(e){}if (parent.PLAN_DROIT){cadres.cols="*,"+largeurPlanFerme;} else {cadres.cols=largeurPlanFerme+",*";}}}}function PLAN_basculePlan(){var cadres = parent.document.getElementById("frame2");if ((cadres.cols==largeurPlanFerme+",*")||(cadres.cols=="*,"+largeurPlanFerme)){PLAN_affichagePlan('oui');} else {PLAN_affichagePlan('non');}}function PLAN_basculeItems(){PLAN_basculeTout(etatBasculeItems);}function PLAN_effacePop(){if (oFenetre!=null){oFenetre.hide();}}function PLAN_menuPop(){if (oFenetre!=null){var oTete=oFenetre.document.getElementsByTagName("head").item(0);var oStyle=oFenetre.document.createElement("link");oStyle.setAttribute("type","text/css");oStyle.setAttribute("rel","stylesheet");oStyle.setAttribute("href",parent.RACINE_STYLE+"css/planLMS.css");oTete.appendChild(oStyle);oFenetre.document.body.className="STY_fondPlanLMS";var htmlm='<div class="STY_bordureFenPlanLMS">'+document.body.innerHTML+'</div>';htmlm=htmlm.replace(/href="javascript\:/g,'href="#" onclick="parent.');htmlm=htmlm.replace(/onclick="bascule/g,'onclick="parent.bascule');var fenrelle=PLAN_FEN_H;if (fenrelle==''){fenrelle=750;}oFenetre.show(PLAN_FEN_X, PLAN_FEN_Y, PLAN_FEN_L, fenrelle, document.body);oFenetre.document.body.innerHTML =htmlm;if (PLAN_FEN_H==''){try {var oplanar=oFenetre.document.getElementById("STY_planArborescence");fenrelle=oplanar.offsetHeight+ajMargePop(oplanar);var planTitreFormation=oFenetre.document.getElementById("STY_planTitreFormation");if (planTitreFormation){fenrelle+=planTitreFormation.offsetHeight+ajMargePop(planTitreFormation);}fenrelle+=40;oFenetre.show(PLAN_FEN_X, PLAN_FEN_Y, PLAN_FEN_L, fenrelle, document.body);} catch(e){}}}}function ajMargePop(obj){var res=0;if (obj.style.marginTop.indexOf("px")>0){res+=parseInt(obj.style.marginTop.replace("px",""));}if (obj.style.marginBottom.indexOf("px")>0){res+=parseInt(obj.style.marginBottom.replace("px",""));}return res;}function clicRacine(){activiteSpecifieParChoix=itemRacine.getAttribute("identifier");overallSequencing("choice");}function clicItem(nomItem){PLAN_effacePop();var oitem;if (nomItem=="_racine"){oitem=itemRacine;} else {oitem=parent.XML_trouveNoeud(itemRacine,"item","nom",nomItem);}if (!estFeuille(oitem) && (controlMode(oitem.parentNode,"choice")=="false"||controlMode(oitem,"flow")=="false")){if (choixSurFilsPossible(oitem)){return basculeItem(nomItem);}}activiteSpecifieParChoix=oitem.getAttribute("identifier");MODE_PREEMPTIF=false;overallSequencing("choice");}function choixSurFilsPossible(oitem){var filsItem=parent.XML_fils(oitem,"item");var filTmp=filsItem;while (filTmp!=null&&filTmp.nodeName=="item"){MODE_PREEMPTIF=true;activiteSpecifieParChoixPreemptif=filTmp.getAttribute("identifier");if (overallSequencing("choice")=="true"){return true;} else {if (choixSurFilsPossible(filTmp)){return true;}}filTmp=filTmp.nextSibling;}return false;}function donneActivite(idActivite){if (idActivite==itemRacine.getAttribute("identifier")){return itemRacine;} else {return parent.XML_trouveNoeud(itemRacine,"item","identifier",idActivite);}}function estFrere(oN1,oN2){var res=false;var i=0;if (oN1.parentNode){var tabF=parent.XML_tabElementFils(oN1.parentNode);while (!res && i<tabF.length){if (tabF[i]==oN2){res=true;}i++;}}return res;}function ancetreCommun(oN1,oN2){var tabAncetre=new Array();var oAnc=oN1.parentNode;var oCommun=null;if (estRacine(oN1)||estRacine(oN2)){return oN1;}if (PF_attr(oN1,"identifier")==PF_attr(oN2,"identifier")){return oN2;}while ((oAnc!=null)&&((oAnc.nodeName=="item")||(oAnc.nodeName=="organization"))){tabAncetre[tabAncetre.length]=oAnc;oAnc=oAnc.parentNode;}oAnc=oN2.parentNode;while ((oAnc!=null)&&(oCommun==null)){var lid=PF_attr(oAnc,"identifier");for (var i=0;i<tabAncetre.length;i++){if (PF_attr(tabAncetre[i],"identifier")==lid){oCommun=oAnc;}}oAnc=oAnc.parentNode;}return oCommun;}function PLAN_lancerActivite(oActivite){var idref=PF_attr(oActivite,"identifierref");if (idref==""){return ;}var oRessource=parent.XML_trouveNoeud(DOMManifest,"resource","identifier",idref);if (oRessource==null){alert("resource not found for activity "+oActivite.getAttribute("identifier"));return false;}var href=oRessource.getAttribute("href");oRessource.removeAttribute("type");var base="";var avecProtocole=(href.match(oRegScheme)!=null);if (!avecProtocole){base=PF_attr(DOMManifest.documentElement,"xml:base");base+=PF_attr(oRessource.parentNode,"xml:base");base+=PF_attr(oRessource,"xml:base");}var parameters=PF_attr(oActivite,"parameters");if (pageSpecifieeParLienPage!=""){parameters+="&idPg="+pageSpecifieeParLienPage;pageSpecifieeParLienPage="";}if (parameters!=""){while ((parameters.indexOf("?")==0) || (parameters.indexOf("&")==0)){parameters=parameters.substring(1);}if ((parameters.indexOf("#")==0)&&(href.indexOf("#")>0)){parameters="";}if (href.indexOf("?")>0){parameters="&"+parameters;} else {parameters="?"+parameters;}}ressourceCourante=oRessource;var typeR=PF_attr(oRessource,"adlcp:scormType");if (typeR==""){typeR=="sco";}var nomActivite="";var oDshtml=PF_donneObjet('lienP'+oActivite.getAttribute("nom"));if (oDshtml!=null){nomActivite=oDshtml.innerHTML;}parent.haut.PF_modifTexteDiv("STY_titreEtapeJS",nomActivite);PF_modifTexteDiv("STY_titreEtapeJS",nomActivite);var nomSeqPere="";var oPereSeq=oActivite.parentNode;if (!estRacine(oPereSeq)){var oDshtml0=PF_donneObjet('lienP'+oPereSeq.getAttribute("nom"));if (oDshtml0!=null){var nomSeqPere=oDshtml0.innerHTML;}}parent.haut.PF_modifTexteDiv("STY_titreSequencePere",nomSeqPere);PF_modifTexteDiv("STY_titreSequencePere",nomSeqPere);if (parent.haut.oFlashIntBar){try {parent.haut.oFlashIntBar.MOS_setCurrentItem(PF_attr(oActivite,"identifier"),nomActivite,nomSeqPere);}catch(e){}}href=base+href+parameters;if (!avecProtocole){href=parent.RACINE_stage+href;}if (parent.API_1484_11==null){return ;}if (parent.API_1484_11.etatCommunication=="enCours"){parent.API_1484_11.scoEnAttente=true;} else {parent.API_1484_11.etatCommunication="pasInitialise";}var oNavInter=parent.XML_filsNS(oActivite,"adlnav","presentation");if (oNavInter!=null){oNavInter=parent.XML_filsNS(oNavInter,"adlnav","navigationInterface");}masquePrecedent=masqueBoutonLMS(oNavInter,"previous","ActivitePrecedente");masqueSuivant=masqueBoutonLMS(oNavInter,"continue","ActiviteSuivante");masqueSortie=masqueBoutonLMS(oNavInter,"exitAll","QuitterTout");masqueSuspendre=masqueBoutonLMS(oNavInter,"suspendAll","SuspendreTout");var cacherEx=(masqueSortie&&masqueSuspendre);cacherBoutonUI("Quitter",cacherEx);dernierItemLance=oActivite;itemRacine.setAttribute("activiteSuspendue",oActivite.getAttribute("identifier"));nettoyerDejaFait(oActivite);if (controlMode(oActivite,"choiceExit")=="false"){PLAN_affichagePlan("non");} PLAN_synchronisePlan(oActivite); parent.haut.NAVIG_barreProgress(oActivite,0);if (typeR=="asset"){repercuteMapDocument(oActivite);parent.haut.NAVIG_majFleches(!masquePrecedent,!masqueSuivant);PLAN_afficheParcours(true);if (deliveryControls(oActivite,"tracked")=="true"){oActivite.setAttribute("dateAfficheDoc",parent.getDateServeur(''));}} else {setTimeout("majBoutonsInit('pasInitialise')",1300);}parent.contenuLMS.location=href;}function majBoutonsInit(etatSco){if (parent.API_1484_11 && parent.API_1484_11.etatCommunication==etatSco && tabDejaFaitRollup==null){parent.haut.NAVIG_majFleches(!masquePrecedent,!masqueSuivant);PLAN_afficheParcours(true);}}function PLAN_synchronisePlan(oItem){if (itemsSynchro!=''){var tabPrecItems=itemsSynchro.split(',');for (var i=0;i<tabPrecItems.length;i++){PLAN_fermerItem(tabPrecItems[i]);}itemsSynchro='';}var codePereN1="";var pere=oItem.parentNode;var tabInverseAff=new Array();while(pere!=null && pere.nodeName=="item"){var nomItm=pere.getAttribute("nom");var oDiv=parent.planLMS.PF_donneObjet("divFils"+nomItm);if (oDiv!=null && oDiv.style.display=='none'){tabInverseAff[tabInverseAff.length]=nomItm;itemsSynchro+=nomItm+',';}codePereN1=nomItm;pere=pere.parentNode;}for (var i=tabInverseAff.length-1;i>=0;i--){PLAN_afficheItem(tabInverseAff[i]);}var nomT=itemCourant.getAttribute("nom");selectionneLien('lienP'+nomT);if (parent.haut.planEnLigne){ if (codePereN1!=""){parent.haut.NAVIG_remplirNiveau2Passif(codePereN1);parent.haut.selectionneItmNiveau(nomT,2); } else { parent.haut.selectionneItmNiveau(nomT,1); parent.haut.viderNiveau2(); }}}function appliquerAleatoire(oActivite){selectChildren(oActivite);randomizeChildren(oActivite);var lesFils=donneLesFils(oActivite,"item");for (var k=0;k<lesFils.length;k++){appliquerAleatoire(lesFils[k]);}}function donneCadreIndex(nomC){var objF=null;var lescadresindex=parent.document.getElementsByTagName("frame");for (var j=0;j<lescadresindex.length;j++){if (lescadresindex.item(j).name==nomC){objF=lescadresindex.item(j);}}return objF;}function afficherParcoursItem(itemTmp,forcer){var lidi=itemTmp.getAttribute("identifier");var forcer0=forcer;var tabFils=donneLesFils(itemTmp,"item");if (controlMode(itemTmp.parentNode,"choice")=="false" || (controlMode(itemTmp,"flow")=="false" && tabFils.length>0)){desactiverItemPlan(itemTmp,true);} else {if (existeChoixSortie || tabContient(tabItemsVerif,lidi) || tabContient(tabTestItemPlan,lidi) || forcer){if (PF_attr(itemTmp,"planDejaFait")!="oui" && PF_attr(itemTmp,"isvisible")!="false"){ activiteSpecifieParChoixPreemptif=lidi; TEST_AFF_PARC=true; var resSeq=parent.haut.NAVIG_requete("choice",true); TEST_AFF_PARC=false; desactiverItemPlan(itemTmp,(resSeq=="false")); itemTmp.setAttribute("planDejaFait","oui"); if (forcer || tabContient(tabItemsVerif,lidi)||tabContient(tabTestItemPlan,lidi)){ forcer0=true; }}}}if (tabFils.length>0){var choixPere=controlMode(itemTmp,"choice");var conteneur=PF_donneObjet('divFils'+itemTmp.getAttribute("nom"));if (conteneur!=null && conteneur.style.display!="none" && conteneur.offsetHeight>5){for (var j=0;j<tabFils.length;j++){if (choixPere=="false" || (controlMode(tabFils[j],"flow")=="false" && !estFeuille(tabFils[j]))){desactiverItemPlan(tabFils[j],true);} else {afficherParcoursItem(tabFils[j],forcer0);}}}}}function desactiverItemPlan(oItem,desact){var classd="";if (desact){classd="Desactive";}if (oItem==null){alert("Null desactiverItemPlan "+desact);}var nnom=PF_attr(oItem,"nom");if (nnom!=""){var itemCSS=PF_donneObjet('lienP'+nnom);var etatAcheve="";if (PF_attr(oItem,"attemptProgressStatus")=="true"){if (PF_attr(oItem,"attemptCompletionStatus")=="true"){etatAcheve="Complete";}}changeClassMenuMarque(itemCSS,classd,etatAcheve);}}function masqueBoutonLMS(oNavInter,nomBouton,nomFR){var masque=false;if (oNavInter!=null){var tabFils=parent.XML_tabElementFils(oNavInter);for (var m=0;m<tabFils.length;m++){var fiston=tabFils[m];if (fiston.nodeName.indexOf("hideLMSUI")>=0){if (parent.XML_texteNoeud(fiston)==nomBouton){masque=true;m=20;}}}}if (parent.haut.oFlashIntBar){try{parent.haut.oFlashIntBar.MOS_hideLMSBtn(nomBouton,masque);}catch(e){}}cacherBoutonUI(nomFR,masque);return masque;}function cacherBoutonUI(nomFR,masque){var oZone=parent.haut.PF_donneObjet("STY_zoneBouton"+nomFR);if (oZone!=null){if (masque){oZone.style.visibility="hidden";} else {oZone.style.visibility="visible";}}oZone=PF_donneObjet("STY_zoneBouton"+nomFR);if (oZone!=null){if (masque){oZone.style.visibility="hidden";} else {oZone.style.visibility="visible";}}}function recupereAttr(objsource,objcible,nomAttr){var attr=objsource.getAttribute(nomAttr);if (attr!=null){objcible.setAttribute(nomAttr,attr);}}function recupereItem(itemTmp){var oActivite=parent.XML_trouveNoeud(itemRacine,"item","identifier",itemTmp.getAttribute("identifier"));if (oActivite==null){if (itemTmp.getAttribute("identifier")==itemRacine.getAttribute("identifier")){oActivite=itemRacine;}}if (oActivite==null){return false;}if (PF_attr(itemTmp,"attemptCompletionStatus")=="true"&&PF_attr(itemTmp,"attemptProgressStatus")=="true"){var itemCSS=PF_donneObjet('lienP'+PF_attr(oActivite,"nom"));if (itemCSS!=null){var nclss=itemCSS.className;if (nclss.indexOf(" ")>0){nclss=nclss.substring(0,nclss.indexOf(" "));}itemCSS.className=itemCSS.className+" "+nclss+"Complete";}}if (deliveryControls(oActivite,"tracked")=="true"){if (PF_attr(itemTmp,"activityProgressStatus")!=""){recupereAttr(itemTmp,oActivite,"activityProgressStatus");recupereAttr(itemTmp,oActivite,"activityIsActive");recupereAttr(itemTmp,oActivite,"activityIsSuspended");recupereAttr(itemTmp,oActivite,"attemptCount");recupereAttr(itemTmp,oActivite,"attemptProgressStatus");recupereAttr(itemTmp,oActivite,"attemptCompletionStatus");recupereAttr(itemTmp,oActivite,"attemptAbsoluteDuration");recupereAttr(itemTmp,oActivite,"infoProgCourant");recupereAttr(itemTmp,oActivite,"availableChildren");recupereAttr(itemTmp,oActivite,"attemptCompletionAmount");recupereAttr(itemTmp,oActivite,"activityAbsoluteDuration");recupereAttr(itemTmp,oActivite,"activityCompletionStatus");recupereAttr(itemTmp,oActivite,"attemptDate");var oBjs=parent.XML_filsNS(itemTmp,"imsss","objectives");if (oBjs!=null){var objPrim=parent.XML_filsNS(oBjs,"imsss","primaryObjective");if (objPrim!=null){var objPrimSource=donneObjectifCible(oActivite,true);recupereObjectif(objPrim,objPrimSource);}var objsimple=objPrim.nextSibling;while (objsimple!=null){var objOriginal=donneObjectifId(oActivite,PF_attr(objsimple,"objectiveID"));if (objOriginal!=null){recupereObjectif(objsimple,objOriginal);}objsimple=objsimple.nextSibling;}}}}if (PF_attr(oActivite,"identifierref")!=""){var oSco=parent.XML_premierNoeud(itemTmp,"sco");if (oSco!=null){var oInsertD=oSco;if (parent.estMoz){oInsertD=oActivite.ownerDocument.importNode(oSco,true);}oActivite.appendChild(oInsertD);}}var filsitem=itemTmp.firstChild;while (filsitem!=null && filsitem.nodeName=="item"){recupereItem(filsitem);filsitem=filsitem.nextSibling;}}function recupereObjectif(ob1,ob2){recupereAttr(ob1,ob2,"objectiveProgressStatus");recupereAttr(ob1,ob2,"objectiveSatisfiedStatus");recupereAttr(ob1,ob2,"objectiveMeasureStatus");recupereAttr(ob1,ob2,"objectiveNormalizedMeasure");recupereAttr(ob1,ob2,"infoObjCourant");/*recupereAttr(ob1,ob2,"dateValidation");*/}function donneLex(num){return window.parent.donneLex(num);}function donneNoeudsNS(objXML,ns,balise){if (progIDMSXML=="Msxml2.DOMDocument.6.0"){return objXML.selectNodes(".//*[local-name()='"+balise+"']");} else {if (progIDMSXML=="Msxml2.DOMDocument.3.0"){if (ns!=""){balise=ns+":"+balise;}}return objXML.getElementsByTagName(balise);}}function initDimPopup(val){var res="";var obj=parent.XML_trouveNoeudNS(parent.objXSL,"xsl","template","name",val);if (obj!=null){res=parent.XML_texteNoeud(obj);}return res;}function surMenuCtxt(event){return true;}function repercuteMapDocument(oDoc){var objectif=donneObjectifCible(oDoc,false);if (objectif!=null){var lesmaps=parent.XML_tabElementFils(objectif);var lid="";for (var i=0;i<lesmaps.length;i++){var oFils=lesmaps[i];if (oFils.nodeName.indexOf("mapInfo")>=0){if (PF_attr(oFils,"writeSatisfiedStatus")=="true"){lid=PF_attr(oFils,"targetObjectiveID");var lesautremaps=donneNoeudsNS(activiteRacine,"imsss","mapInfo");if (lesautremaps.length==0){lesautremaps=donneNoeudsNS(activiteRacine,"","mapInfo");}var typeLire="readSatisfiedStatus";for (var m=0;m<lesautremaps.length;m++){var oMap;if (parent.estMoz){oMap=lesautremaps[m];}else {oMap=lesautremaps[m];}if (PF_attr(oMap,"targetObjectiveID")==lid && PF_attr(oMap,typeLire)!="false"){var actiAnce=oMap.parentNode.parentNode.parentNode.parentNode;var lidan=actiAnce.getAttribute("identifier");if (oDoc.getAttribute("identifier")!=lidan){ajouteItemTestPlan(actiAnce);}}}break;}}}}}function ajouteItemTestPlan(oAct){var codeItem=oAct.getAttribute("identifier");if (!MODE_PREEMPTIF && !tabContient(tabTestItemPlan,codeItem)){tabTestItemPlan[tabTestItemPlan.length]=codeItem;oAct.removeAttribute("planDejaFait");var obj=parent.XML_trouveNoeud(itemRacine,"item","identifier",codeItem);if (obj==null && PF_attr(itemRacine,"identifier")==codeItem){obj=itemRacine;}if (obj){obj.removeAttribute("planDejaFait");nettoyerDejaFaitFils(obj);}}}function NAVIG_allerSuivant(){parent.haut.NAVIG_allerSuivant();}function NAVIG_allerPrecedent(){parent.haut.NAVIG_allerPrecedent();}function PLAN_choixRacine(){clicItem("_racine");}function nettoyerDejaFaitFils(obj){obj.removeAttribute("planDejaFait");var tabFils=donneLesFils(obj,"item");for (var j=0;j<tabFils.length;j++){tabFils[j].removeAttribute("planDejaFait");}}function nettoyerDejaFait(oAnc){var nettoieTout=false;if (existeChoixSortie){nettoieTout=true;} else {oAnc.removeAttribute("planDejaFait");if (tabItemsVerif.length>0){while (oAnc!=null&&(oAnc.nodeName=="item"||oAnc.nodeName=="organization")){oAnc=oAnc.parentNode;if (tabContient(tabItemsVerif,PF_attr(oAnc,"identifier"))){if (constrainedChoiceConsiderations(oAnc,"constrainChoice")=="true"){nettoieTout=true;oAnc=null;} else {nettoyerDejaFaitFils(oAnc);}}}}}if (nettoieTout){var lesitems=parent.XML_listeParBalise(itemRacine,"item");for (var i=0;i<lesitems.length;i++){lesitems[i].removeAttribute("planDejaFait");}itemRacine.removeAttribute("planDejaFait");}}function appliqueDefautNS(Dom0){if (Dom0.nodeType==1){Dom0=Dom0.ownerDocument;}if (progIDMSXML=="Msxml2.DOMDocument.6.0"){Dom0.setProperty("SelectionNamespaces","xmlns:dflt='http://www.imsglobal.org/xsd/imscp_v1p1' xmlns:adlseq='http://www.adlnet.org/xsd/adlseq_v1p3' xmlns:adlnav='http://www.adlnet.org/xsd/adlnav_v1p3' xmlns:imsss='http://www.imsglobal.org/xsd/imsss' xmlns:adlcp='http://www.adlnet.org/xsd/adlcp_v1p3'");}if (parent.estMoz){Dom0.defaultNS="http://www.imsglobal.org/xsd/imscp_v1p1";}}function PLAN_bloqueRetour(evt){if (evt==null){evt=window.event;}if (evt.keyCode==8){var cible=evt.target; if (!parent.estMoz){cible=evt.srcElement;} if (cible!=null && cible.id=="STY_champRechercheInterne"){return true;}evt.returnValue=false;evt.cancelBubble=true;try {evt.stopPropagation();evt.preventDefault();}catch(e){}return false;}return true;}function desactCDroit(event){if (event){event.stopPropagation();event.returnValue=false;} else {window.event.returnValue=false;}return false;}function desactiverClicDroit(){document.getElementsByTagName("html")[0].oncontextmenu=desactCDroit;}var oFlashIntBarPlan=null;function NAVIG_initFlashNavBar(){var oDiv=PF_donneObjet("FlashNavBar");if (oDiv==null){oDiv=window.document;}var tabWM=oDiv.getElementsByTagName('object');if (tabWM.length>0){oFlashIntBarPlan=tabWM[0];if (parent.estMoz){oFlashIntBarPlan=document.embeds[oFlashIntBar.id];}}}function userLanguage(){return top.LANGUE;}function getCourseTitle(){return parent.serveur.titreStage;}
+var lienCourant;
+var etatBasculeItems = true;
+var largeurColZero = '';
+var oFenetre = null;
+var titreStage;
+var itemRacine = null;
+var itemCourant = null;
+var itemSuspendu = null;
+var DOMManifest = null;
+var ressourceCourante = null;
+var progIDMSXML;
+var itemsSynchro = '';
+var numAffichageParcours = 0;
+var pageSpecifieeParLienPage = "";
+var dernierItemLance = null;
+var largeurPlanFerme = "0";
+var auraitDuMettreAJourPlan = false;
+var masqueSortie = false;
+var masqueSuspendre = false;
+var masqueSuivant = false;
+var masquePrecedent = false;
+var modeExploration = "";
+var codeGroupeParc = "";
+var largeurPlanInitiale = 0;
+var PLAN_FEN_X, PLAN_FEN_Y, PLAN_FEN_L, PLAN_FEN_H;
+var SUIVI_DESACTIVE = false;
+var RECHERCHE_POSSIBLE = false;
+var tabItemsVerif;
+var oRegScheme;
+var oCommentairesLMS = null;
+var supprimerBalises = true;
+var existeChoixSortie = false;
+var existeLienItmRacine = false;
+var gardeCouleurChamp = "";
+var OBJ_GLOBAL_SYSTEM = true;
+var FIGER_ETAT_ITEM = false;
+var COMPATIBLE_SCORM12 = false;
+
+function initPlanLMS() {
+    if (parent.RACINE_stage == null) {
+        return;
+    }
+    var cadreListe = donneCadreIndex("planLMS");
+    if (cadreListe.offsetWidth > 5) {
+        largeurPlanInitiale = cadreListe.offsetWidth;
+    }
+    if (parent.LISTE_BL && parent.LISTE_BL > 0) {
+        largeurColZero = parent.LISTE_BL;
+        largeurPlanFerme = largeurPlanInitiale;
+    }
+    oRegScheme = new RegExp("^\\w+:///?\\w+");
+    progIDMSXML = parent.progIDMSXML;
+    DOMManifest = parent.IU_objDom();
+    appliqueDefautNS(DOMManifest);
+    var succ = false;
+    var doitNettoyerMani = true;
+    if (parent.depuisFenGNR && top.opener.top.menu.cacheMTRManiXML != "") {
+        succ = DOMManifest.loadXML(top.opener.top.menu.cacheMTRManiXML);
+        if (succ) {
+            doitNettoyerMani = false;
+        }
+    }
+    if (!succ) {
+        var chemMani = parent.RACINE_stage + "imsmanifest.xml";
+        if (parent.SUR_CHORUS) {
+            var pStage = parent.serveur.codeStage;
+            if (parent.activiteUnique && pStage.indexOf("[_MOSLCMS]") == 0) {
+                pStage = pStage.substring(10);
+            }
+            chemMani = parent.RACINE_MOS + "MosSrv/aspx/envoiManifeste.aspx?stg=" + pStage;
+            supprimerBalises = false;
+        } else if (parent.depuisFenGNR && top.opener.top.menu.location.href.indexOf(".aspx") > 0) {
+            parent.RACINE_MOS = parent.RACINE_stage.substring(0, parent.RACINE_stage.indexOf("/MosPub/") + 1);
+            chemMani = parent.RACINE_MOS + "MosSrv/aspx/envoiManifeste.aspx?stg=" + parent.serveur.codeStage;
+            supprimerBalises = false;
+        }
+        succ = DOMManifest.load(chemMani);
+    }
+    if (!succ || (DOMManifest.documentElement.nodeName != "manifest")) {
+        alert("Error : couldn't load " + chemMani);
+        alert(DOMManifest.parseError.reason);
+    } else {
+        COMPATIBLE_SCORM12 = modeCompat12(DOMManifest.documentElement);
+        DOMManifest.documentElement.removeAttribute("xsi:schemaLocation");
+        itemRacine = parent.XML_premierNoeud(DOMManifest.documentElement, "organization");
+        if (itemRacine == null) {
+            alert("Organization not found");
+        }
+        if (deliveryControls(itemRacine, "tracked") == "false") {
+            SUIVI_DESACTIVE = true;
+            parent.lesson_mode = "browse";
+        }
+        parent.serveur.titreStage = parent.XML_texteNoeud(parent.XML_premierNoeud(DOMManifest.documentElement, "title"));
+        parent.document.title = parent.serveur.titreStage;
+        if (parent.SYNC_CORRIGE_ITEM == "") {
+            var oCss = PF_donneObjet("feuilleStylePlan");
+            oCss.href = parent.RACINE_STYLE + "css/planLMS.css";
+            var corpsPlanLMS = PF_donneObjet("corpsPlanLMS");
+            if (parent.depuisFenGNR && top.opener.top.menu.cacheMTRPlanCorpsHTML != "") {
+                corpsPlanLMS.innerHTML = top.opener.top.menu.cacheMTRPlanCorpsHTML;
+            } else {
+                parent.renduXSLSub(null, "planLMS", corpsPlanLMS);
+                if (parent.depuisFenGNR) {
+                    top.opener.top.menu.cacheMTRPlanCorpsHTML = corpsPlanLMS.innerHTML;
+                }
+            }/*if (controlMode(itemRacine,"choice")=="false"){ PLAN_DESACTIVE=true; PLAN_affichagePlan("non"); corpsPlanLMS.style.visibility="hidden";}*/
+            if (!parent.estMoz) {
+                if (progIDMSXML == "Msxml2.DOMDocument.6.0") {
+                    parent.objXSL.setProperty("SelectionNamespaces", "xmlns:xsl='http://www.w3.org/1999/XSL/Transform'");
+                }
+                PLAN_FEN_X = initDimPopup("FEN_X");
+                PLAN_FEN_Y = initDimPopup("FEN_Y");
+                PLAN_FEN_L = initDimPopup("FEN_L");
+                PLAN_FEN_H = initDimPopup("FEN_H");
+                if ((PLAN_FEN_X != '') && (PLAN_FEN_Y != '') && (PLAN_FEN_L != '')) {
+                    if (parent.depuisFenGNR) {
+                        top.opener.top.menu.cacheMTRPlanCorpsHTML = "";
+                    }
+                    if (PLAN_FEN_X != '') {
+                        PLAN_FEN_X = Number(PLAN_FEN_X);
+                        if (PLAN_FEN_X < 0) {
+                            PLAN_FEN_X = window.screen.width + PLAN_FEN_X;
+                        }
+                    }
+                    if (PLAN_FEN_Y != '') {
+                        PLAN_FEN_Y = Number(PLAN_FEN_Y);
+                        if (PLAN_FEN_Y < 0) {
+                            PLAN_FEN_Y = window.screen.height + PLAN_FEN_Y;
+                        }
+                    }
+                    PLAN_affichagePlan('non');
+                    if (PLAN_FEN_H == 0) {
+                        PLAN_FEN_H = '';
+                    }
+                    try {
+                        oFenetre = window.createPopup();
+                    } catch (e) {
+                    }
+                    if (oFenetre != null && window.location.href.indexOf("http") == 0) {
+                        var cadres = parent.document.getElementById("frame2");
+                        if (parent.PLAN_DROIT) {
+                            cadres.cols = "*,1";
+                        } else {
+                            cadres.cols = "1,*";
+                        }
+                    }
+                }
+            }
+            PF_modifTexteDiv("STY_planTitreFormation", parent.serveur.titreStage);
+            var planItmRacine = PF_donneObjet("STY_planItmRacine");
+            if (planItmRacine != null) {
+                planItmRacine.innerHTML = "<a class=\"STY_planLienItmRacine\" id=\"lienP_racine\" href=\"javascript:clicItem('_racine')\">" + parent.serveur.titreStage + "</a>";
+                existeLienItmRacine = true;
+                itemRacine.setAttribute("nom", "_racine");
+            }
+            var chenGenXSL = parent.RACINE_MOS + "MosSrv/xsl/util";
+            if (!parent.SUR_CHORUS) {
+                chenGenXSL = parent.RACINE_stage + "MosMtr/xsl";
+            }
+            if (parent.depuisFenGNR && top.opener.top.menu.cacheMTRPlanXSL != "") {
+                parent.objXSL.loadXML(top.opener.top.menu.cacheMTRPlanXSL);
+            } else {
+                var succ = parent.objXSL.load(chenGenXSL + "/GEN_planLMS.xsl");
+                if (!succ) {
+                    alert("Can't load GEN_planLMS.xsl");
+                    return;
+                }
+                if (parent.depuisFenGNR) {
+                    top.opener.top.menu.cacheMTRPlanXSL = parent.serialiserXML(parent.objXSL);
+                }
+            }
+            itemRacine.setAttribute("chemImg", parent.RACINE_STYLE + "media/gen/");
+            var arboHtml = PF_donneObjet("STY_planArborescence");
+            if (parent.activiteUnique) {
+                var idSco = parent.donneParam("sco");
+                var oItem = parent.XML_trouveNoeud(DOMManifest.documentElement, "item", "identifier", idSco);
+                var ofils = itemRacine.firstChild;
+                var copie;
+                if (oItem != null) {
+                    copie = oItem.cloneNode(true);
+                }
+                while (ofils != null) {
+                    itemRacine.removeChild(ofils);
+                    ofils = itemRacine.firstChild;
+                }
+                if (copie) {
+                    itemRacine.appendChild(copie);
+                }
+            }
+        }
+        if (doitNettoyerMani) {
+            var oRessources = parent.XML_fils(DOMManifest.documentElement, "resources");
+            var lesitems = parent.XML_listeParBalise(itemRacine, "item");
+            var tabItemsExpand = new Array();
+            for (var i = 0; i < lesitems.length; i++) {
+                tabItemsExpand[i] = lesitems[i];
+            }
+            for (var i = 0; i < tabItemsExpand.length; i++) {
+                var itemTmp = tabItemsExpand[i];
+                var idref = PF_attr(itemTmp, "identifierref");
+                if (idref != "") {/*if (existeSubMani!=null){var oRef=parent.XML_trouveNoeud(DOMManifest.documentElement,"manifest","identifier",idref);if (oRef!=null){trouveR=true;itemTmp.removeAttribute("identifierref");while (itemTmp.childNodes.length>0){itemTmp.removeChild(itemTmp.firstChild);}var orgaSub=parent.XML_premierNoeud(oRef,"organization").cloneNode(true);while (orgaSub.childNodes.length>0){itemTmp.appendChild(orgaSub.firstChild);}}} */
+                    if (oRessources != null) {
+                        var oRess = parent.XML_trouveNoeud(oRessources, "resource", "identifier", idref);
+                        if (oRess != null) {
+                            var lhref = PF_attr(oRess, "href");
+                            if (lhref.indexOf("/imsmanifest.xml") > 0) {
+                                var adrManifExterne = lhref;
+                                if (lhref.indexOf("../") == 0) {
+                                    adrManifExterne = parent.RACINE_stage + lhref;
+                                    adrManifExterne = adrManifExterne.replace("/" + parent.serveur.codeStage + "/../", "/");
+                                }
+                                var DOMManifestExterne = parent.IU_objDom();
+                                appliqueDefautNS(DOMManifestExterne);
+                                var succ = DOMManifestExterne.load(adrManifExterne);
+                                if (succ && (DOMManifestExterne.documentElement.nodeName == "manifest")) {
+                                    var orgaExterne = parent.XML_premierNoeud(DOMManifestExterne.documentElement, "organization");
+                                    if (orgaExterne != null) {
+                                        var oItemExt = parent.XML_trouveNoeud(orgaExterne, "item", "identifier", itemTmp.getAttribute("identifier"));
+                                        if (oItemExt != null) {
+                                            orgaExterne = oItemExt;
+                                        }
+                                        itemTmp.removeAttribute("identifierref");
+                                        var recupTitre = parent.XML_texteNoeud(parent.XML_fils(itemTmp, "title"));
+                                        while (itemTmp.childNodes.length > 0) {
+                                            itemTmp.removeChild(itemTmp.firstChild);
+                                        }
+                                        var lesitemsext = parent.XML_listeParBalise(orgaExterne, "item");
+                                        for (var r = 0; r < lesitemsext.length; r++) {
+                                            var oExiste = parent.XML_trouveNoeud(itemRacine, "item", "identifier", PF_attr(lesitemsext[r], "identifier"));
+                                            if (oExiste != null) {
+                                                var msgDupli = "Duplicated ID. Item " + PF_attr(oExiste, "identifier") + " already exists.";
+                                                msgDupli += " \nPlease change this identifier in the content editor by right-clicking on the identifier.";
+                                                if (parent.LANGUE == "fr") {
+                                                    msgDupli = "Identifiant dupliqu\xE9. L'item " + PF_attr(oExiste, "identifier") + " existe d\xE9ja.";
+                                                    msgDupli += " \nChangez l'identifiant dans l'\xE9diteur de contenu avec un clic-droit sur l'identifiant.";
+                                                }
+                                                alert(msgDupli);
+                                                return;
+                                            }
+                                        }
+                                        for (var hh = orgaExterne.childNodes.length - 1; hh >= 0; hh--) {
+                                            var oInsertD = orgaExterne.childNodes[hh];
+                                            if (parent.estMoz) {
+                                                oInsertD = itemTmp.ownerDocument.importNode(oInsertD, true);
+                                            }
+                                            itemTmp.insertBefore(oInsertD, itemTmp.firstChild);
+                                        }
+                                        var oTitreN = parent.XML_fils(itemTmp, "title");
+                                        parent.XML_modifTexteNoeud(oTitreN, recupTitre);
+                                        var oRessourcesExternes = parent.XML_fils(DOMManifestExterne.documentElement, "resources");
+                                        if (oRessourcesExternes != null) {
+                                            adrManifExterne = adrManifExterne.substring(0, adrManifExterne.length - 15);
+                                            var lesitemsext = parent.XML_listeParBalise(itemTmp, "item");
+                                            for (var r = 0; r < lesitemsext.length; r++) {
+                                                var oRess = parent.XML_trouveNoeud(oRessourcesExternes, "resource", "identifier", PF_attr(lesitemsext[r], "identifierref"));
+                                                if (oRess != null) {
+                                                    var idDupli = PF_attr(lesitemsext[r], "idDupli");
+                                                    if (idDupli != "") {
+                                                        oRess.setAttribute("identifier", idDupli + PF_attr(oRess, "identifier"));
+                                                        lesitemsext[r].setAttribute("identifierref", PF_attr(oRess, "identifier"));
+                                                        lesitemsext[r].removeAttribute("idDupli");
+                                                    }
+                                                    var lhrefext = PF_attr(oRess, "href");
+                                                    if (lhrefext.match(oRegScheme) == null) {
+                                                        var base = "";
+                                                        base = PF_attr(DOMManifestExterne.documentElement, "xml:base");
+                                                        base += PF_attr(oRess.parentNode, "xml:base");
+                                                        base += PF_attr(oRess, "xml:base");
+                                                        lhrefext = base + lhrefext;
+                                                        if (lhrefext.indexOf("../") != 0) {
+                                                            oRess.setAttribute("href", adrManifExterne + lhrefext);
+                                                        }
+                                                    }
+                                                    if (parent.estMoz) {
+                                                        oRess = oRessources.ownerDocument.importNode(oRess, true);
+                                                    }
+                                                    oRessources.appendChild(oRess);
+                                                }
+                                            }
+                                        }
+                                    }
+                                }
+                            }
+                        }
+                    }
+                }
+            }
+        }
+        if (parent.SYNC_CORRIGE_ITEM == "") {
+            var ressarb = "";
+            if (parent.depuisFenGNR && top.opener.top.menu.cacheMTRPlanLMS != "") {
+                ressarb = top.opener.top.menu.cacheMTRPlanLMS;
+            } else {
+                ressarb = parent.transformeXSL(itemRacine, parent.objXSL);
+                if (parent.depuisFenGNR) {
+                    top.opener.top.menu.cacheMTRPlanLMS = ressarb;
+                }
+            }
+            arboHtml.innerHTML = ressarb;
+        }
+        itemRacine.removeAttribute("chemImg");
+        if (doitNettoyerMani) {
+            var lesitems = parent.XML_listeParBalise(itemRacine, "item");
+            for (var i = 0; i < lesitems.length; i++) {
+                var itemTmp = lesitems[i];
+                var titre = itemTmp.firstChild;
+                if (titre != null) {
+                    if (titre.nodeName == "title") {
+                        itemTmp.removeChild(titre);
+                    }
+                }
+                var pos = i + 1;
+                itemTmp.setAttribute("nom", "item" + pos);
+            }
+            if (supprimerBalises) {
+                if (oRessources != null) {
+                    var oFile = parent.XML_premierNoeud(oRessources, "file");
+                    while (oFile != null) {
+                        oFile.parentNode.removeChild(oFile);
+                        oFile = parent.XML_premierNoeud(oRessources, "file");
+                    }
+                    oFile = parent.XML_premierNoeud(oRessources, "dependency");
+                    while (oFile != null) {
+                        oFile.parentNode.removeChild(oFile);
+                        oFile = parent.XML_premierNoeud(oRessources, "dependency");
+                    }
+                }
+                var oMetadata = parent.XML_premierNoeud(DOMManifest.documentElement, "metadata");
+                while (oMetadata != null) {
+                    oMetadata.parentNode.removeChild(oMetadata);
+                    oMetadata = parent.XML_premierNoeud(DOMManifest.documentElement, "metadata");
+                }
+            }
+            var sequencingCollection = parent.XML_filsNS(DOMManifest.documentElement, "imsss", "sequencingCollection");
+            if (sequencingCollection) {
+                var tabFilsColl = parent.XML_tabElementFils(sequencingCollection);
+                for (var i = 0; i < tabFilsColl.length; i++) {
+                    var oSeqColl = tabFilsColl[i];
+                    var lid = oSeqColl.getAttribute("ID");
+                    var oSeqItem = parent.XML_trouveNoeudNS(itemRacine, "imsss", "sequencing", "IDRef", lid);
+                    while (oSeqItem != null) {
+                        var tabInterneSeq = parent.XML_tabElementFils(oSeqColl);
+                        for (var j = 0; j < tabInterneSeq.length; j++) {
+                            var oElt1 = tabInterneSeq[j];
+                            var nomelt = oElt1.nodeName;
+                            if (nomelt.indexOf(":") < 0) {
+                                nomelt = "imsss:" + nomelt;
+                            }
+                            nomelt = nomelt.split(":");
+                            var oEnLigne = parent.XML_filsNS(oSeqItem, nomelt[0], nomelt[1]);
+                            if (oEnLigne == null) {
+                                oSeqItem.appendChild(oElt1.cloneNode(true));
+                            }
+                        }
+                        oSeqItem.removeAttribute("IDRef");
+                        oSeqItem = parent.XML_trouveNoeudNS(itemRacine, "imsss", "sequencing", "IDRef", lid);
+                    }
+                }
+                sequencingCollection.parentNode.removeChild(sequencingCollection);
+            }
+            if (parent.depuisFenGNR) {
+                top.opener.top.menu.cacheMTRManiXML = parent.serialiserXML(DOMManifest.documentElement);
+            }
+        }
+        if (parent.XML_trouveNoeudNS(itemRacine, "imsss", "controlMode", "choiceExit", "false") != null) {
+            existeChoixSortie = true;
+        } else if (parent.XML_premierNoeudNS(itemRacine, "adlseq", "constrainedChoiceConsiderations") != null) {
+            existeChoixSortie = true;
+        }/*var sousmanifest=parent.XML_fils(DOMManifest.documentElement,"manifest");while (sousmanifest!=null){if (oRessources==null){oRessources=DOMManifest.documentElement.createElement(resources);}var oRessourcesSub=parent.XML_premierNoeud(sousmanifest,"resources");if (oRessourcesSub!=null){while (oRessourcesSub.childNodes.length>0){oRessources.appendChild(oRessourcesSub.firstChild);}}DOMManifest.documentElement.removeChild(sousmanifest);sousmanifest=parent.XML_fils(DOMManifest.documentElement,"manifest");}*/
+        tabItemsVerif = new Array();
+        var lesitems = parent.XML_listeParBalise(itemRacine, "item");
+        for (var i = 0; i < lesitems.length; i++) {
+            var itemTmp = lesitems[i];
+            var prend = false;
+            if (limitConditions(itemTmp, "attemptLimit") != "0" || limitConditions(itemTmp, "attemptAbsoluteDurationLimit") != "0.0" || controlMode(itemTmp, "forwardOnly") == "true" || constrainedChoiceConsiderations(itemTmp, "preventActivation") == "true") {
+                prend = true;
+            }
+            if (!prend) {
+                var objr = donneRegles(itemTmp);
+                if (objr != null) {
+                    var tabFOr = parent.XML_tabElementFils(objr);
+                    for (var k = 0; k < tabFOr.length; k++) {
+                        var action = parent.XML_filsNS(tabFOr[k], "imsss", "ruleAction");
+                        var laction = PF_attr(action, "action");
+                        if (laction == "disabled" || laction == "hiddenFromChoice" || laction == "stopForwardTraversal") {
+                            prend = true;
+                            k = 99;
+                            if (laction == "stopForwardTraversal") {
+                                existeChoixSortie = true;
+                            }
+                            if (laction == "hiddenFromChoice") {
+                                var oDansPlan = PF_donneObjet("div" + PF_attr(itemTmp, "nom"));
+                                if (oDansPlan != null) {
+                                    oDansPlan.style.display = "none";
+                                    oDansPlan = PF_donneObjet("divfils" + PF_attr(itemTmp, "nom"));
+                                    if (oDansPlan != null) {
+                                        oDansPlan.style.display = "none";
+                                    }
+                                }
+                            }
+                        }
+                    }
+                }
+            }
+            if (prend) {
+                tabItemsVerif[tabItemsVerif.length] = itemTmp.getAttribute("identifier");
+            }
+        }
+        if (PF_attr(itemRacine, "adlseq:objectivesGlobalToSystem") == "false") {
+            OBJ_GLOBAL_SYSTEM = false;
+        }
+        if (PF_attr(itemRacine, "freezeCompletedItem") == "true") {
+            FIGER_ETAT_ITEM = true;
+        }
+        if ((parent.FICH_PARCOURS != "" || parent.SUR_CHORUS) && !parent.activiteUnique) {
+            var oRacParc = null;
+            var succ = false;
+            var objectifsALire = ";";
+            var lesmaps = donneNoeudsNS(itemRacine, "imsss", "mapInfo");
+            if (lesmaps.length == 0) {
+                lesmaps = donneNoeudsNS(itemRacine, "", "mapInfo");
+            }
+            for (var n = 0; n < lesmaps.length; n++) {
+                var oMap;
+                if (parent.estMoz) {
+                    oMap = lesmaps[n];
+                } else {
+                    oMap = lesmaps[n];
+                }
+                if (PF_attr(oMap, "readSatisfiedStatus") != "false" || PF_attr(oMap, "readNormalizedMeasure") != "false") {
+                    var lido = PF_attr(oMap, "targetObjectiveID");
+                    if (objectifsALire.indexOf(";" + lido + ";") < 0) {
+                        objectifsALire += lido + ";";
+                    }/*oMap.parentNode.parentNode.parentNode.parentNode.setAttribute("doRollup","true");rollupMultiple=true;*/
+                }
+            }
+            var DOMParc = parent.IU_objDom();
+            if (parent.SUR_CHORUS) {
+                var tabParam = new Array();
+                tabParam[0] = "userID##" + parent.serveur.vMos_id;
+                tabParam[1] = "courseID##" + parent.serveur.codeStage;
+                tabParam[2] = "groupID##" + parent.serveur.codeGroupe;
+                var ogl = "false";
+                if (OBJ_GLOBAL_SYSTEM) {
+                    ogl = "true";
+                }
+                tabParam[3] = "objectivesGlobalToSystem##" + ogl;
+                tabParam[4] = "objectifsALire##" + objectifsALire;
+                var oRetour = parent.SYS_service("redonnerParcours", tabParam);
+                oRacParc = parent.XML_filsNS(oRetour, "", "manifest");
+                if (oRacParc != null) {
+                    succ = true;
+                    if (PF_attr(oRacParc, "groupeFerme") == "oui") {
+                        PF_masquerDiv("STY_planArborescence");
+                        alert("The group is closed");
+                        return false;
+                    }
+                    parent.serveur.codeInscription = oRacParc.getAttribute("codeInscription");
+                    modeExploration = PF_attr(oRacParc, "modeExploration");
+                    parent.modeTentative = PF_attr(oRacParc, "modeTentative");
+                    codeGroupeParc = PF_attr(oRacParc, "codeGroupe");
+                    DOMParc = parent.IU_objDom();
+                    var oInsertD = oRacParc;
+                    if (parent.estMoz) {
+                        oInsertD = DOMParc.importNode(oRacParc, true);
+                    }
+                    if (DOMParc.documentElement) {
+                        DOMParc.replaceChild(oInsertD, DOMParc.documentElement);
+                    } else {
+                        DOMParc.appendChild(oInsertD);
+                    }
+                    oRacParc = DOMParc.documentElement;
+                } else {
+                    PF_masquerDiv("STY_planArborescence");
+                    alert("User Not Enrolled or Group Not Found");
+                    return false;
+                }
+                if (parent.serveur.vMos_id == "_guest") {
+                    modeExploration = "toujours";
+                }
+            } else {
+                try {
+                    succ = DOMParc.load(parent.FICH_PARCOURS);
+                } catch (e) {
+                    succ = false;
+                }
+                if (succ) {
+                    oRacParc = DOMParc.documentElement;
+                }
+            }
+            if (succ && oRacParc != null && oRacParc.nodeName == "manifest") {
+                appliqueDefautNS(DOMParc);
+                var racDomi = DOMManifest.documentElement;
+                recupereAttr(oRacParc, racDomi, "dateEntre");
+                recupereAttr(oRacParc, racDomi, "dateAcces");
+                recupereAttr(oRacParc, racDomi, "dateValidation");
+                recupereAttr(oRacParc, racDomi, "dateCompletion");
+                recupereAttr(oRacParc, racDomi, "etatParcours");
+                recupereAttr(oRacParc, racDomi, "etatValidation");
+                recupereAttr(oRacParc, racDomi, "etatScore");
+                recupereAttr(oRacParc, racDomi, "score");
+                recupereAttr(oRacParc, racDomi, "tempsTotal");
+                var orga = parent.XML_premierNoeud(oRacParc, "organization");
+                if (orga != null) {
+                    recupereItem(orga);
+                    var derSusp = PF_attr(orga, "activiteSuspendue");
+                    if (derSusp != "") {
+                        itemSuspendu = parent.XML_trouveNoeud(racDomi, "item", "identifier", derSusp);
+                    }
+                }
+                var objectifsGlobaux0 = parent.XML_fils(oRacParc, "objectifsGlobaux");
+                if (objectifsGlobaux0 != null) {
+                    racDomi.appendChild(objectifsGlobaux0);
+                }
+                if (!parent.SUR_CHORUS) {
+                    var gardeReponses = parent.XML_fils(oRacParc, "gardeReponses");
+                    if (gardeReponses != null) {
+                        racDomi.appendChild(gardeReponses);
+                    }
+                    var allocationGlobales0 = parent.XML_fils(oRacParc, "allocationsGlobales");
+                    if (allocationGlobales0 != null) {
+                        racDomi.appendChild(allocationGlobales0);
+                    }
+                }
+            }
+        }
+        objGlobauxCourant = parent.XML_fils(DOMManifest.documentElement, "objectifsGlobaux");
+        if (objGlobauxCourant == null) {
+            objGlobauxCourant = parent.creerElementCP(DOMManifest, "objectifsGlobaux");
+            DOMManifest.documentElement.appendChild(objGlobauxCourant);
+        }
+        if (!parent.SUR_CHORUS) {
+            allocationsGlobales = parent.XML_fils(DOMManifest.documentElement, "allocationsGlobales");
+        }
+        if (allocationsGlobales == null) {
+            allocationsGlobales = parent.creerElementCP(DOMManifest, "allocationsGlobales");
+            DOMManifest.documentElement.appendChild(allocationsGlobales);
+        }
+        appliquerAleatoire(itemRacine);
+        var racmn = DOMManifest.documentElement;
+        if (modeExploration != "") {
+            if (modeExploration == "toujours") {
+                parent.lesson_mode = "browse";
+            } else if (modeExploration == "valide") {
+                if (PF_attr(racmn, "etatValidation") == "true") {
+                    parent.lesson_mode = "review";
+                }
+            } else if (modeExploration == "complete") {
+                if (PF_attr(racmn, "etatParcours") == "completed") {
+                    parent.lesson_mode = "review";
+                }
+            }
+        }
+        var dateEvt = parent.getDateServeur('');
+        racmn.setAttribute("dateAcces", dateEvt);
+        if (PF_attr(racmn, "dateEntre") == "") {
+            racmn.setAttribute("dateEntre", dateEvt);
+        }
+        if (parent.SYNC_CORRIGE_ITEM != "") {
+            var tabG = parent.SYNC_CORRIGE_ITEM.split(";");
+            var oActCorr = donneActivite(tabG[0]);
+            if (oActCorr == null) {
+                return;
+            }
+            var oObjCorr = donneObjectifCible(oActCorr, true);
+            activiteRacine = itemRacine;
+            if (tabG[1] == "unknown") {
+                enregistrerEtatObjectif(oObjCorr, "objectiveMeasureStatus", "false");
+                enregistrerEtatObjectif(oObjCorr, "objectiveProgressStatus", "false");
+            } else {
+                var resEvMe = "";
+                if (tabG[1] == "passed") {
+                    resEvMe = "true";
+                } else if (tabG[1] == "failed") {
+                    resEvMe = "false";
+                }
+                enregistrerObjectif(oObjCorr, "objectiveSatisfiedStatus", resEvMe, false);
+                if (tabG[2] != "") {
+                    enregistrerObjectif(oObjCorr, "objectiveNormalizedMeasure", tabG[2], false);
+                }
+            }
+            tabDejaFaitRollup = new Array();
+            overallRollup(oActCorr);
+        }
+        if (parent.donneParam("rch") == "1" && !parent.activiteUnique) {
+            RECHERCHE_POSSIBLE = true;
+            var champRechercheInterne = PF_donneObjet("STY_champRechercheInterne");
+            if (champRechercheInterne != null) {
+                try {
+                    champRechercheInterne.addEventListener("keypress", tapeRechercheInterne, false);
+                    champRechercheInterne.addEventListener("focus", focusRechercheInterne, false);
+                } catch (e) {
+                    champRechercheInterne.attachEvent("onkeypress", tapeRechercheInterne);
+                    champRechercheInterne.attachEvent("onfocus", focusRechercheInterne);
+                }
+                if (champRechercheInterne.title == "textinfo") {
+                    champRechercheInterne.title = "";
+                    champRechercheInterne.value = donneLex(503);
+                    gardeCouleurChamp = valCSS(champRechercheInterne, "color", "color", parent.estMoz);
+                    champRechercheInterne.style.color = "#999999";
+                }
+            }
+        } else {
+            PF_masquerDiv("STY_zoneRechercheInterne");
+        }
+        if (parent.donneParam("vgp") == "0") {
+            PF_masquerDiv("STY_zoneBoutonCollab");
+        }
+        if ((largeurPlanInitiale > 0) || (oFenetre != null)) {
+            PF_affecterAlt();
+            largeurPlanInitiale = -1;
+        }
+        if (COMPATIBLE_SCORM12) {
+            var e = parent.document.createElement("script");
+            var ajRac = "";
+            if (!parent.SUR_CHORUS) {
+                ajRac = parent.RACINE_stage + "MosMtr/";
+            }
+            e.src = ajRac + "scripts/lms/scorm12.js";
+            e.type = "text/javascript";
+            parent.document.getElementsByTagName("head")[0].appendChild(e);
+        } else {
+            parent.haut.location = "menu.html";
+        }
+    }
+}
+
+function modeCompat12(racmn) {
+    if (PF_attr(racmn, "scorm12") == "1") {
+        racmn.removeAttribute("scorm12");
+        return true;
+    }
+    if (PF_attr(racmn, "scorm12") == "0") {
+        alert("SCORM 1.2 courses must be converted in MOS Chorus.");
+        DOMManifest = null;
+        return;
+    }
+    if (!parent.SUR_CHORUS) {
+        var osc = parent.XML_fils(racmn, "metadata");
+        if (osc && parent.XML_texteNoeud(parent.XML_fils(osc, "schemaversion")) == "SCORM 1.2 Compatibility Mode") {
+            return true;
+        }
+    }
+    return false;
+}
+
+function tapeRechercheInterne(event) {
+    if (!event) {
+        event = window.event;
+    }
+    parent.haut.tapeRechercheInterne(event);
+}
+
+function focusRechercheInterne(event) {
+    if (!event) {
+        event = window.event;
+    }
+    parent.haut.focusRechercheInterne(event);
+}
+
+function changeClassMenuMarque(itemObj, nomClasse, etatAcheve) {
+    var strNomClasse = itemObj.className;
+    var nouvelleClasse = strNomClasse;
+    if (strNomClasse.indexOf("STY_planLienTitrePage") == 0) {
+        var classeSelonType = "STY_planLienActivite";
+        if (strNomClasse.indexOf("STY_planLienEvaluation") > 0) {
+            classeSelonType = "STY_planLienEvaluation";
+        } else if (strNomClasse.indexOf("STY_planLienDocument") > 0) {
+            classeSelonType = "STY_planLienDocument";
+        }
+        nouvelleClasse = "STY_planLienTitrePage " + classeSelonType;
+        if (strNomClasse.indexOf("STY_planLienTitrePageSel") > 0) {
+            nouvelleClasse += " STY_planLienTitrePageSel";
+        }
+        if (etatAcheve == "Complete") {
+            nouvelleClasse += " STY_planLienTitrePageComplete";
+        }
+        if (nomClasse == "Desactive") {
+            nouvelleClasse += " STY_planLienTitrePageDesactive";
+            itemObj.style.cursor = "not-allowed";
+        } else {
+            itemObj.style.cursor = "";
+        }
+    } else if (strNomClasse.indexOf("STY_planLienTitreEtape") == 0) {
+        nouvelleClasse = "STY_planLienTitreEtape";
+        if (strNomClasse.indexOf("Ouvert") > 0) {
+            nouvelleClasse += " STY_planLienTitreEtapeOuvert";
+        }
+        if (etatAcheve == "Complete") {
+            nouvelleClasse += " STY_planLienTitreEtapeComplete";
+        }
+        if (nomClasse == "Desactive") {
+            nouvelleClasse += " STY_planLienTitreEtapeDesactive";
+        }
+    } else if (strNomClasse.indexOf("STY_planLienTitreModule") == 0) {
+        nouvelleClasse = "STY_planLienTitreModule";
+        if (strNomClasse.indexOf("Ouvert") > 0) {
+            nouvelleClasse += " STY_planLienTitreModuleOuvert";
+        }
+        if (etatAcheve == "Complete") {
+            nouvelleClasse += " STY_planLienTitreModuleComplete";
+        }
+        if (nomClasse == "Desactive") {
+            nouvelleClasse += " STY_planLienTitreModuleDesactive";
+        }
+    } else if (strNomClasse.indexOf("STY_planLienItmRacine") == 0) {
+        nouvelleClasse = "STY_planLienItmRacine";
+        if (etatAcheve == "Complete") {
+            nouvelleClasse += " STY_planLienItmRacineComplete";
+        }
+        if (nomClasse == "Desactive") {
+            nouvelleClasse += " STY_planLienItmRacine" + nomClasse;
+        }
+    }
+    if (strNomClasse != nouvelleClasse) {
+        itemObj.className = nouvelleClasse;
+    }
+}
+
+function deselectionneLien(lienCourant) {
+    if (lienCourant != null) {
+        lienCourant.className = lienCourant.className.replace(/ \w+Sel/, "");
+    }
+}
+
+function selectionneLien(idLien) {
+    deselectionneLien(lienCourant);
+    var oLien = PF_donneObjet(idLien);
+    lienCourant = oLien;
+    var classss = oLien.className;
+    if (oLien != null && classss.indexOf('Sel') == -1) {
+        oLien.className = classss.replace("Desactive", "") + ' STY_planLienTitrePageSel';
+    }
+}
+
+function basculeItem(nomItem) {
+    var oDiv = PF_donneObjet("divFils" + nomItem);
+    var oImg = PF_donneObjet("img" + nomItem);
+    var numB = "0";
+    if (oDiv == null) {
+        return;
+    }
+    var vOuvre = false;
+    if (oDiv.style.display == "none") {
+        vOuvre = true;
+        var deroulePossible = false;
+        var oitem = parent.XML_trouveNoeud(itemRacine, "item", "nom", nomItem);
+        if (estActive(oitem) && !estSuspendue(oitem)) {
+            deroulePossible = true;
+        } else {
+            if (choixSurFilsPossible(oitem)) {
+                deroulePossible = true;
+            }
+        }
+        if (deroulePossible) {
+            oDiv.style.display = "block";
+            numB = "1";/*var forcerTest=false;var oAnc=oitem;while (oAnc!=null && !estRacine(oAnc)){if (tabContient(tabItemsVerif,PF_attr(oAnc,"identifier"))){forcerTest=true;}oAnc=oAnc.parentNode;}*/
+            afficherParcoursItem(oitem, false);
+        }
+    } else {
+        oDiv.style.display = "none";
+    }
+    basculeClasseNiveau(nomItem, vOuvre);
+    parent.haut.changeImgBtn(oImg, parent.RACINE_STYLE + "media/gen/planModule" + numB + ".png");
+    PLAN_menuPop();
+}
+
+function PLAN_afficheItem(nomItem) {
+    var oDiv = PF_donneObjet("divFils" + nomItem);
+    var oImg = PF_donneObjet("img" + nomItem);
+    oDiv.style.display = "block";
+    basculeClasseNiveau(nomItem, true);
+    parent.haut.changeImgBtn(oImg, parent.RACINE_STYLE + "media/gen/planModule1.png");
+}
+
+function PLAN_fermerItem(nomItem) {
+    if (nomItem != '') {
+        var oDiv = PF_donneObjet("divFils" + nomItem);
+        var oImg = PF_donneObjet("img" + nomItem);
+        oDiv.style.display = "none";
+        basculeClasseNiveau(nomItem, false);
+        parent.haut.changeImgBtn(oImg, parent.RACINE_STYLE + "media/gen/planModule0.png");
+    }
+}
+
+function basculeClasseNiveau(nomItem, ouvre) {
+    var lienMod = PF_donneObjet("lienP" + nomItem);
+    if (ouvre) {
+        if (lienMod.className.indexOf("STY_planLienTitreModule") >= 0) {
+            lienMod.className += " STY_planLienTitreModuleOuvert";
+        }
+        if (lienMod.className.indexOf("STY_planLienTitreEtape") >= 0) {
+            lienMod.className += " STY_planLienTitreEtapeOuvert";
+        }
+    } else {
+        lienMod.className = lienMod.className.replace(" STY_planLienTitreModuleOuvert", "");
+        lienMod.className = lienMod.className.replace(" STY_planLienTitreEtapeOuvert", "");
+    }
+}
+
+function PLAN_basculeTout(deroule) {
+    var sourceImg;
+    var afficheDiv;
+    if (deroule) {
+        sourceI = "0.png";
+        destI = "1.png";
+        afficheDiv = "block";
+    } else {
+        sourceI = "1.png";
+        destI = "0.png";
+        afficheDiv = "none";
+    }
+    var lesitems = parent.XML_listeParBalise(itemRacine, "item");
+    for (var k = 0; k < lesitems.length; k++) {
+        var itemTmp = lesitems[k];
+        if (parent.XML_fils(itemTmp, "item") != null) {
+            var id = itemTmp.getAttribute("nom");
+            var oDiv = PF_donneObjet("divFils" + id);
+            if (oDiv != null && oDiv.style.display != afficheDiv) {
+                activiteSpecifieParChoixPreemptif = itemTmp.getAttribute("identifier");
+                if (!deroule || estActive(itemTmp) || (parent.haut.NAVIG_requete("choice", true) == "true")) {
+                    var oImg = PF_donneObjet("img" + id);
+                    if (oImg != null) {
+                        var sourceImg = new String(oImg.src);
+                        if (sourceImg.indexOf("/blanc.gif") > 0) {
+                            oImg.style.filter = oImg.style.filter.replace(sourceI, destI);
+                        } else {
+                            oImg.src = sourceImg.replace(sourceI, destI);
+                        }
+                    }
+                    if (deroule || PF_attr(itemTmp, "isvisible") != "false") {
+                        oDiv.style.display = afficheDiv;
+                    }
+                    basculeClasseNiveau(id, deroule);
+                }
+            }
+        }
+    }
+    etatBasculeItems = !etatBasculeItems;
+    if (deroule) {
+        PLAN_afficheParcours(false);
+    }
+    PLAN_menuPop();
+}
+
+function PLAN_afficheParcours(async) {
+    if (SUIVI_DESACTIVE) {
+        if (numAffichageParcours == 0 && !oFenetre) {
+            PF_afficherDiv("STY_planArborescence");
+        }
+        return;
+    }
+    if (parent.haut.planEnLigne && itemCourant != null) {
+        parent.haut.NAVIG_remplirNiveau1(parent.haut.PF_donneObjet("STY_ligneNiveau1"));
+        var idact = itemCourant.getAttribute("nom");
+        if (itemCourant.parentNode.nodeName == "item") {
+            var codePereN1 = itemCourant.parentNode.getAttribute("nom");
+            parent.haut.selectionneItmNiveau(codePereN1, 1);
+            parent.haut.NAVIG_remplirNiveau2Passif(codePereN1);
+            parent.haut.selectionneItmNiveau(idact, 2);
+        } else {
+            parent.haut.selectionneItmNiveau(idact, 1);
+        }
+    }
+    var cadreListe = donneCadreIndex("planLMS");
+    if (cadreListe.offsetWidth < 20 && !oFenetre) {
+        auraitDuMettreAJourPlan = true;
+        return false;
+    }
+    if (async && tabDejaFaitRollup != null) {
+        return false;
+    }
+    SANS_REMONTE = true;
+    var tabFilsR = donneLesFils(itemRacine, "item");
+    for (var i = 0; i < tabFilsR.length; i++) {
+        afficherParcoursItem(tabFilsR[i], false);
+    }
+    if (existeLienItmRacine) {
+        afficherParcoursItem(itemRacine, true);
+    }
+    if (numAffichageParcours == 0 && !oFenetre) {
+        PF_afficherDiv("STY_planArborescence");
+    }
+    numAffichageParcours++;
+    SANS_REMONTE = false;
+    auraitDuMettreAJourPlan = false;
+    tabTestItemPlan = new Array();
+    activiteSpecifieParChoixPreemptif = "";
+}
+
+function PLAN_basculerTout(aff) {
+    PLAN_basculeTout(aff);
+}
+
+function PLAN_affichagePlan(val) {/*if (val=="oui" && controlMode(itemRacine,"choice")=="false"){return ;}*/
+    window.status = '';
+    if (oFenetre != null) {
+        if (auraitDuMettreAJourPlan) {
+            PLAN_afficheParcours(false);
+        }
+        PLAN_menuPop();
+    } else {
+        var cadres = parent.document.getElementById("frame2");
+        if (val == 'oui') {
+            if (parent.serveur.largeurCol == 0 || parent.serveur.largeurCol == largeurPlanFerme) {
+                if (largeurColZero != '') {
+                    parent.serveur.largeurCol = largeurColZero;
+                } else {
+                    parent.serveur.largeurCol = '23%';
+                }
+            }
+            if (parent.PLAN_DROIT) {
+                cadres.cols = "*," + parent.serveur.largeurCol;
+            } else {
+                cadres.cols = parent.serveur.largeurCol + ",*";
+            }
+            if (largeurPlanInitiale == 0) {
+                PF_affecterAlt();
+                largeurPlanInitiale = -1;
+            }
+            if (auraitDuMettreAJourPlan) {
+                PLAN_afficheParcours(false);
+            }
+        } else {
+            try {
+                var cadreListe = donneCadreIndex("planLMS");
+                if (cadreListe.offsetWidth > 1) {
+                    parent.serveur.largeurCol = cadreListe.offsetWidth;
+                }
+            } catch (e) {
+            }
+            if (parent.PLAN_DROIT) {
+                cadres.cols = "*," + largeurPlanFerme;
+            } else {
+                cadres.cols = largeurPlanFerme + ",*";
+            }
+        }
+    }
+}
+
+function PLAN_basculePlan() {
+    var cadres = parent.document.getElementById("frame2");
+    if ((cadres.cols == largeurPlanFerme + ",*") || (cadres.cols == "*," + largeurPlanFerme)) {
+        PLAN_affichagePlan('oui');
+    } else {
+        PLAN_affichagePlan('non');
+    }
+}
+
+function PLAN_basculeItems() {
+    PLAN_basculeTout(etatBasculeItems);
+}
+
+function PLAN_effacePop() {
+    if (oFenetre != null) {
+        oFenetre.hide();
+    }
+}
+
+function PLAN_menuPop() {
+    if (oFenetre != null) {
+        var oTete = oFenetre.document.getElementsByTagName("head").item(0);
+        var oStyle = oFenetre.document.createElement("link");
+        oStyle.setAttribute("type", "text/css");
+        oStyle.setAttribute("rel", "stylesheet");
+        oStyle.setAttribute("href", parent.RACINE_STYLE + "css/planLMS.css");
+        oTete.appendChild(oStyle);
+        oFenetre.document.body.className = "STY_fondPlanLMS";
+        var htmlm = '<div class="STY_bordureFenPlanLMS">' + document.body.innerHTML + '</div>';
+        htmlm = htmlm.replace(/href="javascript\:/g, 'href="#" onclick="parent.');
+        htmlm = htmlm.replace(/onclick="bascule/g, 'onclick="parent.bascule');
+        var fenrelle = PLAN_FEN_H;
+        if (fenrelle == '') {
+            fenrelle = 750;
+        }
+        oFenetre.show(PLAN_FEN_X, PLAN_FEN_Y, PLAN_FEN_L, fenrelle, document.body);
+        oFenetre.document.body.innerHTML = htmlm;
+        if (PLAN_FEN_H == '') {
+            try {
+                var oplanar = oFenetre.document.getElementById("STY_planArborescence");
+                fenrelle = oplanar.offsetHeight + ajMargePop(oplanar);
+                var planTitreFormation = oFenetre.document.getElementById("STY_planTitreFormation");
+                if (planTitreFormation) {
+                    fenrelle += planTitreFormation.offsetHeight + ajMargePop(planTitreFormation);
+                }
+                fenrelle += 40;
+                oFenetre.show(PLAN_FEN_X, PLAN_FEN_Y, PLAN_FEN_L, fenrelle, document.body);
+            } catch (e) {
+            }
+        }
+    }
+}
+
+function ajMargePop(obj) {
+    var res = 0;
+    if (obj.style.marginTop.indexOf("px") > 0) {
+        res += parseInt(obj.style.marginTop.replace("px", ""));
+    }
+    if (obj.style.marginBottom.indexOf("px") > 0) {
+        res += parseInt(obj.style.marginBottom.replace("px", ""));
+    }
+    return res;
+}
+
+function clicRacine() {
+    activiteSpecifieParChoix = itemRacine.getAttribute("identifier");
+    overallSequencing("choice");
+}
+
+function clicItem(nomItem) {
+    PLAN_effacePop();
+    var oitem;
+    if (nomItem == "_racine") {
+        oitem = itemRacine;
+    } else {
+        oitem = parent.XML_trouveNoeud(itemRacine, "item", "nom", nomItem);
+    }
+    if (!estFeuille(oitem) && (controlMode(oitem.parentNode, "choice") == "false" || controlMode(oitem, "flow") == "false")) {
+        if (choixSurFilsPossible(oitem)) {
+            return basculeItem(nomItem);
+        }
+    }
+    activiteSpecifieParChoix = oitem.getAttribute("identifier");
+    MODE_PREEMPTIF = false;
+    overallSequencing("choice");
+}
+
+function choixSurFilsPossible(oitem) {
+    var filsItem = parent.XML_fils(oitem, "item");
+    var filTmp = filsItem;
+    while (filTmp != null && filTmp.nodeName == "item") {
+        MODE_PREEMPTIF = true;
+        activiteSpecifieParChoixPreemptif = filTmp.getAttribute("identifier");
+        if (overallSequencing("choice") == "true") {
+            return true;
+        } else {
+            if (choixSurFilsPossible(filTmp)) {
+                return true;
+            }
+        }
+        filTmp = filTmp.nextSibling;
+    }
+    return false;
+}
+
+function donneActivite(idActivite) {
+    if (idActivite == itemRacine.getAttribute("identifier")) {
+        return itemRacine;
+    } else {
+        return parent.XML_trouveNoeud(itemRacine, "item", "identifier", idActivite);
+    }
+}
+
+function estFrere(oN1, oN2) {
+    var res = false;
+    var i = 0;
+    if (oN1.parentNode) {
+        var tabF = parent.XML_tabElementFils(oN1.parentNode);
+        while (!res && i < tabF.length) {
+            if (tabF[i] == oN2) {
+                res = true;
+            }
+            i++;
+        }
+    }
+    return res;
+}
+
+function ancetreCommun(oN1, oN2) {
+    var tabAncetre = new Array();
+    var oAnc = oN1.parentNode;
+    var oCommun = null;
+    if (estRacine(oN1) || estRacine(oN2)) {
+        return oN1;
+    }
+    if (PF_attr(oN1, "identifier") == PF_attr(oN2, "identifier")) {
+        return oN2;
+    }
+    while ((oAnc != null) && ((oAnc.nodeName == "item") || (oAnc.nodeName == "organization"))) {
+        tabAncetre[tabAncetre.length] = oAnc;
+        oAnc = oAnc.parentNode;
+    }
+    oAnc = oN2.parentNode;
+    while ((oAnc != null) && (oCommun == null)) {
+        var lid = PF_attr(oAnc, "identifier");
+        for (var i = 0; i < tabAncetre.length; i++) {
+            if (PF_attr(tabAncetre[i], "identifier") == lid) {
+                oCommun = oAnc;
+            }
+        }
+        oAnc = oAnc.parentNode;
+    }
+    return oCommun;
+}
+
+function PLAN_lancerActivite(oActivite) {
+    var idref = PF_attr(oActivite, "identifierref");
+    if (idref == "") {
+        return;
+    }
+    var oRessource = parent.XML_trouveNoeud(DOMManifest, "resource", "identifier", idref);
+    if (oRessource == null) {
+        alert("resource not found for activity " + oActivite.getAttribute("identifier"));
+        return false;
+    }
+    var href = oRessource.getAttribute("href");
+    oRessource.removeAttribute("type");
+    var base = "";
+    var avecProtocole = (href.match(oRegScheme) != null);
+    if (!avecProtocole) {
+        base = PF_attr(DOMManifest.documentElement, "xml:base");
+        base += PF_attr(oRessource.parentNode, "xml:base");
+        base += PF_attr(oRessource, "xml:base");
+    }
+    var parameters = PF_attr(oActivite, "parameters");
+    if (pageSpecifieeParLienPage != "") {
+        parameters += "&idPg=" + pageSpecifieeParLienPage;
+        pageSpecifieeParLienPage = "";
+    }
+    if (parameters != "") {
+        while ((parameters.indexOf("?") == 0) || (parameters.indexOf("&") == 0)) {
+            parameters = parameters.substring(1);
+        }
+        if ((parameters.indexOf("#") == 0) && (href.indexOf("#") > 0)) {
+            parameters = "";
+        }
+        if (href.indexOf("?") > 0) {
+            parameters = "&" + parameters;
+        } else {
+            parameters = "?" + parameters;
+        }
+    }
+    ressourceCourante = oRessource;
+    var typeR = PF_attr(oRessource, "adlcp:scormType");
+    if (typeR == "") {
+        typeR == "sco";
+    }
+    var nomActivite = "";
+    var oDshtml = PF_donneObjet('lienP' + oActivite.getAttribute("nom"));
+    if (oDshtml != null) {
+        nomActivite = oDshtml.innerHTML;
+    }
+    parent.haut.PF_modifTexteDiv("STY_titreEtapeJS", nomActivite);
+    PF_modifTexteDiv("STY_titreEtapeJS", nomActivite);
+    var nomSeqPere = "";
+    var oPereSeq = oActivite.parentNode;
+    if (!estRacine(oPereSeq)) {
+        var oDshtml0 = PF_donneObjet('lienP' + oPereSeq.getAttribute("nom"));
+        if (oDshtml0 != null) {
+            var nomSeqPere = oDshtml0.innerHTML;
+        }
+    }
+    parent.haut.PF_modifTexteDiv("STY_titreSequencePere", nomSeqPere);
+    PF_modifTexteDiv("STY_titreSequencePere", nomSeqPere);
+    if (parent.haut.oFlashIntBar) {
+        try {
+            parent.haut.oFlashIntBar.MOS_setCurrentItem(PF_attr(oActivite, "identifier"), nomActivite, nomSeqPere);
+        } catch (e) {
+        }
+    }
+    href = base + href + parameters;
+    if (!avecProtocole) {
+        href = parent.RACINE_stage + href;
+    }
+    if (parent.API_1484_11 == null) {
+        return;
+    }
+    if (parent.API_1484_11.etatCommunication == "enCours") {
+        parent.API_1484_11.scoEnAttente = true;
+    } else {
+        parent.API_1484_11.etatCommunication = "pasInitialise";
+    }
+    var oNavInter = parent.XML_filsNS(oActivite, "adlnav", "presentation");
+    if (oNavInter != null) {
+        oNavInter = parent.XML_filsNS(oNavInter, "adlnav", "navigationInterface");
+    }
+    masquePrecedent = masqueBoutonLMS(oNavInter, "previous", "ActivitePrecedente");
+    masqueSuivant = masqueBoutonLMS(oNavInter, "continue", "ActiviteSuivante");
+    masqueSortie = masqueBoutonLMS(oNavInter, "exitAll", "QuitterTout");
+    masqueSuspendre = masqueBoutonLMS(oNavInter, "suspendAll", "SuspendreTout");
+    var cacherEx = (masqueSortie && masqueSuspendre);
+    cacherBoutonUI("Quitter", cacherEx);
+    dernierItemLance = oActivite;
+    itemRacine.setAttribute("activiteSuspendue", oActivite.getAttribute("identifier"));
+    nettoyerDejaFait(oActivite);
+    if (controlMode(oActivite, "choiceExit") == "false") {
+        PLAN_affichagePlan("non");
+    }
+    PLAN_synchronisePlan(oActivite);
+    parent.haut.NAVIG_barreProgress(oActivite, 0);
+    if (typeR == "asset") {
+        repercuteMapDocument(oActivite);
+        parent.haut.NAVIG_majFleches(!masquePrecedent, !masqueSuivant);
+        PLAN_afficheParcours(true);
+        if (deliveryControls(oActivite, "tracked") == "true") {
+            oActivite.setAttribute("dateAfficheDoc", parent.getDateServeur(''));
+        }
+    } else {
+        setTimeout("majBoutonsInit('pasInitialise')", 1300);
+    }
+    parent.contenuLMS.location = href;
+}
+
+function majBoutonsInit(etatSco) {
+    if (parent.API_1484_11 && parent.API_1484_11.etatCommunication == etatSco && tabDejaFaitRollup == null) {
+        parent.haut.NAVIG_majFleches(!masquePrecedent, !masqueSuivant);
+        PLAN_afficheParcours(true);
+    }
+}
+
+function PLAN_synchronisePlan(oItem) {
+    if (itemsSynchro != '') {
+        var tabPrecItems = itemsSynchro.split(',');
+        for (var i = 0; i < tabPrecItems.length; i++) {
+            PLAN_fermerItem(tabPrecItems[i]);
+        }
+        itemsSynchro = '';
+    }
+    var codePereN1 = "";
+    var pere = oItem.parentNode;
+    var tabInverseAff = new Array();
+    while (pere != null && pere.nodeName == "item") {
+        var nomItm = pere.getAttribute("nom");
+        var oDiv = parent.planLMS.PF_donneObjet("divFils" + nomItm);
+        if (oDiv != null && oDiv.style.display == 'none') {
+            tabInverseAff[tabInverseAff.length] = nomItm;
+            itemsSynchro += nomItm + ',';
+        }
+        codePereN1 = nomItm;
+        pere = pere.parentNode;
+    }
+    for (var i = tabInverseAff.length - 1; i >= 0; i--) {
+        PLAN_afficheItem(tabInverseAff[i]);
+    }
+    var nomT = itemCourant.getAttribute("nom");
+    selectionneLien('lienP' + nomT);
+    if (parent.haut.planEnLigne) {
+        if (codePereN1 != "") {
+            parent.haut.NAVIG_remplirNiveau2Passif(codePereN1);
+            parent.haut.selectionneItmNiveau(nomT, 2);
+        } else {
+            parent.haut.selectionneItmNiveau(nomT, 1);
+            parent.haut.viderNiveau2();
+        }
+    }
+}
+
+function appliquerAleatoire(oActivite) {
+    selectChildren(oActivite);
+    randomizeChildren(oActivite);
+    var lesFils = donneLesFils(oActivite, "item");
+    for (var k = 0; k < lesFils.length; k++) {
+        appliquerAleatoire(lesFils[k]);
+    }
+}
+
+function donneCadreIndex(nomC) {
+    var objF = null;
+    var lescadresindex = parent.document.getElementsByTagName("frame");
+    for (var j = 0; j < lescadresindex.length; j++) {
+        if (lescadresindex.item(j).name == nomC) {
+            objF = lescadresindex.item(j);
+        }
+    }
+    return objF;
+}
+
+function afficherParcoursItem(itemTmp, forcer) {
+    var lidi = itemTmp.getAttribute("identifier");
+    var forcer0 = forcer;
+    var tabFils = donneLesFils(itemTmp, "item");
+    if (controlMode(itemTmp.parentNode, "choice") == "false" || (controlMode(itemTmp, "flow") == "false" && tabFils.length > 0)) {
+        desactiverItemPlan(itemTmp, true);
+    } else {
+        if (existeChoixSortie || tabContient(tabItemsVerif, lidi) || tabContient(tabTestItemPlan, lidi) || forcer) {
+            if (PF_attr(itemTmp, "planDejaFait") != "oui" && PF_attr(itemTmp, "isvisible") != "false") {
+                activiteSpecifieParChoixPreemptif = lidi;
+                TEST_AFF_PARC = true;
+                var resSeq = parent.haut.NAVIG_requete("choice", true);
+                TEST_AFF_PARC = false;
+                desactiverItemPlan(itemTmp, (resSeq == "false"));
+                itemTmp.setAttribute("planDejaFait", "oui");
+                if (forcer || tabContient(tabItemsVerif, lidi) || tabContient(tabTestItemPlan, lidi)) {
+                    forcer0 = true;
+                }
+            }
+        }
+    }
+    if (tabFils.length > 0) {
+        var choixPere = controlMode(itemTmp, "choice");
+        var conteneur = PF_donneObjet('divFils' + itemTmp.getAttribute("nom"));
+        if (conteneur != null && conteneur.style.display != "none" && conteneur.offsetHeight > 5) {
+            for (var j = 0; j < tabFils.length; j++) {
+                if (choixPere == "false" || (controlMode(tabFils[j], "flow") == "false" && !estFeuille(tabFils[j]))) {
+                    desactiverItemPlan(tabFils[j], true);
+                } else {
+                    afficherParcoursItem(tabFils[j], forcer0);
+                }
+            }
+        }
+    }
+}
+
+function desactiverItemPlan(oItem, desact) {
+    var classd = "";
+    if (desact) {
+        classd = "Desactive";
+    }
+    if (oItem == null) {
+        alert("Null desactiverItemPlan " + desact);
+    }
+    var nnom = PF_attr(oItem, "nom");
+    if (nnom != "") {
+        var itemCSS = PF_donneObjet('lienP' + nnom);
+        var etatAcheve = "";
+        if (PF_attr(oItem, "attemptProgressStatus") == "true") {
+            if (PF_attr(oItem, "attemptCompletionStatus") == "true") {
+                etatAcheve = "Complete";
+            }
+        }
+        changeClassMenuMarque(itemCSS, classd, etatAcheve);
+    }
+}
+
+function masqueBoutonLMS(oNavInter, nomBouton, nomFR) {
+    var masque = false;
+    if (oNavInter != null) {
+        var tabFils = parent.XML_tabElementFils(oNavInter);
+        for (var m = 0; m < tabFils.length; m++) {
+            var fiston = tabFils[m];
+            if (fiston.nodeName.indexOf("hideLMSUI") >= 0) {
+                if (parent.XML_texteNoeud(fiston) == nomBouton) {
+                    masque = true;
+                    m = 20;
+                }
+            }
+        }
+    }
+    if (parent.haut.oFlashIntBar) {
+        try {
+            parent.haut.oFlashIntBar.MOS_hideLMSBtn(nomBouton, masque);
+        } catch (e) {
+        }
+    }
+    cacherBoutonUI(nomFR, masque);
+    return masque;
+}
+
+function cacherBoutonUI(nomFR, masque) {
+    var oZone = parent.haut.PF_donneObjet("STY_zoneBouton" + nomFR);
+    if (oZone != null) {
+        if (masque) {
+            oZone.style.visibility = "hidden";
+        } else {
+            oZone.style.visibility = "visible";
+        }
+    }
+    oZone = PF_donneObjet("STY_zoneBouton" + nomFR);
+    if (oZone != null) {
+        if (masque) {
+            oZone.style.visibility = "hidden";
+        } else {
+            oZone.style.visibility = "visible";
+        }
+    }
+}
+
+function recupereAttr(objsource, objcible, nomAttr) {
+    var attr = objsource.getAttribute(nomAttr);
+    if (attr != null) {
+        objcible.setAttribute(nomAttr, attr);
+    }
+}
+
+function recupereItem(itemTmp) {
+    var oActivite = parent.XML_trouveNoeud(itemRacine, "item", "identifier", itemTmp.getAttribute("identifier"));
+    if (oActivite == null) {
+        if (itemTmp.getAttribute("identifier") == itemRacine.getAttribute("identifier")) {
+            oActivite = itemRacine;
+        }
+    }
+    if (oActivite == null) {
+        return false;
+    }
+    if (PF_attr(itemTmp, "attemptCompletionStatus") == "true" && PF_attr(itemTmp, "attemptProgressStatus") == "true") {
+        var itemCSS = PF_donneObjet('lienP' + PF_attr(oActivite, "nom"));
+        if (itemCSS != null) {
+            var nclss = itemCSS.className;
+            if (nclss.indexOf(" ") > 0) {
+                nclss = nclss.substring(0, nclss.indexOf(" "));
+            }
+            itemCSS.className = itemCSS.className + " " + nclss + "Complete";
+        }
+    }
+    if (deliveryControls(oActivite, "tracked") == "true") {
+        if (PF_attr(itemTmp, "activityProgressStatus") != "") {
+            recupereAttr(itemTmp, oActivite, "activityProgressStatus");
+            recupereAttr(itemTmp, oActivite, "activityIsActive");
+            recupereAttr(itemTmp, oActivite, "activityIsSuspended");
+            recupereAttr(itemTmp, oActivite, "attemptCount");
+            recupereAttr(itemTmp, oActivite, "attemptProgressStatus");
+            recupereAttr(itemTmp, oActivite, "attemptCompletionStatus");
+            recupereAttr(itemTmp, oActivite, "attemptAbsoluteDuration");
+            recupereAttr(itemTmp, oActivite, "infoProgCourant");
+            recupereAttr(itemTmp, oActivite, "availableChildren");
+            recupereAttr(itemTmp, oActivite, "attemptCompletionAmount");
+            recupereAttr(itemTmp, oActivite, "activityAbsoluteDuration");
+            recupereAttr(itemTmp, oActivite, "activityCompletionStatus");
+            recupereAttr(itemTmp, oActivite, "attemptDate");
+            var oBjs = parent.XML_filsNS(itemTmp, "imsss", "objectives");
+            if (oBjs != null) {
+                var objPrim = parent.XML_filsNS(oBjs, "imsss", "primaryObjective");
+                if (objPrim != null) {
+                    var objPrimSource = donneObjectifCible(oActivite, true);
+                    recupereObjectif(objPrim, objPrimSource);
+                }
+                var objsimple = objPrim.nextSibling;
+                while (objsimple != null) {
+                    var objOriginal = donneObjectifId(oActivite, PF_attr(objsimple, "objectiveID"));
+                    if (objOriginal != null) {
+                        recupereObjectif(objsimple, objOriginal);
+                    }
+                    objsimple = objsimple.nextSibling;
+                }
+            }
+        }
+    }
+    if (PF_attr(oActivite, "identifierref") != "") {
+        var oSco = parent.XML_premierNoeud(itemTmp, "sco");
+        if (oSco != null) {
+            var oInsertD = oSco;
+            if (parent.estMoz) {
+                oInsertD = oActivite.ownerDocument.importNode(oSco, true);
+            }
+            oActivite.appendChild(oInsertD);
+        }
+    }
+    var filsitem = itemTmp.firstChild;
+    while (filsitem != null && filsitem.nodeName == "item") {
+        recupereItem(filsitem);
+        filsitem = filsitem.nextSibling;
+    }
+}
+
+function recupereObjectif(ob1, ob2) {
+    recupereAttr(ob1, ob2, "objectiveProgressStatus");
+    recupereAttr(ob1, ob2, "objectiveSatisfiedStatus");
+    recupereAttr(ob1, ob2, "objectiveMeasureStatus");
+    recupereAttr(ob1, ob2, "objectiveNormalizedMeasure");
+    recupereAttr(ob1, ob2, "infoObjCourant");/*recupereAttr(ob1,ob2,"dateValidation");*/
+}
+
+function donneLex(num) {
+    return window.parent.donneLex(num);
+}
+
+function donneNoeudsNS(objXML, ns, balise) {
+    if (progIDMSXML == "Msxml2.DOMDocument.6.0") {
+        return objXML.selectNodes(".//*[local-name()='" + balise + "']");
+    } else {
+        if (progIDMSXML == "Msxml2.DOMDocument.3.0") {
+            if (ns != "") {
+                balise = ns + ":" + balise;
+            }
+        }
+        return objXML.getElementsByTagName(balise);
+    }
+}
+
+function initDimPopup(val) {
+    var res = "";
+    var obj = parent.XML_trouveNoeudNS(parent.objXSL, "xsl", "template", "name", val);
+    if (obj != null) {
+        res = parent.XML_texteNoeud(obj);
+    }
+    return res;
+}
+
+function surMenuCtxt(event) {
+    return true;
+}
+
+function repercuteMapDocument(oDoc) {
+    var objectif = donneObjectifCible(oDoc, false);
+    if (objectif != null) {
+        var lesmaps = parent.XML_tabElementFils(objectif);
+        var lid = "";
+        for (var i = 0; i < lesmaps.length; i++) {
+            var oFils = lesmaps[i];
+            if (oFils.nodeName.indexOf("mapInfo") >= 0) {
+                if (PF_attr(oFils, "writeSatisfiedStatus") == "true") {
+                    lid = PF_attr(oFils, "targetObjectiveID");
+                    var lesautremaps = donneNoeudsNS(activiteRacine, "imsss", "mapInfo");
+                    if (lesautremaps.length == 0) {
+                        lesautremaps = donneNoeudsNS(activiteRacine, "", "mapInfo");
+                    }
+                    var typeLire = "readSatisfiedStatus";
+                    for (var m = 0; m < lesautremaps.length; m++) {
+                        var oMap;
+                        if (parent.estMoz) {
+                            oMap = lesautremaps[m];
+                        } else {
+                            oMap = lesautremaps[m];
+                        }
+                        if (PF_attr(oMap, "targetObjectiveID") == lid && PF_attr(oMap, typeLire) != "false") {
+                            var actiAnce = oMap.parentNode.parentNode.parentNode.parentNode;
+                            var lidan = actiAnce.getAttribute("identifier");
+                            if (oDoc.getAttribute("identifier") != lidan) {
+                                ajouteItemTestPlan(actiAnce);
+                            }
+                        }
+                    }
+                    break;
+                }
+            }
+        }
+    }
+}
+
+function ajouteItemTestPlan(oAct) {
+    var codeItem = oAct.getAttribute("identifier");
+    if (!MODE_PREEMPTIF && !tabContient(tabTestItemPlan, codeItem)) {
+        tabTestItemPlan[tabTestItemPlan.length] = codeItem;
+        oAct.removeAttribute("planDejaFait");
+        var obj = parent.XML_trouveNoeud(itemRacine, "item", "identifier", codeItem);
+        if (obj == null && PF_attr(itemRacine, "identifier") == codeItem) {
+            obj = itemRacine;
+        }
+        if (obj) {
+            obj.removeAttribute("planDejaFait");
+            nettoyerDejaFaitFils(obj);
+        }
+    }
+}
+
+function NAVIG_allerSuivant() {
+    parent.haut.NAVIG_allerSuivant();
+}
+
+function NAVIG_allerPrecedent() {
+    parent.haut.NAVIG_allerPrecedent();
+}
+
+function PLAN_choixRacine() {
+    clicItem("_racine");
+}
+
+function nettoyerDejaFaitFils(obj) {
+    obj.removeAttribute("planDejaFait");
+    var tabFils = donneLesFils(obj, "item");
+    for (var j = 0; j < tabFils.length; j++) {
+        tabFils[j].removeAttribute("planDejaFait");
+    }
+}
+
+function nettoyerDejaFait(oAnc) {
+    var nettoieTout = false;
+    if (existeChoixSortie) {
+        nettoieTout = true;
+    } else {
+        oAnc.removeAttribute("planDejaFait");
+        if (tabItemsVerif.length > 0) {
+            while (oAnc != null && (oAnc.nodeName == "item" || oAnc.nodeName == "organization")) {
+                oAnc = oAnc.parentNode;
+                if (tabContient(tabItemsVerif, PF_attr(oAnc, "identifier"))) {
+                    if (constrainedChoiceConsiderations(oAnc, "constrainChoice") == "true") {
+                        nettoieTout = true;
+                        oAnc = null;
+                    } else {
+                        nettoyerDejaFaitFils(oAnc);
+                    }
+                }
+            }
+        }
+    }
+    if (nettoieTout) {
+        var lesitems = parent.XML_listeParBalise(itemRacine, "item");
+        for (var i = 0; i < lesitems.length; i++) {
+            lesitems[i].removeAttribute("planDejaFait");
+        }
+        itemRacine.removeAttribute("planDejaFait");
+    }
+}
+
+function appliqueDefautNS(Dom0) {
+    if (Dom0.nodeType == 1) {
+        Dom0 = Dom0.ownerDocument;
+    }
+    if (progIDMSXML == "Msxml2.DOMDocument.6.0") {
+        Dom0.setProperty("SelectionNamespaces", "xmlns:dflt='http://www.imsglobal.org/xsd/imscp_v1p1' xmlns:adlseq='http://www.adlnet.org/xsd/adlseq_v1p3' xmlns:adlnav='http://www.adlnet.org/xsd/adlnav_v1p3' xmlns:imsss='http://www.imsglobal.org/xsd/imsss' xmlns:adlcp='http://www.adlnet.org/xsd/adlcp_v1p3'");
+    }
+    if (parent.estMoz) {
+        Dom0.defaultNS = "http://www.imsglobal.org/xsd/imscp_v1p1";
+    }
+}
+
+function PLAN_bloqueRetour(evt) {
+    if (evt == null) {
+        evt = window.event;
+    }
+    if (evt.keyCode == 8) {
+        var cible = evt.target;
+        if (!parent.estMoz) {
+            cible = evt.srcElement;
+        }
+        if (cible != null && cible.id == "STY_champRechercheInterne") {
+            return true;
+        }
+        evt.returnValue = false;
+        evt.cancelBubble = true;
+        try {
+            evt.stopPropagation();
+            evt.preventDefault();
+        } catch (e) {
+        }
+        return false;
+    }
+    return true;
+}
+
+function desactCDroit(event) {
+    if (event) {
+        event.stopPropagation();
+        event.returnValue = false;
+    } else {
+        window.event.returnValue = false;
+    }
+    return false;
+}
+
+function desactiverClicDroit() {
+    document.getElementsByTagName("html")[0].oncontextmenu = desactCDroit;
+}
+
+var oFlashIntBarPlan = null;
+
+function NAVIG_initFlashNavBar() {
+    var oDiv = PF_donneObjet("FlashNavBar");
+    if (oDiv == null) {
+        oDiv = window.document;
+    }
+    var tabWM = oDiv.getElementsByTagName('object');
+    if (tabWM.length > 0) {
+        oFlashIntBarPlan = tabWM[0];
+        if (parent.estMoz) {
+            oFlashIntBarPlan = document.embeds[oFlashIntBar.id];
+        }
+    }
+}
+
+function userLanguage() {
+    return top.LANGUE;
+}
+
+function getCourseTitle() {
+    return parent.serveur.titreStage;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/scorm12.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/scorm12.js
index 3c1dbe77ba483ec1323c695f2d2297c8f066b85d..7f1d2409b717f7afaab79a7b477515e730970e44 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/scorm12.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/lms/scorm12.js
@@ -1 +1,587 @@
-var API=null;var keyList = new Array(25);var valueList = new Array(25);function fillKeyList(){ keyList[0] = "cmi.core.student_id"; keyList[1] = "cmi.core.student_name"; keyList[2] = "cmi.core.lesson_location"; keyList[3] = "cmi.core.credit"; keyList[4] = "cmi.core.entry"; keyList[5] = "cmi.core.score.raw"; keyList[6] = "cmi.core.score.max"; keyList[7] = "cmi.core.score.min"; keyList[8] = "cmi.core.total_time"; keyList[9] = "cmi.core.lesson_mode"; keyList[10] = "cmi.core.exit"; keyList[11] = "cmi.core.session_time"; keyList[12] = "cmi.core.score._children"; keyList[13] = "cmi.student_preference._children"; keyList[14] = "cmi.student_preference.audio"; keyList[15] = "cmi.student_preference.language"; keyList[16] = "cmi.student_preference.speed"; keyList[17] = "cmi.student_preference.text"; keyList[18] = "cmi.student_data.mastery_score"; keyList[19] = "cmi.student_data.max_time_allowed"; keyList[20] = "cmi.student_data.time_limit_action"; keyList[21] = "cmi.comments_from_lms"; keyList[22] = "cmi.comments";}function fillValueList(){ valueList[0] = "cmi.learner_id"; valueList[1] = "cmi.learner_name"; valueList[2] = "cmi.location"; valueList[3] = "cmi.credit"; valueList[4] = "cmi.entry"; valueList[5] = "cmi.score.raw"; valueList[6] = "cmi.score.max"; valueList[7] = "cmi.score.min"; valueList[8] = "cmi.total_time"; valueList[9] = "cmi.mode"; valueList[10] = "cmi.exit"; valueList[11] = "cmi.session_time"; valueList[12] = "cmi.score._children"; valueList[13] = "cmi.learner_preference._children"; valueList[14] = "cmi.learner_preference.audio_level"; valueList[15] = "cmi.learner_preference.language"; valueList[16] = "cmi.learner_preference.delivery_speed"; valueList[17] = "cmi.learner_preference.audio_captioning"; valueList[18] = "cmi.scaled_passing_score"; valueList[19] = "cmi.max_time_allowed"; valueList[20] = "cmi.time_limit_action"; valueList[21] = "cmi.comments_from_lms.0.comment"; valueList[22] = "cmi.comments_from_learner.0.comment";}function getNewValue(key){ var keyResult = key; var checkValue = keyResult.substring(0,16); if ( checkValue == "cmi.interactions" ) { checkValue2 = keyResult.substring(19,23); if ( checkValue2 == "time" ) { var subString1 = keyResult.substring(0,19); keyResult = subString1 + "timestamp"; } else if ( checkValue2 == "stud" ) { var subString1 = keyResult.substring(0,19); keyResult = subString1 + "learner_response"; } } for ( i=0; i < keyList.length; i++ ) { if ( keyList[i] == key ) { keyResult = valueList[i]; break; } } return keyResult;}var errorList = new Array(25);var errorStringList = new Array(25);var newErrorList = new Array(25);var errorcodeList = new Array(25);function fillErrorList(){ errorList[0] = "0"; errorList[1] = "101"; errorList[2] = "101"; errorList[3] = "101"; errorList[4] = "101"; errorList[5] = "101"; errorList[6] = "301"; errorList[7] = "101"; errorList[8] = "122"; errorList[9] = "101"; errorList[10] = "301"; errorList[11] = "101"; errorList[12] = "301"; errorList[13] = "143"; errorList[14] = "201"; errorList[15] = "101"; errorList[16] = "101"; errorList[17] = "101"; errorList[18] = "401"; errorList[19] = "401"; errorList[20] = "301"; errorList[21] = "403"; errorList[22] = "404"; errorList[23] = "405"; errorList[24] = "405"; errorList[25] = "405";}function fillnewErrorList(){ newErrorList[0] = "0"; newErrorList[1] = "101"; newErrorList[2] = "102"; newErrorList[3] = "103"; newErrorList[4] = "104"; newErrorList[5] = "111"; newErrorList[6] = "112"; newErrorList[7] = "113"; newErrorList[8] = "122"; newErrorList[9] = "123"; newErrorList[10] = "132"; newErrorList[11] = "133"; newErrorList[12] = "142"; newErrorList[13] = "143"; newErrorList[14] = "201"; newErrorList[15] = "301"; newErrorList[16] = "351"; newErrorList[17] = "391"; newErrorList[18] = "401"; newErrorList[19] = "402"; newErrorList[20] = "403"; newErrorList[21] = "404"; newErrorList[22] = "405"; newErrorList[23] = "406"; newErrorList[24] = "407"; newErrorList[25] = "408";}function fillErrorStringList(){ errorStringList[0] = "No error"; errorStringList[1] = "General Exception"; errorStringList[2] = "Invalid Augment error"; errorStringList[3] = "Element Cannot have Children"; errorStringList[4] = "Element not an array - cannot have count"; errorStringList[5] = "Not Initialized"; errorStringList[6] = "Not implemented error"; errorStringList[7] = "Invalid set value, element is a keyword"; errorStringList[8] = "Element is read only"; errorStringList[9] = "Element is write only"; errorStringList[10] = "Incorrect Data Type";} function fillErrorCodeList(){ errorcodeList[0] = "0"; errorcodeList[1] = "101"; errorcodeList[2] = "201"; errorcodeList[3] = "202"; errorcodeList[4] = "203"; errorcodeList[5] = "301"; errorcodeList[6] = "401"; errorcodeList[7] = "402"; errorcodeList[8] = "403"; errorcodeList[9] = "404"; errorcodeList[10] = "405";} function initializeConversionTables(){ fillKeyList(); fillValueList(); fillErrorList(); fillnewErrorList(); fillErrorCodeList(); fillErrorStringList();}function getOldErrorValue(error){ var result = error; for ( i=0; i < newErrorList.length; i++ ){ if ( newErrorList[i] == error ) { result = errorList[i]; break; } } return result;}function childrenGetRequest(name, elementRequestArr){ var childrenListing = ""; if ( name == "cmi.core._children" ){ childrenListing = "student_id,student_name,lesson_location,credit," + "lesson_status,entry, score,total_time,lesson_mode," + "exit,session_time"; } else if ( name == "cmi.core.score._children" ){ childrenListing = "raw,min,max"; } else if ( name == "cmi.student_data._children" ){ childrenListing = "mastery_score,max_time_allowed,time_limit_action"; } else if ( name == "cmi.objectives._children" ){ childrenListing = "id,score,status"; } else if ( name == "cmi.student_preference._children" ){ childrenListing = "audio,language,speed,text"; } else if ( name == "cmi.interactions._children" ){ childrenListing = "id,objectives,time,type,correct_responses,weighting," + "student_response,result,latency"; } else if ( name == "cmi.objectives." +elementRequestArr[2] + ".score._children" ){ childrenListing = "raw,min,max"; } return childrenListing;}function APIAdapter12(){this.LMSInitialize=LMSInitialize;this.LMSGetValue=LMSGetValue;this.LMSSetValue=LMSSetValue;this.LMSCommit=LMSCommit;this.LMSFinish=LMSFinish;this.LMSGetLastError=LMSGetLastError;this.LMSGetErrorString=LMSGetErrorString;this.LMSGetDiagnostic=LMSGetDiagnostic;}function LMSInitialize(strParametre){initializeConversionTables();return API_1484_11.Initialize(strParametre);}function LMSCommit(strParametre){return API_1484_11.Commit(strParametre);}function LMSFinish(strParametre){if (PF_attr(API_1484_11.cmi,"exit")==""){API_1484_11.SetValue("adl.nav.request","continue");}return API_1484_11.Terminate(strParametre);}function LMSGetLastError(strParametre){return getOldErrorValue(API_1484_11.GetLastError(strParametre));}function LMSGetErrorString(strParametre){return API_1484_11.GetErrorString(strParametre);}function LMSGetDiagnostic(strParametre){return API_1484_11.GetDiagnostic(strParametre);}function LMSGetValue(name){API_1484_11.errorCode="0";var nomMaj = getNewValue(name);var elementRequestArr = name.split(".");var tempArrCount = elementRequestArr.length - 1; if (elementRequestArr[tempArrCount]=="_children" ){var resu=childrenGetRequest(name, elementRequestArr); return resu;}if (nomMaj=="cmi.core.lesson_status"){var reqsco=API_1484_11.GetValue("cmi.success_status");if (reqsco=="passed"||reqsco=="failed"){return reqsco;}reqsco=API_1484_11.GetValue("cmi.completion_status");if (reqsco=="unknown"){reqsco="not attempted";} return reqsco;}if (nomMaj=="cmi.total_time"){var valtemp=API_1484_11.GetValue(nomMaj);if (valtemp!=""){var ms0=Math.round(intervalleEnMS12(valtemp)/1000);valtemp=formaterSecondes12(ms0);}return valtemp;}if (nomMaj=="cmi.max_time_allowed"){var valtemp=API_1484_11.GetValue(nomMaj);if (valtemp!=""){var ms0=Math.round(intervalleEnMS12(valtemp)/1000);valtemp=formaterSecondes12(ms0);}return valtemp;}return API_1484_11.GetValue(nomMaj);}function LMSSetValue(name,val){if (API_1484_11==null){API=null;return "false";}API_1484_11.errorCode="0";var nomMaj = getNewValue(name); if (name=="cmi.core.lesson_status"){if (EXISTE_PREREQUIS){API_1484_11.appliquerResultatDansSeq();actualiserAffichagePlan12();} if (val=="completed"||val =="incomplete"||val=="not attempted"){ nomMaj="cmi.completion_status"; if (val=="completed" && API_1484_11.GetValue("cmi.success_status")=="unknown"){ API_1484_11.SetValue("cmi.success_status","passed"); } } else if (val == "passed"||val == "failed"){ nomMaj="cmi.success_status"; API_1484_11.SetValue("cmi.completion_status","completed"); } else if (val == "browsed"){ return "true"; } var resF=API_1484_11.SetValue(nomMaj,val); if (EXISTE_PREREQUIS){API_1484_11.appliquerResultatDansSeq();actualiserAffichagePlan12();} return resF; } else if (name=="cmi.core.score.raw"){ if (!isNaN(val)){ var scoreMax=API_1484_11.GetValue("cmi.score.max"); envoiScoreScaled("cmi.score.scaled",val,scoreMax); } } else if (name=="cmi.core.score.max"){ if (!isNaN(val)){ var scoreRaw=API_1484_11.GetValue("cmi.score.raw"); if (scoreRaw!=""){ envoiScoreScaled("cmi.score.scaled",scoreRaw,val); } } }else if (name=="cmi.core.session_time"){ var timeArray = val.split(":"); var hours = timeArray[0]; var minutes = timeArray[1]; var seconds = timeArray[2]; if (seconds.indexOf(".")>0){seconds=seconds.substring(0,seconds.indexOf("."));} val = "PT" + hours + "H" + minutes + "M" + seconds + "S"; }else if (name.indexOf("cmi.interactions")==0){ if (name.indexOf(".time")>0){ nomMaj=name.replace("time","timestamp"); var now = new Date(); var year = now.getYear(); var month = now.getMonth()+1; if ( month <= 9 ){ month = "0" + month; } var day = now.getDate(); if ( day <= 9 ){ day = "0" + day; } val = year+"-"+month+"-"+day+"T"+val; } else if (name.indexOf(".student_response")>0){ nomMaj=name.replace("student_response","learner_response"); var ltype=API_1484_11.GetValue(name.replace("student_response","type")); if (ltype=="choice"||ltype=="sequencing"){ val=val.replace(/,/g,"[,]"); } else if (ltype=="matching"){ val=val.replace(/-/g,"[.]"); val=val.replace(/,/g,"[,]"); } } else if (name.indexOf(".result")>0&&val=="wrong"){ val="incorrect"; } } else if (name.indexOf("cmi.objectives")==0){ if (name.indexOf(".status")>0){ nomMaj=name.replace("status","success_status"); } else if (name.indexOf(".score.raw")>0){ var scoreMax=API_1484_11.GetValue(name.replace(".raw",".max")); envoiScoreScaled(name.replace(".raw",".scaled"),val,scoreMax); } else if (name.indexOf(".score.max")>0){ var scoreRaw=API_1484_11.GetValue(name.replace(".max",".raw")); if (scoreRaw!=""){ envoiScoreScaled(name.replace(".max",".scaled"),scoreRaw,val); } }} return API_1484_11.SetValue(nomMaj,val);}function envoiScoreScaled(vattr,raw,max){if (max==""){max="100";}var scoreScaled=raw/Number(max);scoreScaled=new String(scoreScaled);if (scoreScaled.length>5){scoreScaled=scoreScaled.substring(0,5);}API_1484_11.SetValue(vattr,scoreScaled);}function blocagePrerequis(oItem){if (!EXISTE_PREREQUIS){return false;}var objDansitem=XML_filsNS(oItem,"adlcp","prerequisites");if (objDansitem!=null){var expression=XML_texteNoeud(objDansitem);if (expression!=""){ var regle=new RegExp('(\\w|-|\\.)+',""); var prendPas="not,attempted,incomplete,browsed,completed,passed,failed,";var debut="";var fin=expression;var n=0;var offs=expression.search(regle);while ((offs>=0)&&(n<100)){var tlemot=fin.match(regle);var lemot=tlemot[0];debut+=fin.substring(0,offs);fin=fin.substring(lemot.length+offs);if (prendPas.indexOf(lemot+',')<0){var derCar=fin.substring(0,1);if ((derCar=='=')||(derCar=='<')){lemot="statutPrerequis('"+lemot+"')";} else {lemot="testPrerequis('"+lemot+"')";}}n++;offs=fin.search(regle);debut+=lemot;}expression=debut+fin; expression=expression.replace(/&/g,'&&'); expression=expression.replace(/\|/g,'||'); expression=expression.replace(/~/g,'!'); expression=expression.replace(/=/g,'=='); expression=expression.replace(/<>/g,'!=');if (!eval(expression)){return true;}}} var oTmp=oItem.parentNode; while (oTmp!=null&&oItem.nodeType==1){ if (blocagePrerequis(oTmp)){return true;} oTmp=oTmp.parentNode; } return false;}function testPrerequis(idItem){var negatif=false;if (idItem.indexOf('!')==0){negatif=true;idItem=idItem.substring(1,idItem.length);}var oPre=parent.XML_trouveNoeud(parent.planLMS.itemRacine,"item","identifier",idItem);var res=true;if (oPre!=null){res=false;if (PF_attr(oPre,"attemptProgressStatus")=="true"&&PF_attr(oPre,"attemptCompletionStatus")=="true"){res=true;}var objectifCible=parent.planLMS.donneObjectifCible(oPre,false);if (objectifCible!=null && PF_attr(objectifCible,"objectiveProgressStatus")=="true"){if (PF_attr(objectifCible,"objectiveSatisfiedStatus")=="true"){res=true;}if (PF_attr(objectifCible,"objectiveSatisfiedStatus")=="false"){res=false;}}}if (negatif){res=!res}return res;} function statutPrerequis(idItem){var res="";var oPre=parent.XML_trouveNoeud(parent.planLMS.itemRacine,"item","identifier",idItem);if (oPre!=null){res="not attempted";if (PF_attr(oPre,"attemptProgressStatus")=="true"){if (PF_attr(oPre,"attemptCompletionStatus")=="true"){res="completed";}if (PF_attr(oPre,"attemptCompletionStatus")=="false"){res="incomplete";}}var objectifCible=parent.planLMS.donneObjectifCible(oPre,false);if (objectifCible!=null && PF_attr(objectifCible,"objectiveProgressStatus")=="true"){if (PF_attr(objectifCible,"objectiveSatisfiedStatus")=="true"){res="passed";}if (PF_attr(objectifCible,"objectiveSatisfiedStatus")=="false"){res="failed";}}}return res;}function afficherParcoursItem12(oItem){if (!EXISTE_PREREQUIS){return;}parent.planLMS.desactiverItemPlan(oItem,blocagePrerequis(oItem));var tabFils=parent.planLMS.donneLesFils(oItem,"item");var conteneur=parent.planLMS.PF_donneObjet('divFils'+oItem.getAttribute("nom"));if (conteneur!=null && conteneur.style.display!="none" && conteneur.offsetHeight>5){for (var j=0;j<tabFils.length;j++){afficherParcoursItem12(tabFils[j]);}}}function actualiserAffichagePlan12(){for (var i=0;i<parent.planLMS.tabItemsVerif.length;i++){var oitem=XML_trouveNoeud(parent.planLMS.itemRacine,"item","identifier",parent.planLMS.tabItemsVerif[i]);if (oitem){oitem.removeAttribute("planDejaFait");}}window.planLMS.PLAN_afficheParcours(false);}function LMS_synchroActive(){return false;}function formaterSecondes12(ts){ var sec = (ts % 60); ts -= sec; var tmp = (ts % 3600); ts -= tmp; sec = Math.round(sec); var hour,min; if ((ts % 3600) != 0 ) hour = 0; else hour = (ts / 3600); if ( (tmp % 60) != 0 ) min = 0; else min = (tmp / 60); if (sec<10){sec="0"+new String(sec);} if (min<10){min="0"+new String(min);} if (hour<10){hour="0"+new String(hour);} return hour+":"+min+":"+sec;}function intervalleEnMS12(t){ var strTemps=new String(t); strTemps=strTemps.substring(strTemps.indexOf('T')+1); var indY=strTemps.indexOf("H"); var heures=0; if (indY>0){ heures=parseInt(strTemps.substring(0,indY)); strTemps=strTemps.substring(indY+1); } indY=strTemps.indexOf("M"); var min=0; if (indY>0){ min=parseInt(strTemps.substring(0,indY)); strTemps=strTemps.substring(indY+1); } indY=strTemps.indexOf("S"); var sec=0; if (indY>0){ sec=parseInt(strTemps.substring(0,indY)); } return ((heures*3600)+(min*60)+sec)*1000;}var EXISTE_PREREQUIS=false;var lesitems0=XML_listeParBalise(parent.planLMS.itemRacine,"item");for (var i=0;i<lesitems0.length;i++){var itemTmp=lesitems0[i];var objDansitem=XML_filsNS(itemTmp,"adlcp","prerequisites");if (objDansitem!=null){EXISTE_PREREQUIS=true;parent.planLMS.tabItemsVerif[parent.planLMS.tabItemsVerif.length]=itemTmp.getAttribute("identifier");}}lesitems0=null;API=new APIAdapter12();if (SUR_CHORUS){window.haut.location="menu.html";}else {window.haut.location=RACINE_stage+"MosMtr/gen/menu.html";}
+var API = null;
+var keyList = new Array(25);
+var valueList = new Array(25);
+
+function fillKeyList() {
+    keyList[0] = "cmi.core.student_id";
+    keyList[1] = "cmi.core.student_name";
+    keyList[2] = "cmi.core.lesson_location";
+    keyList[3] = "cmi.core.credit";
+    keyList[4] = "cmi.core.entry";
+    keyList[5] = "cmi.core.score.raw";
+    keyList[6] = "cmi.core.score.max";
+    keyList[7] = "cmi.core.score.min";
+    keyList[8] = "cmi.core.total_time";
+    keyList[9] = "cmi.core.lesson_mode";
+    keyList[10] = "cmi.core.exit";
+    keyList[11] = "cmi.core.session_time";
+    keyList[12] = "cmi.core.score._children";
+    keyList[13] = "cmi.student_preference._children";
+    keyList[14] = "cmi.student_preference.audio";
+    keyList[15] = "cmi.student_preference.language";
+    keyList[16] = "cmi.student_preference.speed";
+    keyList[17] = "cmi.student_preference.text";
+    keyList[18] = "cmi.student_data.mastery_score";
+    keyList[19] = "cmi.student_data.max_time_allowed";
+    keyList[20] = "cmi.student_data.time_limit_action";
+    keyList[21] = "cmi.comments_from_lms";
+    keyList[22] = "cmi.comments";
+}
+
+function fillValueList() {
+    valueList[0] = "cmi.learner_id";
+    valueList[1] = "cmi.learner_name";
+    valueList[2] = "cmi.location";
+    valueList[3] = "cmi.credit";
+    valueList[4] = "cmi.entry";
+    valueList[5] = "cmi.score.raw";
+    valueList[6] = "cmi.score.max";
+    valueList[7] = "cmi.score.min";
+    valueList[8] = "cmi.total_time";
+    valueList[9] = "cmi.mode";
+    valueList[10] = "cmi.exit";
+    valueList[11] = "cmi.session_time";
+    valueList[12] = "cmi.score._children";
+    valueList[13] = "cmi.learner_preference._children";
+    valueList[14] = "cmi.learner_preference.audio_level";
+    valueList[15] = "cmi.learner_preference.language";
+    valueList[16] = "cmi.learner_preference.delivery_speed";
+    valueList[17] = "cmi.learner_preference.audio_captioning";
+    valueList[18] = "cmi.scaled_passing_score";
+    valueList[19] = "cmi.max_time_allowed";
+    valueList[20] = "cmi.time_limit_action";
+    valueList[21] = "cmi.comments_from_lms.0.comment";
+    valueList[22] = "cmi.comments_from_learner.0.comment";
+}
+
+function getNewValue(key) {
+    var keyResult = key;
+    var checkValue = keyResult.substring(0, 16);
+    if (checkValue == "cmi.interactions") {
+        checkValue2 = keyResult.substring(19, 23);
+        if (checkValue2 == "time") {
+            var subString1 = keyResult.substring(0, 19);
+            keyResult = subString1 + "timestamp";
+        } else if (checkValue2 == "stud") {
+            var subString1 = keyResult.substring(0, 19);
+            keyResult = subString1 + "learner_response";
+        }
+    }
+    for (i = 0; i < keyList.length; i++) {
+        if (keyList[i] == key) {
+            keyResult = valueList[i];
+            break;
+        }
+    }
+    return keyResult;
+}
+
+var errorList = new Array(25);
+var errorStringList = new Array(25);
+var newErrorList = new Array(25);
+var errorcodeList = new Array(25);
+
+function fillErrorList() {
+    errorList[0] = "0";
+    errorList[1] = "101";
+    errorList[2] = "101";
+    errorList[3] = "101";
+    errorList[4] = "101";
+    errorList[5] = "101";
+    errorList[6] = "301";
+    errorList[7] = "101";
+    errorList[8] = "122";
+    errorList[9] = "101";
+    errorList[10] = "301";
+    errorList[11] = "101";
+    errorList[12] = "301";
+    errorList[13] = "143";
+    errorList[14] = "201";
+    errorList[15] = "101";
+    errorList[16] = "101";
+    errorList[17] = "101";
+    errorList[18] = "401";
+    errorList[19] = "401";
+    errorList[20] = "301";
+    errorList[21] = "403";
+    errorList[22] = "404";
+    errorList[23] = "405";
+    errorList[24] = "405";
+    errorList[25] = "405";
+}
+
+function fillnewErrorList() {
+    newErrorList[0] = "0";
+    newErrorList[1] = "101";
+    newErrorList[2] = "102";
+    newErrorList[3] = "103";
+    newErrorList[4] = "104";
+    newErrorList[5] = "111";
+    newErrorList[6] = "112";
+    newErrorList[7] = "113";
+    newErrorList[8] = "122";
+    newErrorList[9] = "123";
+    newErrorList[10] = "132";
+    newErrorList[11] = "133";
+    newErrorList[12] = "142";
+    newErrorList[13] = "143";
+    newErrorList[14] = "201";
+    newErrorList[15] = "301";
+    newErrorList[16] = "351";
+    newErrorList[17] = "391";
+    newErrorList[18] = "401";
+    newErrorList[19] = "402";
+    newErrorList[20] = "403";
+    newErrorList[21] = "404";
+    newErrorList[22] = "405";
+    newErrorList[23] = "406";
+    newErrorList[24] = "407";
+    newErrorList[25] = "408";
+}
+
+function fillErrorStringList() {
+    errorStringList[0] = "No error";
+    errorStringList[1] = "General Exception";
+    errorStringList[2] = "Invalid Augment error";
+    errorStringList[3] = "Element Cannot have Children";
+    errorStringList[4] = "Element not an array - cannot have count";
+    errorStringList[5] = "Not Initialized";
+    errorStringList[6] = "Not implemented error";
+    errorStringList[7] = "Invalid set value, element is a keyword";
+    errorStringList[8] = "Element is read only";
+    errorStringList[9] = "Element is write only";
+    errorStringList[10] = "Incorrect Data Type";
+}
+
+function fillErrorCodeList() {
+    errorcodeList[0] = "0";
+    errorcodeList[1] = "101";
+    errorcodeList[2] = "201";
+    errorcodeList[3] = "202";
+    errorcodeList[4] = "203";
+    errorcodeList[5] = "301";
+    errorcodeList[6] = "401";
+    errorcodeList[7] = "402";
+    errorcodeList[8] = "403";
+    errorcodeList[9] = "404";
+    errorcodeList[10] = "405";
+}
+
+function initializeConversionTables() {
+    fillKeyList();
+    fillValueList();
+    fillErrorList();
+    fillnewErrorList();
+    fillErrorCodeList();
+    fillErrorStringList();
+}
+
+function getOldErrorValue(error) {
+    var result = error;
+    for (i = 0; i < newErrorList.length; i++) {
+        if (newErrorList[i] == error) {
+            result = errorList[i];
+            break;
+        }
+    }
+    return result;
+}
+
+function childrenGetRequest(name, elementRequestArr) {
+    var childrenListing = "";
+    if (name == "cmi.core._children") {
+        childrenListing = "student_id,student_name,lesson_location,credit," + "lesson_status,entry, score,total_time,lesson_mode," + "exit,session_time";
+    } else if (name == "cmi.core.score._children") {
+        childrenListing = "raw,min,max";
+    } else if (name == "cmi.student_data._children") {
+        childrenListing = "mastery_score,max_time_allowed,time_limit_action";
+    } else if (name == "cmi.objectives._children") {
+        childrenListing = "id,score,status";
+    } else if (name == "cmi.student_preference._children") {
+        childrenListing = "audio,language,speed,text";
+    } else if (name == "cmi.interactions._children") {
+        childrenListing = "id,objectives,time,type,correct_responses,weighting," + "student_response,result,latency";
+    } else if (name == "cmi.objectives." + elementRequestArr[2] + ".score._children") {
+        childrenListing = "raw,min,max";
+    }
+    return childrenListing;
+}
+
+function APIAdapter12() {
+    this.LMSInitialize = LMSInitialize;
+    this.LMSGetValue = LMSGetValue;
+    this.LMSSetValue = LMSSetValue;
+    this.LMSCommit = LMSCommit;
+    this.LMSFinish = LMSFinish;
+    this.LMSGetLastError = LMSGetLastError;
+    this.LMSGetErrorString = LMSGetErrorString;
+    this.LMSGetDiagnostic = LMSGetDiagnostic;
+}
+
+function LMSInitialize(strParametre) {
+    initializeConversionTables();
+    return API_1484_11.Initialize(strParametre);
+}
+
+function LMSCommit(strParametre) {
+    return API_1484_11.Commit(strParametre);
+}
+
+function LMSFinish(strParametre) {
+    if (PF_attr(API_1484_11.cmi, "exit") == "") {
+        API_1484_11.SetValue("adl.nav.request", "continue");
+    }
+    return API_1484_11.Terminate(strParametre);
+}
+
+function LMSGetLastError(strParametre) {
+    return getOldErrorValue(API_1484_11.GetLastError(strParametre));
+}
+
+function LMSGetErrorString(strParametre) {
+    return API_1484_11.GetErrorString(strParametre);
+}
+
+function LMSGetDiagnostic(strParametre) {
+    return API_1484_11.GetDiagnostic(strParametre);
+}
+
+function LMSGetValue(name) {
+    API_1484_11.errorCode = "0";
+    var nomMaj = getNewValue(name);
+    var elementRequestArr = name.split(".");
+    var tempArrCount = elementRequestArr.length - 1;
+    if (elementRequestArr[tempArrCount] == "_children") {
+        var resu = childrenGetRequest(name, elementRequestArr);
+        return resu;
+    }
+    if (nomMaj == "cmi.core.lesson_status") {
+        var reqsco = API_1484_11.GetValue("cmi.success_status");
+        if (reqsco == "passed" || reqsco == "failed") {
+            return reqsco;
+        }
+        reqsco = API_1484_11.GetValue("cmi.completion_status");
+        if (reqsco == "unknown") {
+            reqsco = "not attempted";
+        }
+        return reqsco;
+    }
+    if (nomMaj == "cmi.total_time") {
+        var valtemp = API_1484_11.GetValue(nomMaj);
+        if (valtemp != "") {
+            var ms0 = Math.round(intervalleEnMS12(valtemp) / 1000);
+            valtemp = formaterSecondes12(ms0);
+        }
+        return valtemp;
+    }
+    if (nomMaj == "cmi.max_time_allowed") {
+        var valtemp = API_1484_11.GetValue(nomMaj);
+        if (valtemp != "") {
+            var ms0 = Math.round(intervalleEnMS12(valtemp) / 1000);
+            valtemp = formaterSecondes12(ms0);
+        }
+        return valtemp;
+    }
+    return API_1484_11.GetValue(nomMaj);
+}
+
+function LMSSetValue(name, val) {
+    if (API_1484_11 == null) {
+        API = null;
+        return "false";
+    }
+    API_1484_11.errorCode = "0";
+    var nomMaj = getNewValue(name);
+    if (name == "cmi.core.lesson_status") {
+        if (EXISTE_PREREQUIS) {
+            API_1484_11.appliquerResultatDansSeq();
+            actualiserAffichagePlan12();
+        }
+        if (val == "completed" || val == "incomplete" || val == "not attempted") {
+            nomMaj = "cmi.completion_status";
+            if (val == "completed" && API_1484_11.GetValue("cmi.success_status") == "unknown") {
+                API_1484_11.SetValue("cmi.success_status", "passed");
+            }
+        } else if (val == "passed" || val == "failed") {
+            nomMaj = "cmi.success_status";
+            API_1484_11.SetValue("cmi.completion_status", "completed");
+        } else if (val == "browsed") {
+            return "true";
+        }
+        var resF = API_1484_11.SetValue(nomMaj, val);
+        if (EXISTE_PREREQUIS) {
+            API_1484_11.appliquerResultatDansSeq();
+            actualiserAffichagePlan12();
+        }
+        return resF;
+    } else if (name == "cmi.core.score.raw") {
+        if (!isNaN(val)) {
+            var scoreMax = API_1484_11.GetValue("cmi.score.max");
+            envoiScoreScaled("cmi.score.scaled", val, scoreMax);
+        }
+    } else if (name == "cmi.core.score.max") {
+        if (!isNaN(val)) {
+            var scoreRaw = API_1484_11.GetValue("cmi.score.raw");
+            if (scoreRaw != "") {
+                envoiScoreScaled("cmi.score.scaled", scoreRaw, val);
+            }
+        }
+    } else if (name == "cmi.core.session_time") {
+        var timeArray = val.split(":");
+        var hours = timeArray[0];
+        var minutes = timeArray[1];
+        var seconds = timeArray[2];
+        if (seconds.indexOf(".") > 0) {
+            seconds = seconds.substring(0, seconds.indexOf("."));
+        }
+        val = "PT" + hours + "H" + minutes + "M" + seconds + "S";
+    } else if (name.indexOf("cmi.interactions") == 0) {
+        if (name.indexOf(".time") > 0) {
+            nomMaj = name.replace("time", "timestamp");
+            var now = new Date();
+            var year = now.getYear();
+            var month = now.getMonth() + 1;
+            if (month <= 9) {
+                month = "0" + month;
+            }
+            var day = now.getDate();
+            if (day <= 9) {
+                day = "0" + day;
+            }
+            val = year + "-" + month + "-" + day + "T" + val;
+        } else if (name.indexOf(".student_response") > 0) {
+            nomMaj = name.replace("student_response", "learner_response");
+            var ltype = API_1484_11.GetValue(name.replace("student_response", "type"));
+            if (ltype == "choice" || ltype == "sequencing") {
+                val = val.replace(/,/g, "[,]");
+            } else if (ltype == "matching") {
+                val = val.replace(/-/g, "[.]");
+                val = val.replace(/,/g, "[,]");
+            }
+        } else if (name.indexOf(".result") > 0 && val == "wrong") {
+            val = "incorrect";
+        }
+    } else if (name.indexOf("cmi.objectives") == 0) {
+        if (name.indexOf(".status") > 0) {
+            nomMaj = name.replace("status", "success_status");
+        } else if (name.indexOf(".score.raw") > 0) {
+            var scoreMax = API_1484_11.GetValue(name.replace(".raw", ".max"));
+            envoiScoreScaled(name.replace(".raw", ".scaled"), val, scoreMax);
+        } else if (name.indexOf(".score.max") > 0) {
+            var scoreRaw = API_1484_11.GetValue(name.replace(".max", ".raw"));
+            if (scoreRaw != "") {
+                envoiScoreScaled(name.replace(".max", ".scaled"), scoreRaw, val);
+            }
+        }
+    }
+    return API_1484_11.SetValue(nomMaj, val);
+}
+
+function envoiScoreScaled(vattr, raw, max) {
+    if (max == "") {
+        max = "100";
+    }
+    var scoreScaled = raw / Number(max);
+    scoreScaled = new String(scoreScaled);
+    if (scoreScaled.length > 5) {
+        scoreScaled = scoreScaled.substring(0, 5);
+    }
+    API_1484_11.SetValue(vattr, scoreScaled);
+}
+
+function blocagePrerequis(oItem) {
+    if (!EXISTE_PREREQUIS) {
+        return false;
+    }
+    var objDansitem = XML_filsNS(oItem, "adlcp", "prerequisites");
+    if (objDansitem != null) {
+        var expression = XML_texteNoeud(objDansitem);
+        if (expression != "") {
+            var regle = new RegExp('(\\w|-|\\.)+', "");
+            var prendPas = "not,attempted,incomplete,browsed,completed,passed,failed,";
+            var debut = "";
+            var fin = expression;
+            var n = 0;
+            var offs = expression.search(regle);
+            while ((offs >= 0) && (n < 100)) {
+                var tlemot = fin.match(regle);
+                var lemot = tlemot[0];
+                debut += fin.substring(0, offs);
+                fin = fin.substring(lemot.length + offs);
+                if (prendPas.indexOf(lemot + ',') < 0) {
+                    var derCar = fin.substring(0, 1);
+                    if ((derCar == '=') || (derCar == '<')) {
+                        lemot = "statutPrerequis('" + lemot + "')";
+                    } else {
+                        lemot = "testPrerequis('" + lemot + "')";
+                    }
+                }
+                n++;
+                offs = fin.search(regle);
+                debut += lemot;
+            }
+            expression = debut + fin;
+            expression = expression.replace(/&/g, '&&');
+            expression = expression.replace(/\|/g, '||');
+            expression = expression.replace(/~/g, '!');
+            expression = expression.replace(/=/g, '==');
+            expression = expression.replace(/<>/g, '!=');
+            if (!eval(expression)) {
+                return true;
+            }
+        }
+    }
+    var oTmp = oItem.parentNode;
+    while (oTmp != null && oItem.nodeType == 1) {
+        if (blocagePrerequis(oTmp)) {
+            return true;
+        }
+        oTmp = oTmp.parentNode;
+    }
+    return false;
+}
+
+function testPrerequis(idItem) {
+    var negatif = false;
+    if (idItem.indexOf('!') == 0) {
+        negatif = true;
+        idItem = idItem.substring(1, idItem.length);
+    }
+    var oPre = parent.XML_trouveNoeud(parent.planLMS.itemRacine, "item", "identifier", idItem);
+    var res = true;
+    if (oPre != null) {
+        res = false;
+        if (PF_attr(oPre, "attemptProgressStatus") == "true" && PF_attr(oPre, "attemptCompletionStatus") == "true") {
+            res = true;
+        }
+        var objectifCible = parent.planLMS.donneObjectifCible(oPre, false);
+        if (objectifCible != null && PF_attr(objectifCible, "objectiveProgressStatus") == "true") {
+            if (PF_attr(objectifCible, "objectiveSatisfiedStatus") == "true") {
+                res = true;
+            }
+            if (PF_attr(objectifCible, "objectiveSatisfiedStatus") == "false") {
+                res = false;
+            }
+        }
+    }
+    if (negatif) {
+        res = !res
+    }
+    return res;
+}
+
+function statutPrerequis(idItem) {
+    var res = "";
+    var oPre = parent.XML_trouveNoeud(parent.planLMS.itemRacine, "item", "identifier", idItem);
+    if (oPre != null) {
+        res = "not attempted";
+        if (PF_attr(oPre, "attemptProgressStatus") == "true") {
+            if (PF_attr(oPre, "attemptCompletionStatus") == "true") {
+                res = "completed";
+            }
+            if (PF_attr(oPre, "attemptCompletionStatus") == "false") {
+                res = "incomplete";
+            }
+        }
+        var objectifCible = parent.planLMS.donneObjectifCible(oPre, false);
+        if (objectifCible != null && PF_attr(objectifCible, "objectiveProgressStatus") == "true") {
+            if (PF_attr(objectifCible, "objectiveSatisfiedStatus") == "true") {
+                res = "passed";
+            }
+            if (PF_attr(objectifCible, "objectiveSatisfiedStatus") == "false") {
+                res = "failed";
+            }
+        }
+    }
+    return res;
+}
+
+function afficherParcoursItem12(oItem) {
+    if (!EXISTE_PREREQUIS) {
+        return;
+    }
+    parent.planLMS.desactiverItemPlan(oItem, blocagePrerequis(oItem));
+    var tabFils = parent.planLMS.donneLesFils(oItem, "item");
+    var conteneur = parent.planLMS.PF_donneObjet('divFils' + oItem.getAttribute("nom"));
+    if (conteneur != null && conteneur.style.display != "none" && conteneur.offsetHeight > 5) {
+        for (var j = 0; j < tabFils.length; j++) {
+            afficherParcoursItem12(tabFils[j]);
+        }
+    }
+}
+
+function actualiserAffichagePlan12() {
+    for (var i = 0; i < parent.planLMS.tabItemsVerif.length; i++) {
+        var oitem = XML_trouveNoeud(parent.planLMS.itemRacine, "item", "identifier", parent.planLMS.tabItemsVerif[i]);
+        if (oitem) {
+            oitem.removeAttribute("planDejaFait");
+        }
+    }
+    window.planLMS.PLAN_afficheParcours(false);
+}
+
+function LMS_synchroActive() {
+    return false;
+}
+
+function formaterSecondes12(ts) {
+    var sec = (ts % 60);
+    ts -= sec;
+    var tmp = (ts % 3600);
+    ts -= tmp;
+    sec = Math.round(sec);
+    var hour, min;
+    if ((ts % 3600) != 0) hour = 0; else hour = (ts / 3600);
+    if ((tmp % 60) != 0) min = 0; else min = (tmp / 60);
+    if (sec < 10) {
+        sec = "0" + new String(sec);
+    }
+    if (min < 10) {
+        min = "0" + new String(min);
+    }
+    if (hour < 10) {
+        hour = "0" + new String(hour);
+    }
+    return hour + ":" + min + ":" + sec;
+}
+
+function intervalleEnMS12(t) {
+    var strTemps = new String(t);
+    strTemps = strTemps.substring(strTemps.indexOf('T') + 1);
+    var indY = strTemps.indexOf("H");
+    var heures = 0;
+    if (indY > 0) {
+        heures = parseInt(strTemps.substring(0, indY));
+        strTemps = strTemps.substring(indY + 1);
+    }
+    indY = strTemps.indexOf("M");
+    var min = 0;
+    if (indY > 0) {
+        min = parseInt(strTemps.substring(0, indY));
+        strTemps = strTemps.substring(indY + 1);
+    }
+    indY = strTemps.indexOf("S");
+    var sec = 0;
+    if (indY > 0) {
+        sec = parseInt(strTemps.substring(0, indY));
+    }
+    return ((heures * 3600) + (min * 60) + sec) * 1000;
+}
+
+var EXISTE_PREREQUIS = false;
+var lesitems0 = XML_listeParBalise(parent.planLMS.itemRacine, "item");
+for (var i = 0; i < lesitems0.length; i++) {
+    var itemTmp = lesitems0[i];
+    var objDansitem = XML_filsNS(itemTmp, "adlcp", "prerequisites");
+    if (objDansitem != null) {
+        EXISTE_PREREQUIS = true;
+        parent.planLMS.tabItemsVerif[parent.planLMS.tabItemsVerif.length] = itemTmp.getAttribute("identifier");
+    }
+}
+lesitems0 = null;
+API = new APIAdapter12();
+if (SUR_CHORUS) {
+    window.haut.location = "menu.html";
+} else {
+    window.haut.location = RACINE_stage + "MosMtr/gen/menu.html";
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/sco/ClasseMosSCO.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/sco/ClasseMosSCO.js
index c50f5d4af193a538e2b976d08258908756d11a36..f60b46ac758751483be1f9b7c9c4ce911275b5a5 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/sco/ClasseMosSCO.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/sco/ClasseMosSCO.js
@@ -1 +1,343 @@
-var apiHandle= null;var APIfindLMSinstanceTries= 0;var noAPIFound= "false";var terminated= "false";var initok= "false";var _debug=false;function MosSCO(identifiant,titre,titreStage,nomModuleCourant,nomEntreprise,codeStage,langue) { this.titre=titre; this.tabPages; this.tabPosDocs; this.numPageCourante=0; this.version="xml"; this.identifiant=identifiant; this.codeStage=codeStage; this.exoBloquant; this.bloquantSaufAcheve=false; this.idUtil=''; this.langue=langue; this.dateMAJ=''; this.autorisePrecedent; this.dejaReussi=false; this.config_plateforme=""; this.config_navigateur=""; this.navigIE6=false; this.titreStage=titreStage; this.nomModuleCourant=nomModuleCourant; this.nomEntreprise=nomEntreprise; this.dateCourante=''; this.indexPremierePage=0; this.exoSolutions=false; this.nbTotalPages=0; this.exoValideChoixUnique=false; this.scoreBinaire=false; this.scoreNegatif=false; this.penaliserMauvaiseReponse=true; this.forcerReponse=false; this.autoriserReprise=false; this.passageEntreActivites=true; this.niveauIncomplet=30; this.niveauComplete=100; this.refGlo=''; this.maxTempsPage=0; this.ordrePlan=""; this.tabDonneesDemarrage=null; this.afficherSolutionsDirect=false; this.notesCharge=false; this.premierePageSco=true; this.evaluation=null; this.etatEvaluation=false; this.posFenLocale; this.init = csSCO_init; this.numeroPage = csSCO_numeroPage; this.donneDate = csSCO_donneDate; this.donneNumeroPageGnr = csSCO_donneNumeroPageGnr; this.donnePourcentEffectue = csSCO_donnePourcentEffectue; this.donnePage= csSCO_donnePage; this.nombrePages= csSCO_nombrePages; this.nbExercices= csSCO_nbExercices; this.csSCO_paramDoc= csSCO_paramDoc;}function csSCO_init(exoBloquant,versionPages,dateMAJ,objEval){this.tabPages = new Array();this.tabPosDocs = new Array(); this.exoBloquant=exoBloquant; if (versionPages!=''){this.version=versionPages;} this.dateMAJ=dateMAJ;var oDate = new Date();var mois=oDate.getMonth()+1;if (mois<10){mois='0'+mois;}var jour=oDate.getDate();if (jour<10){jour='0'+jour;} this.dateCourante=oDate.getFullYear()+'-'+mois+'-'+jour; var deb=window.location.href; deb=deb.substring(0,deb.lastIndexOf("/sco/")); this.codeStage=deb.substring(deb.lastIndexOf("/")+1); if (navigator.appName.indexOf('Microsoft')>=0 && window.XMLHttpRequest==null){ this.navigIE6=true; }}function csSCO_numeroPage(codePage){var numPg=-1;for (var n=0;n<this.tabPages.length;n++){if (this.tabPages[n].code==codePage){numPg=n;}}return numPg;}function csSCO_donneDate(date0){var res='';var indexD=0;var annee=date0.substring(indexD,indexD+4);indexD=5;var mois=date0.substring(indexD,indexD+2);indexD=8;var jour=date0.substring(indexD,indexD+2);var sep="/";if (this.langue=='de'||donnePays()=="CH"){sep=".";}res=jour+sep+mois+sep+annee;if (donnePays()=="US"){res=mois+sep+jour+sep+annee;}return res;}function donnePays(){var lang="";if (oSco.langue.indexOf("-")>0){return oSco.langue.substring(3);}if (navigator.userLanguage){lang=navigator.userLanguage;}else {lang=navigator.language;}var indT=lang.indexOf("-");if (indT>0){return lang.substring(indT+1).toUpperCase();}return "";}function csSCO_donneNumeroPageGnr(){return (this.indexPremierePage+this.numPageCourante);}function csSCO_nombrePages(){return (this.tabPages.length);} function csSCO_nbExercices(){var res=0;for (var n=0;n<this.tabPages.length;n++){if (this.tabPages[n].estExercice()){res++;}}return res;}function csSCO_donnePourcentEffectue(){var res=(this.numPageCourante+1)/this.tabPages.length*100;return (Math.round(res));}function csSCO_donnePage(numP){var res=null;if ((numP<this.tabPages.length)&&(numP>=0)){ res=this.tabPages[numP];}return res;}function csSCO_paramDoc(refDoc,numParam){var res='';for (var n=0;n<this.tabPosDocs.length;n++){var laPos=this.tabPosDocs[n];var tabparam=laPos.split(";");if (tabparam[0]==refDoc){if (numParam<tabparam.length){res=tabparam[numParam];}}}return res;}function PageContenu(titre,code,type,prerequis,score,dateMAJ,typeExo){ this.titre=titre;this.code=code; this.type=type; this.prerequis=prerequis; this.score=score;this.dateMAJ=dateMAJ;this.typeExo=typeExo;this.notes="";this.dateNotes="";this.etatVisite=false;this.premiereVisite=true;this.validePrerequis=csPAGE_validePrerequis;this.estExercice=csPAGE_estExercice;}function csPAGE_validePrerequis(){if (this.prerequis=="SKIP"){return false;}if (oSco.etatEvaluation && !evalVerifPrerequis(this.prerequis)){return false;}return true;}function csPAGE_estExercice(){return (this.type=="exercice" && this.prerequis.indexOf("RESULT")!=0);}function APIinitialize(){ var strReturnVal= "false"; var hAPI= APIgetHandle(); if (hAPI != null){ strReturnVal = hAPI.Initialize("");if (strReturnVal != "true"){ APIdisplayErrorInfo(hAPI.GetLastError(),"Initialize","");} else {initok="true";} } return strReturnVal;}function APIisRunning(){var strReturnVal= "false";var hAPI=APIgetHandle();if (hAPI && initok=="true" && APIisTerminated()!="true")strReturnVal = "true";return strReturnVal;}function APIisTerminated(){return terminated;}function APIterminate(){ var strReturnVal = "false"; var hAPI= APIgetHandle(); if (hAPI!= null){ if (APIisTerminated()!="true"){ strReturnVal = hAPI.Terminate(""); if (strReturnVal!="true"){ APIdisplayErrorInfo(hAPI.GetLastError(),"Terminate",""); } else { terminated="true"; temps0=0; } } }return strReturnVal;}function APIfindLMSinstance(win){ while (win.API_1484_11==null && win.parent!=null && win.parent!=win) { APIfindLMSinstanceTries++; if (APIfindLMSinstanceTries >80){ alert("Error finding API -- too deeply nested."); return null; } win = win.parent; } return win.API_1484_11;}function APIget(){var hAPI = null;try {hAPI=APIfindLMSinstance(window);if (hAPI==null && window.opener!=null && (typeof(window.opener)!="undefined")) { hAPI = APIfindLMSinstance(window.opener);}} catch(e){} if (hAPI == null){ if (_debug){alert("Unable to find an API adapter");} noAPIFound = "true";}return hAPI;}function APIgetHandle(){ if (apiHandle == null){if (noAPIFound == "false") apiHandle = APIget(); } return apiHandle;}function APIgetValue(name){ var strReturnVal= ""; var strErrorCode= "0"; var hAPI= null; if (APIisRunning()=="true"){ hAPI = APIgetHandle(); if (hAPI != null){ strReturnVal = hAPI.GetValue(name); strErrorCode = hAPI.GetLastError(); if (strErrorCode != "0"){ APIdisplayErrorInfo(strErrorCode,name,""); } } } return strReturnVal;}function APIsetValue(strName,strVal){ var strReturnVal= "false"; var strErrorCode= "0"; var hAPI= null; if (APIisRunning()=="true"){ hAPI = APIgetHandle(); if (hAPI != null){ strReturnVal = hAPI.SetValue(strName,strVal); if (strReturnVal!="true"){ APIdisplayErrorInfo(hAPI.GetLastError(),strName,strVal); } } } return strReturnVal;}function APIcommit(){var strReturnVal= "false"; if (APIisRunning()== "true" ){var hAPI = APIgetHandle();if (hAPI!= null)strReturnVal = hAPI.Commit(""); } return strReturnVal;}function APIdisplayErrorInfo(errCode,attr,val){var hAPI=APIgetHandle();var resc="ERROR: " +errCode+"\n"+hAPI.GetDiagnostic(errCode);if (val!=""){val=" / "+val;}if (attr!=""){resc+="\n"+attr+val;} if (_debug){ alert(resc); }}
+var apiHandle = null;
+var APIfindLMSinstanceTries = 0;
+var noAPIFound = "false";
+var terminated = "false";
+var initok = "false";
+var _debug = false;
+
+function MosSCO(identifiant, titre, titreStage, nomModuleCourant, nomEntreprise, codeStage, langue) {
+    this.titre = titre;
+    this.tabPages;
+    this.tabPosDocs;
+    this.numPageCourante = 0;
+    this.version = "xml";
+    this.identifiant = identifiant;
+    this.codeStage = codeStage;
+    this.exoBloquant;
+    this.bloquantSaufAcheve = false;
+    this.idUtil = '';
+    this.langue = langue;
+    this.dateMAJ = '';
+    this.autorisePrecedent;
+    this.dejaReussi = false;
+    this.config_plateforme = "";
+    this.config_navigateur = "";
+    this.navigIE6 = false;
+    this.titreStage = titreStage;
+    this.nomModuleCourant = nomModuleCourant;
+    this.nomEntreprise = nomEntreprise;
+    this.dateCourante = '';
+    this.indexPremierePage = 0;
+    this.exoSolutions = false;
+    this.nbTotalPages = 0;
+    this.exoValideChoixUnique = false;
+    this.scoreBinaire = false;
+    this.scoreNegatif = false;
+    this.penaliserMauvaiseReponse = true;
+    this.forcerReponse = false;
+    this.autoriserReprise = false;
+    this.passageEntreActivites = true;
+    this.niveauIncomplet = 30;
+    this.niveauComplete = 100;
+    this.refGlo = '';
+    this.maxTempsPage = 0;
+    this.ordrePlan = "";
+    this.tabDonneesDemarrage = null;
+    this.afficherSolutionsDirect = false;
+    this.notesCharge = false;
+    this.premierePageSco = true;
+    this.evaluation = null;
+    this.etatEvaluation = false;
+    this.posFenLocale;
+    this.init = csSCO_init;
+    this.numeroPage = csSCO_numeroPage;
+    this.donneDate = csSCO_donneDate;
+    this.donneNumeroPageGnr = csSCO_donneNumeroPageGnr;
+    this.donnePourcentEffectue = csSCO_donnePourcentEffectue;
+    this.donnePage = csSCO_donnePage;
+    this.nombrePages = csSCO_nombrePages;
+    this.nbExercices = csSCO_nbExercices;
+    this.csSCO_paramDoc = csSCO_paramDoc;
+}
+
+function csSCO_init(exoBloquant, versionPages, dateMAJ, objEval) {
+    this.tabPages = new Array();
+    this.tabPosDocs = new Array();
+    this.exoBloquant = exoBloquant;
+    if (versionPages != '') {
+        this.version = versionPages;
+    }
+    this.dateMAJ = dateMAJ;
+    var oDate = new Date();
+    var mois = oDate.getMonth() + 1;
+    if (mois < 10) {
+        mois = '0' + mois;
+    }
+    var jour = oDate.getDate();
+    if (jour < 10) {
+        jour = '0' + jour;
+    }
+    this.dateCourante = oDate.getFullYear() + '-' + mois + '-' + jour;
+    var deb = window.location.href;
+    deb = deb.substring(0, deb.lastIndexOf("/sco/"));
+    this.codeStage = deb.substring(deb.lastIndexOf("/") + 1);
+    if (navigator.appName.indexOf('Microsoft') >= 0 && window.XMLHttpRequest == null) {
+        this.navigIE6 = true;
+    }
+}
+
+function csSCO_numeroPage(codePage) {
+    var numPg = -1;
+    for (var n = 0; n < this.tabPages.length; n++) {
+        if (this.tabPages[n].code == codePage) {
+            numPg = n;
+        }
+    }
+    return numPg;
+}
+
+function csSCO_donneDate(date0) {
+    var res = '';
+    var indexD = 0;
+    var annee = date0.substring(indexD, indexD + 4);
+    indexD = 5;
+    var mois = date0.substring(indexD, indexD + 2);
+    indexD = 8;
+    var jour = date0.substring(indexD, indexD + 2);
+    var sep = "/";
+    if (this.langue == 'de' || donnePays() == "CH") {
+        sep = ".";
+    }
+    res = jour + sep + mois + sep + annee;
+    if (donnePays() == "US") {
+        res = mois + sep + jour + sep + annee;
+    }
+    return res;
+}
+
+function donnePays() {
+    var lang = "";
+    if (oSco.langue.indexOf("-") > 0) {
+        return oSco.langue.substring(3);
+    }
+    if (navigator.userLanguage) {
+        lang = navigator.userLanguage;
+    } else {
+        lang = navigator.language;
+    }
+    var indT = lang.indexOf("-");
+    if (indT > 0) {
+        return lang.substring(indT + 1).toUpperCase();
+    }
+    return "";
+}
+
+function csSCO_donneNumeroPageGnr() {
+    return (this.indexPremierePage + this.numPageCourante);
+}
+
+function csSCO_nombrePages() {
+    return (this.tabPages.length);
+}
+
+function csSCO_nbExercices() {
+    var res = 0;
+    for (var n = 0; n < this.tabPages.length; n++) {
+        if (this.tabPages[n].estExercice()) {
+            res++;
+        }
+    }
+    return res;
+}
+
+function csSCO_donnePourcentEffectue() {
+    var res = (this.numPageCourante + 1) / this.tabPages.length * 100;
+    return (Math.round(res));
+}
+
+function csSCO_donnePage(numP) {
+    var res = null;
+    if ((numP < this.tabPages.length) && (numP >= 0)) {
+        res = this.tabPages[numP];
+    }
+    return res;
+}
+
+function csSCO_paramDoc(refDoc, numParam) {
+    var res = '';
+    for (var n = 0; n < this.tabPosDocs.length; n++) {
+        var laPos = this.tabPosDocs[n];
+        var tabparam = laPos.split(";");
+        if (tabparam[0] == refDoc) {
+            if (numParam < tabparam.length) {
+                res = tabparam[numParam];
+            }
+        }
+    }
+    return res;
+}
+
+function PageContenu(titre, code, type, prerequis, score, dateMAJ, typeExo) {
+    this.titre = titre;
+    this.code = code;
+    this.type = type;
+    this.prerequis = prerequis;
+    this.score = score;
+    this.dateMAJ = dateMAJ;
+    this.typeExo = typeExo;
+    this.notes = "";
+    this.dateNotes = "";
+    this.etatVisite = false;
+    this.premiereVisite = true;
+    this.validePrerequis = csPAGE_validePrerequis;
+    this.estExercice = csPAGE_estExercice;
+}
+
+function csPAGE_validePrerequis() {
+    if (this.prerequis == "SKIP") {
+        return false;
+    }
+    if (oSco.etatEvaluation && !evalVerifPrerequis(this.prerequis)) {
+        return false;
+    }
+    return true;
+}
+
+function csPAGE_estExercice() {
+    return (this.type == "exercice" && this.prerequis.indexOf("RESULT") != 0);
+}
+
+function APIinitialize() {
+    var strReturnVal = "false";
+    var hAPI = APIgetHandle();
+    if (hAPI != null) {
+        strReturnVal = hAPI.Initialize("");
+        if (strReturnVal != "true") {
+            APIdisplayErrorInfo(hAPI.GetLastError(), "Initialize", "");
+        } else {
+            initok = "true";
+        }
+    }
+    return strReturnVal;
+}
+
+function APIisRunning() {
+    var strReturnVal = "false";
+    var hAPI = APIgetHandle();
+    if (hAPI && initok == "true" && APIisTerminated() != "true") strReturnVal = "true";
+    return strReturnVal;
+}
+
+function APIisTerminated() {
+    return terminated;
+}
+
+function APIterminate() {
+    var strReturnVal = "false";
+    var hAPI = APIgetHandle();
+    if (hAPI != null) {
+        if (APIisTerminated() != "true") {
+            strReturnVal = hAPI.Terminate("");
+            if (strReturnVal != "true") {
+                APIdisplayErrorInfo(hAPI.GetLastError(), "Terminate", "");
+            } else {
+                terminated = "true";
+                temps0 = 0;
+            }
+        }
+    }
+    return strReturnVal;
+}
+
+function APIfindLMSinstance(win) {
+    while (win.API_1484_11 == null && win.parent != null && win.parent != win) {
+        APIfindLMSinstanceTries++;
+        if (APIfindLMSinstanceTries > 80) {
+            alert("Error finding API -- too deeply nested.");
+            return null;
+        }
+        win = win.parent;
+    }
+    return win.API_1484_11;
+}
+
+function APIget() {
+    var hAPI = null;
+    try {
+        hAPI = APIfindLMSinstance(window);
+        if (hAPI == null && window.opener != null && (typeof (window.opener) != "undefined")) {
+            hAPI = APIfindLMSinstance(window.opener);
+        }
+    } catch (e) {
+    }
+    if (hAPI == null) {
+        if (_debug) {
+            alert("Unable to find an API adapter");
+        }
+        noAPIFound = "true";
+    }
+    return hAPI;
+}
+
+function APIgetHandle() {
+    if (apiHandle == null) {
+        if (noAPIFound == "false") apiHandle = APIget();
+    }
+    return apiHandle;
+}
+
+function APIgetValue(name) {
+    var strReturnVal = "";
+    var strErrorCode = "0";
+    var hAPI = null;
+    if (APIisRunning() == "true") {
+        hAPI = APIgetHandle();
+        if (hAPI != null) {
+            strReturnVal = hAPI.GetValue(name);
+            strErrorCode = hAPI.GetLastError();
+            if (strErrorCode != "0") {
+                APIdisplayErrorInfo(strErrorCode, name, "");
+            }
+        }
+    }
+    return strReturnVal;
+}
+
+function APIsetValue(strName, strVal) {
+    var strReturnVal = "false";
+    var strErrorCode = "0";
+    var hAPI = null;
+    if (APIisRunning() == "true") {
+        hAPI = APIgetHandle();
+        if (hAPI != null) {
+            strReturnVal = hAPI.SetValue(strName, strVal);
+            if (strReturnVal != "true") {
+                APIdisplayErrorInfo(hAPI.GetLastError(), strName, strVal);
+            }
+        }
+    }
+    return strReturnVal;
+}
+
+function APIcommit() {
+    var strReturnVal = "false";
+    if (APIisRunning() == "true") {
+        var hAPI = APIgetHandle();
+        if (hAPI != null) strReturnVal = hAPI.Commit("");
+    }
+    return strReturnVal;
+}
+
+function APIdisplayErrorInfo(errCode, attr, val) {
+    var hAPI = APIgetHandle();
+    var resc = "ERROR: " + errCode + "\n" + hAPI.GetDiagnostic(errCode);
+    if (val != "") {
+        val = " / " + val;
+    }
+    if (attr != "") {
+        resc += "\n" + attr + val;
+    }
+    if (_debug) {
+        alert(resc);
+    }
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/sco/ClasseWBCEvaluation.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/sco/ClasseWBCEvaluation.js
index ef4459214749d3bbfe0a87c51a591d4eeded55b9..fd09b3918ecd16635061f3604233d94867dbf4b0 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/sco/ClasseWBCEvaluation.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/sco/ClasseWBCEvaluation.js
@@ -1 +1,1164 @@
-var objHTTP;function WBCEvaluation(pourcentRequis,parcourable,dipl) { this.scoreTotal=0; this.scoreMin=0; this.scoreAtteint=0; this.pourcentageAtteint=0; this.pourcentageRequis=pourcentRequis; this.questions; this.valide=false; this.parcourable=parcourable; this.etatCorrige=false; this.etatRejoue = false; this.ordreAleatoire=false; this.evalPageResultats=true; this.evalInteraction=false; this.evalSuggestions=false; this.nbMaxPages=-1; this.formEnvoiReponses=""; this.diplome=dipl; this.evalEnregistreScore=''; this.titreDiplome=''; this.libelleDiplome=''; this.formAffiche=''; this.branchement=''; this.questionnaire=false; this.reponsesPrecedentes=false; this.forcerRepQuestion=true; this.lsPoidsObjectifs=""; this.estJugee=false; this.correctionManuelle=false; this.etatPrecedent=""; this.scorePrecedent=-2; this.stylePgResultats="resultats"; this.frequenceCommit=0; this.commentaires; this.tabIntervalCmt; this.init = EVAL_init; this.ajouterQuestion = EVAL_ajouterQuestion; this.juger = EVAL_juger; this.determinerNiveau = EVAL_determinerNiveau; this.donneCommentaire = EVAL_donneCommentaire; this.allerSuivant = EVAL_allerSuivant; this.donneReponsesQuestion = EVAL_donneReponsesQuestion; this.donneFormXML = EVAL_donneFormXML; this.resultatsLMS = EVAL_resultatsLMS; this.numPageSuivante = EVAL_numPageSuivante; this.peutAllerPageResultats = EVAL_peutAllerPageResultats; this.effaceQuestion = EVAL_effaceQuestion; this.genererQuestionsRestantes = EVAL_genererQuestionsRestantes; this.envoieInteractionsLMS = EVAL_envoieInteractionsLMS; this.sortieEvaluation = EVAL_sortieEvaluation;}function EVAL_init(){this.questions = new Array();changeObjectifSecondaire("ATTEMPT_SENT_TO_LMS","unknown"); var valMS=APIgetValue("cmi.scaled_passing_score"); if (valMS!=""){ valMS=Number(valMS); if (!isNaN(valMS) && valMS>=0 && valMS<=1){ this.pourcentageRequis=Math.round(valMS*100); }}if (this.pourcentageRequis<=1){this.questionnaire=true;}var ordrePagesRepris=false;if (this.reponsesPrecedentes && APIgetValue("cmi.entry")!="resume"){var formPrec=SCO_donneAllocation(oSco.identifiant+"_responses","course");if (formPrec!=""){var objDom=creerDOMObj((oSco.config_navigateur=="Netscape"));var succ=objDom.loadXML(formPrec);if (succ){var selectionPages="";if (oSco.tabPages[0].type!="exercice"){selectionPages=oSco.tabPages[0].code;}var lespages=objDom.documentElement.getElementsByTagName("objective");for (var i=0;i<lespages.length;i++){var oPage=lespages[i];if (selectionPages!=""){selectionPages+="[;]";}selectionPages+=PF_attr(oPage,"id");var resF=false;if (PF_attr(oPage,"status")=="passed"){resF=true;}var oQuestion = new WBCQuestion(PF_attr(oPage,"id"),XML_texteNoeud(oPage.firstChild),resF,PF_attr(oPage,"score_max"),PF_attr(oPage,"score_raw"),PF_attr(oPage,"score_min"),"typeExo");oQuestion.init();var lesinter=oPage.getElementsByTagName("interaction");for (var j=0;j<lesinter.length;j++){var oInter=lesinter[j];oQuestion.interactions[oQuestion.interactions.length]=new WBCInteraction(PF_attr(oInter,"id"),PF_attr(oInter,"type"),PF_attr(oInter,"result"),PF_attr(oInter,"learner_response"),"","");}this.questions[this.questions.length]=oQuestion;this.scoreTotal+=Number(PF_attr(oPage,"score_max"));this.scoreAtteint+=Number(PF_attr(oPage,"score_raw"));if (PF_attr(oPage,"score_min")!=""){this.scoreMin-=Number(PF_attr(oPage,"score_min"));}if (oSco.autoriserReprise){this.envoieInteractionsLMS(oQuestion,i,false);}}var nbPages0=oSco.tabPages.length;if (nbPages0>1 && oSco.tabPages[nbPages0-1].type!="exercice"){selectionPages+="[;]"+oSco.tabPages[nbPages0-1].code;}if (this.evalEnregistreScore=='premier'){this.etatCorrige=true;if (this.evalPageResultats){oSco.evaluation.etatRejoue=true;}}if (this.nbMaxPages>0 || this.ordreAleatoire){ordrePagesRepris=true;oSco.tabPages=genererTableauPages(selectionPages);}}}}if (!this.forcerRepQuestion && APIgetValue("cmi.entry")=="ab-initio"){changeObjectifSecondaire("ALL_QUESTIONS_ANSWERED","unknown"); }if (this.nbMaxPages>0 || this.ordreAleatoire){if ((APIgetValue("cmi.entry")=="ab-initio")&&!ordrePagesRepris){selectionnerExercices(this.nbMaxPages);if (this.ordreAleatoire){melangerLesFils();}if (oSco.autoriserReprise){var lesids="[;]";for (var n=0;n<oSco.tabPages.length;n++){lesids+=oSco.tabPages[n].code+"[;]";}APIsetValue("cmi.suspend_data","selectedPages="+lesids);}}}if (oSco.autoriserReprise && APIgetValue("cmi.entry")=="resume"){if (this.nbMaxPages>0 || this.ordreAleatoire){var tabParmSusp=APIgetValue("cmi.suspend_data").split("##");for (var i=0;i<tabParmSusp.length;i++){if (tabParmSusp[i].indexOf("selectedPages=")==0){oSco.tabPages=genererTableauPages(tabParmSusp[i].substring(14));}}}for (var i=0;i<APIgetValue("cmi.objectives._count");i++){var objCh="cmi.objectives."+i+".";var idObj=APIgetValue(objCh+"id");var npage=oSco.numeroPage(idObj);if (npage>=0){var oPage=oSco.donnePage(npage);oPage.etatVisite=true;var resF=false;if (APIgetValue(objCh+"success_status")=="passed"){resF=true;}var oQuestion = new WBCQuestion(idObj,oPage.titre,resF,APIgetValue(objCh+"score.max"),APIgetValue(objCh+"score.raw"),APIgetValue(objCh+"score.min"),oPage.typeExo);oQuestion.init();for (var j=0;j<APIgetValue("cmi.interactions._count");j++){var interCh="cmi.interactions."+j+".";var idInterObj=APIgetValue(interCh+"objectives.0.id");if (idInterObj==idObj){oQuestion.interactions[oQuestion.interactions.length]=new WBCInteraction(APIgetValue(interCh+"id"),APIgetValue(interCh+"type"),APIgetValue(interCh+"result"),APIgetValue(interCh+"learner_response"),APIgetValue(interCh+"timestamp"),APIgetValue(interCh+"description"));}}this.questions[this.questions.length]=oQuestion;this.scoreTotal+=Number(APIgetValue(objCh+"score.max"));this.scoreAtteint+=Number(APIgetValue(objCh+"score.raw"));this.scoreMin-=Number(APIgetValue(objCh+"score.min"));}}}if (this.evalEnregistreScore=='premier' || this.evalEnregistreScore=='meilleur'){this.etatPrecedent=SCO_donneAllocation(oSco.identifiant+"_success_status","course");if (this.etatPrecedent!=""){var ssp1=SCO_donneAllocation(oSco.identifiant+"_score_scaled","course");if (ssp1!=""){this.scorePrecedent=Number(ssp1);}APIsetValue("cmi.success_status",this.etatPrecedent);APIsetValue("cmi.score.scaled",this.scorePrecedent);if (this.evalEnregistreScore=='premier'&&(this.etatPrecedent=="passed"||this.etatPrecedent=="failed")){changeObjectifSecondaire("ATTEMPT_ALREADY_SAVED","passed");}if (this.evalEnregistreScore=='meilleur'){changeObjectifSecondaire("IS_BEST_ATTEMPT","unknown");changeObjectifSecondaire("IS_NOT_BEST_ATTEMPT","unknown");}}}}function EVAL_ajouterQuestion(oExo,codePage){var compteObj=APIgetValue("cmi.objectives._count");var ajoute=compteObj;for (var t=0;t<compteObj;t++){if (APIgetValue("cmi.objectives."+t+".id")==codePage){ajoute=t;}}var ajouteDansTabQuestion=this.questions.length; var remplacement=false;for (var i=0;i<this.questions.length;i++){if (this.questions[i].codePage==codePage){ajouteDansTabQuestion=i;remplacement=true;this.scoreTotal-=this.questions[i].scoreTotal;this.scoreMin+=this.questions[i].scoreMin;this.scoreAtteint-=this.questions[i].scoreAtteint;}} this.scoreTotal+=oExo.scoreTotal;this.scoreMin-=oExo.scoreMin;var scoreUtil=oExo.scoreCourant;if (scoreUtil>oExo.scoreTotal){scoreUtil=oExo.scoreTotal;}this.scoreAtteint+=scoreUtil;var qTmp = new WBCQuestion(codePage,oExo.titre,oExo.valide,oExo.scoreTotal,scoreUtil,oExo.scoreMin,oExo.type);qTmp.init();var tabInteract=oExo.donneTabReponses();for (var j=0;j<tabInteract.length;j++){qTmp.ajouteInteraction(tabInteract[j]);}this.questions[ajouteDansTabQuestion]=qTmp;this.estJugee=false;if (oSco.autoriserReprise){var enrTentative=true;if (this.evalEnregistreScore=="non"){enrTentative=false;}if (this.evalEnregistreScore=="premier" && (this.etatPrecedent=="passed" || this.etatPrecedent=="failed")){enrTentative=false;}if (enrTentative){this.envoieInteractionsLMS(qTmp,ajoute,remplacement);this.frequenceCommit++;if (this.frequenceCommit==3){APIcommit();this.frequenceCommit=0;}}}}function EVAL_envoieInteractionsLMS(qTmp,ajoute,remplacement){var objCh="cmi.objectives."+ajoute+"."; APIsetValue(objCh+"id",qTmp.codePage);APIsetValue(objCh+"completion_status","completed");if (!this.questionnaire){var statut="failed";if (qTmp.valide){statut="passed";}if (qTmp.correctionManuelle){statut="unknown";}APIsetValue(objCh+"success_status",statut);APIsetValue(objCh+"score.raw",qTmp.scoreAtteint);APIsetValue(objCh+"score.max",qTmp.scoreTotal);APIsetValue(objCh+"score.min","0");APIsetValue(objCh+"score.scaled",qTmp.scoreAtteint/qTmp.scoreTotal);}for (var n=0;n<qTmp.interactions.length;n++){var iTmp =qTmp.interactions[n];var nbInteract=APIgetValue("cmi.interactions._count");for (var k=0;k<nbInteract;k++){if (APIgetValue("cmi.interactions."+k+".id")==iTmp.id){nbInteract=k;}}var interCh="cmi.interactions."+nbInteract+".";var resSet=APIsetValue(interCh+"id",iTmp.id);if (resSet=="false"){window.status="Can't save interaction "+iTmp.id+" : "+interCh;}if (resSet=="true"){APIsetValue(interCh+"result",iTmp.result);APIsetValue(interCh+"type",iTmp.typeSCORM);APIsetValue(interCh+"timestamp",iTmp.timestamp);APIsetValue(interCh+"learner_response",iTmp.learner_response);APIsetValue(interCh+"description",iTmp.description);APIsetValue(interCh+"objectives.0.id",qTmp.codePage);}}}function EVAL_juger(){if (!this.forcerRepQuestion){this.genererQuestionsRestantes();}this.scoreAtteint=Math.round(this.scoreAtteint*10)/10;var scoreSup=0;if (this.scoreAtteint>0){scoreSup=this.scoreAtteint;}if (this.scoreTotal>0){this.pourcentageAtteint=Math.round(scoreSup*1000/this.scoreTotal)/10; } else {this.pourcentageAtteint=0;}if (this.pourcentageAtteint>=this.pourcentageRequis){this.valide=true;}this.estJugee=true;}function EVAL_determinerNiveau(){var niveau=-1;var n=0;while (n<this.tabIntervalCmt.length){var tabBorne=this.tabIntervalCmt[n].split('-');if (tabBorne.length>2){var min=tabBorne[0];var max=tabBorne[1];if ((min!='')&&(max!='')){min=Number(min);max=Number(max);if ((!isNaN(min))&&(!isNaN(max))){if ((this.pourcentageAtteint>=min)&&(this.pourcentageAtteint<=max)){niveau=n;n=100;this.branchement=tabBorne[2];}}}}n++;}return niveau;}function EVAL_donneCommentaire(niveau){var txt=this.commentaires[niveau];txt=txt.replace(/\n/g,"<br>");return txt;}function EVAL_allerSuivant(){if (this.etatCorrige){window.contenu.location = RACINE_stage+"contenu/local/"+this.stylePgResultats+"."+oSco.version;} else {var peutJugerEval=true;if (oSco.autorisePrecedent=='oui'){peutJugerEval=false;}else if (existeExerciceSuivant()){peutJugerEval=false;}if (peutJugerEval){if (!this.estJugee){this.juger();this.resultatsLMS();}}var numSuiv=this.numPageSuivante();if (numSuiv>0){SCO_allerPage(numSuiv);} else {this.sortieEvaluation();}}}function EVAL_sortieEvaluation(){oSco.autorisePrecedent='non';if (!this.estJugee){this.juger();this.resultatsLMS();} else {SCO_termineCompteur();tempsActiviteLimite=0;}var dejaPasse=false;if (this.formEnvoiReponses!=''){if (this.formAffiche=="oui"){dejaPasse=true;window.contenu.location = RACINE_stage+"MosMtr/gen/envoiReponses.htm";} else {initXmlHttp();var chemx=this.formEnvoiReponses;if (chemx.indexOf("//:")<0){chemx=RACINE_stage+"sco/"+chemx;}objHTTP.open("POST",chemx,true);objHTTP.onreadystatechange = usrAsyncComplete;objHTTP.send(this.donneFormXML("utf-8"));}}if (!dejaPasse){if (this.evalPageResultats){window.contenu.location = RACINE_stage+"contenu/local/"+this.stylePgResultats+"."+oSco.version;} else {this.determinerNiveau();if (this.branchement==''){if (SCO_suivantPossible()){SCO_pageSuivante();}} else {if (this.branchement.indexOf('/')<0){this.branchement+='/';}window.contenu.GLOBAL_allerPage(this.branchement);}}}}function EVAL_numPageSuivante(){var numChe=oSco.numPageCourante+1;var trouve=false;var oPage=oSco.donnePage(numChe);while (oPage!=null &&!trouve){if (oPage.validePrerequis()){trouve=true;} else {numChe++;oPage=oSco.donnePage(numChe);}}if (!trouve){numChe=-1;}return numChe;}function EVAL_peutAllerPageResultats(){return (this.evalPageResultats && window.contenu.location.href.indexOf("/local/resultats")<0);}function EVAL_donneReponsesQuestion(codePageExo){var res=null;for (var i=0;i<this.questions.length;i++){if (this.questions[i].codePage==codePageExo){res=this.questions[i].interactions;}}return res;}function EVAL_donneFormXML(encodage){var idUtil=oSco.idUtil;if (idUtil==""){idUtil=SCO_donneParam("idU");}if (idUtil==""){idUtil="localUser";}var res='<?xml version="1.0" encoding="'+encodage+'"?><mosForm>';res+='<evaluation id="'+oSco.identifiant+'" location="'+masqueTexte(window.location.href)+'" score_raw="'+this.scoreAtteint+'" score_max="'+this.scoreTotal+'" score_min="'+this.scoreMin+'" requiredPercent="'+this.pourcentageRequis+'" passed="'+this.valide+'" lang="'+oSco.langue+'" session_time="'+temps_session+'" date="'+getDateServeur("")+'">';res+='<title>'+masqueTexte(oSco.titre)+'</title>';res+='<course id="'+oSco.codeStage+'">'+masqueTexte(oSco.titreStage)+'</course>';res+='<student id="'+idUtil+'">'+APIgetValue("cmi.learner_name")+'</student>'; res+='<objectives>';for (var i=0;i<this.questions.length;i++){var oQues=this.questions[i];var statut="failed";if (oQues.valide){statut="passed";}res+='<objective id="'+oQues.codePage+'" score_raw="'+oQues.scoreAtteint+'" score_max="'+oQues.scoreTotal+'" score_min="'+oQues.scoreMin+'" status="'+statut+'" type="'+oQues.type+'">';res+='<title>'+masqueTexte(oQues.titre)+'</title>';res+='<interactions>';for (var n=0;n<oQues.interactions.length;n++){var oInter=oQues.interactions[n];var student_res=new String(oInter.learner_response);student_res=student_res.replace(/"/g,'&quot;');res+='<interaction id="'+oInter.id+'" learner_response="'+masqueTexte(student_res)+'" result="'+oInter.result+'" type="'+oInter.typeSCORM+'" description="'+oInter.description+'"/>';}res+='</interactions>';res+='</objective>';}res+="</objectives></evaluation></mosForm>";return res;}function masqueTexte(val){val=val.replace(/"/g,'&quot;');val=val.replace(/&/g,'&amp;');val=val.replace(/\n/g,'\\n');val=val.replace(/</g,'&lt;');val=val.replace(/>/g,'&gt;');return val;}function EVAL_resultatsLMS(){APIsetValue("cmi.completion_status","completed");var enregistreTentative=true;if (this.evalEnregistreScore=='non'){enregistreTentative=false;} else if (this.evalEnregistreScore=='premier' || this.evalEnregistreScore=='meilleur'){if (this.etatPrecedent=="passed" || this.etatPrecedent=="failed"){if (this.evalEnregistreScore=='premier'){enregistreTentative=false;}else {var estMeilleureTentative="passed";var estPasMeilleureTentative="failed";if (this.scorePrecedent>-2){var scoreU=this.pourcentageAtteint/100;if (this.scorePrecedent>scoreU){enregistreTentative=false;estMeilleureTentative="failed";estPasMeilleureTentative="passed";}}changeObjectifSecondaire("IS_BEST_ATTEMPT",estMeilleureTentative);changeObjectifSecondaire("IS_NOT_BEST_ATTEMPT",estPasMeilleureTentative);}} } if (enregistreTentative){if (this.questionnaire){APIsetValue("cmi.score.scaled","1");APIsetValue("cmi.success_status","passed");} else {var score_scaled=-2; if (this.scoreTotal>0){ score_scaled=this.pourcentageAtteint/100; if (!this.correctionManuelle){APIsetValue("cmi.score.scaled",score_scaled);APIsetValue("cmi.score.raw",this.scoreAtteint);}APIsetValue("cmi.score.max",this.scoreTotal);APIsetValue("cmi.score.min",this.scoreMin);}var etat_succ="failed";if (this.valide){etat_succ="passed";}if (this.correctionManuelle){etat_succ="unknown";}APIsetValue("cmi.success_status",etat_succ);if (this.evalEnregistreScore=='premier' || this.evalEnregistreScore=='meilleur'){SCO_modifAllocation(oSco.identifiant+"_success_status",etat_succ,"course");SCO_modifAllocation(oSco.identifiant+"_score_scaled",score_scaled,"course");}}if (!oSco.autoriserReprise){for (var i=0;i<this.questions.length;i++){var compteObj=APIgetValue("cmi.objectives._count");var ajoute=compteObj;for (var t=0;t<compteObj;t++){if (APIgetValue("cmi.objectives."+t+".id")==this.questions[i].codePage){ajoute=t;}}this.envoieInteractionsLMS(this.questions[i],ajoute,false);} }if (this.reponsesPrecedentes){SCO_modifAllocation(oSco.identifiant+"_responses",this.donneFormXML("utf-8"),"course");}changeObjectifSecondaire("ATTEMPT_SENT_TO_LMS","passed");} else {changeObjectifSecondaire("ATTEMPT_SENT_TO_LMS","failed");if (this.evalEnregistreScore=='non'){APIsetValue("cmi.success_status","passed");}}if (oSco.autorisePrecedent!='oui'){SCO_termineCompteur();tempsActiviteLimite=0;}valeurExit("normal");if (this.peutAllerPageResultats()){APIcommit();}if (oSco.autorisePrecedent!='oui'){temps0=0;}}function usrAsyncComplete() { if(objHTTP.readyState != 4) return(false); usrCheckHTTPStatus("200");}function usrCheckHTTPStatus(sExpected){ if (objHTTP.status != sExpected) { alert("Error "+objHTTP.status+": "+objHTTP.statusText); newWindow = window.open(); newWindow.document.body.innerHTML = objHTTP.responseText; return(false); } else return(true);} /* WBCInteraction */function WBCInteraction(id0,typeSCORM1,result,learner_response,timestamp,description) { this.id=id0; this.typeSCORM=typeSCORM1; this.result=result; this.learner_response=learner_response; this.timestamp=timestamp; this.description=description;}/* WBCQuestion */function WBCQuestion(codePage,titre,valide,scoreTotal,scoreAtteint,scoreMin,type) { this.titre=titre; this.valide=valide; this.scoreTotal=scoreTotal; this.scoreAtteint=scoreAtteint; this.scoreMin=scoreMin; this.codePage=codePage; this.type=type; this.correctionManuelle=false; this.interactions; this.ajouteInteraction=WBCQ_ajouteInteraction; this.init=WBCQ_init;}function WBCQ_init(){this.interactions=new Array();}function WBCQ_ajouteInteraction(tabReponses){var typeSCORM="choice";if (this.type=="TAT"){typeSCORM=tabReponses[4];} else if (this.type=="CURS"){typeSCORM="numeric";} else if (this.type=="GD" || this.type=="QM"){typeSCORM="matching";} else if (this.type=="SEQ"){typeSCORM=tabReponses[4];} else if (this.type=="EXP"){typeSCORM=tabReponses[4];}var resultSCORM="incorrect";if (tabReponses[0]){resultSCORM="correct";}if (oSco.evaluation.questionnaire){resultSCORM="neutral";} else if (this.type=="TAT" && tabReponses[3].indexOf("[manualCorrection]")==0){resultSCORM="neutral";this.correctionManuelle=true;oSco.evaluation.correctionManuelle=true;}var dateevt=getDateServeur("");this.interactions[this.interactions.length]=new WBCInteraction(this.codePage+"_"+tabReponses[2],typeSCORM,resultSCORM,tabReponses[1],dateevt,tabReponses[3]);}function getDateServeur(mode){var resu='';var dateJS=new Date();var moisServeur="0";var jourServeur="0";var anneeServeur=dateJS.getUTCFullYear();if (dateJS.getUTCMonth()+1<10){moisServeur = moisServeur + (dateJS.getUTCMonth()+1).toString();}else{moisServeur=dateJS.getUTCMonth()+1;}if (dateJS.getUTCDate()<10){jourServeur = jourServeur + (dateJS.getUTCDate()).toString();}else{jourServeur=dateJS.getUTCDate();} if (mode=='yyyymmjj'){ resu=anneeServeur+ "-" + moisServeur + "-" + jourServeur;} else {var heureServeur="0";var minutesServeur="0";var secondesServeur="0"; if (dateJS.getUTCHours()<10){heureServeur+=(dateJS.getUTCHours()).toString();}else {heureServeur=dateJS.getUTCHours();}if (dateJS.getMinutes()<10){minutesServeur+=(dateJS.getMinutes()).toString();}else {minutesServeur=dateJS.getUTCMinutes();}if (dateJS.getSeconds()<10){secondesServeur+=(dateJS.getSeconds()).toString();}else{secondesServeur=dateJS.getUTCSeconds();} resu=anneeServeur+ "-" + moisServeur + "-" + jourServeur + "T" + heureServeur + ":" + minutesServeur + ":" + secondesServeur;}return resu;}function initXmlHttp(){try {objHTTP= new XMLHttpRequest();} catch(e){objHTTP = new ActiveXObject("Msxml2.XMLHTTP");}}function evalVerifPrerequis(val){var res=true;if (val!=''){if (val=='SKIP'){return false;}if (val.indexOf('RESULT')==0){val=val.substring(6);}if (val.length>1){val=val.replace(/&amp;/g,"&");val=val.replace(/pg([\w|%]+)\(/g,"evalTestPre('pg$1',");val=val.replace(/,\)/g,")");try {res=eval(val);} catch(e){res=false;}}}return res;}function evalTestPre(codeP,prm1,prm2,prm3){var rest=false;var oQuestion=null;if (codeP.indexOf("pg00000")==0){codeP=codeP.substring(7);var compteObj=APIgetValue("cmi.objectives._count");var numObjTrouve=-1;for (var t=0;t<compteObj;t++){if (APIgetValue("cmi.objectives."+t+".id")==codeP){numObjTrouve=t;}}if (numObjTrouve>=0){var nomcmi="cmi.objectives."+numObjTrouve+".";if (prm1==null || prm1=="undefined"){return (APIgetValue(nomcmi+"success_status")=="passed");}if (prm1=="_score"){var lsca=APIgetValue(nomcmi+"score.scaled");if (lsca==""){return 0;}return Number(lsca)*100;}} else {alert("Objective "+codeP+" not found in prerequisite");}return false;}for (var j=0;j<oSco.evaluation.questions.length;j++){if (oSco.evaluation.questions[j].codePage==codeP){oQuestion=oSco.evaluation.questions[j];j=99;}}if (oQuestion!=null && oQuestion.interactions.length>0){if (prm1==null || prm1=="undefined"){return oQuestion.valide;}if (prm1=="_score"){return oQuestion.scoreAtteint;}rest=false;if (oQuestion.type=="QC"||oQuestion.type=="EXP"||oQuestion.type=="SEQ"){var studrep=oQuestion.interactions[0].learner_response;var tabReps=studrep.split("[,]");for (var k=0;k<tabReps.length;k++){if (tabReps[k]==prm1){rest=true;k=99;}}} else if (oQuestion.type=="GD"||oQuestion.type=="QM"){var studrep=oQuestion.interactions[0].learner_response;var tabReps=studrep.split("[,]");for (var k=0;k<tabReps.length;k++){if (tabReps[k]==prm1+"[.]"+prm2){rest=true;k=99;}}} else {var oInter=null;for (var m=0;m<oQuestion.interactions.length;m++){if (oQuestion.interactions[m].id==codeP+"_"+prm1){oInter=oQuestion.interactions[m];}}if (oInter==null){alert(codeP+"_"+prm1+" n'existe pas.");return true;}var studrep=oInter.learner_response;if (oQuestion.type=="TAT"){if (oInter.typeSCORM=="choice"){if (studrep==prm2){rest=true;k=99;}} else {rest=studrep;}} else if (oQuestion.type=="CURS"){rest=studrep;}}}return rest;}function donneTextePre(codeP,prm1){var oQuestion=null;for (var j=0;j<oSco.evaluation.questions.length;j++){if (oSco.evaluation.questions[j].codePage==codeP){oQuestion=oSco.evaluation.questions[j];j=99;}}if (oQuestion==null){return "";}var oInter=null;if (prm1==""){oInter=oQuestion.interactions[0];}for (var m=0;m<oQuestion.interactions.length;m++){if (oQuestion.interactions[m].id==codeP+"_"+prm1){oInter=oQuestion.interactions[m];}}if (oInter==null){alert("Interaction '"+codeP+"."+prm1+"' was not found in prerequisite.");return "";}return oInter.description;}function tabRegVT(){var tabReg=new Array();tabReg[0]=new RegExp("\\[CMI_NAME\\]");tabReg[1]=new RegExp("\\[CMI_FIRSTNAME\\]");tabReg[2]=new RegExp("\\[pg\\w+\\('\\w*'\\)\\]");tabReg[3]=new RegExp("\\[LEX\\(\\d+\\)\\]");return tabReg;}function variablesTexte(obj,tabReg){var lesfils=obj.childNodes;for (var i=0;i<lesfils.length;i++){var oFils=lesfils.item(i);if (oFils.nodeType==3){var memoVal=oFils.nodeValue;var temp=memoVal;if (temp.length>5){var modif=false;if (temp.match(tabReg[0])){temp=temp.replace(tabReg[0],donneNomU());modif=true;} else if (temp.match(tabReg[1])){temp=temp.replace(tabReg[1],donnePrenomU());modif=true;} else if (temp.match(tabReg[2])){var debut="";var fin=temp;var n=0;var offs=temp.search(tabReg[2]);while (offs>=0 && n<20){var tlemot=fin.match(tabReg[2]);var lemot=tlemot[0];debut+=fin.substring(0,offs);fin=fin.substring(lemot.length+offs);lemot=lemot.substring(1,lemot.length-1);lemot=lemot.replace(/pg(\w+)\(/g,"donneTextePre('pg$1',");try {lemot=eval(lemot);} catch(e){lemot="";}n++;offs=fin.search(tabReg[2]);debut+=lemot;}temp=debut+fin;modif=true;} else if (temp.match(tabReg[3])){var debut="";var fin=temp;var n=0;var offs=temp.search(tabReg[3]);while (offs>=0 && n<20){var tlemot=fin.match(tabReg[3]);var lemot=tlemot[0];debut+=fin.substring(0,offs);fin=fin.substring(lemot.length+offs);lemot=lemot.substring(1,lemot.length-1);lemot=lemot.replace(/\LEX\(/g,"donneTexteLex(");try {lemot=eval(lemot);} catch(e){lemot="";}n++;offs=fin.search(tabReg[3]);debut+=lemot;}temp=debut+fin;modif=true;}if (modif){var indRet=temp.indexOf("\n");if (indRet>0 && memoVal==oFils.parentNode.innerHTML){temp=temp.replace(/</g,"&lt;");temp=temp.replace(/>/g,"&gt;");temp=temp.replace(/\n/g,"<br>");oFils.parentNode.innerHTML=temp;} else {if (indRet>0){temp=temp.replace(/\n/g,", ");}oFils.nodeValue=temp;}}}} else if (oFils.nodeType==1){variablesTexte(oFils,tabReg);}}}function donneTexteLex(num){return lexique.lexs[num];}function donnePrenomU(){var res='';var nom=APIgetValue("cmi.learner_name");var indexVirg=nom.indexOf(',');if (indexVirg>0){res=nom.substring(indexVirg+1);res=res.replace(/^\s+/,"");} return res;}function donneNomU(){var res='';var nom=APIgetValue("cmi.learner_name");var indexVirg=nom.indexOf(',');if (indexVirg>0){res=nom.substring(0,indexVirg);} return res;}function EVAL_effaceQuestion(codePage){for (var i=0;i<this.questions.length;i++){if (this.questions[i].codePage==codePage){this.questions[i]=null;}} }function redemarrerEval(){oSco.evaluation.questions = new Array();oSco.evaluation.valide=false;oSco.evaluation.etatCorrige=false; oSco.evaluation.etatRejoue = false; oSco.evaluation.scoreAtteint = 0; oSco.evaluation.scoreTotal = 0; oSco.evaluation.scoreMin = 0; for (var i=0;i<oSco.tabPages.length;i++){ oSco.tabPages[i].etatVisite=false; } oSco.evaluation.estJugee=false; SCO_allerPage(0);}function selectionnerExercices(nbMaxExercices){var compte=parseInt(nbMaxExercices);var lesids="[;]";if (compte>0 && compte<oSco.nbExercices()){var debK=0;var idPg=SCO_donneParam("idPg");if (idPg!=""){var num=oSco.numeroPage(idPg);if (oSco.tabPages[num].estExercice()){lesids+=oSco.tabPages[num].code+"[;]";debK=1;}}for (var k=debK;k<compte;k++){var num=Math.floor(Math.random()*oSco.tabPages.length);while (!oSco.tabPages[num].estExercice() || lesids.indexOf("[;]"+oSco.tabPages[num].code+"[;]")>=0){num=Math.floor(Math.random()*oSco.tabPages.length);}lesids+=oSco.tabPages[num].code+"[;]";}var nouveauTab=new Array();for (var n=0;n<oSco.tabPages.length;n++){if (!oSco.tabPages[n].estExercice()||lesids.indexOf("[;]"+oSco.tabPages[n].code+"[;]")>=0){nouveauTab[nouveauTab.length]=oSco.tabPages[n];}}oSco.tabPages=nouveauTab;}}function melangerLesFils(){var nbPris=0;var nouveauTab=new Array();var lesnums=";";var tailleT=oSco.tabPages.length;var indexDecal=0;if (tailleT>0){var oPrem=oSco.tabPages[0];while (oPrem && !oPrem.estExercice()){nouveauTab[indexDecal]=oPrem;indexDecal++;tailleT--;oPrem=oSco.tabPages[indexDecal];}}var tabDernierCours=new Array();if (tailleT>0){var numZ=oSco.tabPages.length-1;var oPrem=oSco.tabPages[numZ];while (oPrem && !oPrem.estExercice()){tabDernierCours[tabDernierCours.length]=oPrem;numZ--;oPrem=oSco.tabPages[numZ];tailleT--;}}while (nbPris<tailleT){var num=Math.floor(Math.random()*tailleT);num+=indexDecal;if (nbPris==0){var idPg=SCO_donneParam("idPg");if (idPg!=""){var numPgc=oSco.numeroPage(idPg);if (oSco.tabPages[numPgc].estExercice()){num=numPgc;}}}if (lesnums.indexOf(";"+num+";")<0){nouveauTab[nouveauTab.length]=oSco.tabPages[num];lesnums+=num+";";nbPris++;}}for (var n=tabDernierCours.length-1;n>=0;n--){nouveauTab[nouveauTab.length]=tabDernierCours[n];}oSco.tabPages=nouveauTab;}function EVAL_genererQuestionsRestantes(){if (this.pourcentageRequis>0){var numRest=oSco.numPageCourante;for (var i=0;i<oSco.tabPages.length;i++){var oPage=oSco.tabPages[i];if (oPage.estExercice() && oPage.validePrerequis()){var questionExiste=false;for (var n=0;n<this.questions.length;n++){if (this.questions[n].codePage==oPage.code){questionExiste=true;}}if (!questionExiste){var scoreAj=parseInt(oPage.score);if (isNaN(scoreAj)){scoreAj=10;}this.scoreTotal+=scoreAj;var qTmp = new WBCQuestion(oPage.code,oPage.titre,false,scoreAj,0,0,"questionVide");qTmp.init();this.questions[this.questions.length]=qTmp;}}}}}function creerDOMObj(estMoz){objX=null;if (estMoz){ Document.prototype.loadXML = function(strXML) { var objDOMParser = new DOMParser(); var objDoc = objDOMParser.parseFromString(strXML, "text/xml"); while (this.hasChildNodes()){this.removeChild(this.lastChild);} for (var i=0; i < objDoc.childNodes.length; i++) { try { var objImportedNode = this.importNode(objDoc.childNodes[i], true); this.appendChild(objImportedNode); } catch(e){} } return true; }; objX=document.implementation.createDocument("", "test", null);} else { try {objX=new ActiveXObject("Msxml2.DOMDocument.6.0");} catch (e){objX=new ActiveXObject("Msxml2.DOMDocument.3.0");}}return objX;}function PF_attr(obj,nomAttr){if (obj==null){alert("Null Element for "+nomAttr);}try {val=obj.getAttribute(nomAttr);} catch(e){alert(nomAttr);alert(obj.nodeName);}if (val==null){val="";}return val;}function XML_texteNoeud(obj){var s = "";if (obj==null){return "";}for(var i=0;i<obj.childNodes.length;i++){var oNode = obj.childNodes[i];if(oNode.nodeType == 3)s += oNode.nodeValue;else if(oNode.nodeType == 1)s += XML_texteNoeud(oNode);}return s;}function genererTableauPages(laSel){var nouveauTab=new Array();var tabPagesSusp=laSel.split("[;]");for (var n=0;n<tabPagesSusp.length;n++){if (tabPagesSusp[n]!=""){var npage=oSco.numeroPage(tabPagesSusp[n]);if (npage>=0){nouveauTab[nouveauTab.length]=oSco.tabPages[npage];}}}return nouveauTab;}function existeExerciceSuivant(){var numChe=oSco.numPageCourante+1;var oPage=oSco.donnePage(numChe);while (oPage!=null){if (oPage.estExercice() && oPage.validePrerequis()){return true;}numChe++;oPage=oSco.donnePage(numChe);}return false;}
+var objHTTP;
+
+function WBCEvaluation(pourcentRequis, parcourable, dipl) {
+    this.scoreTotal = 0;
+    this.scoreMin = 0;
+    this.scoreAtteint = 0;
+    this.pourcentageAtteint = 0;
+    this.pourcentageRequis = pourcentRequis;
+    this.questions;
+    this.valide = false;
+    this.parcourable = parcourable;
+    this.etatCorrige = false;
+    this.etatRejoue = false;
+    this.ordreAleatoire = false;
+    this.evalPageResultats = true;
+    this.evalInteraction = false;
+    this.evalSuggestions = false;
+    this.nbMaxPages = -1;
+    this.formEnvoiReponses = "";
+    this.diplome = dipl;
+    this.evalEnregistreScore = '';
+    this.titreDiplome = '';
+    this.libelleDiplome = '';
+    this.formAffiche = '';
+    this.branchement = '';
+    this.questionnaire = false;
+    this.reponsesPrecedentes = false;
+    this.forcerRepQuestion = true;
+    this.lsPoidsObjectifs = "";
+    this.estJugee = false;
+    this.correctionManuelle = false;
+    this.etatPrecedent = "";
+    this.scorePrecedent = -2;
+    this.stylePgResultats = "resultats";
+    this.frequenceCommit = 0;
+    this.commentaires;
+    this.tabIntervalCmt;
+    this.init = EVAL_init;
+    this.ajouterQuestion = EVAL_ajouterQuestion;
+    this.juger = EVAL_juger;
+    this.determinerNiveau = EVAL_determinerNiveau;
+    this.donneCommentaire = EVAL_donneCommentaire;
+    this.allerSuivant = EVAL_allerSuivant;
+    this.donneReponsesQuestion = EVAL_donneReponsesQuestion;
+    this.donneFormXML = EVAL_donneFormXML;
+    this.resultatsLMS = EVAL_resultatsLMS;
+    this.numPageSuivante = EVAL_numPageSuivante;
+    this.peutAllerPageResultats = EVAL_peutAllerPageResultats;
+    this.effaceQuestion = EVAL_effaceQuestion;
+    this.genererQuestionsRestantes = EVAL_genererQuestionsRestantes;
+    this.envoieInteractionsLMS = EVAL_envoieInteractionsLMS;
+    this.sortieEvaluation = EVAL_sortieEvaluation;
+}
+
+function EVAL_init() {
+    this.questions = new Array();
+    changeObjectifSecondaire("ATTEMPT_SENT_TO_LMS", "unknown");
+    var valMS = APIgetValue("cmi.scaled_passing_score");
+    if (valMS != "") {
+        valMS = Number(valMS);
+        if (!isNaN(valMS) && valMS >= 0 && valMS <= 1) {
+            this.pourcentageRequis = Math.round(valMS * 100);
+        }
+    }
+    if (this.pourcentageRequis <= 1) {
+        this.questionnaire = true;
+    }
+    var ordrePagesRepris = false;
+    if (this.reponsesPrecedentes && APIgetValue("cmi.entry") != "resume") {
+        var formPrec = SCO_donneAllocation(oSco.identifiant + "_responses", "course");
+        if (formPrec != "") {
+            var objDom = creerDOMObj((oSco.config_navigateur == "Netscape"));
+            var succ = objDom.loadXML(formPrec);
+            if (succ) {
+                var selectionPages = "";
+                if (oSco.tabPages[0].type != "exercice") {
+                    selectionPages = oSco.tabPages[0].code;
+                }
+                var lespages = objDom.documentElement.getElementsByTagName("objective");
+                for (var i = 0; i < lespages.length; i++) {
+                    var oPage = lespages[i];
+                    if (selectionPages != "") {
+                        selectionPages += "[;]";
+                    }
+                    selectionPages += PF_attr(oPage, "id");
+                    var resF = false;
+                    if (PF_attr(oPage, "status") == "passed") {
+                        resF = true;
+                    }
+                    var oQuestion = new WBCQuestion(PF_attr(oPage, "id"), XML_texteNoeud(oPage.firstChild), resF, PF_attr(oPage, "score_max"), PF_attr(oPage, "score_raw"), PF_attr(oPage, "score_min"), "typeExo");
+                    oQuestion.init();
+                    var lesinter = oPage.getElementsByTagName("interaction");
+                    for (var j = 0; j < lesinter.length; j++) {
+                        var oInter = lesinter[j];
+                        oQuestion.interactions[oQuestion.interactions.length] = new WBCInteraction(PF_attr(oInter, "id"), PF_attr(oInter, "type"), PF_attr(oInter, "result"), PF_attr(oInter, "learner_response"), "", "");
+                    }
+                    this.questions[this.questions.length] = oQuestion;
+                    this.scoreTotal += Number(PF_attr(oPage, "score_max"));
+                    this.scoreAtteint += Number(PF_attr(oPage, "score_raw"));
+                    if (PF_attr(oPage, "score_min") != "") {
+                        this.scoreMin -= Number(PF_attr(oPage, "score_min"));
+                    }
+                    if (oSco.autoriserReprise) {
+                        this.envoieInteractionsLMS(oQuestion, i, false);
+                    }
+                }
+                var nbPages0 = oSco.tabPages.length;
+                if (nbPages0 > 1 && oSco.tabPages[nbPages0 - 1].type != "exercice") {
+                    selectionPages += "[;]" + oSco.tabPages[nbPages0 - 1].code;
+                }
+                if (this.evalEnregistreScore == 'premier') {
+                    this.etatCorrige = true;
+                    if (this.evalPageResultats) {
+                        oSco.evaluation.etatRejoue = true;
+                    }
+                }
+                if (this.nbMaxPages > 0 || this.ordreAleatoire) {
+                    ordrePagesRepris = true;
+                    oSco.tabPages = genererTableauPages(selectionPages);
+                }
+            }
+        }
+    }
+    if (!this.forcerRepQuestion && APIgetValue("cmi.entry") == "ab-initio") {
+        changeObjectifSecondaire("ALL_QUESTIONS_ANSWERED", "unknown");
+    }
+    if (this.nbMaxPages > 0 || this.ordreAleatoire) {
+        if ((APIgetValue("cmi.entry") == "ab-initio") && !ordrePagesRepris) {
+            selectionnerExercices(this.nbMaxPages);
+            if (this.ordreAleatoire) {
+                melangerLesFils();
+            }
+            if (oSco.autoriserReprise) {
+                var lesids = "[;]";
+                for (var n = 0; n < oSco.tabPages.length; n++) {
+                    lesids += oSco.tabPages[n].code + "[;]";
+                }
+                APIsetValue("cmi.suspend_data", "selectedPages=" + lesids);
+            }
+        }
+    }
+    if (oSco.autoriserReprise && APIgetValue("cmi.entry") == "resume") {
+        if (this.nbMaxPages > 0 || this.ordreAleatoire) {
+            var tabParmSusp = APIgetValue("cmi.suspend_data").split("##");
+            for (var i = 0; i < tabParmSusp.length; i++) {
+                if (tabParmSusp[i].indexOf("selectedPages=") == 0) {
+                    oSco.tabPages = genererTableauPages(tabParmSusp[i].substring(14));
+                }
+            }
+        }
+        for (var i = 0; i < APIgetValue("cmi.objectives._count"); i++) {
+            var objCh = "cmi.objectives." + i + ".";
+            var idObj = APIgetValue(objCh + "id");
+            var npage = oSco.numeroPage(idObj);
+            if (npage >= 0) {
+                var oPage = oSco.donnePage(npage);
+                oPage.etatVisite = true;
+                var resF = false;
+                if (APIgetValue(objCh + "success_status") == "passed") {
+                    resF = true;
+                }
+                var oQuestion = new WBCQuestion(idObj, oPage.titre, resF, APIgetValue(objCh + "score.max"), APIgetValue(objCh + "score.raw"), APIgetValue(objCh + "score.min"), oPage.typeExo);
+                oQuestion.init();
+                for (var j = 0; j < APIgetValue("cmi.interactions._count"); j++) {
+                    var interCh = "cmi.interactions." + j + ".";
+                    var idInterObj = APIgetValue(interCh + "objectives.0.id");
+                    if (idInterObj == idObj) {
+                        oQuestion.interactions[oQuestion.interactions.length] = new WBCInteraction(APIgetValue(interCh + "id"), APIgetValue(interCh + "type"), APIgetValue(interCh + "result"), APIgetValue(interCh + "learner_response"), APIgetValue(interCh + "timestamp"), APIgetValue(interCh + "description"));
+                    }
+                }
+                this.questions[this.questions.length] = oQuestion;
+                this.scoreTotal += Number(APIgetValue(objCh + "score.max"));
+                this.scoreAtteint += Number(APIgetValue(objCh + "score.raw"));
+                this.scoreMin -= Number(APIgetValue(objCh + "score.min"));
+            }
+        }
+    }
+    if (this.evalEnregistreScore == 'premier' || this.evalEnregistreScore == 'meilleur') {
+        this.etatPrecedent = SCO_donneAllocation(oSco.identifiant + "_success_status", "course");
+        if (this.etatPrecedent != "") {
+            var ssp1 = SCO_donneAllocation(oSco.identifiant + "_score_scaled", "course");
+            if (ssp1 != "") {
+                this.scorePrecedent = Number(ssp1);
+            }
+            APIsetValue("cmi.success_status", this.etatPrecedent);
+            APIsetValue("cmi.score.scaled", this.scorePrecedent);
+            if (this.evalEnregistreScore == 'premier' && (this.etatPrecedent == "passed" || this.etatPrecedent == "failed")) {
+                changeObjectifSecondaire("ATTEMPT_ALREADY_SAVED", "passed");
+            }
+            if (this.evalEnregistreScore == 'meilleur') {
+                changeObjectifSecondaire("IS_BEST_ATTEMPT", "unknown");
+                changeObjectifSecondaire("IS_NOT_BEST_ATTEMPT", "unknown");
+            }
+        }
+    }
+}
+
+function EVAL_ajouterQuestion(oExo, codePage) {
+    var compteObj = APIgetValue("cmi.objectives._count");
+    var ajoute = compteObj;
+    for (var t = 0; t < compteObj; t++) {
+        if (APIgetValue("cmi.objectives." + t + ".id") == codePage) {
+            ajoute = t;
+        }
+    }
+    var ajouteDansTabQuestion = this.questions.length;
+    var remplacement = false;
+    for (var i = 0; i < this.questions.length; i++) {
+        if (this.questions[i].codePage == codePage) {
+            ajouteDansTabQuestion = i;
+            remplacement = true;
+            this.scoreTotal -= this.questions[i].scoreTotal;
+            this.scoreMin += this.questions[i].scoreMin;
+            this.scoreAtteint -= this.questions[i].scoreAtteint;
+        }
+    }
+    this.scoreTotal += oExo.scoreTotal;
+    this.scoreMin -= oExo.scoreMin;
+    var scoreUtil = oExo.scoreCourant;
+    if (scoreUtil > oExo.scoreTotal) {
+        scoreUtil = oExo.scoreTotal;
+    }
+    this.scoreAtteint += scoreUtil;
+    var qTmp = new WBCQuestion(codePage, oExo.titre, oExo.valide, oExo.scoreTotal, scoreUtil, oExo.scoreMin, oExo.type);
+    qTmp.init();
+    var tabInteract = oExo.donneTabReponses();
+    for (var j = 0; j < tabInteract.length; j++) {
+        qTmp.ajouteInteraction(tabInteract[j]);
+    }
+    this.questions[ajouteDansTabQuestion] = qTmp;
+    this.estJugee = false;
+    if (oSco.autoriserReprise) {
+        var enrTentative = true;
+        if (this.evalEnregistreScore == "non") {
+            enrTentative = false;
+        }
+        if (this.evalEnregistreScore == "premier" && (this.etatPrecedent == "passed" || this.etatPrecedent == "failed")) {
+            enrTentative = false;
+        }
+        if (enrTentative) {
+            this.envoieInteractionsLMS(qTmp, ajoute, remplacement);
+            this.frequenceCommit++;
+            if (this.frequenceCommit == 3) {
+                APIcommit();
+                this.frequenceCommit = 0;
+            }
+        }
+    }
+}
+
+function EVAL_envoieInteractionsLMS(qTmp, ajoute, remplacement) {
+    var objCh = "cmi.objectives." + ajoute + ".";
+    APIsetValue(objCh + "id", qTmp.codePage);
+    APIsetValue(objCh + "completion_status", "completed");
+    if (!this.questionnaire) {
+        var statut = "failed";
+        if (qTmp.valide) {
+            statut = "passed";
+        }
+        if (qTmp.correctionManuelle) {
+            statut = "unknown";
+        }
+        APIsetValue(objCh + "success_status", statut);
+        APIsetValue(objCh + "score.raw", qTmp.scoreAtteint);
+        APIsetValue(objCh + "score.max", qTmp.scoreTotal);
+        APIsetValue(objCh + "score.min", "0");
+        APIsetValue(objCh + "score.scaled", qTmp.scoreAtteint / qTmp.scoreTotal);
+    }
+    for (var n = 0; n < qTmp.interactions.length; n++) {
+        var iTmp = qTmp.interactions[n];
+        var nbInteract = APIgetValue("cmi.interactions._count");
+        for (var k = 0; k < nbInteract; k++) {
+            if (APIgetValue("cmi.interactions." + k + ".id") == iTmp.id) {
+                nbInteract = k;
+            }
+        }
+        var interCh = "cmi.interactions." + nbInteract + ".";
+        var resSet = APIsetValue(interCh + "id", iTmp.id);
+        if (resSet == "false") {
+            window.status = "Can't save interaction " + iTmp.id + " : " + interCh;
+        }
+        if (resSet == "true") {
+            APIsetValue(interCh + "result", iTmp.result);
+            APIsetValue(interCh + "type", iTmp.typeSCORM);
+            APIsetValue(interCh + "timestamp", iTmp.timestamp);
+            APIsetValue(interCh + "learner_response", iTmp.learner_response);
+            APIsetValue(interCh + "description", iTmp.description);
+            APIsetValue(interCh + "objectives.0.id", qTmp.codePage);
+        }
+    }
+}
+
+function EVAL_juger() {
+    if (!this.forcerRepQuestion) {
+        this.genererQuestionsRestantes();
+    }
+    this.scoreAtteint = Math.round(this.scoreAtteint * 10) / 10;
+    var scoreSup = 0;
+    if (this.scoreAtteint > 0) {
+        scoreSup = this.scoreAtteint;
+    }
+    if (this.scoreTotal > 0) {
+        this.pourcentageAtteint = Math.round(scoreSup * 1000 / this.scoreTotal) / 10;
+    } else {
+        this.pourcentageAtteint = 0;
+    }
+    if (this.pourcentageAtteint >= this.pourcentageRequis) {
+        this.valide = true;
+    }
+    this.estJugee = true;
+}
+
+function EVAL_determinerNiveau() {
+    var niveau = -1;
+    var n = 0;
+    while (n < this.tabIntervalCmt.length) {
+        var tabBorne = this.tabIntervalCmt[n].split('-');
+        if (tabBorne.length > 2) {
+            var min = tabBorne[0];
+            var max = tabBorne[1];
+            if ((min != '') && (max != '')) {
+                min = Number(min);
+                max = Number(max);
+                if ((!isNaN(min)) && (!isNaN(max))) {
+                    if ((this.pourcentageAtteint >= min) && (this.pourcentageAtteint <= max)) {
+                        niveau = n;
+                        n = 100;
+                        this.branchement = tabBorne[2];
+                    }
+                }
+            }
+        }
+        n++;
+    }
+    return niveau;
+}
+
+function EVAL_donneCommentaire(niveau) {
+    var txt = this.commentaires[niveau];
+    txt = txt.replace(/\n/g, "<br>");
+    return txt;
+}
+
+function EVAL_allerSuivant() {
+    if (this.etatCorrige) {
+        window.contenu.location = RACINE_stage + "contenu/local/" + this.stylePgResultats + "." + oSco.version;
+    } else {
+        var peutJugerEval = true;
+        if (oSco.autorisePrecedent == 'oui') {
+            peutJugerEval = false;
+        } else if (existeExerciceSuivant()) {
+            peutJugerEval = false;
+        }
+        if (peutJugerEval) {
+            if (!this.estJugee) {
+                this.juger();
+                this.resultatsLMS();
+            }
+        }
+        var numSuiv = this.numPageSuivante();
+        if (numSuiv > 0) {
+            SCO_allerPage(numSuiv);
+        } else {
+            this.sortieEvaluation();
+        }
+    }
+}
+
+function EVAL_sortieEvaluation() {
+    oSco.autorisePrecedent = 'non';
+    if (!this.estJugee) {
+        this.juger();
+        this.resultatsLMS();
+    } else {
+        SCO_termineCompteur();
+        tempsActiviteLimite = 0;
+    }
+    var dejaPasse = false;
+    if (this.formEnvoiReponses != '') {
+        if (this.formAffiche == "oui") {
+            dejaPasse = true;
+            window.contenu.location = RACINE_stage + "MosMtr/gen/envoiReponses.htm";
+        } else {
+            initXmlHttp();
+            var chemx = this.formEnvoiReponses;
+            if (chemx.indexOf("//:") < 0) {
+                chemx = RACINE_stage + "sco/" + chemx;
+            }
+            objHTTP.open("POST", chemx, true);
+            objHTTP.onreadystatechange = usrAsyncComplete;
+            objHTTP.send(this.donneFormXML("utf-8"));
+        }
+    }
+    if (!dejaPasse) {
+        if (this.evalPageResultats) {
+            window.contenu.location = RACINE_stage + "contenu/local/" + this.stylePgResultats + "." + oSco.version;
+        } else {
+            this.determinerNiveau();
+            if (this.branchement == '') {
+                if (SCO_suivantPossible()) {
+                    SCO_pageSuivante();
+                }
+            } else {
+                if (this.branchement.indexOf('/') < 0) {
+                    this.branchement += '/';
+                }
+                window.contenu.GLOBAL_allerPage(this.branchement);
+            }
+        }
+    }
+}
+
+function EVAL_numPageSuivante() {
+    var numChe = oSco.numPageCourante + 1;
+    var trouve = false;
+    var oPage = oSco.donnePage(numChe);
+    while (oPage != null && !trouve) {
+        if (oPage.validePrerequis()) {
+            trouve = true;
+        } else {
+            numChe++;
+            oPage = oSco.donnePage(numChe);
+        }
+    }
+    if (!trouve) {
+        numChe = -1;
+    }
+    return numChe;
+}
+
+function EVAL_peutAllerPageResultats() {
+    return (this.evalPageResultats && window.contenu.location.href.indexOf("/local/resultats") < 0);
+}
+
+function EVAL_donneReponsesQuestion(codePageExo) {
+    var res = null;
+    for (var i = 0; i < this.questions.length; i++) {
+        if (this.questions[i].codePage == codePageExo) {
+            res = this.questions[i].interactions;
+        }
+    }
+    return res;
+}
+
+function EVAL_donneFormXML(encodage) {
+    var idUtil = oSco.idUtil;
+    if (idUtil == "") {
+        idUtil = SCO_donneParam("idU");
+    }
+    if (idUtil == "") {
+        idUtil = "localUser";
+    }
+    var res = '<?xml version="1.0" encoding="' + encodage + '"?><mosForm>';
+    res += '<evaluation id="' + oSco.identifiant + '" location="' + masqueTexte(window.location.href) + '" score_raw="' + this.scoreAtteint + '" score_max="' + this.scoreTotal + '" score_min="' + this.scoreMin + '" requiredPercent="' + this.pourcentageRequis + '" passed="' + this.valide + '" lang="' + oSco.langue + '" session_time="' + temps_session + '" date="' + getDateServeur("") + '">';
+    res += '<title>' + masqueTexte(oSco.titre) + '</title>';
+    res += '<course id="' + oSco.codeStage + '">' + masqueTexte(oSco.titreStage) + '</course>';
+    res += '<student id="' + idUtil + '">' + APIgetValue("cmi.learner_name") + '</student>';
+    res += '<objectives>';
+    for (var i = 0; i < this.questions.length; i++) {
+        var oQues = this.questions[i];
+        var statut = "failed";
+        if (oQues.valide) {
+            statut = "passed";
+        }
+        res += '<objective id="' + oQues.codePage + '" score_raw="' + oQues.scoreAtteint + '" score_max="' + oQues.scoreTotal + '" score_min="' + oQues.scoreMin + '" status="' + statut + '" type="' + oQues.type + '">';
+        res += '<title>' + masqueTexte(oQues.titre) + '</title>';
+        res += '<interactions>';
+        for (var n = 0; n < oQues.interactions.length; n++) {
+            var oInter = oQues.interactions[n];
+            var student_res = new String(oInter.learner_response);
+            student_res = student_res.replace(/"/g, '&quot;');
+            res += '<interaction id="' + oInter.id + '" learner_response="' + masqueTexte(student_res) + '" result="' + oInter.result + '" type="' + oInter.typeSCORM + '" description="' + oInter.description + '"/>';
+        }
+        res += '</interactions>';
+        res += '</objective>';
+    }
+    res += "</objectives></evaluation></mosForm>";
+    return res;
+}
+
+function masqueTexte(val) {
+    val = val.replace(/"/g, '&quot;');
+    val = val.replace(/&/g, '&amp;');
+    val = val.replace(/\n/g, '\\n');
+    val = val.replace(/</g, '&lt;');
+    val = val.replace(/>/g, '&gt;');
+    return val;
+}
+
+function EVAL_resultatsLMS() {
+    APIsetValue("cmi.completion_status", "completed");
+    var enregistreTentative = true;
+    if (this.evalEnregistreScore == 'non') {
+        enregistreTentative = false;
+    } else if (this.evalEnregistreScore == 'premier' || this.evalEnregistreScore == 'meilleur') {
+        if (this.etatPrecedent == "passed" || this.etatPrecedent == "failed") {
+            if (this.evalEnregistreScore == 'premier') {
+                enregistreTentative = false;
+            } else {
+                var estMeilleureTentative = "passed";
+                var estPasMeilleureTentative = "failed";
+                if (this.scorePrecedent > -2) {
+                    var scoreU = this.pourcentageAtteint / 100;
+                    if (this.scorePrecedent > scoreU) {
+                        enregistreTentative = false;
+                        estMeilleureTentative = "failed";
+                        estPasMeilleureTentative = "passed";
+                    }
+                }
+                changeObjectifSecondaire("IS_BEST_ATTEMPT", estMeilleureTentative);
+                changeObjectifSecondaire("IS_NOT_BEST_ATTEMPT", estPasMeilleureTentative);
+            }
+        }
+    }
+    if (enregistreTentative) {
+        if (this.questionnaire) {
+            APIsetValue("cmi.score.scaled", "1");
+            APIsetValue("cmi.success_status", "passed");
+        } else {
+            var score_scaled = -2;
+            if (this.scoreTotal > 0) {
+                score_scaled = this.pourcentageAtteint / 100;
+                if (!this.correctionManuelle) {
+                    APIsetValue("cmi.score.scaled", score_scaled);
+                    APIsetValue("cmi.score.raw", this.scoreAtteint);
+                }
+                APIsetValue("cmi.score.max", this.scoreTotal);
+                APIsetValue("cmi.score.min", this.scoreMin);
+            }
+            var etat_succ = "failed";
+            if (this.valide) {
+                etat_succ = "passed";
+            }
+            if (this.correctionManuelle) {
+                etat_succ = "unknown";
+            }
+            APIsetValue("cmi.success_status", etat_succ);
+            if (this.evalEnregistreScore == 'premier' || this.evalEnregistreScore == 'meilleur') {
+                SCO_modifAllocation(oSco.identifiant + "_success_status", etat_succ, "course");
+                SCO_modifAllocation(oSco.identifiant + "_score_scaled", score_scaled, "course");
+            }
+        }
+        if (!oSco.autoriserReprise) {
+            for (var i = 0; i < this.questions.length; i++) {
+                var compteObj = APIgetValue("cmi.objectives._count");
+                var ajoute = compteObj;
+                for (var t = 0; t < compteObj; t++) {
+                    if (APIgetValue("cmi.objectives." + t + ".id") == this.questions[i].codePage) {
+                        ajoute = t;
+                    }
+                }
+                this.envoieInteractionsLMS(this.questions[i], ajoute, false);
+            }
+        }
+        if (this.reponsesPrecedentes) {
+            SCO_modifAllocation(oSco.identifiant + "_responses", this.donneFormXML("utf-8"), "course");
+        }
+        changeObjectifSecondaire("ATTEMPT_SENT_TO_LMS", "passed");
+    } else {
+        changeObjectifSecondaire("ATTEMPT_SENT_TO_LMS", "failed");
+        if (this.evalEnregistreScore == 'non') {
+            APIsetValue("cmi.success_status", "passed");
+        }
+    }
+    if (oSco.autorisePrecedent != 'oui') {
+        SCO_termineCompteur();
+        tempsActiviteLimite = 0;
+    }
+    valeurExit("normal");
+    if (this.peutAllerPageResultats()) {
+        APIcommit();
+    }
+    if (oSco.autorisePrecedent != 'oui') {
+        temps0 = 0;
+    }
+}
+
+function usrAsyncComplete() {
+    if (objHTTP.readyState != 4) return (false);
+    usrCheckHTTPStatus("200");
+}
+
+function usrCheckHTTPStatus(sExpected) {
+    if (objHTTP.status != sExpected) {
+        alert("Error " + objHTTP.status + ": " + objHTTP.statusText);
+        newWindow = window.open();
+        newWindow.document.body.innerHTML = objHTTP.responseText;
+        return (false);
+    } else return (true);
+} /* WBCInteraction */
+function WBCInteraction(id0, typeSCORM1, result, learner_response, timestamp, description) {
+    this.id = id0;
+    this.typeSCORM = typeSCORM1;
+    this.result = result;
+    this.learner_response = learner_response;
+    this.timestamp = timestamp;
+    this.description = description;
+}/* WBCQuestion */
+function WBCQuestion(codePage, titre, valide, scoreTotal, scoreAtteint, scoreMin, type) {
+    this.titre = titre;
+    this.valide = valide;
+    this.scoreTotal = scoreTotal;
+    this.scoreAtteint = scoreAtteint;
+    this.scoreMin = scoreMin;
+    this.codePage = codePage;
+    this.type = type;
+    this.correctionManuelle = false;
+    this.interactions;
+    this.ajouteInteraction = WBCQ_ajouteInteraction;
+    this.init = WBCQ_init;
+}
+
+function WBCQ_init() {
+    this.interactions = new Array();
+}
+
+function WBCQ_ajouteInteraction(tabReponses) {
+    var typeSCORM = "choice";
+    if (this.type == "TAT") {
+        typeSCORM = tabReponses[4];
+    } else if (this.type == "CURS") {
+        typeSCORM = "numeric";
+    } else if (this.type == "GD" || this.type == "QM") {
+        typeSCORM = "matching";
+    } else if (this.type == "SEQ") {
+        typeSCORM = tabReponses[4];
+    } else if (this.type == "EXP") {
+        typeSCORM = tabReponses[4];
+    }
+    var resultSCORM = "incorrect";
+    if (tabReponses[0]) {
+        resultSCORM = "correct";
+    }
+    if (oSco.evaluation.questionnaire) {
+        resultSCORM = "neutral";
+    } else if (this.type == "TAT" && tabReponses[3].indexOf("[manualCorrection]") == 0) {
+        resultSCORM = "neutral";
+        this.correctionManuelle = true;
+        oSco.evaluation.correctionManuelle = true;
+    }
+    var dateevt = getDateServeur("");
+    this.interactions[this.interactions.length] = new WBCInteraction(this.codePage + "_" + tabReponses[2], typeSCORM, resultSCORM, tabReponses[1], dateevt, tabReponses[3]);
+}
+
+function getDateServeur(mode) {
+    var resu = '';
+    var dateJS = new Date();
+    var moisServeur = "0";
+    var jourServeur = "0";
+    var anneeServeur = dateJS.getUTCFullYear();
+    if (dateJS.getUTCMonth() + 1 < 10) {
+        moisServeur = moisServeur + (dateJS.getUTCMonth() + 1).toString();
+    } else {
+        moisServeur = dateJS.getUTCMonth() + 1;
+    }
+    if (dateJS.getUTCDate() < 10) {
+        jourServeur = jourServeur + (dateJS.getUTCDate()).toString();
+    } else {
+        jourServeur = dateJS.getUTCDate();
+    }
+    if (mode == 'yyyymmjj') {
+        resu = anneeServeur + "-" + moisServeur + "-" + jourServeur;
+    } else {
+        var heureServeur = "0";
+        var minutesServeur = "0";
+        var secondesServeur = "0";
+        if (dateJS.getUTCHours() < 10) {
+            heureServeur += (dateJS.getUTCHours()).toString();
+        } else {
+            heureServeur = dateJS.getUTCHours();
+        }
+        if (dateJS.getMinutes() < 10) {
+            minutesServeur += (dateJS.getMinutes()).toString();
+        } else {
+            minutesServeur = dateJS.getUTCMinutes();
+        }
+        if (dateJS.getSeconds() < 10) {
+            secondesServeur += (dateJS.getSeconds()).toString();
+        } else {
+            secondesServeur = dateJS.getUTCSeconds();
+        }
+        resu = anneeServeur + "-" + moisServeur + "-" + jourServeur + "T" + heureServeur + ":" + minutesServeur + ":" + secondesServeur;
+    }
+    return resu;
+}
+
+function initXmlHttp() {
+    try {
+        objHTTP = new XMLHttpRequest();
+    } catch (e) {
+        objHTTP = new ActiveXObject("Msxml2.XMLHTTP");
+    }
+}
+
+function evalVerifPrerequis(val) {
+    var res = true;
+    if (val != '') {
+        if (val == 'SKIP') {
+            return false;
+        }
+        if (val.indexOf('RESULT') == 0) {
+            val = val.substring(6);
+        }
+        if (val.length > 1) {
+            val = val.replace(/&amp;/g, "&");
+            val = val.replace(/pg([\w|%]+)\(/g, "evalTestPre('pg$1',");
+            val = val.replace(/,\)/g, ")");
+            try {
+                res = eval(val);
+            } catch (e) {
+                res = false;
+            }
+        }
+    }
+    return res;
+}
+
+function evalTestPre(codeP, prm1, prm2, prm3) {
+    var rest = false;
+    var oQuestion = null;
+    if (codeP.indexOf("pg00000") == 0) {
+        codeP = codeP.substring(7);
+        var compteObj = APIgetValue("cmi.objectives._count");
+        var numObjTrouve = -1;
+        for (var t = 0; t < compteObj; t++) {
+            if (APIgetValue("cmi.objectives." + t + ".id") == codeP) {
+                numObjTrouve = t;
+            }
+        }
+        if (numObjTrouve >= 0) {
+            var nomcmi = "cmi.objectives." + numObjTrouve + ".";
+            if (prm1 == null || prm1 == "undefined") {
+                return (APIgetValue(nomcmi + "success_status") == "passed");
+            }
+            if (prm1 == "_score") {
+                var lsca = APIgetValue(nomcmi + "score.scaled");
+                if (lsca == "") {
+                    return 0;
+                }
+                return Number(lsca) * 100;
+            }
+        } else {
+            alert("Objective " + codeP + " not found in prerequisite");
+        }
+        return false;
+    }
+    for (var j = 0; j < oSco.evaluation.questions.length; j++) {
+        if (oSco.evaluation.questions[j].codePage == codeP) {
+            oQuestion = oSco.evaluation.questions[j];
+            j = 99;
+        }
+    }
+    if (oQuestion != null && oQuestion.interactions.length > 0) {
+        if (prm1 == null || prm1 == "undefined") {
+            return oQuestion.valide;
+        }
+        if (prm1 == "_score") {
+            return oQuestion.scoreAtteint;
+        }
+        rest = false;
+        if (oQuestion.type == "QC" || oQuestion.type == "EXP" || oQuestion.type == "SEQ") {
+            var studrep = oQuestion.interactions[0].learner_response;
+            var tabReps = studrep.split("[,]");
+            for (var k = 0; k < tabReps.length; k++) {
+                if (tabReps[k] == prm1) {
+                    rest = true;
+                    k = 99;
+                }
+            }
+        } else if (oQuestion.type == "GD" || oQuestion.type == "QM") {
+            var studrep = oQuestion.interactions[0].learner_response;
+            var tabReps = studrep.split("[,]");
+            for (var k = 0; k < tabReps.length; k++) {
+                if (tabReps[k] == prm1 + "[.]" + prm2) {
+                    rest = true;
+                    k = 99;
+                }
+            }
+        } else {
+            var oInter = null;
+            for (var m = 0; m < oQuestion.interactions.length; m++) {
+                if (oQuestion.interactions[m].id == codeP + "_" + prm1) {
+                    oInter = oQuestion.interactions[m];
+                }
+            }
+            if (oInter == null) {
+                alert(codeP + "_" + prm1 + " n'existe pas.");
+                return true;
+            }
+            var studrep = oInter.learner_response;
+            if (oQuestion.type == "TAT") {
+                if (oInter.typeSCORM == "choice") {
+                    if (studrep == prm2) {
+                        rest = true;
+                        k = 99;
+                    }
+                } else {
+                    rest = studrep;
+                }
+            } else if (oQuestion.type == "CURS") {
+                rest = studrep;
+            }
+        }
+    }
+    return rest;
+}
+
+function donneTextePre(codeP, prm1) {
+    var oQuestion = null;
+    for (var j = 0; j < oSco.evaluation.questions.length; j++) {
+        if (oSco.evaluation.questions[j].codePage == codeP) {
+            oQuestion = oSco.evaluation.questions[j];
+            j = 99;
+        }
+    }
+    if (oQuestion == null) {
+        return "";
+    }
+    var oInter = null;
+    if (prm1 == "") {
+        oInter = oQuestion.interactions[0];
+    }
+    for (var m = 0; m < oQuestion.interactions.length; m++) {
+        if (oQuestion.interactions[m].id == codeP + "_" + prm1) {
+            oInter = oQuestion.interactions[m];
+        }
+    }
+    if (oInter == null) {
+        alert("Interaction '" + codeP + "." + prm1 + "' was not found in prerequisite.");
+        return "";
+    }
+    return oInter.description;
+}
+
+function tabRegVT() {
+    var tabReg = new Array();
+    tabReg[0] = new RegExp("\\[CMI_NAME\\]");
+    tabReg[1] = new RegExp("\\[CMI_FIRSTNAME\\]");
+    tabReg[2] = new RegExp("\\[pg\\w+\\('\\w*'\\)\\]");
+    tabReg[3] = new RegExp("\\[LEX\\(\\d+\\)\\]");
+    return tabReg;
+}
+
+function variablesTexte(obj, tabReg) {
+    var lesfils = obj.childNodes;
+    for (var i = 0; i < lesfils.length; i++) {
+        var oFils = lesfils.item(i);
+        if (oFils.nodeType == 3) {
+            var memoVal = oFils.nodeValue;
+            var temp = memoVal;
+            if (temp.length > 5) {
+                var modif = false;
+                if (temp.match(tabReg[0])) {
+                    temp = temp.replace(tabReg[0], donneNomU());
+                    modif = true;
+                } else if (temp.match(tabReg[1])) {
+                    temp = temp.replace(tabReg[1], donnePrenomU());
+                    modif = true;
+                } else if (temp.match(tabReg[2])) {
+                    var debut = "";
+                    var fin = temp;
+                    var n = 0;
+                    var offs = temp.search(tabReg[2]);
+                    while (offs >= 0 && n < 20) {
+                        var tlemot = fin.match(tabReg[2]);
+                        var lemot = tlemot[0];
+                        debut += fin.substring(0, offs);
+                        fin = fin.substring(lemot.length + offs);
+                        lemot = lemot.substring(1, lemot.length - 1);
+                        lemot = lemot.replace(/pg(\w+)\(/g, "donneTextePre('pg$1',");
+                        try {
+                            lemot = eval(lemot);
+                        } catch (e) {
+                            lemot = "";
+                        }
+                        n++;
+                        offs = fin.search(tabReg[2]);
+                        debut += lemot;
+                    }
+                    temp = debut + fin;
+                    modif = true;
+                } else if (temp.match(tabReg[3])) {
+                    var debut = "";
+                    var fin = temp;
+                    var n = 0;
+                    var offs = temp.search(tabReg[3]);
+                    while (offs >= 0 && n < 20) {
+                        var tlemot = fin.match(tabReg[3]);
+                        var lemot = tlemot[0];
+                        debut += fin.substring(0, offs);
+                        fin = fin.substring(lemot.length + offs);
+                        lemot = lemot.substring(1, lemot.length - 1);
+                        lemot = lemot.replace(/\LEX\(/g, "donneTexteLex(");
+                        try {
+                            lemot = eval(lemot);
+                        } catch (e) {
+                            lemot = "";
+                        }
+                        n++;
+                        offs = fin.search(tabReg[3]);
+                        debut += lemot;
+                    }
+                    temp = debut + fin;
+                    modif = true;
+                }
+                if (modif) {
+                    var indRet = temp.indexOf("\n");
+                    if (indRet > 0 && memoVal == oFils.parentNode.innerHTML) {
+                        temp = temp.replace(/</g, "&lt;");
+                        temp = temp.replace(/>/g, "&gt;");
+                        temp = temp.replace(/\n/g, "<br>");
+                        oFils.parentNode.innerHTML = temp;
+                    } else {
+                        if (indRet > 0) {
+                            temp = temp.replace(/\n/g, ", ");
+                        }
+                        oFils.nodeValue = temp;
+                    }
+                }
+            }
+        } else if (oFils.nodeType == 1) {
+            variablesTexte(oFils, tabReg);
+        }
+    }
+}
+
+function donneTexteLex(num) {
+    return lexique.lexs[num];
+}
+
+function donnePrenomU() {
+    var res = '';
+    var nom = APIgetValue("cmi.learner_name");
+    var indexVirg = nom.indexOf(',');
+    if (indexVirg > 0) {
+        res = nom.substring(indexVirg + 1);
+        res = res.replace(/^\s+/, "");
+    }
+    return res;
+}
+
+function donneNomU() {
+    var res = '';
+    var nom = APIgetValue("cmi.learner_name");
+    var indexVirg = nom.indexOf(',');
+    if (indexVirg > 0) {
+        res = nom.substring(0, indexVirg);
+    }
+    return res;
+}
+
+function EVAL_effaceQuestion(codePage) {
+    for (var i = 0; i < this.questions.length; i++) {
+        if (this.questions[i].codePage == codePage) {
+            this.questions[i] = null;
+        }
+    }
+}
+
+function redemarrerEval() {
+    oSco.evaluation.questions = new Array();
+    oSco.evaluation.valide = false;
+    oSco.evaluation.etatCorrige = false;
+    oSco.evaluation.etatRejoue = false;
+    oSco.evaluation.scoreAtteint = 0;
+    oSco.evaluation.scoreTotal = 0;
+    oSco.evaluation.scoreMin = 0;
+    for (var i = 0; i < oSco.tabPages.length; i++) {
+        oSco.tabPages[i].etatVisite = false;
+    }
+    oSco.evaluation.estJugee = false;
+    SCO_allerPage(0);
+}
+
+function selectionnerExercices(nbMaxExercices) {
+    var compte = parseInt(nbMaxExercices);
+    var lesids = "[;]";
+    if (compte > 0 && compte < oSco.nbExercices()) {
+        var debK = 0;
+        var idPg = SCO_donneParam("idPg");
+        if (idPg != "") {
+            var num = oSco.numeroPage(idPg);
+            if (oSco.tabPages[num].estExercice()) {
+                lesids += oSco.tabPages[num].code + "[;]";
+                debK = 1;
+            }
+        }
+        for (var k = debK; k < compte; k++) {
+            var num = Math.floor(Math.random() * oSco.tabPages.length);
+            while (!oSco.tabPages[num].estExercice() || lesids.indexOf("[;]" + oSco.tabPages[num].code + "[;]") >= 0) {
+                num = Math.floor(Math.random() * oSco.tabPages.length);
+            }
+            lesids += oSco.tabPages[num].code + "[;]";
+        }
+        var nouveauTab = new Array();
+        for (var n = 0; n < oSco.tabPages.length; n++) {
+            if (!oSco.tabPages[n].estExercice() || lesids.indexOf("[;]" + oSco.tabPages[n].code + "[;]") >= 0) {
+                nouveauTab[nouveauTab.length] = oSco.tabPages[n];
+            }
+        }
+        oSco.tabPages = nouveauTab;
+    }
+}
+
+function melangerLesFils() {
+    var nbPris = 0;
+    var nouveauTab = new Array();
+    var lesnums = ";";
+    var tailleT = oSco.tabPages.length;
+    var indexDecal = 0;
+    if (tailleT > 0) {
+        var oPrem = oSco.tabPages[0];
+        while (oPrem && !oPrem.estExercice()) {
+            nouveauTab[indexDecal] = oPrem;
+            indexDecal++;
+            tailleT--;
+            oPrem = oSco.tabPages[indexDecal];
+        }
+    }
+    var tabDernierCours = new Array();
+    if (tailleT > 0) {
+        var numZ = oSco.tabPages.length - 1;
+        var oPrem = oSco.tabPages[numZ];
+        while (oPrem && !oPrem.estExercice()) {
+            tabDernierCours[tabDernierCours.length] = oPrem;
+            numZ--;
+            oPrem = oSco.tabPages[numZ];
+            tailleT--;
+        }
+    }
+    while (nbPris < tailleT) {
+        var num = Math.floor(Math.random() * tailleT);
+        num += indexDecal;
+        if (nbPris == 0) {
+            var idPg = SCO_donneParam("idPg");
+            if (idPg != "") {
+                var numPgc = oSco.numeroPage(idPg);
+                if (oSco.tabPages[numPgc].estExercice()) {
+                    num = numPgc;
+                }
+            }
+        }
+        if (lesnums.indexOf(";" + num + ";") < 0) {
+            nouveauTab[nouveauTab.length] = oSco.tabPages[num];
+            lesnums += num + ";";
+            nbPris++;
+        }
+    }
+    for (var n = tabDernierCours.length - 1; n >= 0; n--) {
+        nouveauTab[nouveauTab.length] = tabDernierCours[n];
+    }
+    oSco.tabPages = nouveauTab;
+}
+
+function EVAL_genererQuestionsRestantes() {
+    if (this.pourcentageRequis > 0) {
+        var numRest = oSco.numPageCourante;
+        for (var i = 0; i < oSco.tabPages.length; i++) {
+            var oPage = oSco.tabPages[i];
+            if (oPage.estExercice() && oPage.validePrerequis()) {
+                var questionExiste = false;
+                for (var n = 0; n < this.questions.length; n++) {
+                    if (this.questions[n].codePage == oPage.code) {
+                        questionExiste = true;
+                    }
+                }
+                if (!questionExiste) {
+                    var scoreAj = parseInt(oPage.score);
+                    if (isNaN(scoreAj)) {
+                        scoreAj = 10;
+                    }
+                    this.scoreTotal += scoreAj;
+                    var qTmp = new WBCQuestion(oPage.code, oPage.titre, false, scoreAj, 0, 0, "questionVide");
+                    qTmp.init();
+                    this.questions[this.questions.length] = qTmp;
+                }
+            }
+        }
+    }
+}
+
+function creerDOMObj(estMoz) {
+    objX = null;
+    if (estMoz) {
+        Document.prototype.loadXML = function (strXML) {
+            var objDOMParser = new DOMParser();
+            var objDoc = objDOMParser.parseFromString(strXML, "text/xml");
+            while (this.hasChildNodes()) {
+                this.removeChild(this.lastChild);
+            }
+            for (var i = 0; i < objDoc.childNodes.length; i++) {
+                try {
+                    var objImportedNode = this.importNode(objDoc.childNodes[i], true);
+                    this.appendChild(objImportedNode);
+                } catch (e) {
+                }
+            }
+            return true;
+        };
+        objX = document.implementation.createDocument("", "test", null);
+    } else {
+        try {
+            objX = new ActiveXObject("Msxml2.DOMDocument.6.0");
+        } catch (e) {
+            objX = new ActiveXObject("Msxml2.DOMDocument.3.0");
+        }
+    }
+    return objX;
+}
+
+function PF_attr(obj, nomAttr) {
+    if (obj == null) {
+        alert("Null Element for " + nomAttr);
+    }
+    try {
+        val = obj.getAttribute(nomAttr);
+    } catch (e) {
+        alert(nomAttr);
+        alert(obj.nodeName);
+    }
+    if (val == null) {
+        val = "";
+    }
+    return val;
+}
+
+function XML_texteNoeud(obj) {
+    var s = "";
+    if (obj == null) {
+        return "";
+    }
+    for (var i = 0; i < obj.childNodes.length; i++) {
+        var oNode = obj.childNodes[i];
+        if (oNode.nodeType == 3) s += oNode.nodeValue; else if (oNode.nodeType == 1) s += XML_texteNoeud(oNode);
+    }
+    return s;
+}
+
+function genererTableauPages(laSel) {
+    var nouveauTab = new Array();
+    var tabPagesSusp = laSel.split("[;]");
+    for (var n = 0; n < tabPagesSusp.length; n++) {
+        if (tabPagesSusp[n] != "") {
+            var npage = oSco.numeroPage(tabPagesSusp[n]);
+            if (npage >= 0) {
+                nouveauTab[nouveauTab.length] = oSco.tabPages[npage];
+            }
+        }
+    }
+    return nouveauTab;
+}
+
+function existeExerciceSuivant() {
+    var numChe = oSco.numPageCourante + 1;
+    var oPage = oSco.donnePage(numChe);
+    while (oPage != null) {
+        if (oPage.estExercice() && oPage.validePrerequis()) {
+            return true;
+        }
+        numChe++;
+        oPage = oSco.donnePage(numChe);
+    }
+    return false;
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/sco/ICsco.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/sco/ICsco.js
index aad9ff11798fa13b32529ec8d75402a7e8d590aa..26759bf61598a260c96aba9e7e8826039184d5c2 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/sco/ICsco.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/sco/ICsco.js
@@ -1 +1,982 @@
-var version_MosMtr="R1 023";var oSco; var lexique; var temps0=-1;var temps_session='';var allerEtapeSuivante=false;var allerEtapePrecedente=false;var RACINE_stage;var RACINE_pages;var surMosLMS=false;var agirSurLMS=true; var API=null; var etatSortie=false; var positionGloDetail="";var rechargePage=true;var pagePrecHisto="";var defilContenu=false;var necessiteLMS=false;var tempsActiviteLimite=0;function SCO_init(){entrerDonnees();var depuisSCOPere=false;if (SCO_donneParam("api")=="0"){depuisSCOPere=true;}var depuisLienFenetreCertifie=false;if (depuisSCOPere){agirSurLMS=false;var estStyleDiff=true;var pereEstLienFen=false;var decalDouble=0;try {var oPere=window.opener;if (oPere.oSco){depuisLienFenetreCertifie=true;}if (oPere.oSco.posFenLocale==oSco.posFenLocale){estStyleDiff=false;}if (oPere.agirSurLMS==false){if (oPere.opener!=null && oPere.opener.oSco!=null){decalDouble=40;}}} catch(e){}if (estStyleDiff || decalDouble>0){var tabP=oSco.posFenLocale.split(",");var haut=0;var gauche=0;if (tabP[0].indexOf("left=")==0){gauche=tabP[0].substring(5);}if (tabP[1].indexOf("left=")==0){gauche=tabP[1].substring(5);}if (tabP[0].indexOf("top=")==0){haut=tabP[0].substring(4);}if (tabP[1].indexOf("top=")==0){haut=tabP[1].substring(4);}window.moveTo(parseInt(gauche)+decalDouble,parseInt(haut)+decalDouble);if (estStyleDiff){window.resizeTo(parseInt(tabP[2].substring(6)),parseInt(tabP[3].substring(7)));}}}testerConfig();var strLoc=this.location.href;var indexD=strLoc.indexOf("sco/"+oSco.identifiant);if (indexD<0){indexD=strLoc.indexOf("sco\\"+oSco.identifiant);}RACINE_stage=strLoc.substring(0,indexD);RACINE_pages=RACINE_stage+"contenu/pages/";lexique = new ICLexique();lexique.init();LEX_entrerLexs(); try {if (parent.API_1484_11!=null&&parent.haut!=null){surMosLMS=true; }} catch(e){}if (agirSurLMS){APIinitialize();if (APIisRunning()!="true"){agirSurLMS=false;} else {oSco.idUtil=APIgetValue("cmi.learner_id");}if (necessiteLMS && surMosLMS && !top.SUR_CHORUS){if (!existeFenPere(window.top)){if (oSco.version=="xml"||parent.location.href.indexOf("start.hta")<0){oSco=null;agirSurLMS=false;top.LMS_masquerCadres();alert("Error 57. LMS not found.");return top.LMS_fermer();}} else if (oSco.version=="html" && !top.opener.DOMPrefs && !(top.opener.parent && top.opener.parent.contenu)){oSco=null;agirSurLMS=false;top.LMS_masquerCadres();alert("Error 58. LMS not found.");return top.LMS_fermer();}}}if (!agirSurLMS){if (necessiteLMS && !depuisLienFenetreCertifie){if (oSco.version=="html"){return alert("Error 55. LMS not found.");} else {if (!existeFenPere(window)){return alert("Error 56. LMS not found.");}}}var cstg=SCO_donneParam("stg");if (cstg!=""){oSco.codeStage=cstg;}}if (agirSurLMS){var launch_data=APIgetValue("cmi.launch_data");if (launch_data!=""){oSco.tabDonneesDemarrage=launch_data.split(";");if (oSco.tabDonneesDemarrage[2]=="oui"){oSco.autoriserReprise=true;}if (oSco.tabDonneesDemarrage[3]=="non"){oSco.passageEntreActivites=false;}}}oSco.penaliserMauvaiseReponse=oSco.scoreNegatif;if (oSco.etatEvaluation){ if ((oSco.tabDonneesDemarrage!=null)&&(oSco.tabDonneesDemarrage[1]=='entrainement')){ oSco.etatEvaluation=false; oSco.evaluation=null; } else {oSco.evaluation.init(); } }var numPremierePage=0;var nbPages=oSco.tabPages.length;var idPg=SCO_donneParam("idPg");var directionVersPrecedent=false;if (idPg=="" && oSco.autoriserReprise && agirSurLMS){var depuisBtnPrec=SCO_donneAllocation("depuisBtnPrec","course");if (depuisBtnPrec=="oui"){SCO_modifAllocation("depuisBtnPrec","","course");if (nbPages>1 && APIgetValue('cmi.entry')!='resume'){if (!oSco.etatEvaluation || oSco.evaluation.questions.length>0){if (oSco.autorisePrecedent=='oui' || (!oSco.etatEvaluation && oSco.autorisePrecedent=='')){numPremierePage=nbPages-1;directionVersPrecedent=false;}}}}}if (idPg!=""){numPremierePage=oSco.numeroPage(idPg);if (numPremierePage<0){numPremierePage=0;}} else {if (oSco.autoriserReprise && APIgetValue('cmi.entry')=='resume'){var tabParmSusp=APIgetValue("cmi.suspend_data").split("##");for (var i=0;i<tabParmSusp.length;i++){if (tabParmSusp[i].indexOf("visitedPages=")==0){var laSel=tabParmSusp[i].substring(13);var nouveauTab=new Array();var tabPagesSusp=laSel.split("[;]");for (var n=0;n<tabPagesSusp.length;n++){if (tabPagesSusp[n]!=""){var oPg=oSco.donnePage(oSco.numeroPage(tabPagesSusp[n]));if (oPg!=null){oPg.etatVisite=true;}}}}}var idPg=APIgetValue('cmi.location');if (idPg!=''){numPremierePage=oSco.numeroPage(idPg);}} } if (agirSurLMS){ if (SCO_enregistrerEtatEntrainement()){if (SCO_donneAllocation(oSco.identifiant+"_success_status","course")=="passed"){oSco.dejaReussi=true;}} } if (nbPages>1 && oSco.autoriserReprise){ valeurExit('suspend'); } else {valeurExit('');} if (numPremierePage<0){numPremierePage=0;}if (agirSurLMS){ if (APIgetValue("cmi.entry")=="ab-initio"){ APIsetValue("cmi.completion_status","not attempted");} var valMaxTA=APIgetValue("cmi.max_time_allowed"); if (valMaxTA!=""){ var intv=intervalleEnMS(valMaxTA); if (APIgetValue("cmi.entry")=="resume"){ var dejaPris=intervalleEnMS(APIgetValue("cmi.total_time")); intv=intv-dejaPris; if (intv<100){intv=100;} } tempsActiviteLimite=intv; setTimeout(SCO_tempsDepasse,intv); changeObjectifSecondaire("EXIT_ON_TIMEOUT","failed"); } }SCO_demarreCompteur();var leBonNum=numPremierePage;var oPage=oSco.donnePage(numPremierePage);if (oPage==null){leBonNum=0;oPage=oSco.tabPages[0];}if (oSco.etatEvaluation && oSco.evaluation.etatRejoue){window.contenu.location = RACINE_stage+"contenu/local/"+oSco.evaluation.stylePgResultats+"."+oSco.version;} else {if (idPg=="" && !oPage.validePrerequis()){if (directionVersPrecedent){SCO_pagePrecedente();} else {SCO_pageSuivante();}} else {SCO_allerPage(leBonNum);}}}function testerConfig(){var verStr=navigator.appVersion;var app=navigator.appName;var versionNavig = parseFloat(verStr);if (verStr.indexOf("Win") > 0) {oSco.config_plateforme="WIN";}if (verStr.indexOf("Mac") > 0) {oSco.config_plateforme="MAC";}if (app.indexOf('Microsoft') != -1) { oSco.config_navigateur="IE"; } else if (app.indexOf('Netscape') != -1) { oSco.config_navigateur="Netscape"; }}function SCO_enrHistorique(){var oPage=oSco.donnePage(oSco.numPageCourante);if (oPage!=null){if (oPage.etatVisite){oPage.premiereVisite=false;}oPage.etatVisite=true;} }function SCO_quitter(){if (agirSurLMS && APIisRunning()){if (oSco.autoriserReprise){SCO_positionSortie();}if (oSco.evaluation && !oSco.evaluation.estJugee && oSco.autorisePrecedent=='oui'){var toutRepondu=true;for (var i=0;i<oSco.tabPages.length;i++){var oPage=oSco.tabPages[i];if (oPage.estExercice()){if (oSco.evaluation.donneReponsesQuestion(oPage.code)==null){toutRepondu=false;}}}if (toutRepondu){valeurExit("normal");oSco.evaluation.juger();oSco.evaluation.resultatsLMS();APIcommit();}}SCO_terminer(); }}function SCO_terminer(){if (agirSurLMS && APIisRunning()){ SCO_termineCompteur(); APIterminate(); }}function SCO_pageSuivante(){if (allerEtapeSuivante){valeurExit("normal");APIsetValue("adl.nav.request","continue");SCO_terminer();} else {SCO_allerPage(SCO_numPageSuivante(false));}}function SCO_numPageSuivante(enArriere){var ajDir=1;if (enArriere){ajDir=-1;}var numChe=oSco.numPageCourante+ajDir;var trouve=false;var oPage=oSco.donnePage(numChe);while (oPage!=null &&!trouve){trouve=oPage.validePrerequis();if (!trouve){numChe+=ajDir;oPage=oSco.donnePage(numChe);}}if (!trouve){numChe=-1;}return numChe;}function SCO_allerPage(num){var oPage=oSco.donnePage(num);if (oPage!=null){oSco.numPageCourante=num;allerEtapePrecedente=false;allerEtapeSuivante=false;var titrefens=oSco.titre;if (oPage.dateMAJ!=""){titrefens=oPage.titre;if (oSco.nombrePages()>1){if (oSco.titre!=oPage.titre){titrefens=oSco.titre+" - "+oPage.titre;}}}window.document.title=titrefens;window.contenu.location = RACINE_pages+oPage.code+"."+oSco.version;}}function SCO_evaluerCompletion(){var nMax=0;var nbVisite=0;for (var j=0;j<oSco.tabPages.length;j++){if (oSco.tabPages[j].validePrerequis()){nMax++;if (oSco.tabPages[j].etatVisite){nbVisite++;if (oSco.etatEvaluation && !oSco.evaluation.forcerRepQuestion && oSco.tabPages[j].estExercice()){if (oSco.evaluation.donneReponsesQuestion(oSco.tabPages[j].code)==null){nbVisite--;}}}}}var pcvisite=Math.round(nbVisite/nMax*100);if (oSco.tabPages.length>1){APIsetValue("cmi.progress_measure",pcvisite/100);}var ancienEtat=APIgetValue("cmi.completion_status");if (ancienEtat!="completed"){var nEtat="";if (pcvisite>=oSco.niveauIncomplet){nEtat="incomplete";}if (pcvisite>=oSco.niveauComplete && !oSco.etatEvaluation){nEtat="completed";}if (nEtat!="" && ancienEtat!=nEtat){APIsetValue("cmi.completion_status",nEtat);if (!oSco.etatEvaluation && nEtat=="completed"){APIsetValue("cmi.success_status","passed");if (SCO_enregistrerEtatEntrainement()){SCO_modifAllocation(oSco.identifiant+"_success_status","passed","course");}APIcommit();}}}}function SCO_pagePrecedente(){if (allerEtapePrecedente){if (!oSco.etatEvaluation || !oSco.autoriserReprise){valeurExit("normal");}if (oSco.autoriserReprise){SCO_modifAllocation("depuisBtnPrec","oui","course");}var res=APIsetValue("adl.nav.request","previous");SCO_terminer();} else {SCO_allerPage(SCO_numPageSuivante(true));}}function SCO_suivantPossible(){var possible=true;var dernierePage=false;if (oSco.evaluation!=null){if (oSco.evaluation.numPageSuivante()<0){dernierePage=true;if (oSco.evaluation.peutAllerPageResultats()){dernierePage=false;}}} else {if (SCO_numPageSuivante(false)<0){dernierePage=true;}}if (dernierePage){if (oSco.passageEntreActivites && agirSurLMS && APIgetValue("adl.nav.request_valid.continue")=="true"){possible=true;allerEtapeSuivante=true;} else {possible=false;}}return possible;}function SCO_precedentPossible(){var res=false;if (oSco.numPageCourante>0){res=true;if (SCO_numPageSuivante(true)<0){res=false;}}if (!res) {if (oSco.passageEntreActivites && agirSurLMS && APIgetValue("adl.nav.request_valid.previous")=="true"){res=true;allerEtapePrecedente=true;}}return res;}function SCO_demarreCompteur() { var oDate = new Date(); temps0=oDate.getTime();}function SCO_termineCompteur() { if (temps0>0) { var temps1 = new Date().getTime(); var elapsedSeconds = parseInt(((temps1 - temps0)/1000)); temps_session = formaterSecondes(elapsedSeconds); APIsetValue("cmi.session_time",temps_session); }}function formaterSecondes(ts){ var sec = (ts % 60); ts -= sec; var tmp = (ts % 3600); ts -= tmp; sec = Math.round(sec); var hour,min; if ((ts % 3600) != 0 ) hour = 0; else hour = (ts / 3600); if ( (tmp % 60) != 0 ) min = 0; else min = (tmp / 60); return intervalleTemps(hour,min,sec);}function intervalleEnMS(t){ var strTemps=new String(t); strTemps=strTemps.substring(strTemps.indexOf('T')+1); var indY=strTemps.indexOf("H"); var heures=0; if (indY>0){ heures=parseInt(strTemps.substring(0,indY)); strTemps=strTemps.substring(indY+1); } indY=strTemps.indexOf("M"); var min=0; if (indY>0){ min=parseInt(strTemps.substring(0,indY)); strTemps=strTemps.substring(indY+1); } indY=strTemps.indexOf("S"); var sec=0; if (indY>0){ sec=parseInt(strTemps.substring(0,indY)); } return ((heures*3600)+(min*60)+sec)*1000;}function SCO_positionSortie(){var page=oSco.donnePage(oSco.numPageCourante);if (page!=null){APIsetValue("cmi.location",page.code);} else {APIsetValue("cmi.location","");}var lesids="[;]";for (var n=0;n<oSco.tabPages.length;n++){if (oSco.tabPages[n].etatVisite){lesids+=oSco.tabPages[n].code+"[;]";}}var suspend=APIgetValue("cmi.suspend_data");if (suspend!=""){var inVs=suspend.indexOf("visitedPages=");if (inVs==0){suspend="";}else if (inVs>0){suspend=suspend.substring(0,inVs);} else {suspend+="##";}}APIsetValue("cmi.suspend_data",suspend+"visitedPages="+lesids);}function valeurExit(val){ APIsetValue("cmi.exit",val);}function SCO_titrePageSuivante(){var res='';var page=oSco.donnePage(oSco.numPageCourante+1);if (page!=null){res=page.titre;}return res;}function SCO_titrePagePrecedente(){var res='';var page=oSco.donnePage(oSco.numPageCourante-1);if (page!=null){res=page.titre;}return res;}var idMotCherche;function donneIdMotCherche(){return idMotCherche;}function SCO_afficherMotGlossaire(idMotGloss){var largeur,hauteur,gauche,haut;if (positionGloDetail==""){gauche=50;haut=50;largeur = 300;hauteur = 300;} else {var tabParm=positionGloDetail.split(",");gauche=tabParm[0];haut=tabParm[1];largeur = tabParm[2];hauteur = tabParm[3];}var position="left="+gauche+",top="+haut+",width="+largeur+",height="+hauteur+",";idMotCherche=idMotGloss;var nFen=oSco.codeStage;nFen=nFen.replace(/[- \.\/:]/g,'_');var locGFlo=RACINE_stage;if (oSco.refGlo!=''){locGFlo=RACINE_stage+"../"+oSco.refGlo+"/";}var fenGloDetail=window.open(locGFlo+"contenu/glossaire/glossaire."+oSco.version,'GlossaireDetail'+nFen,'toolbar=no,status=no,menubar=no,'+position+'scrollbars=no,resizable=yes');fenGloDetail.focus();}function SCO_ouvrirDoc(code,type){var nomFen='fenDoc'+code;var srcD;if (type=='REFERENCE'){var addr=oSco.csSCO_paramDoc(code,3);if (addr.match(/^\w+:/)==null){addr=RACINE_stage+addr;}srcD=addr;} else {srcD=RACINE_stage+'contenu/pages/'+oSco.csSCO_paramDoc(code,2)+"."+type;}var pos=oSco.csSCO_paramDoc(code,1);if (pos.indexOf('inclus')==0){var afficheSimple=true;if (APIgetValue("adl.nav.request_valid.choice.{target="+code+"}")=="true"){APIsetValue("adl.nav.request","{target="+code+"}choice");afficheSimple=false;SCO_quitter();}if (afficheSimple){window.contenu.location=srcD;} } else {var largeur;var hauteur;var decalx = 0;var decaly = 0;if (pos!=''){var tabP=pos.split(',');decalx=parseInt(tabP[1]);if (isNaN(decalx)){decalx=0;}else if (decalx<0){decalx=screen.width+decalx;}decaly=parseInt(tabP[2]);if (isNaN(decaly)){decalx=0;}else if (decaly<0){decaly=screen.height+decaly;}largeur=tabP[3];hauteur=tabP[4];} else {largeur=screen.width;hauteur=screen.height;}var position="width="+largeur+",height="+hauteur+",left="+decalx+",top="+decaly;var optMenubar=oSco.csSCO_paramDoc(code,4);if (optMenubar=="null"){window.open(srcD);} else {if (optMenubar.indexOf("scrollbars")<0){optMenubar+=",scrollbars=yes";}if (optMenubar.indexOf("resizable")<0){optMenubar+=",resizable=yes";}if (optMenubar.indexOf("toolbar")<0){optMenubar+=",toolbar=no";}if (optMenubar.indexOf("menubar")<0){optMenubar+=",menubar=no";}if (optMenubar.indexOf("status")<0){optMenubar+=",status=no";}if (optMenubar.indexOf("location")<0){optMenubar+=",location=no";}if (optMenubar.indexOf(",")!=0){optMenubar=","+optMenubar;}var fenDoc=window.open(srcD,nomFen,position+optMenubar);fenDoc.focus();}}}function titreFenDoc(nom){try{fenDoc.document.title=nom;}catch(e){}}function donneLex(num){return lexique.lexs[num];}function donneTitreStage(){ return (oSco.titreStage);}function donneLangue(){ return (oSco.langue);}function donneNomModuleCourant(){ return (oSco.nomModuleCourant);} function donneNomUtilisateur(){var res='';var nom=APIgetValue("cmi.learner_name");var indexVirg=nom.indexOf(',');if (indexVirg>0 && nom.length>2){res=nom.substring(indexVirg+1,nom.length)+' '+nom.substring(0,indexVirg);} return res;}function donneDateCourante(){ return (oSco.donneDate(oSco.dateCourante));}function donneDroits(){ return (oSco.nomEntreprise);}function donneVersion(){ return (oSco.version);}function donneNomEtapeCourante(){ return oSco.titre;}function SCO_tempsDepasse(){tempsActiviteLimite=0;var activeLimite=true;if (oSco.etatEvaluation){if (oSco.evaluation.etatCorrige || window.contenu.location.href.indexOf("local/resultats")>0){ activeLimite=false;}}if (activeLimite){var actionFin=APIgetValue("cmi.time_limit_action");if (actionFin.indexOf("exit")==0){SCO_termineCompteur();temps0=0; }var actionPerso="";if ((oSco.tabDonneesDemarrage!=null)&&(oSco.tabDonneesDemarrage[0]!="")){actionPerso=oSco.tabDonneesDemarrage[0];}if (actionFin.indexOf("exit")==0){if (actionPerso==""){actionPerso="exitAll";}if (actionPerso=="exitAll"){valeurExit("time-out");}else {valeurExit("");}changeObjectifSecondaire("EXIT_ON_TIMEOUT","passed");} if (actionFin.indexOf(",message")>0){var nlex=-1;if (actionPerso=="exitAll"||actionPerso=="suspendAll"||actionPerso=="abandonAll"){nlex=89;}if (actionPerso=="retry"){nlex=91;}if (actionPerso=="continue"){nlex=93;if (oSco.etatEvaluation){nlex=94;}}if (actionPerso=="previous"){nlex=92;}if (actionPerso=="exit"){nlex=90;}var msgx="";if (nlex>0){msgx=donneLex(nlex);}alert(donneLex(63)+"\n"+msgx);}if (oSco.etatEvaluation){if (actionPerso=="continue"){valeurExit("normal");oSco.evaluation.genererQuestionsRestantes();oSco.numPageCourante=oSco.tabPages.length-1;return oSco.evaluation.sortieEvaluation();}}navRequest(actionPerso);if (actionPerso!=""){setTimeout("window.location='"+RACINE_stage+"MosMtr/gen/blanc.gif'",1500);}}}function terminerSCODepuisTempParc(){if (oSco.evaluation&&!oSco.evaluation.estJugee){if (oSco.evaluation.questions.length>0){valeurExit("normal");oSco.evaluation.genererQuestionsRestantes();oSco.evaluation.juger();oSco.evaluation.resultatsLMS();APIcommit();}}}/* Classe Lexique */function ICLexique() { this.lexs; this.init = LEXO_init; this.ajLex = LEX_ajouterLex;}function LEXO_init(){this.lexs=new Array();}function LEX_ajouterLex(id,lex){this.lexs[id]=lex;}function SCO_donneParam(nomP){ var res=''; var params=window.location.search; if ((params!="")&&(params.indexOf('%26')>0)){params=params.replace(/%26/,'&');} var ind=params.indexOf(nomP+'='); if (ind>0){ var reste=params.substring(ind+nomP.length+1); var indexFin=reste.indexOf('&'); if (indexFin<0){indexFin=params.length;} res= reste.substring(0,indexFin); } else if ((nomP=="idU")&&(top.window!=window)){ try {res=top.donneParam(nomP);} catch(e){} } return res;}function intervalleTemps(strHour, strMin, strSec){var strTime = "P";var intHour = parseInt(strHour);var intMin= parseInt(strMin);var intSec= parseInt(strSec); if (( intHour > 0) || ( intMin > 0) || ( intSec > 0)) { strTime += "T"; if (intHour> 0)strTime += intHour + "H"; if (intMin> 0)strTime += intMin + "M"; if (intSec> 0 ){strTime += ( intSec + "S");}} if (strTime == "P") strTime = "PT0H0M0S"; return strTime;}function SCO_enregistrerEtatEntrainement(){return (oSco.bloquantSaufAcheve && oSco.exoBloquant=="oui" && oSco.evaluation==null);}function SCO_exerciceBloquant(){if (oSco.exoBloquant!="oui"){return false;}if (oSco.bloquantSaufAcheve && oSco.dejaReussi){return false;}return true;}function SCO_modifAllocation(attr,val,persist){var tailleRequis=2000;if (attr.indexOf("_notesU")>0||attr.indexOf("_reponses")>0){tailleRequis=20000;}if (val.length*2 > tailleRequis){tailleRequis=val.length*3;}var succ=APIsetValue("ssp.allocate","{bucketID="+attr+"}{requested="+tailleRequis+"}{persistence="+persist+"}");if (succ!="true"){window.status="Can't allocate SSP variable";return "";}succ=APIsetValue("ssp.data","{bucketID="+attr+"}"+val);if (succ!="true"){alert(" Can't assign SSP variable "+attr);var hAPI=APIgetHandle();alert(hAPI.GetDiagnostic(hAPI.GetLastError()));}}function SCO_donneAllocation(attr,persist){var tailleRequis=2000;if (attr.indexOf("_notesU")>0||attr.indexOf("_reponses")>0){tailleRequis=20000;}var succ=APIsetValue("ssp.allocate","{bucketID="+attr+"}{requested="+tailleRequis+"}{persistence="+persist+"}");if (succ!="true"){window.status="Can't allocate SSP variable";/*var hAPI=APIgetHandle();alert(hAPI.GetDiagnostic(hAPI.GetLastError()));*/return "";}return APIgetValue("ssp.data.{bucketID="+attr+"}");}function navRequest(actionPerso){if (actionPerso=="retry"){valeurExit('');APIsetValue("adl.nav.request","{target="+oSco.identifiant+"}choice");SCO_terminer();}if (actionPerso=="continue" || actionPerso=="previous"){if (APIgetValue("adl.nav.request_valid."+actionPerso)=="true"){APIsetValue("adl.nav.request",actionPerso);SCO_quitter();}}if (actionPerso=="suspendAll"||actionPerso=="exit"){APIsetValue("adl.nav.request",actionPerso);SCO_quitter();}if (actionPerso=="exitAll"||actionPerso=="abandonAll"){APIsetValue("adl.nav.request",actionPerso);valeurExit('');SCO_terminer();}}function SCO_blocNotes(){var oFen=window.open(RACINE_stage+"MosMtr/gen/blocNotes.htm","blocNotes","top=100,left=90,width=420,height=390,menubar=no,location=no,toolbar=no,resizable=yes,status=no");oFen.focus();}function existeFenPere(obj){try {if (obj.opener!=null && obj.opener.document.title){return true;}}catch(e){}return false;}function SCO_persiste(){SCO_positionSortie();APIcommit();}function openCourseLMS(stg){try {window.opener.ouvrirParcoursID(stg,"");}catch(e){alert("MOS Chorus LMS was not found.");}}function changeObjectifSecondaire(nomObj,etatSucces){var nbObj=APIgetValue("cmi.objectives._count");for (var i=0;i<nbObj;i++){var objCh="cmi.objectives."+i+".";var idObj=APIgetValue(objCh+"id");if (APIgetValue(objCh+"id")==nomObj){APIsetValue(objCh+"success_status",etatSucces);}}}function SCO_chargerNotesSSP(){if (!oSco.notesCharge){var vNotes=SCO_donneAllocation(oSco.identifiant+"_notesU","course");if (vNotes!=""){var tabNotes=vNotes.split("[,]");for (var m=0;m<tabNotes.length;m++){var tabNp=tabNotes[m].split("[.]");var oPg=oSco.donnePage(oSco.numeroPage(tabNp[0]));if (oPg){oPg.dateNotes=tabNp[2];oPg.notes=tabNp[3];}}}oSco.notesCharge=true;}}
+var version_MosMtr = "R1 023";
+var oSco;
+var lexique;
+var temps0 = -1;
+var temps_session = '';
+var allerEtapeSuivante = false;
+var allerEtapePrecedente = false;
+var RACINE_stage;
+var RACINE_pages;
+var surMosLMS = false;
+var agirSurLMS = true;
+var API = null;
+var etatSortie = false;
+var positionGloDetail = "";
+var rechargePage = true;
+var pagePrecHisto = "";
+var defilContenu = false;
+var necessiteLMS = false;
+var tempsActiviteLimite = 0;
+
+function SCO_init() {
+    entrerDonnees();
+    var depuisSCOPere = false;
+    if (SCO_donneParam("api") == "0") {
+        depuisSCOPere = true;
+    }
+    var depuisLienFenetreCertifie = false;
+    if (depuisSCOPere) {
+        agirSurLMS = false;
+        var estStyleDiff = true;
+        var pereEstLienFen = false;
+        var decalDouble = 0;
+        try {
+            var oPere = window.opener;
+            if (oPere.oSco) {
+                depuisLienFenetreCertifie = true;
+            }
+            if (oPere.oSco.posFenLocale == oSco.posFenLocale) {
+                estStyleDiff = false;
+            }
+            if (oPere.agirSurLMS == false) {
+                if (oPere.opener != null && oPere.opener.oSco != null) {
+                    decalDouble = 40;
+                }
+            }
+        } catch (e) {
+        }
+        if (estStyleDiff || decalDouble > 0) {
+            var tabP = oSco.posFenLocale.split(",");
+            var haut = 0;
+            var gauche = 0;
+            if (tabP[0].indexOf("left=") == 0) {
+                gauche = tabP[0].substring(5);
+            }
+            if (tabP[1].indexOf("left=") == 0) {
+                gauche = tabP[1].substring(5);
+            }
+            if (tabP[0].indexOf("top=") == 0) {
+                haut = tabP[0].substring(4);
+            }
+            if (tabP[1].indexOf("top=") == 0) {
+                haut = tabP[1].substring(4);
+            }
+            window.moveTo(parseInt(gauche) + decalDouble, parseInt(haut) + decalDouble);
+            if (estStyleDiff) {
+                window.resizeTo(parseInt(tabP[2].substring(6)), parseInt(tabP[3].substring(7)));
+            }
+        }
+    }
+    testerConfig();
+    var strLoc = this.location.href;
+    var indexD = strLoc.indexOf("sco/" + oSco.identifiant);
+    if (indexD < 0) {
+        indexD = strLoc.indexOf("sco\\" + oSco.identifiant);
+    }
+    RACINE_stage = strLoc.substring(0, indexD);
+    RACINE_pages = RACINE_stage + "contenu/pages/";
+    lexique = new ICLexique();
+    lexique.init();
+    LEX_entrerLexs();
+    try {
+        if (parent.API_1484_11 != null && parent.haut != null) {
+            surMosLMS = true;
+        }
+    } catch (e) {
+    }
+    if (agirSurLMS) {
+        APIinitialize();
+        if (APIisRunning() != "true") {
+            agirSurLMS = false;
+        } else {
+            oSco.idUtil = APIgetValue("cmi.learner_id");
+        }
+        if (necessiteLMS && surMosLMS && !top.SUR_CHORUS) {
+            if (!existeFenPere(window.top)) {
+                if (oSco.version == "xml" || parent.location.href.indexOf("start.hta") < 0) {
+                    oSco = null;
+                    agirSurLMS = false;
+                    top.LMS_masquerCadres();
+                    alert("Error 57. LMS not found.");
+                    return top.LMS_fermer();
+                }
+            } else if (oSco.version == "html" && !top.opener.DOMPrefs && !(top.opener.parent && top.opener.parent.contenu)) {
+                oSco = null;
+                agirSurLMS = false;
+                top.LMS_masquerCadres();
+                alert("Error 58. LMS not found.");
+                return top.LMS_fermer();
+            }
+        }
+    }
+    if (!agirSurLMS) {
+        if (necessiteLMS && !depuisLienFenetreCertifie) {
+            if (oSco.version == "html") {
+                return alert("Error 55. LMS not found.");
+            } else {
+                if (!existeFenPere(window)) {
+                    return alert("Error 56. LMS not found.");
+                }
+            }
+        }
+        var cstg = SCO_donneParam("stg");
+        if (cstg != "") {
+            oSco.codeStage = cstg;
+        }
+    }
+    if (agirSurLMS) {
+        var launch_data = APIgetValue("cmi.launch_data");
+        if (launch_data != "") {
+            oSco.tabDonneesDemarrage = launch_data.split(";");
+            if (oSco.tabDonneesDemarrage[2] == "oui") {
+                oSco.autoriserReprise = true;
+            }
+            if (oSco.tabDonneesDemarrage[3] == "non") {
+                oSco.passageEntreActivites = false;
+            }
+        }
+    }
+    oSco.penaliserMauvaiseReponse = oSco.scoreNegatif;
+    if (oSco.etatEvaluation) {
+        if ((oSco.tabDonneesDemarrage != null) && (oSco.tabDonneesDemarrage[1] == 'entrainement')) {
+            oSco.etatEvaluation = false;
+            oSco.evaluation = null;
+        } else {
+            oSco.evaluation.init();
+        }
+    }
+    var numPremierePage = 0;
+    var nbPages = oSco.tabPages.length;
+    var idPg = SCO_donneParam("idPg");
+    var directionVersPrecedent = false;
+    if (idPg == "" && oSco.autoriserReprise && agirSurLMS) {
+        var depuisBtnPrec = SCO_donneAllocation("depuisBtnPrec", "course");
+        if (depuisBtnPrec == "oui") {
+            SCO_modifAllocation("depuisBtnPrec", "", "course");
+            if (nbPages > 1 && APIgetValue('cmi.entry') != 'resume') {
+                if (!oSco.etatEvaluation || oSco.evaluation.questions.length > 0) {
+                    if (oSco.autorisePrecedent == 'oui' || (!oSco.etatEvaluation && oSco.autorisePrecedent == '')) {
+                        numPremierePage = nbPages - 1;
+                        directionVersPrecedent = false;
+                    }
+                }
+            }
+        }
+    }
+    if (idPg != "") {
+        numPremierePage = oSco.numeroPage(idPg);
+        if (numPremierePage < 0) {
+            numPremierePage = 0;
+        }
+    } else {
+        if (oSco.autoriserReprise && APIgetValue('cmi.entry') == 'resume') {
+            var tabParmSusp = APIgetValue("cmi.suspend_data").split("##");
+            for (var i = 0; i < tabParmSusp.length; i++) {
+                if (tabParmSusp[i].indexOf("visitedPages=") == 0) {
+                    var laSel = tabParmSusp[i].substring(13);
+                    var nouveauTab = new Array();
+                    var tabPagesSusp = laSel.split("[;]");
+                    for (var n = 0; n < tabPagesSusp.length; n++) {
+                        if (tabPagesSusp[n] != "") {
+                            var oPg = oSco.donnePage(oSco.numeroPage(tabPagesSusp[n]));
+                            if (oPg != null) {
+                                oPg.etatVisite = true;
+                            }
+                        }
+                    }
+                }
+            }
+            var idPg = APIgetValue('cmi.location');
+            if (idPg != '') {
+                numPremierePage = oSco.numeroPage(idPg);
+            }
+        }
+    }
+    if (agirSurLMS) {
+        if (SCO_enregistrerEtatEntrainement()) {
+            if (SCO_donneAllocation(oSco.identifiant + "_success_status", "course") == "passed") {
+                oSco.dejaReussi = true;
+            }
+        }
+    }
+    if (nbPages > 1 && oSco.autoriserReprise) {
+        valeurExit('suspend');
+    } else {
+        valeurExit('');
+    }
+    if (numPremierePage < 0) {
+        numPremierePage = 0;
+    }
+    if (agirSurLMS) {
+        if (APIgetValue("cmi.entry") == "ab-initio") {
+            APIsetValue("cmi.completion_status", "not attempted");
+        }
+        var valMaxTA = APIgetValue("cmi.max_time_allowed");
+        if (valMaxTA != "") {
+            var intv = intervalleEnMS(valMaxTA);
+            if (APIgetValue("cmi.entry") == "resume") {
+                var dejaPris = intervalleEnMS(APIgetValue("cmi.total_time"));
+                intv = intv - dejaPris;
+                if (intv < 100) {
+                    intv = 100;
+                }
+            }
+            tempsActiviteLimite = intv;
+            setTimeout(SCO_tempsDepasse, intv);
+            changeObjectifSecondaire("EXIT_ON_TIMEOUT", "failed");
+        }
+    }
+    SCO_demarreCompteur();
+    var leBonNum = numPremierePage;
+    var oPage = oSco.donnePage(numPremierePage);
+    if (oPage == null) {
+        leBonNum = 0;
+        oPage = oSco.tabPages[0];
+    }
+    if (oSco.etatEvaluation && oSco.evaluation.etatRejoue) {
+        window.contenu.location = RACINE_stage + "contenu/local/" + oSco.evaluation.stylePgResultats + "." + oSco.version;
+    } else {
+        if (idPg == "" && !oPage.validePrerequis()) {
+            if (directionVersPrecedent) {
+                SCO_pagePrecedente();
+            } else {
+                SCO_pageSuivante();
+            }
+        } else {
+            SCO_allerPage(leBonNum);
+        }
+    }
+}
+
+function testerConfig() {
+    var verStr = navigator.appVersion;
+    var app = navigator.appName;
+    var versionNavig = parseFloat(verStr);
+    if (verStr.indexOf("Win") > 0) {
+        oSco.config_plateforme = "WIN";
+    }
+    if (verStr.indexOf("Mac") > 0) {
+        oSco.config_plateforme = "MAC";
+    }
+    if (app.indexOf('Microsoft') != -1) {
+        oSco.config_navigateur = "IE";
+    } else if (app.indexOf('Netscape') != -1) {
+        oSco.config_navigateur = "Netscape";
+    }
+}
+
+function SCO_enrHistorique() {
+    var oPage = oSco.donnePage(oSco.numPageCourante);
+    if (oPage != null) {
+        if (oPage.etatVisite) {
+            oPage.premiereVisite = false;
+        }
+        oPage.etatVisite = true;
+    }
+}
+
+function SCO_quitter() {
+    if (agirSurLMS && APIisRunning()) {
+        if (oSco.autoriserReprise) {
+            SCO_positionSortie();
+        }
+        if (oSco.evaluation && !oSco.evaluation.estJugee && oSco.autorisePrecedent == 'oui') {
+            var toutRepondu = true;
+            for (var i = 0; i < oSco.tabPages.length; i++) {
+                var oPage = oSco.tabPages[i];
+                if (oPage.estExercice()) {
+                    if (oSco.evaluation.donneReponsesQuestion(oPage.code) == null) {
+                        toutRepondu = false;
+                    }
+                }
+            }
+            if (toutRepondu) {
+                valeurExit("normal");
+                oSco.evaluation.juger();
+                oSco.evaluation.resultatsLMS();
+                APIcommit();
+            }
+        }
+        SCO_terminer();
+    }
+}
+
+function SCO_terminer() {
+    if (agirSurLMS && APIisRunning()) {
+        SCO_termineCompteur();
+        APIterminate();
+    }
+}
+
+function SCO_pageSuivante() {
+    if (allerEtapeSuivante) {
+        valeurExit("normal");
+        APIsetValue("adl.nav.request", "continue");
+        SCO_terminer();
+    } else {
+        SCO_allerPage(SCO_numPageSuivante(false));
+    }
+}
+
+function SCO_numPageSuivante(enArriere) {
+    var ajDir = 1;
+    if (enArriere) {
+        ajDir = -1;
+    }
+    var numChe = oSco.numPageCourante + ajDir;
+    var trouve = false;
+    var oPage = oSco.donnePage(numChe);
+    while (oPage != null && !trouve) {
+        trouve = oPage.validePrerequis();
+        if (!trouve) {
+            numChe += ajDir;
+            oPage = oSco.donnePage(numChe);
+        }
+    }
+    if (!trouve) {
+        numChe = -1;
+    }
+    return numChe;
+}
+
+function SCO_allerPage(num) {
+    var oPage = oSco.donnePage(num);
+    if (oPage != null) {
+        oSco.numPageCourante = num;
+        allerEtapePrecedente = false;
+        allerEtapeSuivante = false;
+        var titrefens = oSco.titre;
+        if (oPage.dateMAJ != "") {
+            titrefens = oPage.titre;
+            if (oSco.nombrePages() > 1) {
+                if (oSco.titre != oPage.titre) {
+                    titrefens = oSco.titre + " - " + oPage.titre;
+                }
+            }
+        }
+        window.document.title = titrefens;
+        window.contenu.location = RACINE_pages + oPage.code + "." + oSco.version;
+    }
+}
+
+function SCO_evaluerCompletion() {
+    var nMax = 0;
+    var nbVisite = 0;
+    for (var j = 0; j < oSco.tabPages.length; j++) {
+        if (oSco.tabPages[j].validePrerequis()) {
+            nMax++;
+            if (oSco.tabPages[j].etatVisite) {
+                nbVisite++;
+                if (oSco.etatEvaluation && !oSco.evaluation.forcerRepQuestion && oSco.tabPages[j].estExercice()) {
+                    if (oSco.evaluation.donneReponsesQuestion(oSco.tabPages[j].code) == null) {
+                        nbVisite--;
+                    }
+                }
+            }
+        }
+    }
+    var pcvisite = Math.round(nbVisite / nMax * 100);
+    if (oSco.tabPages.length > 1) {
+        APIsetValue("cmi.progress_measure", pcvisite / 100);
+    }
+    var ancienEtat = APIgetValue("cmi.completion_status");
+    if (ancienEtat != "completed") {
+        var nEtat = "";
+        if (pcvisite >= oSco.niveauIncomplet) {
+            nEtat = "incomplete";
+        }
+        if (pcvisite >= oSco.niveauComplete && !oSco.etatEvaluation) {
+            nEtat = "completed";
+        }
+        if (nEtat != "" && ancienEtat != nEtat) {
+            APIsetValue("cmi.completion_status", nEtat);
+            if (!oSco.etatEvaluation && nEtat == "completed") {
+                APIsetValue("cmi.success_status", "passed");
+                if (SCO_enregistrerEtatEntrainement()) {
+                    SCO_modifAllocation(oSco.identifiant + "_success_status", "passed", "course");
+                }
+                APIcommit();
+            }
+        }
+    }
+}
+
+function SCO_pagePrecedente() {
+    if (allerEtapePrecedente) {
+        if (!oSco.etatEvaluation || !oSco.autoriserReprise) {
+            valeurExit("normal");
+        }
+        if (oSco.autoriserReprise) {
+            SCO_modifAllocation("depuisBtnPrec", "oui", "course");
+        }
+        var res = APIsetValue("adl.nav.request", "previous");
+        SCO_terminer();
+    } else {
+        SCO_allerPage(SCO_numPageSuivante(true));
+    }
+}
+
+function SCO_suivantPossible() {
+    var possible = true;
+    var dernierePage = false;
+    if (oSco.evaluation != null) {
+        if (oSco.evaluation.numPageSuivante() < 0) {
+            dernierePage = true;
+            if (oSco.evaluation.peutAllerPageResultats()) {
+                dernierePage = false;
+            }
+        }
+    } else {
+        if (SCO_numPageSuivante(false) < 0) {
+            dernierePage = true;
+        }
+    }
+    if (dernierePage) {
+        if (oSco.passageEntreActivites && agirSurLMS && APIgetValue("adl.nav.request_valid.continue") == "true") {
+            possible = true;
+            allerEtapeSuivante = true;
+        } else {
+            possible = false;
+        }
+    }
+    return possible;
+}
+
+function SCO_precedentPossible() {
+    var res = false;
+    if (oSco.numPageCourante > 0) {
+        res = true;
+        if (SCO_numPageSuivante(true) < 0) {
+            res = false;
+        }
+    }
+    if (!res) {
+        if (oSco.passageEntreActivites && agirSurLMS && APIgetValue("adl.nav.request_valid.previous") == "true") {
+            res = true;
+            allerEtapePrecedente = true;
+        }
+    }
+    return res;
+}
+
+function SCO_demarreCompteur() {
+    var oDate = new Date();
+    temps0 = oDate.getTime();
+}
+
+function SCO_termineCompteur() {
+    if (temps0 > 0) {
+        var temps1 = new Date().getTime();
+        var elapsedSeconds = parseInt(((temps1 - temps0) / 1000));
+        temps_session = formaterSecondes(elapsedSeconds);
+        APIsetValue("cmi.session_time", temps_session);
+    }
+}
+
+function formaterSecondes(ts) {
+    var sec = (ts % 60);
+    ts -= sec;
+    var tmp = (ts % 3600);
+    ts -= tmp;
+    sec = Math.round(sec);
+    var hour, min;
+    if ((ts % 3600) != 0) hour = 0; else hour = (ts / 3600);
+    if ((tmp % 60) != 0) min = 0; else min = (tmp / 60);
+    return intervalleTemps(hour, min, sec);
+}
+
+function intervalleEnMS(t) {
+    var strTemps = new String(t);
+    strTemps = strTemps.substring(strTemps.indexOf('T') + 1);
+    var indY = strTemps.indexOf("H");
+    var heures = 0;
+    if (indY > 0) {
+        heures = parseInt(strTemps.substring(0, indY));
+        strTemps = strTemps.substring(indY + 1);
+    }
+    indY = strTemps.indexOf("M");
+    var min = 0;
+    if (indY > 0) {
+        min = parseInt(strTemps.substring(0, indY));
+        strTemps = strTemps.substring(indY + 1);
+    }
+    indY = strTemps.indexOf("S");
+    var sec = 0;
+    if (indY > 0) {
+        sec = parseInt(strTemps.substring(0, indY));
+    }
+    return ((heures * 3600) + (min * 60) + sec) * 1000;
+}
+
+function SCO_positionSortie() {
+    var page = oSco.donnePage(oSco.numPageCourante);
+    if (page != null) {
+        APIsetValue("cmi.location", page.code);
+    } else {
+        APIsetValue("cmi.location", "");
+    }
+    var lesids = "[;]";
+    for (var n = 0; n < oSco.tabPages.length; n++) {
+        if (oSco.tabPages[n].etatVisite) {
+            lesids += oSco.tabPages[n].code + "[;]";
+        }
+    }
+    var suspend = APIgetValue("cmi.suspend_data");
+    if (suspend != "") {
+        var inVs = suspend.indexOf("visitedPages=");
+        if (inVs == 0) {
+            suspend = "";
+        } else if (inVs > 0) {
+            suspend = suspend.substring(0, inVs);
+        } else {
+            suspend += "##";
+        }
+    }
+    APIsetValue("cmi.suspend_data", suspend + "visitedPages=" + lesids);
+}
+
+function valeurExit(val) {
+    APIsetValue("cmi.exit", val);
+}
+
+function SCO_titrePageSuivante() {
+    var res = '';
+    var page = oSco.donnePage(oSco.numPageCourante + 1);
+    if (page != null) {
+        res = page.titre;
+    }
+    return res;
+}
+
+function SCO_titrePagePrecedente() {
+    var res = '';
+    var page = oSco.donnePage(oSco.numPageCourante - 1);
+    if (page != null) {
+        res = page.titre;
+    }
+    return res;
+}
+
+var idMotCherche;
+
+function donneIdMotCherche() {
+    return idMotCherche;
+}
+
+function SCO_afficherMotGlossaire(idMotGloss) {
+    var largeur, hauteur, gauche, haut;
+    if (positionGloDetail == "") {
+        gauche = 50;
+        haut = 50;
+        largeur = 300;
+        hauteur = 300;
+    } else {
+        var tabParm = positionGloDetail.split(",");
+        gauche = tabParm[0];
+        haut = tabParm[1];
+        largeur = tabParm[2];
+        hauteur = tabParm[3];
+    }
+    var position = "left=" + gauche + ",top=" + haut + ",width=" + largeur + ",height=" + hauteur + ",";
+    idMotCherche = idMotGloss;
+    var nFen = oSco.codeStage;
+    nFen = nFen.replace(/[- \.\/:]/g, '_');
+    var locGFlo = RACINE_stage;
+    if (oSco.refGlo != '') {
+        locGFlo = RACINE_stage + "../" + oSco.refGlo + "/";
+    }
+    var fenGloDetail = window.open(locGFlo + "contenu/glossaire/glossaire." + oSco.version, 'GlossaireDetail' + nFen, 'toolbar=no,status=no,menubar=no,' + position + 'scrollbars=no,resizable=yes');
+    fenGloDetail.focus();
+}
+
+function SCO_ouvrirDoc(code, type) {
+    var nomFen = 'fenDoc' + code;
+    var srcD;
+    if (type == 'REFERENCE') {
+        var addr = oSco.csSCO_paramDoc(code, 3);
+        if (addr.match(/^\w+:/) == null) {
+            addr = RACINE_stage + addr;
+        }
+        srcD = addr;
+    } else {
+        srcD = RACINE_stage + 'contenu/pages/' + oSco.csSCO_paramDoc(code, 2) + "." + type;
+    }
+    var pos = oSco.csSCO_paramDoc(code, 1);
+    if (pos.indexOf('inclus') == 0) {
+        var afficheSimple = true;
+        if (APIgetValue("adl.nav.request_valid.choice.{target=" + code + "}") == "true") {
+            APIsetValue("adl.nav.request", "{target=" + code + "}choice");
+            afficheSimple = false;
+            SCO_quitter();
+        }
+        if (afficheSimple) {
+            window.contenu.location = srcD;
+        }
+    } else {
+        var largeur;
+        var hauteur;
+        var decalx = 0;
+        var decaly = 0;
+        if (pos != '') {
+            var tabP = pos.split(',');
+            decalx = parseInt(tabP[1]);
+            if (isNaN(decalx)) {
+                decalx = 0;
+            } else if (decalx < 0) {
+                decalx = screen.width + decalx;
+            }
+            decaly = parseInt(tabP[2]);
+            if (isNaN(decaly)) {
+                decalx = 0;
+            } else if (decaly < 0) {
+                decaly = screen.height + decaly;
+            }
+            largeur = tabP[3];
+            hauteur = tabP[4];
+        } else {
+            largeur = screen.width;
+            hauteur = screen.height;
+        }
+        var position = "width=" + largeur + ",height=" + hauteur + ",left=" + decalx + ",top=" + decaly;
+        var optMenubar = oSco.csSCO_paramDoc(code, 4);
+        if (optMenubar == "null") {
+            window.open(srcD);
+        } else {
+            if (optMenubar.indexOf("scrollbars") < 0) {
+                optMenubar += ",scrollbars=yes";
+            }
+            if (optMenubar.indexOf("resizable") < 0) {
+                optMenubar += ",resizable=yes";
+            }
+            if (optMenubar.indexOf("toolbar") < 0) {
+                optMenubar += ",toolbar=no";
+            }
+            if (optMenubar.indexOf("menubar") < 0) {
+                optMenubar += ",menubar=no";
+            }
+            if (optMenubar.indexOf("status") < 0) {
+                optMenubar += ",status=no";
+            }
+            if (optMenubar.indexOf("location") < 0) {
+                optMenubar += ",location=no";
+            }
+            if (optMenubar.indexOf(",") != 0) {
+                optMenubar = "," + optMenubar;
+            }
+            var fenDoc = window.open(srcD, nomFen, position + optMenubar);
+            fenDoc.focus();
+        }
+    }
+}
+
+function titreFenDoc(nom) {
+    try {
+        fenDoc.document.title = nom;
+    } catch (e) {
+    }
+}
+
+function donneLex(num) {
+    return lexique.lexs[num];
+}
+
+function donneTitreStage() {
+    return (oSco.titreStage);
+}
+
+function donneLangue() {
+    return (oSco.langue);
+}
+
+function donneNomModuleCourant() {
+    return (oSco.nomModuleCourant);
+}
+
+function donneNomUtilisateur() {
+    var res = '';
+    var nom = APIgetValue("cmi.learner_name");
+    var indexVirg = nom.indexOf(',');
+    if (indexVirg > 0 && nom.length > 2) {
+        res = nom.substring(indexVirg + 1, nom.length) + ' ' + nom.substring(0, indexVirg);
+    }
+    return res;
+}
+
+function donneDateCourante() {
+    return (oSco.donneDate(oSco.dateCourante));
+}
+
+function donneDroits() {
+    return (oSco.nomEntreprise);
+}
+
+function donneVersion() {
+    return (oSco.version);
+}
+
+function donneNomEtapeCourante() {
+    return oSco.titre;
+}
+
+function SCO_tempsDepasse() {
+    tempsActiviteLimite = 0;
+    var activeLimite = true;
+    if (oSco.etatEvaluation) {
+        if (oSco.evaluation.etatCorrige || window.contenu.location.href.indexOf("local/resultats") > 0) {
+            activeLimite = false;
+        }
+    }
+    if (activeLimite) {
+        var actionFin = APIgetValue("cmi.time_limit_action");
+        if (actionFin.indexOf("exit") == 0) {
+            SCO_termineCompteur();
+            temps0 = 0;
+        }
+        var actionPerso = "";
+        if ((oSco.tabDonneesDemarrage != null) && (oSco.tabDonneesDemarrage[0] != "")) {
+            actionPerso = oSco.tabDonneesDemarrage[0];
+        }
+        if (actionFin.indexOf("exit") == 0) {
+            if (actionPerso == "") {
+                actionPerso = "exitAll";
+            }
+            if (actionPerso == "exitAll") {
+                valeurExit("time-out");
+            } else {
+                valeurExit("");
+            }
+            changeObjectifSecondaire("EXIT_ON_TIMEOUT", "passed");
+        }
+        if (actionFin.indexOf(",message") > 0) {
+            var nlex = -1;
+            if (actionPerso == "exitAll" || actionPerso == "suspendAll" || actionPerso == "abandonAll") {
+                nlex = 89;
+            }
+            if (actionPerso == "retry") {
+                nlex = 91;
+            }
+            if (actionPerso == "continue") {
+                nlex = 93;
+                if (oSco.etatEvaluation) {
+                    nlex = 94;
+                }
+            }
+            if (actionPerso == "previous") {
+                nlex = 92;
+            }
+            if (actionPerso == "exit") {
+                nlex = 90;
+            }
+            var msgx = "";
+            if (nlex > 0) {
+                msgx = donneLex(nlex);
+            }
+            alert(donneLex(63) + "\n" + msgx);
+        }
+        if (oSco.etatEvaluation) {
+            if (actionPerso == "continue") {
+                valeurExit("normal");
+                oSco.evaluation.genererQuestionsRestantes();
+                oSco.numPageCourante = oSco.tabPages.length - 1;
+                return oSco.evaluation.sortieEvaluation();
+            }
+        }
+        navRequest(actionPerso);
+        if (actionPerso != "") {
+            setTimeout("window.location='" + RACINE_stage + "MosMtr/gen/blanc.gif'", 1500);
+        }
+    }
+}
+
+function terminerSCODepuisTempParc() {
+    if (oSco.evaluation && !oSco.evaluation.estJugee) {
+        if (oSco.evaluation.questions.length > 0) {
+            valeurExit("normal");
+            oSco.evaluation.genererQuestionsRestantes();
+            oSco.evaluation.juger();
+            oSco.evaluation.resultatsLMS();
+            APIcommit();
+        }
+    }
+}/* Classe Lexique */
+function ICLexique() {
+    this.lexs;
+    this.init = LEXO_init;
+    this.ajLex = LEX_ajouterLex;
+}
+
+function LEXO_init() {
+    this.lexs = new Array();
+}
+
+function LEX_ajouterLex(id, lex) {
+    this.lexs[id] = lex;
+}
+
+function SCO_donneParam(nomP) {
+    var res = '';
+    var params = window.location.search;
+    if ((params != "") && (params.indexOf('%26') > 0)) {
+        params = params.replace(/%26/, '&');
+    }
+    var ind = params.indexOf(nomP + '=');
+    if (ind > 0) {
+        var reste = params.substring(ind + nomP.length + 1);
+        var indexFin = reste.indexOf('&');
+        if (indexFin < 0) {
+            indexFin = params.length;
+        }
+        res = reste.substring(0, indexFin);
+    } else if ((nomP == "idU") && (top.window != window)) {
+        try {
+            res = top.donneParam(nomP);
+        } catch (e) {
+        }
+    }
+    return res;
+}
+
+function intervalleTemps(strHour, strMin, strSec) {
+    var strTime = "P";
+    var intHour = parseInt(strHour);
+    var intMin = parseInt(strMin);
+    var intSec = parseInt(strSec);
+    if ((intHour > 0) || (intMin > 0) || (intSec > 0)) {
+        strTime += "T";
+        if (intHour > 0) strTime += intHour + "H";
+        if (intMin > 0) strTime += intMin + "M";
+        if (intSec > 0) {
+            strTime += (intSec + "S");
+        }
+    }
+    if (strTime == "P") strTime = "PT0H0M0S";
+    return strTime;
+}
+
+function SCO_enregistrerEtatEntrainement() {
+    return (oSco.bloquantSaufAcheve && oSco.exoBloquant == "oui" && oSco.evaluation == null);
+}
+
+function SCO_exerciceBloquant() {
+    if (oSco.exoBloquant != "oui") {
+        return false;
+    }
+    if (oSco.bloquantSaufAcheve && oSco.dejaReussi) {
+        return false;
+    }
+    return true;
+}
+
+function SCO_modifAllocation(attr, val, persist) {
+    var tailleRequis = 2000;
+    if (attr.indexOf("_notesU") > 0 || attr.indexOf("_reponses") > 0) {
+        tailleRequis = 20000;
+    }
+    if (val.length * 2 > tailleRequis) {
+        tailleRequis = val.length * 3;
+    }
+    var succ = APIsetValue("ssp.allocate", "{bucketID=" + attr + "}{requested=" + tailleRequis + "}{persistence=" + persist + "}");
+    if (succ != "true") {
+        window.status = "Can't allocate SSP variable";
+        return "";
+    }
+    succ = APIsetValue("ssp.data", "{bucketID=" + attr + "}" + val);
+    if (succ != "true") {
+        alert(" Can't assign SSP variable " + attr);
+        var hAPI = APIgetHandle();
+        alert(hAPI.GetDiagnostic(hAPI.GetLastError()));
+    }
+}
+
+function SCO_donneAllocation(attr, persist) {
+    var tailleRequis = 2000;
+    if (attr.indexOf("_notesU") > 0 || attr.indexOf("_reponses") > 0) {
+        tailleRequis = 20000;
+    }
+    var succ = APIsetValue("ssp.allocate", "{bucketID=" + attr + "}{requested=" + tailleRequis + "}{persistence=" + persist + "}");
+    if (succ != "true") {
+        window.status = "Can't allocate SSP variable";/*var hAPI=APIgetHandle();alert(hAPI.GetDiagnostic(hAPI.GetLastError()));*/
+        return "";
+    }
+    return APIgetValue("ssp.data.{bucketID=" + attr + "}");
+}
+
+function navRequest(actionPerso) {
+    if (actionPerso == "retry") {
+        valeurExit('');
+        APIsetValue("adl.nav.request", "{target=" + oSco.identifiant + "}choice");
+        SCO_terminer();
+    }
+    if (actionPerso == "continue" || actionPerso == "previous") {
+        if (APIgetValue("adl.nav.request_valid." + actionPerso) == "true") {
+            APIsetValue("adl.nav.request", actionPerso);
+            SCO_quitter();
+        }
+    }
+    if (actionPerso == "suspendAll" || actionPerso == "exit") {
+        APIsetValue("adl.nav.request", actionPerso);
+        SCO_quitter();
+    }
+    if (actionPerso == "exitAll" || actionPerso == "abandonAll") {
+        APIsetValue("adl.nav.request", actionPerso);
+        valeurExit('');
+        SCO_terminer();
+    }
+}
+
+function SCO_blocNotes() {
+    var oFen = window.open(RACINE_stage + "MosMtr/gen/blocNotes.htm", "blocNotes", "top=100,left=90,width=420,height=390,menubar=no,location=no,toolbar=no,resizable=yes,status=no");
+    oFen.focus();
+}
+
+function existeFenPere(obj) {
+    try {
+        if (obj.opener != null && obj.opener.document.title) {
+            return true;
+        }
+    } catch (e) {
+    }
+    return false;
+}
+
+function SCO_persiste() {
+    SCO_positionSortie();
+    APIcommit();
+}
+
+function openCourseLMS(stg) {
+    try {
+        window.opener.ouvrirParcoursID(stg, "");
+    } catch (e) {
+        alert("MOS Chorus LMS was not found.");
+    }
+}
+
+function changeObjectifSecondaire(nomObj, etatSucces) {
+    var nbObj = APIgetValue("cmi.objectives._count");
+    for (var i = 0; i < nbObj; i++) {
+        var objCh = "cmi.objectives." + i + ".";
+        var idObj = APIgetValue(objCh + "id");
+        if (APIgetValue(objCh + "id") == nomObj) {
+            APIsetValue(objCh + "success_status", etatSucces);
+        }
+    }
+}
+
+function SCO_chargerNotesSSP() {
+    if (!oSco.notesCharge) {
+        var vNotes = SCO_donneAllocation(oSco.identifiant + "_notesU", "course");
+        if (vNotes != "") {
+            var tabNotes = vNotes.split("[,]");
+            for (var m = 0; m < tabNotes.length; m++) {
+                var tabNp = tabNotes[m].split("[.]");
+                var oPg = oSco.donnePage(oSco.numeroPage(tabNp[0]));
+                if (oPg) {
+                    oPg.dateNotes = tabNp[2];
+                    oPg.notes = tabNp[3];
+                }
+            }
+        }
+        oSco.notesCharge = true;
+    }
+}
diff --git a/Basilisk/MACAO/macao_3/MosMtr/scripts/swfir.js b/Basilisk/MACAO/macao_3/MosMtr/scripts/swfir.js
index b1f2b7b1892d2bb6d846978b7bb8cd6dd2112103..07faaa1baa1dd89af3875501ec6f77551cc140b5 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/scripts/swfir.js
+++ b/Basilisk/MACAO/macao_3/MosMtr/scripts/swfir.js
@@ -1 +1,653 @@
-function getAllChildren(e){return e.all ? e.all : e.getElementsByTagName('*');}function checkToken(hint, element, context){/*If we're not limiting */if(hint == "") {return true;}/*Descendant Selector */else if(hint == ">"){context = context.firstChild;while(context){if(context == element) {return true;}context = context.nextSibling;}}/*First Child Selector */else if(hint == "first-child"){context = context.firstChild;while(context.nodeName == "#text"){if(context.firstChild){context = context.firstChild;}else{context = context.nextSibling;}}if(context == element){ return true;}}/*:link selector */else if(hint == "a"){if(element.nodeName == "A") {return true;}}/*Adjacent Selector */else if(hint == "+"){context = context.nextSibling;while(context){if(context == element){ return true;}context = context.nextSibling;}}/*Attribute Selector */else if(hint.length > 0){if(element.getAttribute(hint[1])){if(hint[2] == "" && element.getAttribute(hint[1]) == hint[3]) {return true;}else if((hint[2] == "~" || hint[2] == "|") && element.getAttribute(hint[1]).indexOf(hint[3]) > -1) {return true;}}}return false;};getElementsBySelector = document.getElementsBySelector = function(selector){/*Error Checking*/if(!document.getElementsByTagName || typeof(selector) != "string") {return Array();}/*Local Variables*/var resultElements = new Array();/*Split the Selectors*/var selectors = selector.split(",");for(var i=0; i<selectors.length; i++){var selector = selectors[i].replace(/^\s+/,'').replace(/\s+$/,'');/*Get the Tokens*/var tokens = selector.split(" ");var tokenContext = new Array(this);var nextTokenHint = "";/*Loop Through the Tokens */for(var j=0; j<tokens.length; j++){var token = tokens[j].replace(/^\s+/,'').replace(/\s+$/,'');/*CSS3 Selectors: */if(token.indexOf(">") > -1){nextTokenHint = ">";continue;}else if(token.indexOf(":first-child") > -1){nextTokenHint = "first-child";token = token.replace(/:first-child/g, "");}else if(token.indexOf(":link") > -1){nextTokenHint = "a";token = token.replace(":link","");}else if(token.indexOf("+") > -1){nextTokenHint = "+";continue;}else if (token.match(/^([a-zA-Z*]+)\[([a-zA-Z]+)([~\|]?)=.([^\]"]*).\]$/)){parts = token.match(/^([a-zA-Z*]+)\[([a-zA-Z]+)([~\|]?)=.([^\]"]*).\]$/);nextTokenHint = new Array("attribute", parts[2], parts[3], parts[4]);token = parts[1];}/*Activity Selectors*/token = token.replace(":visited","").replace(":active","").replace(":hover","").replace(":focus","");/*ID Tokens */if (token.indexOf("#") > -1){/*Split the Token */var pieces = token.split("#");/*Error Out Gracefully */if(pieces[1] == "") { return Array(); }/*Check for Universal Selectors */if(pieces[0] == "") { pieces[0] = "*"; }var foundElements = new Array();for(var k=0; k<tokenContext.length; k++){if(nextTokenHint != "+"){var element = tokenContext[k].getElementById(pieces[1]);} else {var element = tokenContext[k].parentNode.getElementById(pieces[1]);}if(element && element.nodeName && (pieces[0] == "*" || element.nodeName.toLowerCase() == pieces[0].toLowerCase())){if(checkToken(nextTokenHint, element, tokenContext[k])){foundElements[foundElements.length] = element;}}}tokenContext = foundElements;continue;}/*Class Tokens */if (token.indexOf(".") > -1){/*Split the Token */var pieces = token.split(".");/*Error Out Gracefully */if(pieces[1] == "") { return Array(); }/*Check for Universal Selectors */if(pieces[0] == "") { pieces[0] = "*"; }var foundElements = new Array();for(var k=0; k<tokenContext.length; k++){if (pieces[0] == '*') {if(nextTokenHint != "+"){var elements = getAllChildren(tokenContext[k]);} else {var elements = getAllChildren(tokenContext[k].parentNode);}} else {if(nextTokenHint != "+"){var elements = tokenContext[k].getElementsByTagName(pieces[0]);}else{var elements = tokenContext[k].parentNode.getElementsByTagName(pieces[0]);}}for (var l=0; l<elements.length; l++){if (elements[l].className && elements[l].className.match(new RegExp('\\b'+pieces[1]+'\\b'))){if(checkToken(nextTokenHint, elements[l], tokenContext[k])){foundElements[foundElements.length] = elements[l];}}}}tokenContext = foundElements;continue;}/*Elements */var foundElements = new Array();for(var k=0; k<tokenContext.length; k++){if(token == "*"){if(nextTokenHint != "+"){var elements = getAllChildren(tokenContext[k]);}else if(nextTokenHint == "+"){var elements = getAllChildren(tokenContext[k].parentNode);}}else{if(nextTokenHint != "+"){var elements = tokenContext[k].getElementsByTagName(token);} else {var elements = tokenContext[k].parentNode.getElementsByTagName(token);}}for(var l=0; l<elements.length; l++){if(checkToken(nextTokenHint, elements[l], tokenContext[k])){foundElements[foundElements.length] = elements[l];}}}tokenContext = foundElements;nextTokenHint = "";}resultElements = tokenContext;}/*Remove Duplicates */var cleanedArray = new Array();for(i=0;i<resultElements.length;i++){for(j=0;j<resultElements.length;j++){if(resultElements[i] == resultElements[j] && i!=j){resultElements[j] = "";}}if(resultElements[i] != ""){cleanedArray[cleanedArray.length] = resultElements[i];}}/*Return Results */return cleanedArray;};function swfirController(){this.swfirs = new Array();this.addswfir = function ( swfirReference ){var swfirId = this.swfirs.length;this.swfirs[swfirId] = swfirReference;return swfirId;};this.getswfirs = function(){return this.swfirs;};this.getNextId = function(){return this.swfirs.length;};this.resize = function( id, width, height ){if(this.swfirs[id].elasticityWidth == false){this.swfirs[id].setAttribute("width", width);this.swfirs[id].style.width = width+'px';}this.swfirs[id].setAttribute("height", height);this.swfirs[id].style.height = height+'px';}}var firController = new swfirController();function swfir(){/*Global Variables*/this.name = "swfir";this.version = "1.1.1";this.debug = false;this.params = new Array();this.background = "";this.src = "swfir.swf";this.wmode = 'transparent';this.elasticityWidth = false;/*Set Parameters*/this.specify = function( key, value ){if(key == "debug"){if(value == true || value == "true"){this.debug = true;}else{this.debug = false;}return;}if(key == 'wmode'){this.wmode = value;}if(key == "background-color"){this.background = this.cleanColor(value);return;}if(key == "border-color" || key == "shadow-color"){value = this.cleanColor(value, "flash");}if(key == "shadow-blur"){this.params["shadowBlurX"] = value;this.params["shadowBlurY"] = value;acceptableFound = true;}if(key == "border-radius" || key == "border-width" || key == "border-alpha" || key == "shadow-blur-x" || key == "shadow-blur-y"){value = parseFloat(value);if((value == NaN || value == "NaN") && this.debug == true){this.error("'"+key+"' must be a number. Please make sure in your source there are no quotes (\") around the number.");}}if(key == "rotate" && Number(value) < 0){value = 360 + Number(value);}if(key == "src"){this.src = value;return;}if(key == 'elasticity'){if(parseFloat(value)){this.elasticityWidth = value;}else{var tmp = document.createElement('div');tmp.style.position = 'absolute';tmp.style.left = '-10em';tmp.style.width = '1em';tmp.style.height = '1em';document.body.appendChild(tmp);this.elasticityWidth = tmp.offsetHeight;tmp.parentNode.removeChild(tmp);}return;}var translation = new Array();translation["border-radius"] = "borderRadius";translation["border-width"] = "borderWidth";translation["border-color"] = "borderColor";translation["shadow-offset"] = "shadowOffset";translation["shadow-angle"] = "shadowAngle";translation["shadow-alpha"] = "shadowAlpha";translation["shadow-blur-x"] = "shadowBlurX";translation["shadow-blur-y"] = "shadowBlurY";translation["shadow-strength"] = "shadowStrength";translation["shadow-color"] = "shadowColor";translation["shadow-quality"] = "shadowQuality";translation["shadow-inner"] = "shadowInner";translation["shadow-knockout"] = "shadowKnockout";translation["shadow-hide"] = "shadowHide";translation["rotate"] = "rotate";translation["overflow"] = "overflow";translation["link"] = "link";this.params[translation[key]] = value;};/*Swap SWF*/this.swap = function( selector ){if(typeof(selector).toLowerCase() == 'string'){var elements = document.getElementsBySelector(selector);}else if(selector.nodeName){var elements = [selector];}else if(selector.length != 0){var elements = selector;}if(this.hasImg(elements) == false){var elements = document.getElementsBySelector(selector+" img");if(this.hasImg(elements) == false && this.debug == true){this.error("No images were selected with the selector '"+selector+"'");return;}}for(var i=0; i<elements.length; i++){/*Embed Params*/var id = "";var className = "";var style = "";var width = "";var height = "";var bgcolor = "";var src = this.src;var flashvars = "";/*Retain some existing parameters*/if(elements[i].getAttribute("id")){id = elements[i].getAttribute("id");}if(elements[i].className != ''){className = elements[i].className+' swfir';}else{className = 'swfir';}if(this.background != ""){bgcolor = this.background;}if(elements[i].getAttribute("style")){if(elements[i].style.cssText && elements[i].style.cssText != ""){style += elements[i].style.cssText+";";}else if(typeof elements[i].getAttribute("style") == "string"){style += elements[i].getAttribute("style");}}width = elements[i].width;height = elements[i].height;if(this.elasticityWidth != false){if(style != "") style += " ";style += "width:"+(width / this.elasticityWidth)+"em;";}else{if(elements[i].getAttribute("width",2)){if(style != "") {style += " ";}style += "width:"+elements[i].getAttribute("width",2)+";";}if(elements[i].getAttribute("height",2)){if(style != "") {style += " ";}style += "height:"+elements[i].getAttribute("height",2)+";";}}/*Pass in Width/Height*/this.params['srcWidth'] = width;this.params['srcHeight'] = height;/*Flash Vars*/var varString = "";for(var key in this.params){ varString += ("&"+key+'='+ this.params[key]); }/*Is there a link*/if((elementLink = this.withinLink(elements[i])) != false && !this.params["link"]){varString += "&link="+elementLink.href.replace(/\?/g,"%3F").replace(/&/g,"%26");}/*Add the vars*/flashvars = "url="+elements[i].src+varString+"&swfirId="+firController.getNextId();/*Create Container Span*/var span = document.createElement('span');if(id){ span.setAttribute("id", id);}if(className) {span.className = className;}elements[i].parentNode.insertBefore(span, elements[i]);span.appendChild(elements[i].parentNode.removeChild(elements[i]));/*Add the Flash*/var so = new SWFObject(this.src, "swfir"+firController.getNextId(), width, height, "6", this.bgcolor);if(style != ""){ so.setAttribute('style', style);}so.addParam('flashvars', flashvars);so.addParam("menu", "false");so.addParam("wmode", this.wmode);so.write(span);/*Remember Me*/firController.addswfir(span.firstChild);}};this.cleanColor = function( color, style ){color = color.replace(/^0x/, '');color = color.replace(/^#/, '');if(color.length == "3"){color = color.substring(0,1)+color.substring(0,1)+color.substring(1,2)+color.substring(1,2)+color.substring(2,3)+color.substring(2,3);}if(style == "flash"){color = "0x"+color;}else{color = "#"+color;}return color;};this.hasImg = function ( elementList ){for(var i=0; i<elementList.length; i++){if(elementList[i].nodeName == "IMG"){return true;}}return false;};this.withinLink = function( element ){while(element.nodeName != "A"){if(element.parentNode){element = element.parentNode;}else{return false;}}return element;};this.error = function( alertString ){alert(this.name+" "+this.version+" Error\n\n"+alertString);}}/** * SWFObject v1.4.4: Flash Player detection and embed - http://blog.deconcept.com/swfobject/ * * SWFObject is (c) 2006 Geoff Stearns and is released under the MIT License: * http://www.opensource.org/licenses/mit-license.php * * **SWFObject is the SWF embed script formerly known as FlashObject. The name was changed for * legal reasons. */if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){if(!document.getElementById){return;}this.DETECT_KEY=_b?_b:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(c){this.addParam("bgcolor",c);}var q=_8?_8:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",_7);this.setAttribute("doExpressInstall",false);var _d=(_9)?_9:window.location;this.setAttribute("xiRedirectUrl",_d);this.setAttribute("redirectUrl","");if(_a){this.setAttribute("redirectUrl",_a);}};deconcept.SWFObject.prototype={setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16.push(key+"="+_18[key]);}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}return _23;};deconcept.PlayerVersion=function(_27){this.major=_27[0]!=null?parseInt(_27[0]):0;this.minor=_27[1]!=null?parseInt(_27[1]):0;this.rev=_27[2]!=null?parseInt(_27[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_29){var q=document.location.search||document.location.hash;if(q){var _2b=q.substring(1).split("&");for(var i=0;i<_2b.length;i++){if(_2b[i].substring(0,_2b[i].indexOf("="))==_29){return _2b[i].substring((_2b[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){if(window.opera||!document.all){return;}var _2d=document.getElementsByTagName("OBJECT");for(var i=0;i<_2d.length;i++){_2d[i].style.display="none";for(var x in _2d[i]){if(typeof _2d[i][x]=="function"){_2d[i][x]=function(){};}}}};deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};if(typeof window.onunload=="function"){var _30=window.onunload;window.onunload=function(){deconcept.SWFObjectUtil.cleanupSWFs();_30();};}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs;}};if(typeof window.onbeforeunload=="function"){var oldBeforeUnload=window.onbeforeunload;window.onbeforeunload=function(){deconcept.SWFObjectUtil.prepUnload();oldBeforeUnload();};}else{window.onbeforeunload=deconcept.SWFObjectUtil.prepUnload;}if(Array.prototype.push==null){Array.prototype.push=function(_31){this[this.length]=_31;return this.length;};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;
+function getAllChildren(e) {
+    return e.all ? e.all : e.getElementsByTagName('*');
+}
+
+function checkToken(hint, element, context) {/*If we're not limiting */
+    if (hint == "") {
+        return true;
+    }/*Descendant Selector */ else if (hint == ">") {
+        context = context.firstChild;
+        while (context) {
+            if (context == element) {
+                return true;
+            }
+            context = context.nextSibling;
+        }
+    }/*First Child Selector */ else if (hint == "first-child") {
+        context = context.firstChild;
+        while (context.nodeName == "#text") {
+            if (context.firstChild) {
+                context = context.firstChild;
+            } else {
+                context = context.nextSibling;
+            }
+        }
+        if (context == element) {
+            return true;
+        }
+    }/*:link selector */ else if (hint == "a") {
+        if (element.nodeName == "A") {
+            return true;
+        }
+    }/*Adjacent Selector */ else if (hint == "+") {
+        context = context.nextSibling;
+        while (context) {
+            if (context == element) {
+                return true;
+            }
+            context = context.nextSibling;
+        }
+    }/*Attribute Selector */ else if (hint.length > 0) {
+        if (element.getAttribute(hint[1])) {
+            if (hint[2] == "" && element.getAttribute(hint[1]) == hint[3]) {
+                return true;
+            } else if ((hint[2] == "~" || hint[2] == "|") && element.getAttribute(hint[1]).indexOf(hint[3]) > -1) {
+                return true;
+            }
+        }
+    }
+    return false;
+};getElementsBySelector = document.getElementsBySelector = function (selector) {/*Error Checking*/
+    if (!document.getElementsByTagName || typeof (selector) != "string") {
+        return Array();
+    }/*Local Variables*/
+    var resultElements = new Array();/*Split the Selectors*/
+    var selectors = selector.split(",");
+    for (var i = 0; i < selectors.length; i++) {
+        var selector = selectors[i].replace(/^\s+/, '').replace(/\s+$/, '');/*Get the Tokens*/
+        var tokens = selector.split(" ");
+        var tokenContext = new Array(this);
+        var nextTokenHint = "";/*Loop Through the Tokens */
+        for (var j = 0; j < tokens.length; j++) {
+            var token = tokens[j].replace(/^\s+/, '').replace(/\s+$/, '');/*CSS3 Selectors: */
+            if (token.indexOf(">") > -1) {
+                nextTokenHint = ">";
+                continue;
+            } else if (token.indexOf(":first-child") > -1) {
+                nextTokenHint = "first-child";
+                token = token.replace(/:first-child/g, "");
+            } else if (token.indexOf(":link") > -1) {
+                nextTokenHint = "a";
+                token = token.replace(":link", "");
+            } else if (token.indexOf("+") > -1) {
+                nextTokenHint = "+";
+                continue;
+            } else if (token.match(/^([a-zA-Z*]+)\[([a-zA-Z]+)([~\|]?)=.([^\]"]*).\]$/)) {
+                parts = token.match(/^([a-zA-Z*]+)\[([a-zA-Z]+)([~\|]?)=.([^\]"]*).\]$/);
+                nextTokenHint = new Array("attribute", parts[2], parts[3], parts[4]);
+                token = parts[1];
+            }/*Activity Selectors*/
+            token = token.replace(":visited", "").replace(":active", "").replace(":hover", "").replace(":focus", "");/*ID Tokens */
+            if (token.indexOf("#") > -1) {/*Split the Token */
+                var pieces = token.split("#");/*Error Out Gracefully */
+                if (pieces[1] == "") {
+                    return Array();
+                }/*Check for Universal Selectors */
+                if (pieces[0] == "") {
+                    pieces[0] = "*";
+                }
+                var foundElements = new Array();
+                for (var k = 0; k < tokenContext.length; k++) {
+                    if (nextTokenHint != "+") {
+                        var element = tokenContext[k].getElementById(pieces[1]);
+                    } else {
+                        var element = tokenContext[k].parentNode.getElementById(pieces[1]);
+                    }
+                    if (element && element.nodeName && (pieces[0] == "*" || element.nodeName.toLowerCase() == pieces[0].toLowerCase())) {
+                        if (checkToken(nextTokenHint, element, tokenContext[k])) {
+                            foundElements[foundElements.length] = element;
+                        }
+                    }
+                }
+                tokenContext = foundElements;
+                continue;
+            }/*Class Tokens */
+            if (token.indexOf(".") > -1) {/*Split the Token */
+                var pieces = token.split(".");/*Error Out Gracefully */
+                if (pieces[1] == "") {
+                    return Array();
+                }/*Check for Universal Selectors */
+                if (pieces[0] == "") {
+                    pieces[0] = "*";
+                }
+                var foundElements = new Array();
+                for (var k = 0; k < tokenContext.length; k++) {
+                    if (pieces[0] == '*') {
+                        if (nextTokenHint != "+") {
+                            var elements = getAllChildren(tokenContext[k]);
+                        } else {
+                            var elements = getAllChildren(tokenContext[k].parentNode);
+                        }
+                    } else {
+                        if (nextTokenHint != "+") {
+                            var elements = tokenContext[k].getElementsByTagName(pieces[0]);
+                        } else {
+                            var elements = tokenContext[k].parentNode.getElementsByTagName(pieces[0]);
+                        }
+                    }
+                    for (var l = 0; l < elements.length; l++) {
+                        if (elements[l].className && elements[l].className.match(new RegExp('\\b' + pieces[1] + '\\b'))) {
+                            if (checkToken(nextTokenHint, elements[l], tokenContext[k])) {
+                                foundElements[foundElements.length] = elements[l];
+                            }
+                        }
+                    }
+                }
+                tokenContext = foundElements;
+                continue;
+            }/*Elements */
+            var foundElements = new Array();
+            for (var k = 0; k < tokenContext.length; k++) {
+                if (token == "*") {
+                    if (nextTokenHint != "+") {
+                        var elements = getAllChildren(tokenContext[k]);
+                    } else if (nextTokenHint == "+") {
+                        var elements = getAllChildren(tokenContext[k].parentNode);
+                    }
+                } else {
+                    if (nextTokenHint != "+") {
+                        var elements = tokenContext[k].getElementsByTagName(token);
+                    } else {
+                        var elements = tokenContext[k].parentNode.getElementsByTagName(token);
+                    }
+                }
+                for (var l = 0; l < elements.length; l++) {
+                    if (checkToken(nextTokenHint, elements[l], tokenContext[k])) {
+                        foundElements[foundElements.length] = elements[l];
+                    }
+                }
+            }
+            tokenContext = foundElements;
+            nextTokenHint = "";
+        }
+        resultElements = tokenContext;
+    }/*Remove Duplicates */
+    var cleanedArray = new Array();
+    for (i = 0; i < resultElements.length; i++) {
+        for (j = 0; j < resultElements.length; j++) {
+            if (resultElements[i] == resultElements[j] && i != j) {
+                resultElements[j] = "";
+            }
+        }
+        if (resultElements[i] != "") {
+            cleanedArray[cleanedArray.length] = resultElements[i];
+        }
+    }/*Return Results */
+    return cleanedArray;
+};
+
+function swfirController() {
+    this.swfirs = new Array();
+    this.addswfir = function (swfirReference) {
+        var swfirId = this.swfirs.length;
+        this.swfirs[swfirId] = swfirReference;
+        return swfirId;
+    };
+    this.getswfirs = function () {
+        return this.swfirs;
+    };
+    this.getNextId = function () {
+        return this.swfirs.length;
+    };
+    this.resize = function (id, width, height) {
+        if (this.swfirs[id].elasticityWidth == false) {
+            this.swfirs[id].setAttribute("width", width);
+            this.swfirs[id].style.width = width + 'px';
+        }
+        this.swfirs[id].setAttribute("height", height);
+        this.swfirs[id].style.height = height + 'px';
+    }
+}
+
+var firController = new swfirController();
+
+function swfir() {/*Global Variables*/
+    this.name = "swfir";
+    this.version = "1.1.1";
+    this.debug = false;
+    this.params = new Array();
+    this.background = "";
+    this.src = "swfir.swf";
+    this.wmode = 'transparent';
+    this.elasticityWidth = false;/*Set Parameters*/
+    this.specify = function (key, value) {
+        if (key == "debug") {
+            if (value == true || value == "true") {
+                this.debug = true;
+            } else {
+                this.debug = false;
+            }
+            return;
+        }
+        if (key == 'wmode') {
+            this.wmode = value;
+        }
+        if (key == "background-color") {
+            this.background = this.cleanColor(value);
+            return;
+        }
+        if (key == "border-color" || key == "shadow-color") {
+            value = this.cleanColor(value, "flash");
+        }
+        if (key == "shadow-blur") {
+            this.params["shadowBlurX"] = value;
+            this.params["shadowBlurY"] = value;
+            acceptableFound = true;
+        }
+        if (key == "border-radius" || key == "border-width" || key == "border-alpha" || key == "shadow-blur-x" || key == "shadow-blur-y") {
+            value = parseFloat(value);
+            if ((value == NaN || value == "NaN") && this.debug == true) {
+                this.error("'" + key + "' must be a number. Please make sure in your source there are no quotes (\") around the number.");
+            }
+        }
+        if (key == "rotate" && Number(value) < 0) {
+            value = 360 + Number(value);
+        }
+        if (key == "src") {
+            this.src = value;
+            return;
+        }
+        if (key == 'elasticity') {
+            if (parseFloat(value)) {
+                this.elasticityWidth = value;
+            } else {
+                var tmp = document.createElement('div');
+                tmp.style.position = 'absolute';
+                tmp.style.left = '-10em';
+                tmp.style.width = '1em';
+                tmp.style.height = '1em';
+                document.body.appendChild(tmp);
+                this.elasticityWidth = tmp.offsetHeight;
+                tmp.parentNode.removeChild(tmp);
+            }
+            return;
+        }
+        var translation = new Array();
+        translation["border-radius"] = "borderRadius";
+        translation["border-width"] = "borderWidth";
+        translation["border-color"] = "borderColor";
+        translation["shadow-offset"] = "shadowOffset";
+        translation["shadow-angle"] = "shadowAngle";
+        translation["shadow-alpha"] = "shadowAlpha";
+        translation["shadow-blur-x"] = "shadowBlurX";
+        translation["shadow-blur-y"] = "shadowBlurY";
+        translation["shadow-strength"] = "shadowStrength";
+        translation["shadow-color"] = "shadowColor";
+        translation["shadow-quality"] = "shadowQuality";
+        translation["shadow-inner"] = "shadowInner";
+        translation["shadow-knockout"] = "shadowKnockout";
+        translation["shadow-hide"] = "shadowHide";
+        translation["rotate"] = "rotate";
+        translation["overflow"] = "overflow";
+        translation["link"] = "link";
+        this.params[translation[key]] = value;
+    };/*Swap SWF*/
+    this.swap = function (selector) {
+        if (typeof (selector).toLowerCase() == 'string') {
+            var elements = document.getElementsBySelector(selector);
+        } else if (selector.nodeName) {
+            var elements = [selector];
+        } else if (selector.length != 0) {
+            var elements = selector;
+        }
+        if (this.hasImg(elements) == false) {
+            var elements = document.getElementsBySelector(selector + " img");
+            if (this.hasImg(elements) == false && this.debug == true) {
+                this.error("No images were selected with the selector '" + selector + "'");
+                return;
+            }
+        }
+        for (var i = 0; i < elements.length; i++) {/*Embed Params*/
+            var id = "";
+            var className = "";
+            var style = "";
+            var width = "";
+            var height = "";
+            var bgcolor = "";
+            var src = this.src;
+            var flashvars = "";/*Retain some existing parameters*/
+            if (elements[i].getAttribute("id")) {
+                id = elements[i].getAttribute("id");
+            }
+            if (elements[i].className != '') {
+                className = elements[i].className + ' swfir';
+            } else {
+                className = 'swfir';
+            }
+            if (this.background != "") {
+                bgcolor = this.background;
+            }
+            if (elements[i].getAttribute("style")) {
+                if (elements[i].style.cssText && elements[i].style.cssText != "") {
+                    style += elements[i].style.cssText + ";";
+                } else if (typeof elements[i].getAttribute("style") == "string") {
+                    style += elements[i].getAttribute("style");
+                }
+            }
+            width = elements[i].width;
+            height = elements[i].height;
+            if (this.elasticityWidth != false) {
+                if (style != "") style += " ";
+                style += "width:" + (width / this.elasticityWidth) + "em;";
+            } else {
+                if (elements[i].getAttribute("width", 2)) {
+                    if (style != "") {
+                        style += " ";
+                    }
+                    style += "width:" + elements[i].getAttribute("width", 2) + ";";
+                }
+                if (elements[i].getAttribute("height", 2)) {
+                    if (style != "") {
+                        style += " ";
+                    }
+                    style += "height:" + elements[i].getAttribute("height", 2) + ";";
+                }
+            }/*Pass in Width/Height*/
+            this.params['srcWidth'] = width;
+            this.params['srcHeight'] = height;/*Flash Vars*/
+            var varString = "";
+            for (var key in this.params) {
+                varString += ("&" + key + '=' + this.params[key]);
+            }/*Is there a link*/
+            if ((elementLink = this.withinLink(elements[i])) != false && !this.params["link"]) {
+                varString += "&link=" + elementLink.href.replace(/\?/g, "%3F").replace(/&/g, "%26");
+            }/*Add the vars*/
+            flashvars = "url=" + elements[i].src + varString + "&swfirId=" + firController.getNextId();/*Create Container Span*/
+            var span = document.createElement('span');
+            if (id) {
+                span.setAttribute("id", id);
+            }
+            if (className) {
+                span.className = className;
+            }
+            elements[i].parentNode.insertBefore(span, elements[i]);
+            span.appendChild(elements[i].parentNode.removeChild(elements[i]));/*Add the Flash*/
+            var so = new SWFObject(this.src, "swfir" + firController.getNextId(), width, height, "6", this.bgcolor);
+            if (style != "") {
+                so.setAttribute('style', style);
+            }
+            so.addParam('flashvars', flashvars);
+            so.addParam("menu", "false");
+            so.addParam("wmode", this.wmode);
+            so.write(span);/*Remember Me*/
+            firController.addswfir(span.firstChild);
+        }
+    };
+    this.cleanColor = function (color, style) {
+        color = color.replace(/^0x/, '');
+        color = color.replace(/^#/, '');
+        if (color.length == "3") {
+            color = color.substring(0, 1) + color.substring(0, 1) + color.substring(1, 2) + color.substring(1, 2) + color.substring(2, 3) + color.substring(2, 3);
+        }
+        if (style == "flash") {
+            color = "0x" + color;
+        } else {
+            color = "#" + color;
+        }
+        return color;
+    };
+    this.hasImg = function (elementList) {
+        for (var i = 0; i < elementList.length; i++) {
+            if (elementList[i].nodeName == "IMG") {
+                return true;
+            }
+        }
+        return false;
+    };
+    this.withinLink = function (element) {
+        while (element.nodeName != "A") {
+            if (element.parentNode) {
+                element = element.parentNode;
+            } else {
+                return false;
+            }
+        }
+        return element;
+    };
+    this.error = function (alertString) {
+        alert(this.name + " " + this.version + " Error\n\n" + alertString);
+    }
+}/** * SWFObject v1.4.4: Flash Player detection and embed - http://blog.deconcept.com/swfobject/ * * SWFObject is (c) 2006 Geoff Stearns and is released under the MIT License: * http://www.opensource.org/licenses/mit-license.php * * **SWFObject is the SWF embed script formerly known as FlashObject. The name was changed for * legal reasons. */
+if (typeof deconcept == "undefined") {
+    var deconcept = new Object();
+}
+if (typeof deconcept.util == "undefined") {
+    deconcept.util = new Object();
+}
+if (typeof deconcept.SWFObjectUtil == "undefined") {
+    deconcept.SWFObjectUtil = new Object();
+}
+deconcept.SWFObject = function (_1, id, w, h, _5, c, _7, _8, _9, _a, _b) {
+    if (!document.getElementById) {
+        return;
+    }
+    this.DETECT_KEY = _b ? _b : "detectflash";
+    this.skipDetect = deconcept.util.getRequestParameter(this.DETECT_KEY);
+    this.params = new Object();
+    this.variables = new Object();
+    this.attributes = new Array();
+    if (_1) {
+        this.setAttribute("swf", _1);
+    }
+    if (id) {
+        this.setAttribute("id", id);
+    }
+    if (w) {
+        this.setAttribute("width", w);
+    }
+    if (h) {
+        this.setAttribute("height", h);
+    }
+    if (_5) {
+        this.setAttribute("version", new deconcept.PlayerVersion(_5.toString().split(".")));
+    }
+    this.installedVer = deconcept.SWFObjectUtil.getPlayerVersion();
+    if (c) {
+        this.addParam("bgcolor", c);
+    }
+    var q = _8 ? _8 : "high";
+    this.addParam("quality", q);
+    this.setAttribute("useExpressInstall", _7);
+    this.setAttribute("doExpressInstall", false);
+    var _d = (_9) ? _9 : window.location;
+    this.setAttribute("xiRedirectUrl", _d);
+    this.setAttribute("redirectUrl", "");
+    if (_a) {
+        this.setAttribute("redirectUrl", _a);
+    }
+};
+deconcept.SWFObject.prototype = {
+    setAttribute: function (_e, _f) {
+        this.attributes[_e] = _f;
+    }, getAttribute: function (_10) {
+        return this.attributes[_10];
+    }, addParam: function (_11, _12) {
+        this.params[_11] = _12;
+    }, getParams: function () {
+        return this.params;
+    }, addVariable: function (_13, _14) {
+        this.variables[_13] = _14;
+    }, getVariable: function (_15) {
+        return this.variables[_15];
+    }, getVariables: function () {
+        return this.variables;
+    }, getVariablePairs: function () {
+        var _16 = new Array();
+        var key;
+        var _18 = this.getVariables();
+        for (key in _18) {
+            _16.push(key + "=" + _18[key]);
+        }
+        return _16;
+    }, getSWFHTML: function () {
+        var _19 = "";
+        if (navigator.plugins && navigator.mimeTypes && navigator.mimeTypes.length) {
+            if (this.getAttribute("doExpressInstall")) {
+                this.addVariable("MMplayerType", "PlugIn");
+            }
+            _19 = "<embed type=\"application/x-shockwave-flash\" src=\"" + this.getAttribute("swf") + "\" width=\"" + this.getAttribute("width") + "\" height=\"" + this.getAttribute("height") + "\" style=\"" + this.getAttribute("style") + "\"";
+            _19 += " id=\"" + this.getAttribute("id") + "\" name=\"" + this.getAttribute("id") + "\" ";
+            var _1a = this.getParams();
+            for (var key in _1a) {
+                _19 += [key] + "=\"" + _1a[key] + "\" ";
+            }
+            var _1c = this.getVariablePairs().join("&");
+            if (_1c.length > 0) {
+                _19 += "flashvars=\"" + _1c + "\"";
+            }
+            _19 += "/>";
+        } else {
+            if (this.getAttribute("doExpressInstall")) {
+                this.addVariable("MMplayerType", "ActiveX");
+            }
+            _19 = "<object id=\"" + this.getAttribute("id") + "\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"" + this.getAttribute("width") + "\" height=\"" + this.getAttribute("height") + "\" style=\"" + this.getAttribute("style") + "\">";
+            _19 += "<param name=\"movie\" value=\"" + this.getAttribute("swf") + "\" />";
+            var _1d = this.getParams();
+            for (var key in _1d) {
+                _19 += "<param name=\"" + key + "\" value=\"" + _1d[key] + "\" />";
+            }
+            var _1f = this.getVariablePairs().join("&");
+            if (_1f.length > 0) {
+                _19 += "<param name=\"flashvars\" value=\"" + _1f + "\" />";
+            }
+            _19 += "</object>";
+        }
+        return _19;
+    }, write: function (_20) {
+        if (this.getAttribute("useExpressInstall")) {
+            var _21 = new deconcept.PlayerVersion([6, 0, 65]);
+            if (this.installedVer.versionIsValid(_21) && !this.installedVer.versionIsValid(this.getAttribute("version"))) {
+                this.setAttribute("doExpressInstall", true);
+                this.addVariable("MMredirectURL", escape(this.getAttribute("xiRedirectUrl")));
+                document.title = document.title.slice(0, 47) + " - Flash Player Installation";
+                this.addVariable("MMdoctitle", document.title);
+            }
+        }
+        if (this.skipDetect || this.getAttribute("doExpressInstall") || this.installedVer.versionIsValid(this.getAttribute("version"))) {
+            var n = (typeof _20 == "string") ? document.getElementById(_20) : _20;
+            n.innerHTML = this.getSWFHTML();
+            return true;
+        } else {
+            if (this.getAttribute("redirectUrl") != "") {
+                document.location.replace(this.getAttribute("redirectUrl"));
+            }
+        }
+        return false;
+    }
+};
+deconcept.SWFObjectUtil.getPlayerVersion = function () {
+    var _23 = new deconcept.PlayerVersion([0, 0, 0]);
+    if (navigator.plugins && navigator.mimeTypes.length) {
+        var x = navigator.plugins["Shockwave Flash"];
+        if (x && x.description) {
+            _23 = new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/, "").replace(/(\s+r|\s+b[0-9]+)/, ".").split("."));
+        }
+    } else {
+        try {
+            var axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
+        } catch (e) {
+            try {
+                var axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
+                _23 = new deconcept.PlayerVersion([6, 0, 21]);
+                axo.AllowScriptAccess = "always";
+            } catch (e) {
+                if (_23.major == 6) {
+                    return _23;
+                }
+            }
+            try {
+                axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
+            } catch (e) {
+            }
+        }
+        if (axo != null) {
+            _23 = new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));
+        }
+    }
+    return _23;
+};
+deconcept.PlayerVersion = function (_27) {
+    this.major = _27[0] != null ? parseInt(_27[0]) : 0;
+    this.minor = _27[1] != null ? parseInt(_27[1]) : 0;
+    this.rev = _27[2] != null ? parseInt(_27[2]) : 0;
+};
+deconcept.PlayerVersion.prototype.versionIsValid = function (fv) {
+    if (this.major < fv.major) {
+        return false;
+    }
+    if (this.major > fv.major) {
+        return true;
+    }
+    if (this.minor < fv.minor) {
+        return false;
+    }
+    if (this.minor > fv.minor) {
+        return true;
+    }
+    if (this.rev < fv.rev) {
+        return false;
+    }
+    return true;
+};
+deconcept.util = {
+    getRequestParameter: function (_29) {
+        var q = document.location.search || document.location.hash;
+        if (q) {
+            var _2b = q.substring(1).split("&");
+            for (var i = 0; i < _2b.length; i++) {
+                if (_2b[i].substring(0, _2b[i].indexOf("=")) == _29) {
+                    return _2b[i].substring((_2b[i].indexOf("=") + 1));
+                }
+            }
+        }
+        return "";
+    }
+};
+deconcept.SWFObjectUtil.cleanupSWFs = function () {
+    if (window.opera || !document.all) {
+        return;
+    }
+    var _2d = document.getElementsByTagName("OBJECT");
+    for (var i = 0; i < _2d.length; i++) {
+        _2d[i].style.display = "none";
+        for (var x in _2d[i]) {
+            if (typeof _2d[i][x] == "function") {
+                _2d[i][x] = function () {
+                };
+            }
+        }
+    }
+};
+deconcept.SWFObjectUtil.prepUnload = function () {
+    __flash_unloadHandler = function () {
+    };
+    __flash_savedUnloadHandler = function () {
+    };
+    if (typeof window.onunload == "function") {
+        var _30 = window.onunload;
+        window.onunload = function () {
+            deconcept.SWFObjectUtil.cleanupSWFs();
+            _30();
+        };
+    } else {
+        window.onunload = deconcept.SWFObjectUtil.cleanupSWFs;
+    }
+};
+if (typeof window.onbeforeunload == "function") {
+    var oldBeforeUnload = window.onbeforeunload;
+    window.onbeforeunload = function () {
+        deconcept.SWFObjectUtil.prepUnload();
+        oldBeforeUnload();
+    };
+} else {
+    window.onbeforeunload = deconcept.SWFObjectUtil.prepUnload;
+}
+if (Array.prototype.push == null) {
+    Array.prototype.push = function (_31) {
+        this[this.length] = _31;
+        return this.length;
+    };
+}
+var getQueryParamValue = deconcept.util.getRequestParameter;
+var FlashObject = deconcept.SWFObject;
+var SWFObject = deconcept.SWFObject;
diff --git a/Basilisk/MACAO/macao_3/MosMtr/xsl/GEN_planLMS.xsl b/Basilisk/MACAO/macao_3/MosMtr/xsl/GEN_planLMS.xsl
index 798f648bce95ef26100460f31764fd4f21038b06..20c1514fd796a55fe3706a15a1139d591e80e8b2 100755
--- a/Basilisk/MACAO/macao_3/MosMtr/xsl/GEN_planLMS.xsl
+++ b/Basilisk/MACAO/macao_3/MosMtr/xsl/GEN_planLMS.xsl
@@ -1 +1,87 @@
-<?xml version="1.0" ?><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_v1p3"><xsl:output method="html" version="4.0" indent="no" doctype-public="-//W3C//DTD HTML 4.0 Strict//EN"/><xsl:variable name="chemImg" select="//*[local-name()='organization']/@chemImg"/><xsl:template match="*[local-name()='organization']"> <xsl:apply-templates select="*[local-name()='item']" mode="itemXSL"> <xsl:with-param name="niveau">1</xsl:with-param> </xsl:apply-templates></xsl:template><xsl:template match="*[local-name()='item']" mode="itemXSL"><xsl:param name="niveau"/><xsl:variable name="idI">item<xsl:number level="any"/></xsl:variable><xsl:variable name="itemInvisible" select="@isvisible and @isvisible='false'"/><xsl:variable name="valVisib"><xsl:choose><xsl:when test="$itemInvisible">0</xsl:when><xsl:otherwise>1</xsl:otherwise></xsl:choose></xsl:variable><xsl:choose><xsl:when test="child::*[local-name()='item']"><div id="div{$idI}"><xsl:if test="$itemInvisible"><xsl:attribute name="style">display:none</xsl:attribute></xsl:if><xsl:attribute name="class"><xsl:choose><xsl:when test="($niveau&lt;2)">STY_planTitreModule</xsl:when><xsl:otherwise>STY_planTitreEtape</xsl:otherwise></xsl:choose></xsl:attribute><img id="img{$idI}" onclick="basculeItem('{$idI}')" class="STY_tdImgPlanModule" src="{$chemImg}planModule0.png"/><a onmouseover="window.status='';return true;" class="STY_planLienTitreEtape" id="lienP{$idI}" href="javascript:clicItem('{$idI}')"> <xsl:if test="$niveau=1"><xsl:attribute name="class">STY_planLienTitreModule</xsl:attribute></xsl:if> <xsl:value-of select="*[local-name()='title']"/> </a></div><div id="divFils{$idI}"><xsl:if test="not($itemInvisible)"><xsl:attribute name="style">display:none</xsl:attribute><xsl:attribute name="class"><xsl:choose><xsl:when test="($niveau&lt;2)">STY_planEtapes</xsl:when><xsl:otherwise>STY_planPages</xsl:otherwise></xsl:choose></xsl:attribute></xsl:if> <xsl:apply-templates select="*[local-name()='item']" mode="itemXSL"> <xsl:with-param name="niveau"><xsl:value-of select="$niveau+$valVisib"/></xsl:with-param> </xsl:apply-templates></div></xsl:when><xsl:otherwise><xsl:variable name="idRef" select="@identifierref"/><xsl:variable name="ressRef" select="//*[local-name()='resource' and @identifier=$idRef]"/><div id="div{$idI}" class="STY_planTitrePage"><xsl:if test="$itemInvisible"><xsl:attribute name="style">display:none</xsl:attribute></xsl:if><a onmouseover="window.status='';return true" class="STY_planLienTitrePage" id="lienP{$idI}" href="javascript:clicItem('{$idI}')"><xsl:attribute name="class">STY_planLienTitrePage <xsl:choose><xsl:when test="$ressRef/@adlcp:scormType='asset'">STY_planLienDocument</xsl:when><xsl:when test="*[local-name()='sequencing']/*[local-name()='objectives']/*[local-name()='primaryObjective']/*[local-name()='minNormalizedMeasure']">STY_planLienEvaluation</xsl:when><xsl:otherwise>STY_planLienActivite</xsl:otherwise></xsl:choose></xsl:attribute><xsl:value-of select="*[local-name()='title']"/></a></div></xsl:otherwise></xsl:choose></xsl:template></xsl:stylesheet>
+<?xml version="1.0" ?>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_v1p3">
+    <xsl:output method="html" version="4.0" indent="no" doctype-public="-//W3C//DTD HTML 4.0 Strict//EN"/>
+    <xsl:variable name="chemImg" select="//*[local-name()='organization']/@chemImg"/>
+    <xsl:template match="*[local-name()='organization']">
+        <xsl:apply-templates select="*[local-name()='item']" mode="itemXSL">
+            <xsl:with-param name="niveau">1</xsl:with-param>
+        </xsl:apply-templates>
+    </xsl:template>
+    <xsl:template match="*[local-name()='item']" mode="itemXSL">
+        <xsl:param name="niveau"/>
+        <xsl:variable name="idI">item
+            <xsl:number level="any"/>
+        </xsl:variable>
+        <xsl:variable name="itemInvisible" select="@isvisible and @isvisible='false'"/>
+        <xsl:variable name="valVisib">
+            <xsl:choose>
+                <xsl:when test="$itemInvisible">0</xsl:when>
+                <xsl:otherwise>1</xsl:otherwise>
+            </xsl:choose>
+        </xsl:variable>
+        <xsl:choose>
+            <xsl:when test="child::*[local-name()='item']">
+                <div id="div{$idI}">
+                    <xsl:if test="$itemInvisible">
+                        <xsl:attribute name="style">display:none</xsl:attribute>
+                    </xsl:if>
+                    <xsl:attribute name="class">
+                        <xsl:choose>
+                            <xsl:when test="($niveau&lt;2)">STY_planTitreModule</xsl:when>
+                            <xsl:otherwise>STY_planTitreEtape</xsl:otherwise>
+                        </xsl:choose>
+                    </xsl:attribute>
+                    <img id="img{$idI}" onclick="basculeItem('{$idI}')" class="STY_tdImgPlanModule"
+                         src="{$chemImg}planModule0.png"/>
+                    <a onmouseover="window.status='';return true;" class="STY_planLienTitreEtape" id="lienP{$idI}"
+                       href="javascript:clicItem('{$idI}')">
+                        <xsl:if test="$niveau=1">
+                            <xsl:attribute name="class">STY_planLienTitreModule</xsl:attribute>
+                        </xsl:if>
+                        <xsl:value-of select="*[local-name()='title']"/>
+                    </a>
+                </div>
+                <div id="divFils{$idI}">
+                    <xsl:if test="not($itemInvisible)">
+                        <xsl:attribute name="style">display:none</xsl:attribute>
+                        <xsl:attribute name="class">
+                            <xsl:choose>
+                                <xsl:when test="($niveau&lt;2)">STY_planEtapes</xsl:when>
+                                <xsl:otherwise>STY_planPages</xsl:otherwise>
+                            </xsl:choose>
+                        </xsl:attribute>
+                    </xsl:if>
+                    <xsl:apply-templates select="*[local-name()='item']" mode="itemXSL">
+                        <xsl:with-param name="niveau">
+                            <xsl:value-of select="$niveau+$valVisib"/>
+                        </xsl:with-param>
+                    </xsl:apply-templates>
+                </div>
+            </xsl:when>
+            <xsl:otherwise>
+                <xsl:variable name="idRef" select="@identifierref"/>
+                <xsl:variable name="ressRef" select="//*[local-name()='resource' and @identifier=$idRef]"/>
+                <div id="div{$idI}" class="STY_planTitrePage">
+                    <xsl:if test="$itemInvisible">
+                        <xsl:attribute name="style">display:none</xsl:attribute>
+                    </xsl:if>
+                    <a onmouseover="window.status='';return true" class="STY_planLienTitrePage" id="lienP{$idI}"
+                       href="javascript:clicItem('{$idI}')">
+                        <xsl:attribute name="class">STY_planLienTitrePage
+                            <xsl:choose>
+                                <xsl:when test="$ressRef/@adlcp:scormType='asset'">STY_planLienDocument</xsl:when>
+                                <xsl:when
+                                        test="*[local-name()='sequencing']/*[local-name()='objectives']/*[local-name()='primaryObjective']/*[local-name()='minNormalizedMeasure']">
+                                    STY_planLienEvaluation
+                                </xsl:when>
+                                <xsl:otherwise>STY_planLienActivite</xsl:otherwise>
+                            </xsl:choose>
+                        </xsl:attribute>
+                        <xsl:value-of select="*[local-name()='title']"/>
+                    </a>
+                </div>
+            </xsl:otherwise>
+        </xsl:choose>
+    </xsl:template>
+</xsl:stylesheet>
diff --git a/Basilisk/MACAO/macao_3/adlcp_v1p3.xsd b/Basilisk/MACAO/macao_3/adlcp_v1p3.xsd
index f96b4de5fa2c73834bfd0bcbbdc868b9c1c79e88..72b5a6a92a1cf788067856de062febbcd71fe359 100755
--- a/Basilisk/MACAO/macao_3/adlcp_v1p3.xsd
+++ b/Basilisk/MACAO/macao_3/adlcp_v1p3.xsd
@@ -1 +1,41 @@
-<?xml version = "1.0"?><xs:schema targetNamespace = "http://www.adlnet.org/xsd/adlcp_v1p3" xmlns:xs = "http://www.w3.org/2001/XMLSchema" xmlns = "http://www.adlnet.org/xsd/adlcp_v1p3" elementFormDefault = "qualified" version = "1.0">  <xs:annotation>  <xs:documentation>  This file represents the W3C XML Schema Language Binding of the ADL namespaced elements for content packaging extensions.  </xs:documentation>  </xs:annotation>  <xs:element name = "location" type = "locationType"/>  <xs:element name = "dataFromLMS" type = "dataFromLMSType"/>  <xs:element name = "timeLimitAction" type = "timeLimitActionType"/>  <xs:element name = "completionThreshold" type = "completionThresholdType" />  <xs:attribute name = "scormType">  <xs:simpleType> <xs:restriction base = "xs:string"> <xs:enumeration value = "sco"/> <xs:enumeration value = "asset"/> </xs:restriction>  </xs:simpleType>  </xs:attribute>  <xs:simpleType name = "locationType">  <xs:restriction base = "xs:string"/>  </xs:simpleType>  <xs:simpleType name = "dataFromLMSType">  <xs:restriction base = "xs:string"/>  </xs:simpleType>  <xs:simpleType name = "timeLimitActionType">  <xs:restriction base = "xs:string"> <xs:enumeration value = "exit,message"/> <xs:enumeration value = "exit,no message"/> <xs:enumeration value = "continue,message"/> <xs:enumeration value = "continue,no message"/>  </xs:restriction>  </xs:simpleType>  <xs:simpleType name = "completionThresholdType">  <xs:restriction base = "xs:decimal">  <xs:minInclusive value = "0.0"/>  <xs:maxInclusive value = "1.0"/>  </xs:restriction>  </xs:simpleType></xs:schema>
\ No newline at end of file
+<?xml version = "1.0"?>
+<xs:schema targetNamespace="http://www.adlnet.org/xsd/adlcp_v1p3" xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           xmlns="http://www.adlnet.org/xsd/adlcp_v1p3" elementFormDefault="qualified" version="1.0">
+    <xs:annotation>
+        <xs:documentation>This file represents the W3C XML Schema Language Binding of the ADL namespaced elements for
+            content packaging extensions.
+        </xs:documentation>
+    </xs:annotation>
+    <xs:element name="location" type="locationType"/>
+    <xs:element name="dataFromLMS" type="dataFromLMSType"/>
+    <xs:element name="timeLimitAction" type="timeLimitActionType"/>
+    <xs:element name="completionThreshold" type="completionThresholdType"/>
+    <xs:attribute name="scormType">
+        <xs:simpleType>
+            <xs:restriction base="xs:string">
+                <xs:enumeration value="sco"/>
+                <xs:enumeration value="asset"/>
+            </xs:restriction>
+        </xs:simpleType>
+    </xs:attribute>
+    <xs:simpleType name="locationType">
+        <xs:restriction base="xs:string"/>
+    </xs:simpleType>
+    <xs:simpleType name="dataFromLMSType">
+        <xs:restriction base="xs:string"/>
+    </xs:simpleType>
+    <xs:simpleType name="timeLimitActionType">
+        <xs:restriction base="xs:string">
+            <xs:enumeration value="exit,message"/>
+            <xs:enumeration value="exit,no message"/>
+            <xs:enumeration value="continue,message"/>
+            <xs:enumeration value="continue,no message"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:simpleType name="completionThresholdType">
+        <xs:restriction base="xs:decimal">
+            <xs:minInclusive value="0.0"/>
+            <xs:maxInclusive value="1.0"/>
+        </xs:restriction>
+    </xs:simpleType>
+</xs:schema>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/adlnav_v1p3.xsd b/Basilisk/MACAO/macao_3/adlnav_v1p3.xsd
index f1bd88e55da520e8aba8c19e3e2a37816274b61b..30a5d9ff577f705db82489c4e1997eb800239955 100755
--- a/Basilisk/MACAO/macao_3/adlnav_v1p3.xsd
+++ b/Basilisk/MACAO/macao_3/adlnav_v1p3.xsd
@@ -1 +1,28 @@
-<?xml version = "1.0"?><xs:schema targetNamespace = "http://www.adlnet.org/xsd/adlnav_v1p3"  xmlns:xs = "http://www.w3.org/2001/XMLSchema"  xmlns = "http://www.adlnet.org/xsd/adlnav_v1p3"  elementFormDefault = "qualified"  version = "1.0"><xs:element name = "presentation" type = "presentationType"/><xs:element name = "navigationInterface" type = "navigationInterfaceType"/><xs:element name = "hideLMSUI" type = "hideLMSUIType"/><xs:complexType name = "presentationType"><xs:sequence><xs:element ref = "navigationInterface" minOccurs = "0" maxOccurs = "1"/></xs:sequence></xs:complexType><xs:complexType name = "navigationInterfaceType"><xs:sequence><xs:element ref = "hideLMSUI" minOccurs = "0" maxOccurs = "unbounded"/></xs:sequence></xs:complexType><xs:simpleType name = "hideLMSUIType"><xs:restriction base = "xs:token"><xs:enumeration value = "abandon"/><xs:enumeration value = "continue"/><xs:enumeration value = "exit"/><xs:enumeration value = "previous"/><xs:enumeration value = "suspendAll"/><xs:enumeration value = "exitAll"/><xs:enumeration value = "abandonAll"/></xs:restriction></xs:simpleType></xs:schema>
\ No newline at end of file
+<?xml version = "1.0"?>
+<xs:schema targetNamespace="http://www.adlnet.org/xsd/adlnav_v1p3" xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           xmlns="http://www.adlnet.org/xsd/adlnav_v1p3" elementFormDefault="qualified" version="1.0">
+    <xs:element name="presentation" type="presentationType"/>
+    <xs:element name="navigationInterface" type="navigationInterfaceType"/>
+    <xs:element name="hideLMSUI" type="hideLMSUIType"/>
+    <xs:complexType name="presentationType">
+        <xs:sequence>
+            <xs:element ref="navigationInterface" minOccurs="0" maxOccurs="1"/>
+        </xs:sequence>
+    </xs:complexType>
+    <xs:complexType name="navigationInterfaceType">
+        <xs:sequence>
+            <xs:element ref="hideLMSUI" minOccurs="0" maxOccurs="unbounded"/>
+        </xs:sequence>
+    </xs:complexType>
+    <xs:simpleType name="hideLMSUIType">
+        <xs:restriction base="xs:token">
+            <xs:enumeration value="abandon"/>
+            <xs:enumeration value="continue"/>
+            <xs:enumeration value="exit"/>
+            <xs:enumeration value="previous"/>
+            <xs:enumeration value="suspendAll"/>
+            <xs:enumeration value="exitAll"/>
+            <xs:enumeration value="abandonAll"/>
+        </xs:restriction>
+    </xs:simpleType>
+</xs:schema>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/adlseq_v1p3.xsd b/Basilisk/MACAO/macao_3/adlseq_v1p3.xsd
index ddd651aeae1e6989aecaf93be634588a3e843734..9909a25cf50bab4e1ffca6c2832225388dc271e0 100755
--- a/Basilisk/MACAO/macao_3/adlseq_v1p3.xsd
+++ b/Basilisk/MACAO/macao_3/adlseq_v1p3.xsd
@@ -1 +1,26 @@
-<?xml version = "1.0"?><xs:schema targetNamespace = "http://www.adlnet.org/xsd/adlseq_v1p3" xmlns:xs = "http://www.w3.org/2001/XMLSchema" xmlns = "http://www.adlnet.org/xsd/adlseq_v1p3" elementFormDefault = "qualified" version = "1.0">  <xs:element name = "constrainedChoiceConsiderations" type = "constrainChoiceConsiderationsType"/>  <xs:element name = "rollupConsiderations" type = "rollupConsiderationsType"/>  <xs:complexType name = "rollupConsiderationsType">  <xs:attribute name = "requiredForSatisfied" default = "always" type = "rollupConsiderationType"/>  <xs:attribute name = "requiredForNotSatisfied" default = "always" type = "rollupConsiderationType"/>  <xs:attribute name = "requiredForCompleted" default = "always" type = "rollupConsiderationType"/>  <xs:attribute name = "requiredForIncomplete" default = "always" type = "rollupConsiderationType"/>  <xs:attribute name = "measureSatisfactionIfActive" default = "true" type = "xs:boolean"/>  </xs:complexType>  <xs:simpleType name = "rollupConsiderationType">  <xs:restriction base = "xs:token"> <xs:enumeration value = "always"/> <xs:enumeration value = "ifAttempted"/> <xs:enumeration value = "ifNotSkipped"/> <xs:enumeration value = "ifNotSuspended"/>  </xs:restriction>  </xs:simpleType>  <xs:complexType name = "constrainChoiceConsiderationsType">  <xs:attribute name = "preventActivation" default = "false" type = "xs:boolean"/>  <xs:attribute name = "constrainChoice" default = "false" type = "xs:boolean"/>  </xs:complexType>  <xs:attribute name = "objectivesGlobalToSystem" default = "true" type = "xs:boolean" /> </xs:schema>
\ No newline at end of file
+<?xml version = "1.0"?>
+<xs:schema targetNamespace="http://www.adlnet.org/xsd/adlseq_v1p3" xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           xmlns="http://www.adlnet.org/xsd/adlseq_v1p3" elementFormDefault="qualified" version="1.0">
+    <xs:element name="constrainedChoiceConsiderations" type="constrainChoiceConsiderationsType"/>
+    <xs:element name="rollupConsiderations" type="rollupConsiderationsType"/>
+    <xs:complexType name="rollupConsiderationsType">
+        <xs:attribute name="requiredForSatisfied" default="always" type="rollupConsiderationType"/>
+        <xs:attribute name="requiredForNotSatisfied" default="always" type="rollupConsiderationType"/>
+        <xs:attribute name="requiredForCompleted" default="always" type="rollupConsiderationType"/>
+        <xs:attribute name="requiredForIncomplete" default="always" type="rollupConsiderationType"/>
+        <xs:attribute name="measureSatisfactionIfActive" default="true" type="xs:boolean"/>
+    </xs:complexType>
+    <xs:simpleType name="rollupConsiderationType">
+        <xs:restriction base="xs:token">
+            <xs:enumeration value="always"/>
+            <xs:enumeration value="ifAttempted"/>
+            <xs:enumeration value="ifNotSkipped"/>
+            <xs:enumeration value="ifNotSuspended"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:complexType name="constrainChoiceConsiderationsType">
+        <xs:attribute name="preventActivation" default="false" type="xs:boolean"/>
+        <xs:attribute name="constrainChoice" default="false" type="xs:boolean"/>
+    </xs:complexType>
+    <xs:attribute name="objectivesGlobalToSystem" default="true" type="xs:boolean"/>
+</xs:schema>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/glossaire/accueil.html b/Basilisk/MACAO/macao_3/contenu/glossaire/accueil.html
index e9864b8fc962e12da0a0543031ba7ea01ad7389a..ecb2f5ded4e7f6e2dd3579b44ee7839b37012d0b 100755
--- a/Basilisk/MACAO/macao_3/contenu/glossaire/accueil.html
+++ b/Basilisk/MACAO/macao_3/contenu/glossaire/accueil.html
@@ -1 +1,26 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Accueil Glossaire</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireContenu.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script>function donneLex(n){return parent.liste.donneLex(n);}</script></head><body class="STY_fondAccueilGLO" onload="PF_ecritDocW()"><div style=" left: 48px; width: 454px; position: absolute; top: 35px; height: 97px"><div id="STY_titreFormationGLOAcc" class="STY_titreFormationGLOAcc"><script>ajDocW(parent.liste.GLO_donneTitreStage())</script></div><br><div id="LEX_0" style="DISPLAY: inline; FONT-WEIGHT: bold; FONT-SIZE: 20px"><script>ajDocW(donneLex(0))</script></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Accueil Glossaire</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireContenu.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script>function donneLex(n) {
+        return parent.liste.donneLex(n);
+    }</script>
+</head>
+<body class="STY_fondAccueilGLO" onload="PF_ecritDocW()">
+<div style=" left: 48px; width: 454px; position: absolute; top: 35px; height: 97px">
+    <div id="STY_titreFormationGLOAcc" class="STY_titreFormationGLOAcc">
+        <script>ajDocW(parent.liste.GLO_donneTitreStage())</script>
+    </div>
+    <br>
+    <div id="LEX_0" style="DISPLAY: inline; FONT-WEIGHT: bold; FONT-SIZE: 20px">
+        <script>ajDocW(donneLex(0))</script>
+    </div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/glossaire/contenu.html b/Basilisk/MACAO/macao_3/contenu/glossaire/contenu.html
index 158e03b39ba7dd841585380b7e7e173883591573..2af7da8a51f5341fad0b4cb2f257883c3bad50a1 100755
--- a/Basilisk/MACAO/macao_3/contenu/glossaire/contenu.html
+++ b/Basilisk/MACAO/macao_3/contenu/glossaire/contenu.html
@@ -1 +1,25 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Contenu</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireContenu.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/glossaire/contenuGlossaire.js"></script></head><body onload="charger()" class="STY_fondContenuGLO"><div id="STY_titreEntreeComplet" class="STY_titreEntreeComplet"></div><div id="STY_defEntreeComplet" class="STY_defEntreeComplet"></div><div id="STY_zoneAussiComplet" class="STY_zoneAussiComplet"><div id="LEX_18" style="DISPLAY: inline"><script>ajDocW(donneLex(18))</script></div> <div id="STY_voirAussiComplet" class="STY_voirAussiComplet"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Contenu</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireContenu.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/glossaire/contenuGlossaire.js"></script>
+</head>
+<body onload="charger()" class="STY_fondContenuGLO">
+<div id="STY_titreEntreeComplet" class="STY_titreEntreeComplet"></div>
+<div id="STY_defEntreeComplet" class="STY_defEntreeComplet"></div>
+<div id="STY_zoneAussiComplet" class="STY_zoneAussiComplet">
+    <div id="LEX_18" style="DISPLAY: inline">
+        <script>ajDocW(donneLex(18))</script>
+    </div>
+     
+    <div id="STY_voirAussiComplet" class="STY_voirAussiComplet"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/glossaire/glossaire.html b/Basilisk/MACAO/macao_3/contenu/glossaire/glossaire.html
index e0ba61e0e504470face578e77f8b7d52a77ebe22..d91d9cacc4f265e76ce797e1e902f81fccbfb0aa 100755
--- a/Basilisk/MACAO/macao_3/contenu/glossaire/glossaire.html
+++ b/Basilisk/MACAO/macao_3/contenu/glossaire/glossaire.html
@@ -1 +1,92 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><title> </title><link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireDetail.css"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireListe.css"><script type="text/javascript" src="../../MosMtr/scripts/glossaire/ICglossaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/glossaire/ClasseGlossaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/ressources/langue/lexiqueGLO.js"></script><script type="text/javascript">var chemin_img;var glossaire;var lexique;lexique=new ICLexique();lexique.init();LEX_entrerLexs();var modeListe=true;var idMotCherche;var leTitre=new String(top.document.title);if (top.menu==null){if (window.opener.positionGloDetail==''){var sFEN_L='409';var sFEN_H='311';var sFEN_X='180';var sFEN_Y='150';var FEN_L,FEN_H,FEN_X,FEN_Y;if (sFEN_L!=''){FEN_L=parseInt(sFEN_L);}if (sFEN_H!=''){ FEN_H=parseInt(sFEN_H);}if (sFEN_X!=''){ FEN_X=parseInt(sFEN_X);}if (sFEN_Y!=''){ FEN_Y=parseInt(sFEN_Y);}if ((!isNaN(FEN_X))&&(!isNaN(FEN_Y))){top.window.moveTo(FEN_X,FEN_Y);}if ((!isNaN(FEN_L))&&(!isNaN(FEN_H))&&(FEN_L>0)&&(FEN_H>0)){top.window.resizeTo(FEN_L,FEN_H);}var oHTML=document.getElementsByTagName("html").item(0);FEN_L=parseInt(oHTML.offsetWidth);FEN_H=parseInt(oHTML.offsetHeight);if (isNaN(FEN_H)||(FEN_H==0)){FEN_L=window.innerWidth;FEN_H=window.innerHeight;}window.opener.positionGloDetail=FEN_X+","+FEN_Y+","+FEN_L+","+FEN_H;}idMotCherche=window.opener.donneIdMotCherche();modeListe=false;}function entrerDonnees(){chemin_img = "../../MosMtr/ressources/style/media/";idMotGloss="";var motGloss="";var defGloss="";var refGloss;var motTrouve=false;PF_ecritDocW();glossaire = new Glossaire();glossaire.init();if (modeListe){GLO_initListe();} else {GLO_initDetail(idMotCherche);}}</script></head><body onload="entrerDonnees()" style="margin:0px" oncontextmenu="return false"><div id="STY_fondListeGLO" class="STY_fondListeGLO" style="display:none; position:absolute; left:0;width:100%; height:100%"><div id="STY_zoneListe" class="STY_zoneListe"></div></div><div id="STY_fondDetailGLO" class="STY_fondDetailGLO" style="display:none; position:absolute; left:0;width:101%; height:101%;overflow:hidden"><div id="STY_titreEntreeDetail" class="STY_titreEntreeDetail"></div><div id="STY_defEntreeDetail" class="STY_defEntreeDetail" style="  width: 368px; height: 228px"></div></div><div style="display:none;visibility:hidden"></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <title> </title>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireDetail.css">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireListe.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/glossaire/ICglossaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/glossaire/ClasseGlossaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/langue/lexiqueGLO.js"></script>
+    <script type="text/javascript">var chemin_img;
+    var glossaire;
+    var lexique;
+    lexique = new ICLexique();
+    lexique.init();
+    LEX_entrerLexs();
+    var modeListe = true;
+    var idMotCherche;
+    var leTitre = new String(top.document.title);
+    if (top.menu == null) {
+        if (window.opener.positionGloDetail == '') {
+            var sFEN_L = '409';
+            var sFEN_H = '311';
+            var sFEN_X = '180';
+            var sFEN_Y = '150';
+            var FEN_L, FEN_H, FEN_X, FEN_Y;
+            if (sFEN_L != '') {
+                FEN_L = parseInt(sFEN_L);
+            }
+            if (sFEN_H != '') {
+                FEN_H = parseInt(sFEN_H);
+            }
+            if (sFEN_X != '') {
+                FEN_X = parseInt(sFEN_X);
+            }
+            if (sFEN_Y != '') {
+                FEN_Y = parseInt(sFEN_Y);
+            }
+            if ((!isNaN(FEN_X)) && (!isNaN(FEN_Y))) {
+                top.window.moveTo(FEN_X, FEN_Y);
+            }
+            if ((!isNaN(FEN_L)) && (!isNaN(FEN_H)) && (FEN_L > 0) && (FEN_H > 0)) {
+                top.window.resizeTo(FEN_L, FEN_H);
+            }
+            var oHTML = document.getElementsByTagName("html").item(0);
+            FEN_L = parseInt(oHTML.offsetWidth);
+            FEN_H = parseInt(oHTML.offsetHeight);
+            if (isNaN(FEN_H) || (FEN_H == 0)) {
+                FEN_L = window.innerWidth;
+                FEN_H = window.innerHeight;
+            }
+            window.opener.positionGloDetail = FEN_X + "," + FEN_Y + "," + FEN_L + "," + FEN_H;
+        }
+        idMotCherche = window.opener.donneIdMotCherche();
+        modeListe = false;
+    }
+
+    function entrerDonnees() {
+        chemin_img = "../../MosMtr/ressources/style/media/";
+        idMotGloss = "";
+        var motGloss = "";
+        var defGloss = "";
+        var refGloss;
+        var motTrouve = false;
+        PF_ecritDocW();
+        glossaire = new Glossaire();
+        glossaire.init();
+        if (modeListe) {
+            GLO_initListe();
+        } else {
+            GLO_initDetail(idMotCherche);
+        }
+    }</script>
+</head>
+<body onload="entrerDonnees()" style="margin:0px" oncontextmenu="return false">
+<div id="STY_fondListeGLO" class="STY_fondListeGLO"
+     style="display:none; position:absolute; left:0;width:100%; height:100%">
+    <div id="STY_zoneListe" class="STY_zoneListe"></div>
+</div>
+<div id="STY_fondDetailGLO" class="STY_fondDetailGLO"
+     style="display:none; position:absolute; left:0;width:101%; height:101%;overflow:hidden">
+    <div id="STY_titreEntreeDetail" class="STY_titreEntreeDetail"></div>
+    <div id="STY_defEntreeDetail" class="STY_defEntreeDetail" style="  width: 368px; height: 228px"></div>
+</div>
+<div style="display:none;visibility:hidden"></div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/glossaire/menu.html b/Basilisk/MACAO/macao_3/contenu/glossaire/menu.html
index 6f278349158ff034355e1ffaa9b2d557b306b1c3..a9c52ab8b49370262f48282a9ff8492bccad2d9c 100755
--- a/Basilisk/MACAO/macao_3/contenu/glossaire/menu.html
+++ b/Basilisk/MACAO/macao_3/contenu/glossaire/menu.html
@@ -1 +1,20 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>menu</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireMenu.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript">function initMenu(){PF_affecterAlt();}function donneLex(num){return parent.liste.donneLex(num);}</script></head><body onload="initMenu()" class="STY_fondMenuGLO"></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>menu</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/glossaireMenu.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript">function initMenu() {
+        PF_affecterAlt();
+    }
+
+    function donneLex(num) {
+        return parent.liste.donneLex(num);
+    }</script>
+</head>
+<body onload="initMenu()" class="STY_fondMenuGLO"></body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/local/diplome.html b/Basilisk/MACAO/macao_3/contenu/local/diplome.html
index a8842063c552e16ac1875619a9f5450d72a86274..4c4b0fe0c4b31e3e474b196c1b10741c4cf2924e 100755
--- a/Basilisk/MACAO/macao_3/contenu/local/diplome.html
+++ b/Basilisk/MACAO/macao_3/contenu/local/diplome.html
@@ -1 +1,87 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>window.resizeTo('682','450');window.moveTo('160','160');</script><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><script type="text/javascript" src="../../MosMtr/scripts/interface/ICdiplome.js"></script><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/diplome.css"></head><body class="STY_fondDiplome" onLoad="DIPL_init()"><div style=" display: inline; background-image: url(../../MosMtr/ressources/style/media/barredoc.gif); width: 28px; background-repeat: repeat-x; position: relative; top: 2px; height: 20px"></div><div id="STY_titreDIPL" class="STY_titreDIPL" style="  "></div><div id="STY_libelleDIPL" class="STY_libelleDIPL" style=" display: none; display:none"><div id="STY_nomUtilDIPL" class="STY_nomUtilDIPL" style="  "></div>  <div id="LEX_47" style=" display: inline; "><script>ajDocW(donneLex(47))</script></div>  <div id="STY_nomEtapeDIPL" class="STY_nomEtapeDIPL" style="  "><script>ajDocW(window.opener.donneNomEtapeCourante())</script></div><br><div id="LEX_48" style=" display: inline; "><script>ajDocW(donneLex(48))</script></div>  <div id="STY_titreFormationDIPL" class="STY_titreFormationDIPL" style="  "><script>ajDocW(window.opener.donneTitreStage())</script></div><br><div id="LEX_45" style=" display: inline; "><script>ajDocW(donneLex(45))</script></div>  <div id="STY_dateCouranteDIPL" class="STY_dateCouranteDIPL" style="  "><script>ajDocW(window.opener.donneDateCourante())</script></div>. </div><div style="border-right: #878787 0px solid; border-top: #808080 1px solid; font-size: 11px; left: 37px; border-left: #878787 0px solid; width: 169px; color: #404040; line-height: 18px; padding-top: 0px; border-bottom: #878787 0px solid; position: absolute; top: 354px; height: 65px"><div id="LEX_32" style=" display: inline; font-weight: bold; "><script>ajDocW(donneLex(32))</script></div><div id="LEX_61" style=" display: inline; "><script>ajDocW(donneLex(61))</script></div>  <div id="STY_scoreAtteintDIPL" class="STY_scoreAtteintDIPL" style="  "><script>ajDocW(donneScoreAtteint())</script></div>/ <div id="STY_scoreTotalDIPL" class="STY_scoreTotalDIPL" style="  "><script>ajDocW(window.opener.parent.oSco.evaluation.scoreTotal)</script></div> ( <div id="STY_pourcentAtteintDIPL" class="STY_pourcentAtteintDIPL" style="  "><script>ajDocW(donnePcAtteint())</script></div>%)<br><b>ID</b><div id="LEX_61" style=" display: inline; "><script>ajDocW(donneLex(61))</script></div>  <div id="STY_idUtilDIPL" class="STY_idUtilDIPL" style="  "></div></div><div id="STY_zoneNonImprimDIPL" class="STY_zoneNonImprimDIPL" style="  "><a name="FC_modifierNom" href="javascript:DIPL_modifierNom()"><div id="LEX_43" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(43))</script></div></a> -  <a name="FC_imprimer" href="javascript:DIPL_imprimer()"><div id="LEX_30" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(30))</script></div></a></div><div style=" left: 510px; width: 151px; position: absolute; top: 330px; height: 85px"><img src="../../MosMtr/ressources/style/media/pourdipl.gif" id="styImg1"></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>window.resizeTo('682', '450');
+    window.moveTo('160', '160');</script>
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/interface/ICdiplome.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/diplome.css">
+</head>
+<body class="STY_fondDiplome" onLoad="DIPL_init()">
+<div style=" display: inline; background-image: url(../../MosMtr/ressources/style/media/barredoc.gif); width: 28px; background-repeat: repeat-x; position: relative; top: 2px; height: 20px"></div>
+<div id="STY_titreDIPL" class="STY_titreDIPL" style="  "></div>
+<div id="STY_libelleDIPL" class="STY_libelleDIPL" style=" display: none; display:none">
+    <div id="STY_nomUtilDIPL" class="STY_nomUtilDIPL" style="  "></div>
+     
+    <div id="LEX_47" style=" display: inline; ">
+        <script>ajDocW(donneLex(47))</script>
+    </div>
+     
+    <div id="STY_nomEtapeDIPL" class="STY_nomEtapeDIPL" style="  ">
+        <script>ajDocW(window.opener.donneNomEtapeCourante())</script>
+    </div>
+    <br>
+    <div id="LEX_48" style=" display: inline; ">
+        <script>ajDocW(donneLex(48))</script>
+    </div>
+     
+    <div id="STY_titreFormationDIPL" class="STY_titreFormationDIPL" style="  ">
+        <script>ajDocW(window.opener.donneTitreStage())</script>
+    </div>
+    <br>
+    <div id="LEX_45" style=" display: inline; ">
+        <script>ajDocW(donneLex(45))</script>
+    </div>
+     
+    <div id="STY_dateCouranteDIPL" class="STY_dateCouranteDIPL" style="  ">
+        <script>ajDocW(window.opener.donneDateCourante())</script>
+    </div>
+    .
+</div>
+<div style="border-right: #878787 0px solid; border-top: #808080 1px solid; font-size: 11px; left: 37px; border-left: #878787 0px solid; width: 169px; color: #404040; line-height: 18px; padding-top: 0px; border-bottom: #878787 0px solid; position: absolute; top: 354px; height: 65px">
+    <div id="LEX_32" style=" display: inline; font-weight: bold; ">
+        <script>ajDocW(donneLex(32))</script>
+    </div>
+    <div id="LEX_61" style=" display: inline; ">
+        <script>ajDocW(donneLex(61))</script>
+    </div>
+     
+    <div id="STY_scoreAtteintDIPL" class="STY_scoreAtteintDIPL" style="  ">
+        <script>ajDocW(donneScoreAtteint())</script>
+    </div>
+    /
+    <div id="STY_scoreTotalDIPL" class="STY_scoreTotalDIPL" style="  ">
+        <script>ajDocW(window.opener.parent.oSco.evaluation.scoreTotal)</script>
+    </div>
+     (
+    <div id="STY_pourcentAtteintDIPL" class="STY_pourcentAtteintDIPL" style="  ">
+        <script>ajDocW(donnePcAtteint())</script>
+    </div>
+    %)<br><b>ID</b>
+    <div id="LEX_61" style=" display: inline; ">
+        <script>ajDocW(donneLex(61))</script>
+    </div>
+     
+    <div id="STY_idUtilDIPL" class="STY_idUtilDIPL" style="  "></div>
+</div>
+<div id="STY_zoneNonImprimDIPL" class="STY_zoneNonImprimDIPL" style="  "><a name="FC_modifierNom"
+                                                                            href="javascript:DIPL_modifierNom()">
+    <div id="LEX_43" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(43))</script>
+    </div>
+</a> -  <a name="FC_imprimer" href="javascript:DIPL_imprimer()">
+    <div id="LEX_30" style=" display: inline; color: #a60a69; ">
+        <script>ajDocW(donneLex(30))</script>
+    </div>
+</a></div>
+<div style=" left: 510px; width: 151px; position: absolute; top: 330px; height: 85px"><img
+        src="../../MosMtr/ressources/style/media/pourdipl.gif" id="styImg1"></div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/local/resultats.html b/Basilisk/MACAO/macao_3/contenu/local/resultats.html
index a24aba10d31d4bf5f1b54d7ec99e0ddcc672b21b..abb356a1e61a58afd15626487cf8612651987b43 100755
--- a/Basilisk/MACAO/macao_3/contenu/local/resultats.html
+++ b/Basilisk/MACAO/macao_3/contenu/local/resultats.html
@@ -1 +1,156 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Resultats</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/interface/ICresultats.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css"><link rel="stylesheet" href="../../MosMtr/ressources/style/css/resultats.css"><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();var existeMosMap=false;</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY36_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY36_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY36_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY39_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY39_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY39_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY18_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY18_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY18_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="RES_init()"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px"></div></td></tr></TBODY></table></div><div style=" left: 80%; background-image: url(../../MosMtr/ressources/style/media/barrebouton1.gif); width: 163px; background-repeat: no-repeat; position: absolute; top: 90%; height: 82px"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 40px; height: 20px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 40px; height: 20px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 40px; height: 20px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 40px; height: 20px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="PanDetails" style=" display: none; left: 65px; width: 52.69%; line-height: 28px; position: absolute; top: 15.02%; height: 77.74%"><div id="STY_commentaireRes" class="STY_commentaireRes" style="  "></div><div id="STY_zoneLienDiplome" class="STY_zoneLienDiplome" style=" display: none; ;display:none"><a name="FC_ouvreDiplome" href="javascript:RES_ouvrirDiplome()"><img align="left" hspace="6" border="0" src="../../MosMtr/ressources/style/media/diplom.gif" width="66" height="62" id="styImg1"><font color="#0000ff"></font></a><a name="FC_ouvreDiplome" href="javascript:RES_ouvrirDiplome()"><div id="LEX_41" style=" display: inline; color: #a60a69; "><script>ajDocW(donneLex(41))</script></div></a></div><div id="STY_zoneSuccesEval" class="STY_zoneSuccesEval" style=" display: none; ;display:none"><script type="text/javascript">ajDocW(PF_clipAV('clipSTY36','bonhomej2.swf','80','80','true','Flash','false','','wmode:transparent',''));</script></div><div id="STY_zoneEchecEval" class="STY_zoneEchecEval" style=" display: none; ;display:none"><script type="text/javascript">ajDocW(PF_clipAV('clipSTY39','bonhomer2.swf','80','80','true','Flash','false','','wmode:transparent',''));</script></div><br><div id="STY_detailsRes" class="STY_detailsRes" style="border-top-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px"></div></div><div style=" font-size: 13px; left: 79%; color: #ffffff; position: absolute; top: 12.81%; height: 63.67%">      <div id="LEX_32" style=" display: inline; font-weight: bold; "><script>ajDocW(donneLex(32))</script></div><div id="LEX_61" style=" display: inline; "><script>ajDocW(donneLex(61))</script></div><br><br><script type="text/javascript">ajDocW(PF_clipAV('clipSTY18','S_montrescore.swf','230','330','true','Flash','false','','wmode:transparent;quality:high',''));</script><br></div><div style=" font-size: 13px; left: 75%; width: 25%; position: absolute; top: 61.83%; height: 10.57%; text-align: center"><div id="LEX_34" style=" display: inline; "><script>ajDocW(donneLex(34))</script></div><div id="LEX_61" style=" display: inline; "><script>ajDocW(donneLex(61))</script></div><br> <div id="STY_pourcentRequis" class="STY_pourcentRequis" style="  "><script>ajDocW(parent.oSco.evaluation.pourcentageRequis)</script></div>%</div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Resultats</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/interface/ICresultats.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/styles.css">
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/resultats.css">
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();
+    var existeMosMap = false;</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY36_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY36_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY36_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY39_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY39_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY39_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY18_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY18_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY18_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="RES_init()">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px"></div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div style=" left: 80%; background-image: url(../../MosMtr/ressources/style/media/barrebouton1.gif); width: 163px; background-repeat: no-repeat; position: absolute; top: 90%; height: 82px">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 40px; height: 20px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 40px; height: 20px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 40px; height: 20px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 40px; height: 20px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="PanDetails"
+     style=" display: none; left: 65px; width: 52.69%; line-height: 28px; position: absolute; top: 15.02%; height: 77.74%">
+    <div id="STY_commentaireRes" class="STY_commentaireRes" style="  "></div>
+    <div id="STY_zoneLienDiplome" class="STY_zoneLienDiplome" style=" display: none; ;display:none"><a
+            name="FC_ouvreDiplome" href="javascript:RES_ouvrirDiplome()"><img align="left" hspace="6" border="0"
+                                                                              src="../../MosMtr/ressources/style/media/diplom.gif"
+                                                                              width="66" height="62" id="styImg1"><font
+            color="#0000ff"></font></a><a name="FC_ouvreDiplome" href="javascript:RES_ouvrirDiplome()">
+        <div id="LEX_41" style=" display: inline; color: #a60a69; ">
+            <script>ajDocW(donneLex(41))</script>
+        </div>
+    </a></div>
+    <div id="STY_zoneSuccesEval" class="STY_zoneSuccesEval" style=" display: none; ;display:none">
+        <script type="text/javascript">ajDocW(PF_clipAV('clipSTY36', 'bonhomej2.swf', '80', '80', 'true', 'Flash', 'false', '', 'wmode:transparent', ''));</script>
+    </div>
+    <div id="STY_zoneEchecEval" class="STY_zoneEchecEval" style=" display: none; ;display:none">
+        <script type="text/javascript">ajDocW(PF_clipAV('clipSTY39', 'bonhomer2.swf', '80', '80', 'true', 'Flash', 'false', '', 'wmode:transparent', ''));</script>
+    </div>
+    <br>
+    <div id="STY_detailsRes" class="STY_detailsRes"
+         style="border-top-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px"></div>
+</div>
+<div style=" font-size: 13px; left: 79%; color: #ffffff; position: absolute; top: 12.81%; height: 63.67%">     
+    <div id="LEX_32" style=" display: inline; font-weight: bold; ">
+        <script>ajDocW(donneLex(32))</script>
+    </div>
+    <div id="LEX_61" style=" display: inline; ">
+        <script>ajDocW(donneLex(61))</script>
+    </div>
+    <br><br>
+    <script type="text/javascript">ajDocW(PF_clipAV('clipSTY18', 'S_montrescore.swf', '230', '330', 'true', 'Flash', 'false', '', 'wmode:transparent;quality:high', ''));</script>
+    <br></div>
+<div style=" font-size: 13px; left: 75%; width: 25%; position: absolute; top: 61.83%; height: 10.57%; text-align: center">
+    <div id="LEX_34" style=" display: inline; ">
+        <script>ajDocW(donneLex(34))</script>
+    </div>
+    <div id="LEX_61" style=" display: inline; ">
+        <script>ajDocW(donneLex(61))</script>
+    </div>
+    <br> 
+    <div id="STY_pourcentRequis" class="STY_pourcentRequis" style="  ">
+        <script>ajDocW(parent.oSco.evaluation.pourcentageRequis)</script>
+    </div>
+    %
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/aide_present_perf.htm b/Basilisk/MACAO/macao_3/contenu/pages/aide_present_perf.htm
index 07f8aa51ea7e184182844ff9c79632f5b3cd34af..2a8ec81b3e27e1b72f33fdc8aac001f1549b9dce 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/aide_present_perf.htm
+++ b/Basilisk/MACAO/macao_3/contenu/pages/aide_present_perf.htm
@@ -1,44 +1,63 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+        "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Le Present Perfect</title>
-<style type="text/css">
-<!--
-.Style9 {font-size: 9pt; color: #a60a69; font-family: Verdana, Arial, Helvetica, sans-serif;}
-body {
-	background-color: #ecf0d7;
-}
-.Style15 {font-size: 9pt}
-.Style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; font-weight: bold; }
--->
-</style>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>Le Present Perfect</title>
+    <style type="text/css">
+        <!--
+        .Style9 {
+            font-size: 9pt;
+            color: #a60a69;
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+        }
+
+        body {
+            background-color: #ecf0d7;
+        }
+
+        .Style15 {
+            font-size: 9pt
+        }
+
+        .Style16 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+            font-weight: bold;
+        }
+
+        -->
+    </style>
 </head>
 
 <body>
 <table width="430" border="0">
-  <tr>
-    <td> <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
-        </div>
-      <p align="center" class="Style16"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Le <em>present perfect </em></strong></font></p>
-      <div align="justify"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">En 
-          anglais, le <em>present perfect</em> est constitu&eacute; par l'auxiliaire HAVE 
-          suivi du participe pass&eacute;.<br>
-          <strong><br>
-          </strong>Exemple : They have told him the truth. He is 
-          really upset.<strong> <br>
-          <br>
-          </strong>Gr&acirc;ce au <em>present perfect</em>, celui qui parle pr&eacute;sente 
-          un &eacute;v&eacute;nement du pass&eacute; (they + tell him the truth) 
-          sous l'angle de ses cons&eacute;quences au moment o&ugrave; il en parle 
-          : &quot;he is upset&quot;.<br>
-          <br>
-        Celui qui parle (l'&eacute;nonciateur) choisit donc de pr&eacute;senter 
-          l'&eacute;v&eacute;nement selon un point de vue (l'aspect) particulier 
-          ; on dit qu'il s'agit d'un aspect ferm&eacute;, qui permet &agrave; l'&eacute;nonciateur 
-          d'&eacute;voquer les cons&eacute;quences, le bilan, le r&eacute;sultat 
-      de l'&eacute;v&eacute;nement. <strong> </strong></font></div></td></tr>
+    <tr>
+        <td>
+            <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
+            </div>
+            <p align="center" class="Style16"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Le
+                <em>present perfect </em></strong></font></p>
+            <div align="justify"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">En
+                anglais, le <em>present perfect</em> est constitu&eacute; par l'auxiliaire HAVE
+                suivi du participe pass&eacute;.<br>
+                <strong><br>
+                </strong>Exemple : They have told him the truth. He is
+                really upset.<strong> <br>
+                    <br>
+                </strong>Gr&acirc;ce au <em>present perfect</em>, celui qui parle pr&eacute;sente
+                un &eacute;v&eacute;nement du pass&eacute; (they + tell him the truth)
+                sous l'angle de ses cons&eacute;quences au moment o&ugrave; il en parle
+                : &quot;he is upset&quot;.<br>
+                <br>
+                Celui qui parle (l'&eacute;nonciateur) choisit donc de pr&eacute;senter
+                l'&eacute;v&eacute;nement selon un point de vue (l'aspect) particulier
+                ; on dit qu'il s'agit d'un aspect ferm&eacute;, qui permet &agrave; l'&eacute;nonciateur
+                d'&eacute;voquer les cons&eacute;quences, le bilan, le r&eacute;sultat
+                de l'&eacute;v&eacute;nement. <strong> </strong></font></div>
+        </td>
+    </tr>
 </table>
 </body>
 </html>
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/aide_preterit.htm b/Basilisk/MACAO/macao_3/contenu/pages/aide_preterit.htm
index 986594e803ab823d9497083ad691e8fe2d081bab..49864f78ba8f1756690f9e17591b30d2290f1c75 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/aide_preterit.htm
+++ b/Basilisk/MACAO/macao_3/contenu/pages/aide_preterit.htm
@@ -1,40 +1,59 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+        "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>le Pr&eacute;t&eacute;rit</title>
-<style type="text/css">
-<!--
-.Style9 {font-size: 9pt; color: #a60a69; font-family: Verdana, Arial, Helvetica, sans-serif;}
-body {
-	background-color: #ecf0d7;
-}
-.Style15 {font-size: 9pt}
-.Style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; font-weight: bold; }
--->
-</style>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>le Pr&eacute;t&eacute;rit</title>
+    <style type="text/css">
+        <!--
+        .Style9 {
+            font-size: 9pt;
+            color: #a60a69;
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+        }
+
+        body {
+            background-color: #ecf0d7;
+        }
+
+        .Style15 {
+            font-size: 9pt
+        }
+
+        .Style16 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+            font-weight: bold;
+        }
+
+        -->
+    </style>
 </head>
 
 <body>
 <table width="430" border="0">
-  <tr>
-    <td> <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
-        </div>
-      <p align="center" class="Style16"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Le pr&eacute;t&eacute;rit </strong></font></p>
-      <div align="justify"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">En 
-          anglais, le pr&eacute;t&eacute;rit peut avoir des valeurs temporelles 
-          ou modales.<strong><br>
-          <br>
-          </strong>Dans sa valeur temporelle, il permet &agrave; celui qui parle 
-          de rep&eacute;rer un &eacute;v&eacute;nement dans le pass&eacute;.<br>
-          <br>
-        Exemple : I visited Japan in 1990.<strong><br>
-        <br>
-        </strong>Dans sa valeur modale, il permet &agrave; celui qui parle de 
-          poser l'&eacute;v&eacute;nement dans l'hypoth&eacute;tique.<br>
-          <br>
-      Exemple : If I visited Japan now, I would be surprised!<strong> </strong></font></div></td></tr>
+    <tr>
+        <td>
+            <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
+            </div>
+            <p align="center" class="Style16"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Le pr&eacute;t&eacute;rit </strong></font>
+            </p>
+            <div align="justify"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">En
+                anglais, le pr&eacute;t&eacute;rit peut avoir des valeurs temporelles
+                ou modales.<strong><br>
+                    <br>
+                </strong>Dans sa valeur temporelle, il permet &agrave; celui qui parle
+                de rep&eacute;rer un &eacute;v&eacute;nement dans le pass&eacute;.<br>
+                <br>
+                Exemple : I visited Japan in 1990.<strong><br>
+                    <br>
+                </strong>Dans sa valeur modale, il permet &agrave; celui qui parle de
+                poser l'&eacute;v&eacute;nement dans l'hypoth&eacute;tique.<br>
+                <br>
+                Exemple : If I visited Japan now, I would be surprised!<strong> </strong></font></div>
+        </td>
+    </tr>
 </table>
 </body>
 </html>
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/consonne1.htm b/Basilisk/MACAO/macao_3/contenu/pages/consonne1.htm
index 8a70b65ba20c0544611ebc8760245d345de2c682..3e07ce82283141752826e48a0411883dbb7ef99d 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/consonne1.htm
+++ b/Basilisk/MACAO/macao_3/contenu/pages/consonne1.htm
@@ -1,42 +1,60 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+        "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Les Consonnes</title>
-<style type="text/css">
-<!--
-body {
-	background-color: #ecf0d7;
-}
-.Style14 {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-}
-.Style15 {font-size: 9pt}
-.Style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; font-weight: bold; }
--->
-</style>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>Les Consonnes</title>
+    <style type="text/css">
+        <!--
+        body {
+            background-color: #ecf0d7;
+        }
+
+        .Style14 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+        }
+
+        .Style15 {
+            font-size: 9pt
+        }
+
+        .Style16 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+            font-weight: bold;
+        }
+
+        -->
+    </style>
 </head>
 
 <body>
 <table width="430" border="0">
-  <tr>
-    <td> <div align="right"><span class="MsoNormal Style15"></span>
-        </div>
-      <p align="center" class="Style16"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Les consonnes </strong></font> </p>
-      <p align="center" class="Style14">L'anglais comporte 23 consonnes.<br>
-        <br>
-      Pour en &eacute;couter, cliquez sur la fl&egrave;che. </p>
-      <p align="center" class="Style14">
-        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="30" height="25">
-          <param name="movie"  value="pop_conson0322.swf">
-          <param name="quality" value="high">
-          <param name="wmode" value="transparent">
-          <embed src="pop_conson0322.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="30" height="25"></embed>
-        </object>
-      </p></td>
-  </tr>
+    <tr>
+        <td>
+            <div align="right"><span class="MsoNormal Style15"></span>
+            </div>
+            <p align="center" class="Style16"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Les
+                consonnes </strong></font></p>
+            <p align="center" class="Style14">L'anglais comporte 23 consonnes.<br>
+                <br>
+                Pour en &eacute;couter, cliquez sur la fl&egrave;che. </p>
+            <p align="center" class="Style14">
+                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
+                        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
+                        width="30" height="25">
+                    <param name="movie" value="pop_conson0322.swf">
+                    <param name="quality" value="high">
+                    <param name="wmode" value="transparent">
+                    <embed src="pop_conson0322.swf" quality="high" wmode="transparent"
+                           pluginspage="http://www.macromedia.com/go/getflashplayer"
+                           type="application/x-shockwave-flash" width="30" height="25"></embed>
+                </object>
+            </p>
+        </td>
+    </tr>
 </table>
 </body>
 </html>
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg1023.html b/Basilisk/MACAO/macao_3/contenu/pages/pg1023.html
index cc43b37cd1b92e80fd45611c231ac82a72b05d00..d97f00dca075adec990bdeb43c6041cf08e3fb96 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg1023.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg1023.html
@@ -1 +1,155 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Première tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteTAT/width:508px;height:219px;#STY_question/width:498px;height:185px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='1';numT++; exo.ajouterReponse('rep24','1','3',"B0kDjN"); exo.ajouterReponse('rep429','1','4',"B0KDUjN");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep429","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p>Bravo !<br>Vous avez en effet entendu : <br><br>Now that the Prime Minister has shaken the President's hand, she is going back to her car. <br><br>Seul <i>has shaken</i> est possible : il s'agit du <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present perfect</i></a> (<i>the Prime Ministe</i>r <i>has shaken</i>), qui permet d'exprimer que le geste (la poignée de mains) est vu comme terminé (on parle d'un aspect "fermé"), et que par conséquent le Premier Ministre regagne sa voiture. <br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p>Vous vous trompez. Voici l'énoncé : <br><br>Now that the Prime Minister has shaken the President's hand, she is going back to her car. <br><br>Seul <i>has shaken</i> est possible : il s'agit du <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> (<i>the Prime Minister </i><i>has shaken</i>), qui permet d'exprimer que le geste (la poignée de mains) est vu comme terminé (on parle d'un aspect "fermé"), et que par conséquent le Premier Ministre regagne sa voiture. <br><br></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question">Ecoutez l'énoncé suivant :<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" width="25" height="42" id="MosImg27"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV8510','ecran44.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV63','mot44_11.swf','340','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table></div><div id="STY_texteTAT" class="STY_texteTAT">Choisissez entre les deux formes proposées : <br><br>Now that the Prime Minister has  <select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()" style="WIDTH: 85px"><option value="_INIT_TROU"> </option></select> the President's hand, she is going back to her car.</div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Première tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteTAT/width:508px;height:219px;#STY_question/width:498px;height:185px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        numT++;
+        exo.ajouterReponse('rep24', '1', '3', "B0kDjN");
+        exo.ajouterReponse('rep429', '1', '4', "B0KDUjN");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep429", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bravo !<br>Vous avez en effet entendu : <br><br>Now that the Prime Minister has shaken the President's hand,
+            she is going back to her car. <br><br>Seul <i>has shaken</i> est possible : il s'agit du <a
+                    class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present
+                perfect</i></a> (<i>the Prime Ministe</i>r <i>has shaken</i>), qui permet d'exprimer que le geste (la
+            poignée de mains) est vu comme terminé (on parle d'un aspect "fermé"), et que par conséquent le Premier
+            Ministre regagne sa voiture. <br></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Voici l'énoncé : <br><br>Now that the Prime Minister has shaken the President's hand, she
+            is going back to her car. <br><br>Seul <i>has shaken</i> est possible : il s'agit du <i><a
+                    class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+                perfect</a></i> (<i>the Prime Minister </i><i>has shaken</i>), qui permet d'exprimer que le geste (la
+            poignée de mains) est vu comme terminé (on parle d'un aspect "fermé"), et que par conséquent le Premier
+            Ministre regagne sa voiture. <br><br></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question">Ecoutez l'énoncé suivant :<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><img align="center" border="0"
+                                                                                            src="../media/ecouteur_macao.png"
+                                                                                            width="25" height="42"
+                                                                                            id="MosImg27"></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV8510', 'ecran44.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV63', 'mot44_11.swf', '340', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT">Choisissez entre les deux formes proposées : <br><br>Now that the Prime
+        Minister has  <select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"
+                              style="WIDTH: 85px">
+            <option value="_INIT_TROU"> </option>
+        </select> the President's hand, she is going back to her car.
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg1027.html b/Basilisk/MACAO/macao_3/contenu/pages/pg1027.html
index 30f4a7a15392603d596fd7e30c6612e38fc5759f..f0637b97d0e6c0ba05ea6c23304ae4dd84e125c8 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg1027.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg1027.html
@@ -1 +1,126 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Première tâche (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');leCours.ajouterCommentaire("divCmt1","","40","85","","","","","2","","","","","","","","");leCours.ajouterCommentaire("divCmt2","","130","85","","","","","2","","","","","","","","");leCours.ajouterCommentaire("divCmt3","","225","85","","","","","2","","","","","","","","");leCours.ajouterCommentaire("divCmt4","","245","85","","","","","2","","","","","","","","");leCours.ajouterCommentaire("divCmt5","","375","85","","","","","2","","","","","","","","");leCours.ajouterCommentaire("divCmt6","","40","130","","","","","2","","","","","","","","");leCours.ajouterCommentaire("divCmt7","","105","130","","","","","2","","","","","","","","");leCours.ajouterCommentaire("divCmt8","","215","130","","","","","2","","","","","","","","");leCours.ajouterCommentaire("divCmt9","","245","130","","","","","2","","","","","","","","");dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')">indication d'un temps et d'un lieu spécifiques </div><div id="divCmt2" onclick="SPE_clicDansBulle(event,'2')">référence à une situation spécifique </div><div id="divCmt3" onclick="SPE_clicDansBulle(event,'3')">référence à une répétition </div><div id="divCmt4" onclick="SPE_clicDansBulle(event,'4')">indication d'un temps spécifique </div><div id="divCmt5" onclick="SPE_clicDansBulle(event,'5')">relation spécifique <br></div><div id="divCmt6" onclick="SPE_clicDansBulle(event,'6')">reprise de "their cats" </div><div id="divCmt7" onclick="SPE_clicDansBulle(event,'7')">référence à des objets spécifiques </div><div id="divCmt8" onclick="SPE_clicDansBulle(event,'8')">référence à une répétition</div><div id="divCmt9" onclick="SPE_clicDansBulle(event,'9')">indication d'un temps spécifique </div></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><p><br>Vous pouvez maintenant observer les indices qui permettent d'interpréter qu'il s'agit d'une situation spécifique et répétée. Pour cela, cliquez sur les différentes parties des énoncés : <br><br><br><b><br><a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">When they lived in Liverpool</a>  <a class="STY_lienComt" href="javascript:CRS_afficherDetail('2')" onclick="enrPosClic(event,'2')">my parents</a>  <a class="STY_lienComt" href="javascript:CRS_afficherDetail('3')" onclick="enrPosClic(event,'3')">often</a>  <a class="STY_lienComt" href="javascript:CRS_afficherDetail('4')" onclick="enrPosClic(event,'4')">asked</a>  <a class="STY_lienComt" href="javascript:CRS_afficherDetail('5')" onclick="enrPosClic(event,'5')">John to look after their cats</a>.<br><br><br><br><a class="STY_lienComt" href="javascript:CRS_afficherDetail('6')" onclick="enrPosClic(event,'6')">The cats</a> scratched <a class="STY_lienComt" href="javascript:CRS_afficherDetail('7')" onclick="enrPosClic(event,'7')">the chairs</a> but John <a class="STY_lienComt" href="javascript:CRS_afficherDetail('8')" onclick="enrPosClic(event,'8')">never</a>  <a class="STY_lienComt" href="javascript:CRS_afficherDetail('9')" onclick="enrPosClic(event,'9')">complained</a>.</b></p></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Première tâche (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        leCours.ajouterCommentaire("divCmt1", "", "40", "85", "", "", "", "", "2", "", "", "", "", "", "", "", "");
+        leCours.ajouterCommentaire("divCmt2", "", "130", "85", "", "", "", "", "2", "", "", "", "", "", "", "", "");
+        leCours.ajouterCommentaire("divCmt3", "", "225", "85", "", "", "", "", "2", "", "", "", "", "", "", "", "");
+        leCours.ajouterCommentaire("divCmt4", "", "245", "85", "", "", "", "", "2", "", "", "", "", "", "", "", "");
+        leCours.ajouterCommentaire("divCmt5", "", "375", "85", "", "", "", "", "2", "", "", "", "", "", "", "", "");
+        leCours.ajouterCommentaire("divCmt6", "", "40", "130", "", "", "", "", "2", "", "", "", "", "", "", "", "");
+        leCours.ajouterCommentaire("divCmt7", "", "105", "130", "", "", "", "", "2", "", "", "", "", "", "", "", "");
+        leCours.ajouterCommentaire("divCmt8", "", "215", "130", "", "", "", "", "2", "", "", "", "", "", "", "", "");
+        leCours.ajouterCommentaire("divCmt9", "", "245", "130", "", "", "", "", "2", "", "", "", "", "", "", "", "");
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')">indication d'un temps et d'un lieu spécifiques</div>
+    <div id="divCmt2" onclick="SPE_clicDansBulle(event,'2')">référence à une situation spécifique</div>
+    <div id="divCmt3" onclick="SPE_clicDansBulle(event,'3')">référence à une répétition</div>
+    <div id="divCmt4" onclick="SPE_clicDansBulle(event,'4')">indication d'un temps spécifique</div>
+    <div id="divCmt5" onclick="SPE_clicDansBulle(event,'5')">relation spécifique <br></div>
+    <div id="divCmt6" onclick="SPE_clicDansBulle(event,'6')">reprise de "their cats"</div>
+    <div id="divCmt7" onclick="SPE_clicDansBulle(event,'7')">référence à des objets spécifiques</div>
+    <div id="divCmt8" onclick="SPE_clicDansBulle(event,'8')">référence à une répétition</div>
+    <div id="divCmt9" onclick="SPE_clicDansBulle(event,'9')">indication d'un temps spécifique</div>
+</div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p><br>Vous pouvez maintenant observer les indices qui
+        permettent d'interpréter qu'il s'agit d'une situation spécifique et répétée. Pour cela, cliquez sur les
+        différentes parties des énoncés : <br><br><br><b><br><a class="STY_lienComt"
+                                                                href="javascript:CRS_afficherDetail('1')"
+                                                                onclick="enrPosClic(event,'1')">When they lived in
+            Liverpool</a>  <a class="STY_lienComt" href="javascript:CRS_afficherDetail('2')"
+                              onclick="enrPosClic(event,'2')">my parents</a>  <a class="STY_lienComt"
+                                                                                 href="javascript:CRS_afficherDetail('3')"
+                                                                                 onclick="enrPosClic(event,'3')">often</a> 
+            <a class="STY_lienComt" href="javascript:CRS_afficherDetail('4')" onclick="enrPosClic(event,'4')">asked</a> 
+            <a class="STY_lienComt" href="javascript:CRS_afficherDetail('5')" onclick="enrPosClic(event,'5')">John to
+                look after their cats</a>.<br><br><br><br><a class="STY_lienComt"
+                                                             href="javascript:CRS_afficherDetail('6')"
+                                                             onclick="enrPosClic(event,'6')">The cats</a> scratched <a
+                    class="STY_lienComt" href="javascript:CRS_afficherDetail('7')" onclick="enrPosClic(event,'7')">the
+                chairs</a> but John <a class="STY_lienComt" href="javascript:CRS_afficherDetail('8')"
+                                       onclick="enrPosClic(event,'8')">never</a>  <a class="STY_lienComt"
+                                                                                     href="javascript:CRS_afficherDetail('9')"
+                                                                                     onclick="enrPosClic(event,'9')">complained</a>.</b>
+    </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg1044.html b/Basilisk/MACAO/macao_3/contenu/pages/pg1044.html
index c8dd43d43b0613ad39230262f9c624d18b15c03d..29b1ffb759b08f27680b0e84de6318a1e72daeb6 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg1044.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg1044.html
@@ -1 +1,105 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Cinquième tâche (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Cinquième tâche (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 11px" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td></tr><tr><td style="FONT-SIZE: 11px" width="90%" colspan="2" valign="middle">Ecoutez : <script type="text/javascript">ajDocW(PF_clipAV('clipAV82','mot56_12.swf','80','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="FONT-SIZE: 11px" colspan="2" valign="middle">En dehors de tout contexte, cela pourrait être : <i>she is ruined</i> ou <i>she has ruined</i>, car il y a homophonie.</td></tr></table></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Cinquième tâche (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Cinquième tâche (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 11px" valign="middle"><img align="center" border="0"
+                                                                 src="../media/ecouteur_macao.png" id="MosImg32"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 11px" width="90%" colspan="2" valign="middle">Ecoutez :
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV82', 'mot56_12.swf', '80', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 11px" colspan="2" valign="middle">En dehors de tout contexte, cela pourrait être :
+                    <i>she is ruined</i> ou <i>she has ruined</i>, car il y a homophonie.
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg1181.html b/Basilisk/MACAO/macao_3/contenu/pages/pg1181.html
index 266b8396316e8b2299b6cb0c313033f8daa6feb9..34da991a616de3b42aa6fffbe881ec74360c90f9 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg1181.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg1181.html
@@ -1 +1,220 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Exemples (4)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/width:508px;height:165px;#STY_question/width:496px;height:222px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep853');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (4)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p><br><br> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p><br><br><br>Vous avez raison.<br><br>Vous pouvez réécouter les deux énoncés : <br><br><i>As my handwriting is terrible I type all my letters. <br><br>If I had a computer, I'd type all my letters. </i></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p><br> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p><br><br><br>Vous vous trompez.<br><br>Réécoutez les deux énoncés : <br><br><i>As my handwriting is terrible I type all my letters. <br><br>If I had a computer, I'd type all my letters. </i></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  ">Ecoutez ces deux énoncés en entier puis par blocs.<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"></td></tr><tr><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV3756','ecran51.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV10','mot5_1.swf','280','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV2556','ecran52.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV33','mot5_2.swf','280','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br>Que diriez-vous de la prononciation des blocs mis en valeur ?</div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">il est difficile d'établir une différence ;</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la prononciation est nettement différente.</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Exemples (4)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/width:508px;height:165px;#STY_question/width:496px;height:222px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (4)</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p><br><br> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p><br><br><br>Vous avez raison.<br><br>Vous pouvez réécouter les deux énoncés : <br><br><i>As my handwriting is
+            terrible I type all my letters. <br><br>If I had a computer, I'd type all my letters. </i></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p><br> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p><br><br><br>Vous vous trompez.<br><br>Réécoutez les deux énoncés : <br><br><i>As my handwriting is terrible I
+            type all my letters. <br><br>If I had a computer, I'd type all my letters. </i></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  ">Ecoutez ces deux énoncés en entier puis par blocs.<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0"
+                                                                                 src="../media/ecouteur_macao.png"
+                                                                                 id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV3756', 'ecran51.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV10', 'mot5_1.swf', '280', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2556', 'ecran52.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV33', 'mot5_2.swf', '280', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br>Que diriez-vous de la prononciation des blocs mis en valeur ?
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">il est
+                        difficile d'établir une différence ;
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la
+                        prononciation est nettement différente.
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg1188.html b/Basilisk/MACAO/macao_3/contenu/pages/pg1188.html
index 608a585de71f11e2d95807340b58e550ce426133..93bdf894c90371b21ef1e91ed20a9f959b9cbbe3 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg1188.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg1188.html
@@ -1 +1,132 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Quatrième tâche (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteTAT/width:508px;height:254px;#STY_question/width:498px;height:167px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question">Ecoutez les énoncés suivants :<p><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" width="25" height="42" id="MosImg27"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV2326','ecran471.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV63','mot47_11.swf','210','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV9995','ecran472.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV42','mot47_21.swf','210','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table></p></div><div id="STY_texteTAT" class="STY_texteTAT"></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Quatrième tâche (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteTAT/width:508px;height:254px;#STY_question/width:498px;height:167px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question">Ecoutez les énoncés suivants :<p>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><img align="center" border="0"
+                                                                                            src="../media/ecouteur_macao.png"
+                                                                                            width="25" height="42"
+                                                                                            id="MosImg27"></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2326', 'ecran471.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV63', 'mot47_11.swf', '210', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV9995', 'ecran472.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV42', 'mot47_21.swf', '210', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="STY_texteTAT" class="STY_texteTAT"></div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg1235.html b/Basilisk/MACAO/macao_3/contenu/pages/pg1235.html
index ea46b6a884046e4a28f0b3012b6bfdfe42f2c0fe..99dc645d105bda1df92d77c8e91efb903d819224 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg1235.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg1235.html
@@ -1 +1,217 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Troisième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="lienrep150/width:96px;height:42px;#STY_texteQC/top:6px;width:504px;height:151px;#STY_question/width:496px;height:221px;#lienrep627/width:114px;height:36px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep671');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='2';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep627","","","","1","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est la bonne réponse.<br><br>En effet, le mot <b><i>now</i></b> indique que l'énonciateur considère l'événement passé (<b>I + FINISH CUTTING THE GRASS</b>) sous l'angle de ses conséquences au moment où il en parle : le jardinage est terminé et il peut aller se rafraîchir.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, la forme utilisée est : <i><b>I've finished.<br><br></b></i>En effet, le mot <b><i>now</i></b> indique que l'énonciateur considère l'événement passé (<b>I + FINISH CUTTING THE GRASS</b>) sous l'angle de ses conséquences au moment où il en parle : le jardinage est terminé et il peut aller se rafraîchir.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><br>Ecoutez l'énoncé suivant.<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"></td></tr><tr><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV2035','ecran10.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV56','mot10_1.swf','285','38','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br>Pour déterminer si le bloc mis en valeur correspond à un <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc171337','htm')">prétérit</a> <i>(<b>I finished</b>)</i> ou à un <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present perfect</i></a><i> (<b>I've finished</b>)</i>, réécoutez le premier bloc : il s'agit d'un indice. Puis cliquez sur la forme utilisée par celui qui parle : <br><br></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">I finished</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')"> I've finished</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Troisième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "lienrep150/width:96px;height:42px;#STY_texteQC/top:6px;width:504px;height:151px;#STY_question/width:496px;height:221px;#lienrep627/width:114px;height:36px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '2';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep627", "", "", "", "1", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est la bonne réponse.<br><br>En effet, le mot <b><i>now</i></b> indique que l'énonciateur considère
+            l'événement passé (<b>I + FINISH CUTTING THE GRASS</b>) sous l'angle de ses conséquences au moment où il en
+            parle : le jardinage est terminé et il peut aller se rafraîchir.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, la forme utilisée est : <i><b>I've finished.<br><br></b></i>En effet, le mot <b><i>now</i></b> indique
+            que l'énonciateur considère l'événement passé (<b>I + FINISH CUTTING THE GRASS</b>) sous l'angle de ses
+            conséquences au moment où il en parle : le jardinage est terminé et il peut aller se rafraîchir.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez l'énoncé suivant.<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0"
+                                                                                 src="../media/ecouteur_macao.png"
+                                                                                 id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2035', 'ecran10.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV56', 'mot10_1.swf', '285', '38', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br>Pour déterminer si le bloc mis en valeur correspond à un <a class="STY_lienComt"
+                                                                        href="javascript:parent.SCO_ouvrirDoc('doc171337','htm')">prétérit</a> <i>(<b>I
+            finished</b>)</i> ou à un <a class="STY_lienComt"
+                                         href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present perfect</i></a><i>
+            (<b>I've finished</b>)</i>, réécoutez le premier bloc : il s'agit d'un indice. Puis cliquez sur la forme
+        utilisée par celui qui parle : <br><br></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">I finished
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')"> I've
+                        finished
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg1418.html b/Basilisk/MACAO/macao_3/contenu/pages/pg1418.html
index 3d085dd0bcd305729c6e3374efdbb9fc1cc7ff72..fd5e1346e10323649c83840409921f48cff7ca0e 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg1418.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg1418.html
@@ -1 +1,303 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Première tâche (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQM/top:-43px;width:502px;height:183px;#STY_question/top:-14px;width:505px;height:311px;#STY_zoneExercice/left:3%;width:92.89%;height:511px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script><script type="text/javascript">function entrerDonnees(){ exo = new ExerciceQM("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep654');oItem.init("rep122","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep228');oItem.init("rep530","","");exo.tabItems[exo.tabItems.length]=oItem;exo.tabColonnes[exo.tabColonnes.length]="col788";exo.tabColonnes[exo.tabColonnes.length]="col035";var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep654:col035","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep654:","","","","1","1","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","",":<>","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p>Bien !<br><br>Dans l'énoncé : <i>Jane is offered a reward everytime she helps her grandparents</i>, c'est parce que Jane aide ses grands-parents qu'elle est recompensée. <i>Jane is offered</i> est une forme passive (auxiliaire BE). <br><br>Dans l'énoncé : <i>Jane has offered a reward for any information concerning her missing cat</i>, Jane est celle qui offre une récompense, on a une forme active au <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> (auxiliaire HAVE). <br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous faites erreur.<br><br>Dans l'énoncé : <i>Jane is offered a reward everytime she helps her grandparents</i>, c'est parce que Jane aide ses grands-parents qu'elle est recompensée. Jane is offered est une forme passive (auxiliaire BE). <br><br>Dans l'énoncé : <i>Jane has offered a reward for any information concerning her missing cat</i>, Jane est celle qui offre une recompense, on a une forme active au <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> (auxiliaire HAVE). <br><br></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous faites erreur.<br><br>Dans l'énoncé : <i>Jane is offered a reward everytime she helps her grandparents</i>, c'est parce que Jane aide ses grands-parents qu'elle est recompensée. Jane is offered est une forme passive (auxiliaire BE). <br><br>Dans l'énoncé : <i>Jane has offered a reward for any information concerning her missing cat</i>, Jane est celle qui offre une recompense, on a une forme active au  <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i>(auxiliaire HAVE). <br><br></p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous faites erreur.<br><br>Dans l'énoncé : <i>Jane is offered a reward everytime she helps her grandparents</i>, c'est parce que Jane aide ses grands-parents qu'elle est recompensée. Jane is offered est une forme passive (auxiliaire BE). <br><br>Dans l'énoncé : <i>Jane has offered a reward for any information concerning her missing cat</i>, Jane est celle qui offre une recompense, on a une forme active au <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i>(auxiliaire HAVE). <br><br></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:92%;"><div id="STY_question" class="STY_question" style="  "><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="50%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="FONT-SIZE: 10px; WIDTH: 99%; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">Pour chaque énoncé, sélectionnez le contexte ci-dessous le plus plausible. </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV269','ecran581.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script><br>Jane is offered a reward.</td><td style="FONT-SIZE: 10px; WIDTH: 99%; BACKGROUND-COLOR: #b5f0c7" valign="middle"><div align="left"><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" align="left" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><p align="right"><script type="text/javascript">ajDocW(PF_clipAV('clipAV89','ecran582.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle"><p align="left">Contexte 1</p></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="40%" valign="middle"><p align="right"><script type="text/javascript">ajDocW(PF_clipAV('clipAV15','ecran583.swf','35','25','true','Flash','','','Quality:high;wmode:transparent','',''));</script></p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">Contexte 2</td></tr></table></div></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="50%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV26','ecran581.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script><br>Jane has offered a reward.</td><td style="FONT-SIZE: 10px; WIDTH: 99%; BACKGROUND-COLOR: #b5f0c7" valign="middle"><div align="left"><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" align="left" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><p align="right"><script type="text/javascript">ajDocW(PF_clipAV('clipAV891','ecran582.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><p align="left">Contexte 1</p></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="40%" valign="middle"><p align="right"><script type="text/javascript">ajDocW(PF_clipAV('clipAV1510','ecran583.swf','35','25','true','Flash','','','Quality:high;wmode:transparent','',''));</script></p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">Contexte 2</td></tr></table></div></td></tr></table></div><div id="STY_texteQM" class="STY_texteQM" style="  "><table cellspacing="1" cellpadding="0" class="STY_tableauQM"><tr><td></td><td class="STY_coloneQM" id="col788">Contexte 1</td><td class="STY_coloneQM" id="col035">Contexte 2</td></tr><tr id="trReprep654"><td valign="top" id="lienrep654" class="STY_reponseQM">Jane is offered a reward.</td><td align="center" valign=""><img class="STY_imgBoutonQM" onmouseover="if(exo)exo.changerBouton('rep654','col788',true);" onmouseout="if(exo)exo.changerBouton('rep654','col788',false)" onclick="exo.action('rep654','col788')" id="boutonReprep654col788" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td align="center" valign=""><img class="STY_imgBoutonQM" onmouseover="if(exo)exo.changerBouton('rep654','col035',true);" onmouseout="if(exo)exo.changerBouton('rep654','col035',false)" onclick="exo.action('rep654','col035')" id="boutonReprep654col035" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td></tr><tr id="trReprep991"><td valign="top" id="lienrep991" class="STY_reponseQM">Jane has offered a reward.</td><td align="center" valign=""><img class="STY_imgBoutonQM" onmouseover="if(exo)exo.changerBouton('rep991','col788',true);" onmouseout="if(exo)exo.changerBouton('rep991','col788',false)" onclick="exo.action('rep991','col788')" id="boutonReprep991col788" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td align="center" valign=""><img class="STY_imgBoutonQM" onmouseover="if(exo)exo.changerBouton('rep991','col035',true);" onmouseout="if(exo)exo.changerBouton('rep991','col035',false)" onclick="exo.action('rep991','col035')" id="boutonReprep991col035" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Première tâche (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQM/top:-43px;width:502px;height:183px;#STY_question/top:-14px;width:505px;height:311px;#STY_zoneExercice/left:3%;width:92.89%;height:511px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceQM("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep654');
+        oItem.init("rep122", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep228');
+        oItem.init("rep530", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.tabColonnes[exo.tabColonnes.length] = "col788";
+        exo.tabColonnes[exo.tabColonnes.length] = "col035";
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep654:col035", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep654:", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", ":<>", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bien !<br><br>Dans l'énoncé : <i>Jane is offered a reward everytime she helps her grandparents</i>, c'est
+            parce que Jane aide ses grands-parents qu'elle est recompensée. <i>Jane is offered</i> est une forme passive
+            (auxiliaire BE). <br><br>Dans l'énoncé : <i>Jane has offered a reward for any information concerning her
+                missing cat</i>, Jane est celle qui offre une récompense, on a une forme active au <i><a
+                    class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+                perfect</a></i> (auxiliaire HAVE). <br></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous faites erreur.<br><br>Dans l'énoncé : <i>Jane is offered a reward everytime she helps her
+            grandparents</i>, c'est parce que Jane aide ses grands-parents qu'elle est recompensée. Jane is offered est
+            une forme passive (auxiliaire BE). <br><br>Dans l'énoncé : <i>Jane has offered a reward for any information
+                concerning her missing cat</i>, Jane est celle qui offre une recompense, on a une forme active au <i><a
+                    class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+                perfect</a></i> (auxiliaire HAVE). <br><br></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous faites erreur.<br><br>Dans l'énoncé : <i>Jane is offered a reward everytime she helps her
+            grandparents</i>, c'est parce que Jane aide ses grands-parents qu'elle est recompensée. Jane is offered est
+            une forme passive (auxiliaire BE). <br><br>Dans l'énoncé : <i>Jane has offered a reward for any information
+                concerning her missing cat</i>, Jane est celle qui offre une recompense, on a une forme active au  <i><a
+                    class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+                perfect</a></i>(auxiliaire HAVE). <br><br></p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous faites erreur.<br><br>Dans l'énoncé : <i>Jane is offered a reward everytime she helps her
+            grandparents</i>, c'est parce que Jane aide ses grands-parents qu'elle est recompensée. Jane is offered est
+            une forme passive (auxiliaire BE). <br><br>Dans l'énoncé : <i>Jane has offered a reward for any information
+                concerning her missing cat</i>, Jane est celle qui offre une recompense, on a une forme active au <i><a
+                    class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+                perfect</a></i>(auxiliaire HAVE). <br><br></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:92%;">
+    <div id="STY_question" class="STY_question" style="  "><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="50%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg32">
+                </td>
+                <td style="FONT-SIZE: 10px; WIDTH: 99%; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">Pour chaque énoncé,
+                    sélectionnez le contexte ci-dessous le plus plausible.
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV269', 'ecran581.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                    <br>Jane is offered a reward.
+                </td>
+                <td style="FONT-SIZE: 10px; WIDTH: 99%; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <div align="left">
+                        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" align="left" valign="top"
+                               border="0">
+                            <tr>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                                    <p align="right">
+                                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV89', 'ecran582.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                                    </p>
+                                </td>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle"><p
+                                        align="left">Contexte 1</p></td>
+                            </tr>
+                            <tr>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="40%" valign="middle">
+                                    <p align="right">
+                                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV15', 'ecran583.swf', '35', '25', 'true', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                                    </p>
+                                </td>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">Contexte 2</td>
+                            </tr>
+                        </table>
+                    </div>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="50%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV26', 'ecran581.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                    <br>Jane has offered a reward.
+                </td>
+                <td style="FONT-SIZE: 10px; WIDTH: 99%; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <div align="left">
+                        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" align="left" valign="top"
+                               border="0">
+                            <tr>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                                    <p align="right">
+                                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV891', 'ecran582.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                                    </p>
+                                </td>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><p align="left">
+                                    Contexte 1</p></td>
+                            </tr>
+                            <tr>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="40%" valign="middle">
+                                    <p align="right">
+                                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV1510', 'ecran583.swf', '35', '25', 'true', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                                    </p>
+                                </td>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">Contexte 2</td>
+                            </tr>
+                        </table>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+    <div id="STY_texteQM" class="STY_texteQM" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_tableauQM">
+            <tr>
+                <td></td>
+                <td class="STY_coloneQM" id="col788">Contexte 1</td>
+                <td class="STY_coloneQM" id="col035">Contexte 2</td>
+            </tr>
+            <tr id="trReprep654">
+                <td valign="top" id="lienrep654" class="STY_reponseQM">Jane is offered a reward.</td>
+                <td align="center" valign=""><img class="STY_imgBoutonQM"
+                                                  onmouseover="if(exo)exo.changerBouton('rep654','col788',true);"
+                                                  onmouseout="if(exo)exo.changerBouton('rep654','col788',false)"
+                                                  onclick="exo.action('rep654','col788')" id="boutonReprep654col788"
+                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td>
+                <td align="center" valign=""><img class="STY_imgBoutonQM"
+                                                  onmouseover="if(exo)exo.changerBouton('rep654','col035',true);"
+                                                  onmouseout="if(exo)exo.changerBouton('rep654','col035',false)"
+                                                  onclick="exo.action('rep654','col035')" id="boutonReprep654col035"
+                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td>
+            </tr>
+            <tr id="trReprep991">
+                <td valign="top" id="lienrep991" class="STY_reponseQM">Jane has offered a reward.</td>
+                <td align="center" valign=""><img class="STY_imgBoutonQM"
+                                                  onmouseover="if(exo)exo.changerBouton('rep991','col788',true);"
+                                                  onmouseout="if(exo)exo.changerBouton('rep991','col788',false)"
+                                                  onclick="exo.action('rep991','col788')" id="boutonReprep991col788"
+                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td>
+                <td align="center" valign=""><img class="STY_imgBoutonQM"
+                                                  onmouseover="if(exo)exo.changerBouton('rep991','col035',true);"
+                                                  onmouseout="if(exo)exo.changerBouton('rep991','col035',false)"
+                                                  onclick="exo.action('rep991','col035')" id="boutonReprep991col035"
+                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg1773.html b/Basilisk/MACAO/macao_3/contenu/pages/pg1773.html
index 124fd12e78ddd37c739c6776dbb06d35a2058b87..d499af6f9129db5786b3ab4f7f36c62eb17f1a6b 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg1773.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg1773.html
@@ -1 +1,387 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Quatrième tâche (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="lienrep150/width:32px;height:12px;#STY_texteQC/top:6px;width:504px;height:190px;#STY_question/width:492px;height:234px;#lienrep627/width:70px;height:24px;#lienrep211/width:32px;height:12px;#lienrep49/width:82px;height:12px;#lienrep842/width:45px;height:12px;#lienrep36/width:68px;height:24px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep788');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep047');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("32","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep42');oItem.init("42","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep96');oItem.init("52","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("62","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep627","","","","1","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","rep211","","","","1","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","rep49","","","","1","","","","","","");var idDet='divSugg5';EXO_ajouterCommentaire(idDet,"","","","","","","rep36","","","","1","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est juste, puisque <i><b>it</b></i> renvoie à un singulier (<i><b>The book</b></i>).<br><br>De plus remarquez que <i><b>The books in my room</b></i> constituerait un début d'énoncé dont il manquerait la suite, ce qui serait marqué par une mélodie différente. <br><br>L'énoncé complet est : <br><br>The book is in my room. Can you go and get it for me?<br><br><br><br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, l'indice pertinent est <i><b>it</b></i>, car il renvoie à un singulier (<i><b>The </b><b>book</b></i>).<br><br>De plus remarquez que <i><b>The books in my room</b></i> constituerait un début d'énoncé dont il manquerait la suite, ce qui serait marqué par une mélodie différente.<br><br>L'énoncé complet est : <br><br>The book is in my room. Can you go and get it for me?</p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, l'indice pertinent est <i><b>it</b></i>, car il renvoie à un singulier (<i><b>The </b><b>book</b></i>).<br><br>De plus remarquez que <i><b>The books in my room</b></i> constituerait un début d'énoncé dont il manquerait la suite, ce qui serait marqué par une mélodie différente.<br><br>L'énoncé complet est : <br><br>The book is in my room. Can you go and get it for me?</p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, l'indice pertinent est <i><b>it</b></i>, car il renvoie à un singulier (<i><b>The </b><b>book</b></i>).<br><br>De plus remarquez que <i><b>The books in my room</b></i> constituerait un début d'énoncé dont il manquerait la suite, ce qui serait marqué par une mélodie différente.<br><br>L'énoncé complet est : <br><br>The book is in my room. Can you go and get it for me?</p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, l'indice pertinent est <i><b>it</b></i>, car il renvoie à un singulier (<i><b>The </b><b>book</b></i>).<br><br>De plus remarquez que <i><b>The books in my room</b></i> constituerait un début d'énoncé dont il manquerait la suite, ce qui serait marqué par une mélodie différente.<br><br>L'énoncé complet est : <br><br><i>The book is in my room. Can you go and get it for me?</i></p></div><div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, l'indice pertinent est <i><b>it</b></i>, car il renvoie à un singulier (<i><b>The </b><b>book</b></i>).<br><br>De plus remarquez que <i><b>The books in my room</b></i> constituerait un début d'énoncé dont il manquerait la suite, ce qui serait marqué par une mélodie différente.<br><br>L'énoncé complet est : <br><br><i>The book is in my room. Can you go and get it for me?</i></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><p> </p><p><table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg323"></td></tr><tr><td style="FONT-SIZE: 10px" valign="middle">Ecoutez maintenant l'énoncé dans son ensemble.</td></tr><tr><td style="FONT-SIZE: 10px" valign="middle"><p align="left"><script type="text/javascript">ajDocW(PF_clipAV('clipAV8306','ecran552.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></p></td></tr><tr><td style="FONT-SIZE: 10px" colspan="2" valign="middle"><p align="left"><script type="text/javascript">ajDocW(PF_clipAV('clipAV96','mot55_11.swf','80','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> in my room. Can you go and get it for me?</p></td></tr></table></p><p><br>Cliquez sur le ou les indices du texte qui permettent de savoir que l'on a en fait <i>The book is.</i> </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellpadding="0" align="center" cellspacing="12"><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">in my room.</div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">Can</div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trReprep211"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep211',true);" onmouseout="exo.changerBouton('rep211',false)" onclick="exo.action('rep211')" id="boutonReprep211" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep211"><div class="STY_reponseQC" id="lienrep211" onmouseover="if(exo)exo.changerBouton('rep211',true)" onmouseout="if(exo)exo.changerBouton('rep211',false)" onclick="exo.action('rep211')">you</div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trReprep49"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep49',true);" onmouseout="exo.changerBouton('rep49',false)" onclick="exo.action('rep49')" id="boutonReprep49" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep49"><div class="STY_reponseQC" id="lienrep49" onmouseover="if(exo)exo.changerBouton('rep49',true)" onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')">go and get</div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trReprep842"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep842',true);" onmouseout="exo.changerBouton('rep842',false)" onclick="exo.action('rep842')" id="boutonReprep842" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep842"><div class="STY_reponseQC" id="lienrep842" onmouseover="if(exo)exo.changerBouton('rep842',true)" onmouseout="if(exo)exo.changerBouton('rep842',false)" onclick="exo.action('rep842')">it</div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trReprep36"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep36',true);" onmouseout="exo.changerBouton('rep36',false)" onclick="exo.action('rep36')" id="boutonReprep36" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep36"><div class="STY_reponseQC" id="lienrep36" onmouseover="if(exo)exo.changerBouton('rep36',true)" onmouseout="if(exo)exo.changerBouton('rep36',false)" onclick="exo.action('rep36')">for me?</div></td></tr></table></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Quatrième tâche (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "lienrep150/width:32px;height:12px;#STY_texteQC/top:6px;width:504px;height:190px;#STY_question/width:492px;height:234px;#lienrep627/width:70px;height:24px;#lienrep211/width:32px;height:12px;#lienrep49/width:82px;height:12px;#lienrep842/width:45px;height:12px;#lienrep36/width:68px;height:24px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep788');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep047');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("32", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep42');
+        oItem.init("42", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep96');
+        oItem.init("52", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("62", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep627", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep211", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep49", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg5';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep36", "", "", "", "1", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est juste, puisque <i><b>it</b></i> renvoie à un singulier (<i><b>The book</b></i>).<br><br>De plus
+            remarquez que <i><b>The books in my room</b></i> constituerait un début d'énoncé dont il manquerait la
+            suite, ce qui serait marqué par une mélodie différente. <br><br>L'énoncé complet est : <br><br>The book is
+            in my room. Can you go and get it for me?<br><br><br><br></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, l'indice pertinent est <i><b>it</b></i>, car il renvoie à un singulier
+            (<i><b>The </b><b>book</b></i>).<br><br>De plus remarquez que <i><b>The books in my room</b></i>
+            constituerait un début d'énoncé dont il manquerait la suite, ce qui serait marqué par une mélodie
+            différente.<br><br>L'énoncé complet est : <br><br>The book is in my room. Can you go and get it for me?</p>
+    </div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, l'indice pertinent est <i><b>it</b></i>, car il renvoie à un singulier
+            (<i><b>The </b><b>book</b></i>).<br><br>De plus remarquez que <i><b>The books in my room</b></i>
+            constituerait un début d'énoncé dont il manquerait la suite, ce qui serait marqué par une mélodie
+            différente.<br><br>L'énoncé complet est : <br><br>The book is in my room. Can you go and get it for me?</p>
+    </div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, l'indice pertinent est <i><b>it</b></i>, car il renvoie à un singulier
+            (<i><b>The </b><b>book</b></i>).<br><br>De plus remarquez que <i><b>The books in my room</b></i>
+            constituerait un début d'énoncé dont il manquerait la suite, ce qui serait marqué par une mélodie
+            différente.<br><br>L'énoncé complet est : <br><br>The book is in my room. Can you go and get it for me?</p>
+    </div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, l'indice pertinent est <i><b>it</b></i>, car il renvoie à un singulier
+            (<i><b>The </b><b>book</b></i>).<br><br>De plus remarquez que <i><b>The books in my room</b></i>
+            constituerait un début d'énoncé dont il manquerait la suite, ce qui serait marqué par une mélodie
+            différente.<br><br>L'énoncé complet est : <br><br><i>The book is in my room. Can you go and get it for
+                me?</i></p></div>
+    <div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, l'indice pertinent est <i><b>it</b></i>, car il renvoie à un singulier
+            (<i><b>The </b><b>book</b></i>).<br><br>De plus remarquez que <i><b>The books in my room</b></i>
+            constituerait un début d'énoncé dont il manquerait la suite, ce qui serait marqué par une mélodie
+            différente.<br><br>L'énoncé complet est : <br><br><i>The book is in my room. Can you go and get it for
+                me?</i></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><p> </p>
+        <p>
+        <table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0"
+                                                                 src="../media/ecouteur_macao.png" id="MosImg323"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">Ecoutez maintenant l'énoncé dans son ensemble.</td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">
+                    <p align="left">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV8306', 'ecran552.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                    </p>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" colspan="2" valign="middle">
+                    <p align="left">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV96', 'mot55_11.swf', '80', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                         in my room. Can you go and get it for me?
+                    </p>
+                </td>
+            </tr>
+        </table>
+        </p><p><br>Cliquez sur le ou les indices du texte qui permettent de savoir que l'on a en fait <i>The book
+            is.</i> </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellpadding="0" align="center" cellspacing="12">
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trReprep627">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                              onmouseout="exo.changerBouton('rep627',false)"
+                                                                              onclick="exo.action('rep627')"
+                                                                              id="boutonReprep627"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                                <div class="STY_reponseQC" id="lienrep627"
+                                     onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep627',false)"
+                                     onclick="exo.action('rep627')">in my room.
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trReprep150">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                              onmouseout="exo.changerBouton('rep150',false)"
+                                                                              onclick="exo.action('rep150')"
+                                                                              id="boutonReprep150"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                                <div class="STY_reponseQC" id="lienrep150"
+                                     onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep150',false)"
+                                     onclick="exo.action('rep150')">Can
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trReprep211">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep211',true);"
+                                                                              onmouseout="exo.changerBouton('rep211',false)"
+                                                                              onclick="exo.action('rep211')"
+                                                                              id="boutonReprep211"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep211">
+                                <div class="STY_reponseQC" id="lienrep211"
+                                     onmouseover="if(exo)exo.changerBouton('rep211',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep211',false)"
+                                     onclick="exo.action('rep211')">you
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trReprep49">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep49',true);"
+                                                                              onmouseout="exo.changerBouton('rep49',false)"
+                                                                              onclick="exo.action('rep49')"
+                                                                              id="boutonReprep49"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep49">
+                                <div class="STY_reponseQC" id="lienrep49"
+                                     onmouseover="if(exo)exo.changerBouton('rep49',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')">
+                                    go and get
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trReprep842">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep842',true);"
+                                                                              onmouseout="exo.changerBouton('rep842',false)"
+                                                                              onclick="exo.action('rep842')"
+                                                                              id="boutonReprep842"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep842">
+                                <div class="STY_reponseQC" id="lienrep842"
+                                     onmouseover="if(exo)exo.changerBouton('rep842',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep842',false)"
+                                     onclick="exo.action('rep842')">it
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trReprep36">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep36',true);"
+                                                                              onmouseout="exo.changerBouton('rep36',false)"
+                                                                              onclick="exo.action('rep36')"
+                                                                              id="boutonReprep36"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep36">
+                                <div class="STY_reponseQC" id="lienrep36"
+                                     onmouseover="if(exo)exo.changerBouton('rep36',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep36',false)" onclick="exo.action('rep36')">
+                                    for me?
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg1809.html b/Basilisk/MACAO/macao_3/contenu/pages/pg1809.html
index ff8501e3cdd2910d357cc986474b310ae74150b6..99eebb857173f0d2d29f6b80ec05a9d08b5109b3 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg1809.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg1809.html
@@ -1 +1,223 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Exemples (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/left:2px;top:4px;width:508px;height:163px;#STY_question/left:3px;top:0px;width:492px;height:186px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep671');oItem.init("11","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("22","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p>On entend effectivement la même chose même si /<b>maɪˈbrʌðəzˈhæd</b>/ peut correspondre à <i>my brother has had</i> ou à <i>my brothers had</i>.<br><br>Il y a homophonie. <br><br>Vous pouvez réécouter les énoncés.<br><br>Enoncé 1 : <i>The foreign postings my brother has had were initially Australia and Kuweit.<br></i><br>Enoncé 2 : <i>The foreign postings my brothers had were initially Australia and Kuweit.</i></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez : on entend la même chose même si /<b>maɪˈbrʌðəzˈhæd</b>/ peut correspondre à <i>my brother has had</i> ou à <i>my brothers had</i>.<br><br>Il y a homophonie.<br><br>Vous pouvez réécouter les énoncés.<br><br>Enoncé 1 : <i>The foreign postings my brother has had were initially Australia and Kuweit.<br></i><br>Enoncé 2 : <i>The foreign postings my brothers had were initially Australia and Kuweit.</i></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><br>Ecoutez les énoncés : <br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="25%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: justify" width="80%" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><p align="right"><script type="text/javascript">ajDocW(PF_clipAV('clipAV879','ecran481.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: justify" valign="middle">Enoncé 1</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><p align="right"><script type="text/javascript">ajDocW(PF_clipAV('clipAV7657','ecran482.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: justify" valign="middle">Enoncé 2</td></tr></table><br>Est-ce qu'on entend la même chose ? <br></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">OUI</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">NON</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Exemples (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/left:2px;top:4px;width:508px;height:163px;#STY_question/left:3px;top:0px;width:492px;height:186px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("11", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("22", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (1)</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>On entend effectivement la même chose même si /<b>maɪˈbrʌðəzˈhæd</b>/ peut correspondre à <i>my brother has
+            had</i> ou à <i>my brothers had</i>.<br><br>Il y a homophonie. <br><br>Vous pouvez réécouter les
+            énoncés.<br><br>Enoncé 1 : <i>The foreign postings my brother has had were initially Australia and
+                Kuweit.<br></i><br>Enoncé 2 : <i>The foreign postings my brothers had were initially Australia and
+                Kuweit.</i></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez : on entend la même chose même si /<b>maɪˈbrʌðəzˈhæd</b>/ peut correspondre à <i>my brother
+            has had</i> ou à <i>my brothers had</i>.<br><br>Il y a homophonie.<br><br>Vous pouvez réécouter les énoncés.<br><br>Enoncé
+            1 : <i>The foreign postings my brother has had were initially Australia and Kuweit.<br></i><br>Enoncé 2 :
+            <i>The foreign postings my brothers had were initially Australia and Kuweit.</i></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez les énoncés : <br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="25%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg32">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: justify" width="80%"
+                    valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <p align="right">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV879', 'ecran481.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                    </p>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: justify" valign="middle">Enoncé 1
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <p align="right">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV7657', 'ecran482.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                    </p>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: justify" valign="middle">Enoncé 2
+                </td>
+            </tr>
+        </table>
+        <br>Est-ce qu'on entend la même chose ? <br></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">OUI
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">NON
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg186.html b/Basilisk/MACAO/macao_3/contenu/pages/pg186.html
index 3d309879f2ede3d47dff0c933c0e6c3cda3fbf89..62dddd097a0c66babab68e4c684bc234e8a80bff 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg186.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg186.html
@@ -1 +1,254 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Quatrième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="lienrep150/width:56px;height:22px;#STY_texteQC/top:6px;width:544px;height:245px;#STY_question/width:494px;height:162px;#lienrep211/width:57px;height:30px;#lienrep550/width:83px;height:27px;#lienrep957/width:101px;height:21px;#lienrep223/width:93px;height:27px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCM");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep553');oItem.init("11","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep788');oItem.init("32","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep251');oItem.init("42","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep779');oItem.init("51","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.afficheBoutons=false;exo.maxSel='2';afficheBordure=true;var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep627","","","","1","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","rep223","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Bien.<br><br>L'indice pertinent est <i><b>last year</b></i>, il permet à l'énonciateur de repérer l'événement dans le passé, d'où la forme verbale <i><b>he studied</b></i>.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez.<br><br>L'indice pertinent est <i><b>last year</b></i>, il permet à l'énonciateur de repérer l'événement dans le passé, d'où la forme verbale <i><b>he studied</b></i>.</p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez.<br><br>L'indice pertinent est <i><b>last year</b></i>, il permet à l'énonciateur de repérer l'événement dans le passé, d'où la forme verbale <i><b>he studied</b></i>.</p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez.<br><br>L'indice pertinent est <i><b>last year</b></i>, il permet à l'énonciateur de repérer l'événement dans le passé, d'où la forme verbale <i><b>he studied</b></i>.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><br>Ecoutez l'énoncé suivant. <br><b><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"></td></tr><tr><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV9069','ecran11.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV43','mot11_12.swf','205','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table></b><br>Désignez l'indice pertinent pour identifier la forme verbale et sélectionnez la forme verbale employée :</div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep150"><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')"><script type="text/javascript">ajDocW(PF_clipAV('clipAV95','mot11_1a.swf','50','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></div></td></tr><tr id="trReprep211"><td valign="top" class="STY_bordureQC" id="tdReprep211"><div class="STY_reponseQC" id="lienrep211" onmouseover="if(exo)exo.changerBouton('rep211',true)" onmouseout="if(exo)exo.changerBouton('rep211',false)" onclick="exo.action('rep211')"><p><script type="text/javascript">ajDocW(PF_clipAV('clipAV37','mot11_1b.swf','50','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></p></div></td></tr><tr id="trReprep550"><td valign="top" class="STY_bordureQC" id="tdReprep550"><div class="STY_reponseQC" id="lienrep550" onmouseover="if(exo)exo.changerBouton('rep550',true)" onmouseout="if(exo)exo.changerBouton('rep550',false)" onclick="exo.action('rep550')"><b></b> </div></td></tr><tr id="trReprep957"><td valign="top" class="STY_bordureQC" id="tdReprep957"><div class="STY_reponseQC" id="lienrep957" onmouseover="if(exo)exo.changerBouton('rep957',true)" onmouseout="if(exo)exo.changerBouton('rep957',false)" onclick="exo.action('rep957')"><b>He studied </b></div></td></tr><tr id="trReprep223"><td valign="top" class="STY_bordureQC" id="tdReprep223"><div class="STY_reponseQC" id="lienrep223" onmouseover="if(exo)exo.changerBouton('rep223',true)" onmouseout="if(exo)exo.changerBouton('rep223',false)" onclick="exo.action('rep223')"><b>He's studied</b></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Quatrième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "lienrep150/width:56px;height:22px;#STY_texteQC/top:6px;width:544px;height:245px;#STY_question/width:494px;height:162px;#lienrep211/width:57px;height:30px;#lienrep550/width:83px;height:27px;#lienrep957/width:101px;height:21px;#lienrep223/width:93px;height:27px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCM");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep553');
+        oItem.init("11", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep788');
+        oItem.init("32", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep251');
+        oItem.init("42", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep779');
+        oItem.init("51", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.afficheBoutons = false;
+        exo.maxSel = '2';
+        afficheBordure = true;
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep627", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep223", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bien.<br><br>L'indice pertinent est <i><b>last year</b></i>, il permet à l'énonciateur de repérer l'événement
+            dans le passé, d'où la forme verbale <i><b>he studied</b></i>.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez.<br><br>L'indice pertinent est <i><b>last year</b></i>, il permet à l'énonciateur de
+            repérer l'événement dans le passé, d'où la forme verbale <i><b>he studied</b></i>.</p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez.<br><br>L'indice pertinent est <i><b>last year</b></i>, il permet à l'énonciateur de
+            repérer l'événement dans le passé, d'où la forme verbale <i><b>he studied</b></i>.</p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez.<br><br>L'indice pertinent est <i><b>last year</b></i>, il permet à l'énonciateur de
+            repérer l'événement dans le passé, d'où la forme verbale <i><b>he studied</b></i>.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez l'énoncé suivant. <br><b>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0"
+                                                                                 src="../media/ecouteur_macao.png"
+                                                                                 id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV9069', 'ecran11.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV43', 'mot11_12.swf', '205', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+    </b><br>Désignez l'indice pertinent pour identifier la forme verbale et sélectionnez la forme verbale employée :
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep150">
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV95', 'mot11_1a.swf', '50', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep211">
+                <td valign="top" class="STY_bordureQC" id="tdReprep211">
+                    <div class="STY_reponseQC" id="lienrep211" onmouseover="if(exo)exo.changerBouton('rep211',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep211',false)" onclick="exo.action('rep211')">
+                        <p>
+                            <script type="text/javascript">ajDocW(PF_clipAV('clipAV37', 'mot11_1b.swf', '50', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                        </p>
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep550">
+                <td valign="top" class="STY_bordureQC" id="tdReprep550">
+                    <div class="STY_reponseQC" id="lienrep550" onmouseover="if(exo)exo.changerBouton('rep550',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep550',false)" onclick="exo.action('rep550')"><b></b> 
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep957">
+                <td valign="top" class="STY_bordureQC" id="tdReprep957">
+                    <div class="STY_reponseQC" id="lienrep957" onmouseover="if(exo)exo.changerBouton('rep957',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep957',false)" onclick="exo.action('rep957')"><b>He
+                        studied </b></div>
+                </td>
+            </tr>
+            <tr id="trReprep223">
+                <td valign="top" class="STY_bordureQC" id="tdReprep223">
+                    <div class="STY_reponseQC" id="lienrep223" onmouseover="if(exo)exo.changerBouton('rep223',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep223',false)" onclick="exo.action('rep223')"><b>He's
+                        studied</b></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg1888.html b/Basilisk/MACAO/macao_3/contenu/pages/pg1888.html
index ec080fcf3541611983efdcb7e13e2cb30d43b25e..e5b59aaf6468fd993e485e960ee0a7fdfc545678 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg1888.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg1888.html
@@ -1 +1,188 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Deuxième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";numT++;exo.tabChamps[numT]='2';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";numT++; exo.ajouterReponse('rep117','1','2',"kJk'j7N"); exo.ajouterReponse('rep577','1','2',"kJk'jdN"); exo.ajouterReponse('rep935','1','2',"kJk KjdN"); exo.ajouterReponse('rep552','1','2',"kJk Kj7N"); exo.ajouterReponse('rep877','2','4',"d'jhX"); exo.ajouterReponse('rep529','2','4',"d KjhX"); exo.ajouterReponse('rep512','2','4',"d'jNX"); exo.ajouterReponse('rep675','2','4',"d KjNX"); exo.ajouterReponse('rep493','1','2',"kJk 'j7N"); exo.ajouterReponse('rep937','1','2',"kJk 'jdN"); exo.ajouterReponse('rep126','2','4',"d 'jhX"); exo.ajouterReponse('rep951','2','4',"d 'jNX");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","2:<>","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Bien.<br><br>Dans ces énoncés, la présence de <b>BE</b> est requise, sous la forme <i><b>is</b></i> prononcée ici : <b>/z/</b>.<br><br>Comme les mots qui suivent commencent par le phonème <b>/z/</b>, on ne peut pas vraiment distinguer la prononciation de <i><b>is</b></i>.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez, voici les énoncés entendus :<br><br><i><b>Where's Zurich? (Where is Zurich?)<br></b></i><br><i><b>How's Zorba? (How is Zorba?)<br></b></i><br>Vous remarquez que dans ces énoncés, la présence de <b>BE</b> est requise, sous la forme <b><i>is</i></b> prononcée ici : <b>/z/</b>.<br><br>Comme les mots qui suivent commencent par le phonème <b>/z/</b>, on ne peut pas vraiment distinguer la prononciation de <b><i>is</i></b>.</p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez, voici les énoncés entendus :<br><br><i><b>Where's Zurich? (Where is Zurich?)<br></b></i><br><i><b>How's Zorba? (How is Zorba?)<br></b></i><br>Vous remarquez que dans ces énoncés, la présence de <b>BE</b> est requise, sous la forme <b><i>is</i></b> prononcée ici : <b>/z/</b>.<br><br>Comme les mots qui suivent commencent par le phonème <b>/z/</b>, on ne peut pas vraiment distinguer la prononciation de <b><i>is</i></b>.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question"><br>Ecoutez et complétez les deux énoncés suivants en vous servant de vos connaissances grammaticales.</div><div id="STY_texteTAT" class="STY_texteTAT"><p><i><b><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV2861','ecran191.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td></tr></table></b></i></p><p><i><b></b></i><i><b><input type="text" onkeyup="actionDetecteTrou()" onfocus="focusChamp(this)" onkeypress="return tapeDansChamp(event)" onkeydown="return tapeDansChamp(event)" class="STY_champTAT" id="champTrou1"> </b></i>Zurich?<br><b><i> </i></b><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg320"></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV2769','ecran192.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td></tr></table><br><i><b><input type="text" onkeyup="actionDetecteTrou()" onfocus="focusChamp(this)" onkeypress="return tapeDansChamp(event)" onkeydown="return tapeDansChamp(event)" class="STY_champTAT" id="champTrou2"> </b></i>Zorba?</p></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Deuxième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        numT++;
+        exo.tabChamps[numT] = '2';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        numT++;
+        exo.ajouterReponse('rep117', '1', '2', "kJk'j7N");
+        exo.ajouterReponse('rep577', '1', '2', "kJk'jdN");
+        exo.ajouterReponse('rep935', '1', '2', "kJk KjdN");
+        exo.ajouterReponse('rep552', '1', '2', "kJk Kj7N");
+        exo.ajouterReponse('rep877', '2', '4', "d'jhX");
+        exo.ajouterReponse('rep529', '2', '4', "d KjhX");
+        exo.ajouterReponse('rep512', '2', '4', "d'jNX");
+        exo.ajouterReponse('rep675', '2', '4', "d KjNX");
+        exo.ajouterReponse('rep493', '1', '2', "kJk 'j7N");
+        exo.ajouterReponse('rep937', '1', '2', "kJk 'jdN");
+        exo.ajouterReponse('rep126', '2', '4', "d 'jhX");
+        exo.ajouterReponse('rep951', '2', '4', "d 'jNX");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:<>", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bien.<br><br>Dans ces énoncés, la présence de <b>BE</b> est requise, sous la forme <i><b>is</b></i> prononcée
+            ici : <b>/z/</b>.<br><br>Comme les mots qui suivent commencent par le phonème <b>/z/</b>, on ne peut pas
+            vraiment distinguer la prononciation de <i><b>is</b></i>.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez, voici les énoncés entendus :<br><br><i><b>Where's Zurich? (Where is
+            Zurich?)<br></b></i><br><i><b>How's Zorba? (How is Zorba?)<br></b></i><br>Vous remarquez que dans ces
+            énoncés, la présence de <b>BE</b> est requise, sous la forme <b><i>is</i></b> prononcée ici :
+            <b>/z/</b>.<br><br>Comme les mots qui suivent commencent par le phonème <b>/z/</b>, on ne peut pas vraiment
+            distinguer la prononciation de <b><i>is</i></b>.</p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez, voici les énoncés entendus :<br><br><i><b>Where's Zurich? (Where is
+            Zurich?)<br></b></i><br><i><b>How's Zorba? (How is Zorba?)<br></b></i><br>Vous remarquez que dans ces
+            énoncés, la présence de <b>BE</b> est requise, sous la forme <b><i>is</i></b> prononcée ici :
+            <b>/z/</b>.<br><br>Comme les mots qui suivent commencent par le phonème <b>/z/</b>, on ne peut pas vraiment
+            distinguer la prononciation de <b><i>is</i></b>.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question"><br>Ecoutez et complétez les deux énoncés suivants en vous servant de
+        vos connaissances grammaticales.
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT">
+        <p><i><b>
+            <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+                <tr>
+                    <td style="BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle"><img align="center"
+                                                                                                 border="0"
+                                                                                                 src="../media/ecouteur_macao.png"
+                                                                                                 id="MosImg32"></td>
+                    <td style="BACKGROUND: #b5f0c7" valign="middle">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV2861', 'ecran191.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                    </td>
+                </tr>
+            </table>
+        </b></i></p>
+        <p><i><b></b></i><i><b><input type="text" onkeyup="actionDetecteTrou()" onfocus="focusChamp(this)"
+                                      onkeypress="return tapeDansChamp(event)" onkeydown="return tapeDansChamp(event)"
+                                      class="STY_champTAT" id="champTrou1"> </b></i>Zurich?<br><b><i> </i></b>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle"><img align="center" border="0"
+                                                                                             src="../media/ecouteur_macao.png"
+                                                                                             id="MosImg320"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2769', 'ecran192.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br><i><b><input type="text" onkeyup="actionDetecteTrou()" onfocus="focusChamp(this)"
+                         onkeypress="return tapeDansChamp(event)" onkeydown="return tapeDansChamp(event)"
+                         class="STY_champTAT" id="champTrou2"> </b></i>Zorba?</p></div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg1894.html b/Basilisk/MACAO/macao_3/contenu/pages/pg1894.html
index 5bc5271671b581ddb6c94c7bd58ddff80a1ae786..039996344db7263ea5976567f3fe0475a9674871 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg1894.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg1894.html
@@ -1 +1,376 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Première tâche (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/top:6px;width:500px;height:165px;#STY_question/width:503px;height:212px;#lienrep627/width:36px;height:12px;#lienrep49/width:82px;height:12px;#lienrep36/width:104px;height:24px;#lienrep931/width:29px;height:12px;#lienrep955/width:31px;height:12px;#STY_zoneExercice/left:3%;width:91%;height:439px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCM");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep255');oItem.init("11","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep298');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep42');oItem.init("32","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep089');oItem.init("42","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep96');oItem.init("52","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("62","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='2';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep627","","","","1","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep49","","","","1","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","rep36","","","","1","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","rep955","","","","1","","","","","","");var idDet='divSugg5';EXO_ajouterCommentaire(idDet,"","","","","","","rep931","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est juste.<br><br>En effet, <i><b>they</b></i> reprend un groupe nominal pluriel (<i><b>my </b><b>teachers</b></i>). <br><br>L'énoncé complet est : <br><br><i>My teachers are French and they speak so fast that I can't understand anything they say.</i></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est faux.<br><br>L'indice pertinent est <i><b>they</b></i>, entendu deux fois dans l'énoncé : <i><b>they</b></i> reprend un groupe nominal pluriel (<i><b>my </b><b>teachers</b></i>).<br><br>L'énoncé complet est : <br><br><i>My teachers are French and they speak so fast that I can't understand anything they say.</i></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est faux.<br><br>L'indice pertinent est <i><b>they</b></i>, entendu deux fois dans l'énoncé : <i><b>they</b></i> reprend un groupe nominal pluriel (<i><b>my </b><b>teachers</b></i>).<br><br>L'énoncé complet est : <br><br><i>My teachers are French and they speak so fast that I can't understand anything they say.</i></p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est faux.<br><br>L'indice pertinent est <i><b>they</b></i>, entendu deux fois dans l'énoncé : <i><b>they</b></i> reprend un groupe nominal pluriel (<i><b>my </b><b>teachers</b></i>).<br><br>L'énoncé complet est : <br><br><i>My teachers are French and they speak so fast that I can't understand anything they say.</i></p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est juste.<br><br>En effet, <i><b>they</b></i> reprend un groupe nominal pluriel (<i><b>my </b><b>teachers</b></i>). <br><br>L'énoncé complet est : <br><br><i>My teachers are French and they speak so fast that I can't understand anything they say.</i></p></div><div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est juste.<br><br>En effet, <i><b>they</b></i> reprend un groupe nominal pluriel (<i><b>my </b><b>teachers</b></i>). <br><br>L'énoncé complet est : <br><br><i>My teachers are French and they speak so fast that I can't understand anything they say.</i></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td></tr><tr><td style="FONT-SIZE: 10px" valign="middle">Ecoutez maintenant l'énoncé dans son ensemble.</td></tr><tr><td style="FONT-SIZE: 10px" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV18431','ecran522.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></td></tr><tr><td style="FONT-SIZE: 10px" colspan="2" valign="middle"><p align="left"><script type="text/javascript">ajDocW(PF_clipAV('clipAV16','mot52_12.swf','80','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> French and they speak so fast that I can't understand anything they say.</p></td></tr></table><p> Cliquez sur le ou les indices du texte qui permettent de savoir que l'on a en fait <i>My teachers are</i>. </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellpadding="0" align="center" cellspacing="12"><tr><td valign="top" width="25%"><table width="100%"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">French</div></td></tr></table></td><td valign="top" width="25%"><table width="100%"><tr id="trReprep955"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep955',true);" onmouseout="exo.changerBouton('rep955',false)" onclick="exo.action('rep955')" id="boutonReprep955" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep955"><div class="STY_reponseQC" id="lienrep955" onmouseover="if(exo)exo.changerBouton('rep955',true)" onmouseout="if(exo)exo.changerBouton('rep955',false)" onclick="exo.action('rep955')">they </div></td></tr></table></td><td valign="top" width="25%"><table width="100%"><tr id="trReprep49"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep49',true);" onmouseout="exo.changerBouton('rep49',false)" onclick="exo.action('rep49')" id="boutonReprep49" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep49"><div class="STY_reponseQC" id="lienrep49" onmouseover="if(exo)exo.changerBouton('rep49',true)" onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')">speak so fast</div></td></tr></table></td><td valign="top" width="25%"><table width="100%"><tr id="trReprep36"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep36',true);" onmouseout="exo.changerBouton('rep36',false)" onclick="exo.action('rep36')" id="boutonReprep36" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep36"><div class="STY_reponseQC" id="lienrep36" onmouseover="if(exo)exo.changerBouton('rep36',true)" onmouseout="if(exo)exo.changerBouton('rep36',false)" onclick="exo.action('rep36')">I can't understand</div></td></tr></table></td></tr><tr><td valign="top" width="25%"><table width="100%"><tr id="trReprep931"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep931',true);" onmouseout="exo.changerBouton('rep931',false)" onclick="exo.action('rep931')" id="boutonReprep931" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep931"><div class="STY_reponseQC" id="lienrep931" onmouseover="if(exo)exo.changerBouton('rep931',true)" onmouseout="if(exo)exo.changerBouton('rep931',false)" onclick="exo.action('rep931')">they</div></td></tr></table></td><td valign="top" width="25%"><table width="100%"><tr id="trReprep813"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep813',true);" onmouseout="exo.changerBouton('rep813',false)" onclick="exo.action('rep813')" id="boutonReprep813" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep813"><div class="STY_reponseQC" id="lienrep813" onmouseover="if(exo)exo.changerBouton('rep813',true)" onmouseout="if(exo)exo.changerBouton('rep813',false)" onclick="exo.action('rep813')">say</div></td></tr></table></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Première tâche (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/top:6px;width:500px;height:165px;#STY_question/width:503px;height:212px;#lienrep627/width:36px;height:12px;#lienrep49/width:82px;height:12px;#lienrep36/width:104px;height:24px;#lienrep931/width:29px;height:12px;#lienrep955/width:31px;height:12px;#STY_zoneExercice/left:3%;width:91%;height:439px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCM");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep255');
+        oItem.init("11", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep298');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep42');
+        oItem.init("32", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep089');
+        oItem.init("42", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep96');
+        oItem.init("52", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("62", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '2';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep627", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep49", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep36", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep955", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg5';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep931", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est juste.<br><br>En effet, <i><b>they</b></i> reprend un groupe nominal pluriel
+            (<i><b>my </b><b>teachers</b></i>). <br><br>L'énoncé complet est : <br><br><i>My teachers are French and
+                they speak so fast that I can't understand anything they say.</i></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux.<br><br>L'indice pertinent est <i><b>they</b></i>, entendu deux fois dans l'énoncé :
+            <i><b>they</b></i> reprend un groupe nominal pluriel (<i><b>my </b><b>teachers</b></i>).<br><br>L'énoncé
+            complet est : <br><br><i>My teachers are French and they speak so fast that I can't understand anything they
+                say.</i></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux.<br><br>L'indice pertinent est <i><b>they</b></i>, entendu deux fois dans l'énoncé :
+            <i><b>they</b></i> reprend un groupe nominal pluriel (<i><b>my </b><b>teachers</b></i>).<br><br>L'énoncé
+            complet est : <br><br><i>My teachers are French and they speak so fast that I can't understand anything they
+                say.</i></p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux.<br><br>L'indice pertinent est <i><b>they</b></i>, entendu deux fois dans l'énoncé :
+            <i><b>they</b></i> reprend un groupe nominal pluriel (<i><b>my </b><b>teachers</b></i>).<br><br>L'énoncé
+            complet est : <br><br><i>My teachers are French and they speak so fast that I can't understand anything they
+                say.</i></p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est juste.<br><br>En effet, <i><b>they</b></i> reprend un groupe nominal pluriel
+            (<i><b>my </b><b>teachers</b></i>). <br><br>L'énoncé complet est : <br><br><i>My teachers are French and
+                they speak so fast that I can't understand anything they say.</i></p></div>
+    <div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est juste.<br><br>En effet, <i><b>they</b></i> reprend un groupe nominal pluriel
+            (<i><b>my </b><b>teachers</b></i>). <br><br>L'énoncé complet est : <br><br><i>My teachers are French and
+                they speak so fast that I can't understand anything they say.</i></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  ">
+        <table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0"
+                                                                 src="../media/ecouteur_macao.png" id="MosImg32"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">Ecoutez maintenant l'énoncé dans son ensemble.</td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV18431', 'ecran522.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" colspan="2" valign="middle">
+                    <p align="left">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV16', 'mot52_12.swf', '80', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                         French and they speak so fast that I can't understand anything they say.
+                    </p>
+                </td>
+            </tr>
+        </table>
+        <p> Cliquez sur le ou les indices du texte qui permettent de savoir que l'on a en fait <i>My teachers are</i>.
+        </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellpadding="0" align="center" cellspacing="12">
+            <tr>
+                <td valign="top" width="25%">
+                    <table width="100%">
+                        <tr id="trReprep627">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                              onmouseout="exo.changerBouton('rep627',false)"
+                                                                              onclick="exo.action('rep627')"
+                                                                              id="boutonReprep627"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                                <div class="STY_reponseQC" id="lienrep627"
+                                     onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep627',false)"
+                                     onclick="exo.action('rep627')">French
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="25%">
+                    <table width="100%">
+                        <tr id="trReprep955">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep955',true);"
+                                                                              onmouseout="exo.changerBouton('rep955',false)"
+                                                                              onclick="exo.action('rep955')"
+                                                                              id="boutonReprep955"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep955">
+                                <div class="STY_reponseQC" id="lienrep955"
+                                     onmouseover="if(exo)exo.changerBouton('rep955',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep955',false)"
+                                     onclick="exo.action('rep955')">they
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="25%">
+                    <table width="100%">
+                        <tr id="trReprep49">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep49',true);"
+                                                                              onmouseout="exo.changerBouton('rep49',false)"
+                                                                              onclick="exo.action('rep49')"
+                                                                              id="boutonReprep49"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep49">
+                                <div class="STY_reponseQC" id="lienrep49"
+                                     onmouseover="if(exo)exo.changerBouton('rep49',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')">
+                                    speak so fast
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="25%">
+                    <table width="100%">
+                        <tr id="trReprep36">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep36',true);"
+                                                                              onmouseout="exo.changerBouton('rep36',false)"
+                                                                              onclick="exo.action('rep36')"
+                                                                              id="boutonReprep36"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep36">
+                                <div class="STY_reponseQC" id="lienrep36"
+                                     onmouseover="if(exo)exo.changerBouton('rep36',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep36',false)" onclick="exo.action('rep36')">
+                                    I can't understand
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="25%">
+                    <table width="100%">
+                        <tr id="trReprep931">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep931',true);"
+                                                                              onmouseout="exo.changerBouton('rep931',false)"
+                                                                              onclick="exo.action('rep931')"
+                                                                              id="boutonReprep931"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep931">
+                                <div class="STY_reponseQC" id="lienrep931"
+                                     onmouseover="if(exo)exo.changerBouton('rep931',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep931',false)"
+                                     onclick="exo.action('rep931')">they
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="25%">
+                    <table width="100%">
+                        <tr id="trReprep813">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep813',true);"
+                                                                              onmouseout="exo.changerBouton('rep813',false)"
+                                                                              onclick="exo.action('rep813')"
+                                                                              id="boutonReprep813"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep813">
+                                <div class="STY_reponseQC" id="lienrep813"
+                                     onmouseover="if(exo)exo.changerBouton('rep813',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep813',false)"
+                                     onclick="exo.action('rep813')">say
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg191.html b/Basilisk/MACAO/macao_3/contenu/pages/pg191.html
index de85b314fffd0bd8e4cedb069e170e78c570c8b3..72f51149589f1255ca469c2e40b6b81523ef2fc8 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg191.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg191.html
@@ -1 +1,204 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Quatrième tâche (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/width:508px;height:195px;#STY_question/width:496px;height:175px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep671');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep627","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Bonne réponse !<br><br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous faites erreur. L'énoncé ne renvoie pas à une situation réelle. Réécoutez !</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><p><br>Ecoutez l'énoncé : <br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV6980','ecran211.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br>Cet énoncé renvoie-t-il à une situation réelle ?</p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">OUI</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">NON</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Quatrième tâche (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/width:508px;height:195px;#STY_question/width:496px;height:175px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep627", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bonne réponse !<br><br></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous faites erreur. L'énoncé ne renvoie pas à une situation réelle. Réécoutez !</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><p><br>Ecoutez l'énoncé : <br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle"><img align="center" border="0"
+                                                                                             src="../media/ecouteur_macao.png"
+                                                                                             id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6980', 'ecran211.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br>Cet énoncé renvoie-t-il à une situation réelle ?</p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">OUI
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">NON
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg1917.html b/Basilisk/MACAO/macao_3/contenu/pages/pg1917.html
index 53683cbe015f53c3f468dc387e3185ece613f057..aeb6687f246683263b8955eca8e5f8290b682997 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg1917.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg1917.html
@@ -1 +1,105 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Première tâche (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 11px" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td></tr><tr><td style="FONT-SIZE: 11px" width="90%" colspan="2" valign="middle">Ecoutez : <script type="text/javascript">ajDocW(PF_clipAV('clipAV16','mot52_12.swf','80','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="FONT-SIZE: 11px" colspan="2" valign="middle">En dehors de tout contexte, cela pourrait être : <i>My teachers are</i> ou <i>My teacher is a</i>, car il y a homophonie.</td></tr></table><p> </p></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Première tâche (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 11px" valign="middle"><img align="center" border="0"
+                                                                 src="../media/ecouteur_macao.png" id="MosImg32"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 11px" width="90%" colspan="2" valign="middle">Ecoutez :
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV16', 'mot52_12.swf', '80', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 11px" colspan="2" valign="middle">En dehors de tout contexte, cela pourrait être :
+                    <i>My teachers are</i> ou <i>My teacher is a</i>, car il y a homophonie.
+                </td>
+            </tr>
+        </table>
+        <p> </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg1919.html b/Basilisk/MACAO/macao_3/contenu/pages/pg1919.html
index eddc20d18636986de427d56cbdadc41610334aa2..02782ffb2d4e508fc00a98ab46d6c75c6f9834cc 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg1919.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg1919.html
@@ -1 +1,240 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Septième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:486px;height:236px;#STY_texteTAT/width:490px;height:174px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='1';numT++;exo.tabChamps[numT]='2';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='2';numT++; exo.ajouterReponse('rep859','1','2',"D8ke8k VOX"); exo.ajouterReponse('rep482','1','3',"D8ke8k qOX"); exo.ajouterReponse('rep306','2','5',"D8ke8k VOX"); exo.ajouterReponse('rep40','2','4',"D8ke8k qOX");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep482","","","","","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","2:rep306","","","","","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","2:<>","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Septième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est bien.<br><br>Avec <b><i>He drank half the bottle of water</i></b>. <b><i>That was not fair of him</i></b>, <b><i>all of us were thirsty</i></b>, on devine qu'il est question de la seule bouteille d'eau disponible dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He drank half a bottle of water.</b><b>Then he had a nice and cool shower and felt much better</b></i>, celui qui parle décrit le volume d'eau qui a été bu, sans évoquer une bouteille particulière, d'où l'article indéfini (<b><i>a</i></b>).</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est faux.<br><br>Avec <b><i>He drank half the bottle of water</i></b>. <b><i>That was not fair of him</i></b>, <b><i>all of us were thirsty</i></b>, on devine qu'il est question de la seule bouteille d'eau disponible dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He drank half a bottle of water.</b><b>Then he had a nice and cool shower and felt much better</b></i>, celui qui parle décrit le volume d'eau qui a été bu, sans évoquer une bouteille particulière, d'où l'article indéfini (<b><i>a</i></b>). </p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est faux.<br><br>Avec <b><i>He drank half the bottle of water</i></b>. <b><i>That was not fair of him</i></b>, <b><i>all of us were thirsty</i></b>, on devine qu'il est question de la seule bouteille d'eau disponible dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He drank half a bottle of water.</b><b>Then he had a nice and cool shower and felt much better</b></i>, celui qui parle décrit le volume d'eau qui a été bu, sans évoquer une bouteille particulière, d'où l'article indéfini (<b><i>a</i></b>).</p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est faux.<br><br>Avec <b><i>He drank half the bottle of water</i></b>. <b><i>That was not fair of him</i></b>, <b><i>all of us were thirsty</i></b>, on devine qu'il est question de la seule bouteille d'eau disponible dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He drank half a bottle of water.</b><b>Then he had a nice and cool shower and felt much better</b></i>, celui qui parle décrit le volume d'eau qui a été bu, sans évoquer une bouteille particulière, d'où l'article indéfini (<b><i>a</i></b>).</p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est faux.<br><br>Avec <b><i>He drank half the bottle of water</i></b>. <b><i>That was not fair of him</i></b>, <b><i>all of us were thirsty</i></b>, on devine qu'il est question de la seule bouteille d'eau disponible dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He drank half a bottle of water.</b><b>Then he had a nice and cool shower and felt much better</b></i>, celui qui parle décrit le volume d'eau qui a été bu, sans évoquer une bouteille particulière, d'où l'article indéfini (<b><i>a</i></b>).</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question">Pour chaque énoncé, sélectionnez le contexte le plus plausible.<br><br><table width="90%" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle">Enoncés</td><td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle">Contextes</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV4089','ecran151.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script> He drank half the bottle of water.</td><td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV579','ecran153.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> Contexte 1<br><script type="text/javascript">ajDocW(PF_clipAV('clipAV917','ecran154.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> Contexte 2</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV5450','ecran152.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script> He drank half a bottle of water.</td><td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV57','ecran153.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> Contexte 1<br><script type="text/javascript">ajDocW(PF_clipAV('clipAV91','ecran154.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> Contexte 2</td></tr></table></div><div id="STY_texteTAT" class="STY_texteTAT"><br><table cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px" valign="middle">Enoncés</td><td style="FONT-SIZE: 10px" valign="middle">Contextes</td></tr><tr><td style="FONT-SIZE: 10px" valign="middle">He drank half the bottle of water.</td><td style="FONT-SIZE: 10px" valign="middle"><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"><option value="_INIT_TROU"> </option></select></td></tr><tr><td style="FONT-SIZE: 10px" valign="middle">He drank half a bottle of water.</td><td style="FONT-SIZE: 10px" valign="middle"><select class="STY_selectTAT" id="champTrou2" onchange="actionDetecteSelect()"><option value="_INIT_TROU"> </option></select></td></tr></table><br><br> <br><br> </div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Septième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:486px;height:236px;#STY_texteTAT/width:490px;height:174px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        numT++;
+        exo.tabChamps[numT] = '2';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '2';
+        numT++;
+        exo.ajouterReponse('rep859', '1', '2', "D8ke8k VOX");
+        exo.ajouterReponse('rep482', '1', '3', "D8ke8k qOX");
+        exo.ajouterReponse('rep306', '2', '5', "D8ke8k VOX");
+        exo.ajouterReponse('rep40', '2', '4', "D8ke8k qOX");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep482", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:rep306", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:<>", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Septième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est bien.<br><br>Avec <b><i>He drank half the bottle of water</i></b>. <b><i>That was not fair of
+            him</i></b>, <b><i>all of us were thirsty</i></b>, on devine qu'il est question de la seule bouteille d'eau
+            disponible dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He drank half a
+                bottle of water.</b><b>Then he had a nice and cool shower and felt much better</b></i>, celui qui parle
+            décrit le volume d'eau qui a été bu, sans évoquer une bouteille particulière, d'où l'article indéfini
+            (<b><i>a</i></b>).</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux.<br><br>Avec <b><i>He drank half the bottle of water</i></b>. <b><i>That was not fair of
+            him</i></b>, <b><i>all of us were thirsty</i></b>, on devine qu'il est question de la seule bouteille d'eau
+            disponible dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He drank half a
+                bottle of water.</b><b>Then he had a nice and cool shower and felt much better</b></i>, celui qui parle
+            décrit le volume d'eau qui a été bu, sans évoquer une bouteille particulière, d'où l'article indéfini
+            (<b><i>a</i></b>). </p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux.<br><br>Avec <b><i>He drank half the bottle of water</i></b>. <b><i>That was not fair of
+            him</i></b>, <b><i>all of us were thirsty</i></b>, on devine qu'il est question de la seule bouteille d'eau
+            disponible dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He drank half a
+                bottle of water.</b><b>Then he had a nice and cool shower and felt much better</b></i>, celui qui parle
+            décrit le volume d'eau qui a été bu, sans évoquer une bouteille particulière, d'où l'article indéfini
+            (<b><i>a</i></b>).</p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux.<br><br>Avec <b><i>He drank half the bottle of water</i></b>. <b><i>That was not fair of
+            him</i></b>, <b><i>all of us were thirsty</i></b>, on devine qu'il est question de la seule bouteille d'eau
+            disponible dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He drank half a
+                bottle of water.</b><b>Then he had a nice and cool shower and felt much better</b></i>, celui qui parle
+            décrit le volume d'eau qui a été bu, sans évoquer une bouteille particulière, d'où l'article indéfini
+            (<b><i>a</i></b>).</p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux.<br><br>Avec <b><i>He drank half the bottle of water</i></b>. <b><i>That was not fair of
+            him</i></b>, <b><i>all of us were thirsty</i></b>, on devine qu'il est question de la seule bouteille d'eau
+            disponible dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He drank half a
+                bottle of water.</b><b>Then he had a nice and cool shower and felt much better</b></i>, celui qui parle
+            décrit le volume d'eau qui a été bu, sans évoquer une bouteille particulière, d'où l'article indéfini
+            (<b><i>a</i></b>).</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question">Pour chaque énoncé, sélectionnez le contexte le plus plausible.<br><br>
+        <table width="90%" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle">Enoncés</td>
+                <td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle">Contextes</td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV4089', 'ecran151.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                     He drank half the bottle of water.
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV579', 'ecran153.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     Contexte 1<br>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV917', 'ecran154.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     Contexte 2
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV5450', 'ecran152.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                     He drank half a bottle of water.
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV57', 'ecran153.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     Contexte 1<br>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV91', 'ecran154.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     Contexte 2
+                </td>
+            </tr>
+        </table>
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT"><br>
+        <table cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">Enoncés</td>
+                <td style="FONT-SIZE: 10px" valign="middle">Contextes</td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">He drank half the bottle of water.</td>
+                <td style="FONT-SIZE: 10px" valign="middle"><select class="STY_selectTAT" id="champTrou1"
+                                                                    onchange="actionDetecteSelect()">
+                    <option value="_INIT_TROU"> </option>
+                </select></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">He drank half a bottle of water.</td>
+                <td style="FONT-SIZE: 10px" valign="middle"><select class="STY_selectTAT" id="champTrou2"
+                                                                    onchange="actionDetecteSelect()">
+                    <option value="_INIT_TROU"> </option>
+                </select></td>
+            </tr>
+        </table>
+        <br><br> <br><br> 
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg238.html b/Basilisk/MACAO/macao_3/contenu/pages/pg238.html
index 075473cca77896d9adead0720607528e6043d505..c36fe57d4c705e090b24650abea8ac476053432c 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg238.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg238.html
@@ -1 +1,163 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Des formes aux sons (1b)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');leCours.ajouterCommentaire("divCmt1","","","","","","","","","","","","","","","","");dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des formes aux sons (1b)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"></div></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  ">Il est donc utile de connaître, aussi bien pour comprendre que pour parler, les variantes qui existent à l'oral pour une même forme écrite. <br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" width="25" height="32" id="MosImg325"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">De même, <i><b>has</b></i> peut se prononcer notamment : </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV1535','ecran674.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/z/</b> (Sally <b><i>has</i></b> been to the beach.) </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV6012','ecran675.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/s/</b> (Pat <b><i>has</i></b> gone.) </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV4097','ecran676.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/əs/</b> (John <b><i>has</i></b> saved me.) </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV4396','ecran677.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/əz/</b> (He <b><i>has</i></b> gone.) </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV3647','ecran678.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/hæz/</b> (<b><i>Has</i></b> Kate been with him?) </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">ou bien <b><i>has</i></b> peut être inaudible :</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV97','ecran6794.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/Ø/</b> (James <i><b>has</b></i> gone.) <br><b>/ˈdʒeɪmzˈɡɒn/</b></td></tr></table><br></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Des formes aux sons (1b)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        leCours.ajouterCommentaire("divCmt1", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "");
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des formes aux sons
+                    (1b)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"></div>
+</div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">Il est donc utile de connaître, aussi bien pour
+        comprendre que pour parler, les variantes qui existent à l'oral pour une même forme écrite. <br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        width="25"
+                                                                                                        height="32"
+                                                                                                        id="MosImg325">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">De même,
+                    <i><b>has</b></i> peut se prononcer notamment : 
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV1535', 'ecran674.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/z/</b> (Sally
+                    <b><i>has</i></b> been to the beach.)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6012', 'ecran675.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/s/</b> (Pat <b><i>has</i></b>
+                    gone.)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV4097', 'ecran676.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/əs/</b> (John
+                    <b><i>has</i></b> saved me.)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV4396', 'ecran677.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/əz/</b> (He <b><i>has</i></b>
+                    gone.)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV3647', 'ecran678.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/hæz/</b> (<b><i>Has</i></b>
+                    Kate been with him?)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">ou bien <b><i>has</i></b>
+                    peut être inaudible :
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV97', 'ecran6794.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/Ø/</b> (James
+                    <i><b>has</b></i> gone.) <br><b>/ˈdʒeɪmzˈɡɒn/</b></td>
+            </tr>
+        </table>
+        <br></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg2410.html b/Basilisk/MACAO/macao_3/contenu/pages/pg2410.html
index cd55a7a31944e8620ce00eadd2f18ee3f968a9ae..144b194215dc0b2bdd82397fa53b1399c5c48f4f 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg2410.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg2410.html
@@ -1 +1,91 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Développer des connaissances sur l'oral et des stratégies d'écoute</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteCours/width:694px;height:419px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Développer des connaissances sur l'oral et des stratégies d'écoute</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><p style="COLOR: #000080" align="center"><br><br><br><span style="FONT-SIZE: 20px">En effet, il est possible de développer des connaissances sur l'anglais oral, et de découvrir et s'approprier des stratégies d'écoute.<br><br>C'est ce que les auteures de ce produit proposent avec<br><br>MACAO<br><br>(Modules d'Aide à la Compréhension de l'Anglais Oral).</span></p></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Développer des connaissances sur l'oral et des stratégies d'écoute</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteCours/width:694px;height:419px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Développer des
+                    connaissances sur l'oral et des stratégies d'écoute
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p style="COLOR: #000080" align="center">
+        <br><br><br><span style="FONT-SIZE: 20px">En effet, il est possible de développer des connaissances sur l'anglais oral, et de découvrir et s'approprier des stratégies d'écoute.<br><br>C'est ce que les auteures de ce produit proposent avec<br><br>MACAO<br><br>(Modules d'Aide à la Compréhension de l'Anglais Oral).</span>
+    </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg2429.html b/Basilisk/MACAO/macao_3/contenu/pages/pg2429.html
index f68e002430f23d0e1602797e0e1355f266e9712c..195b129078067be57d5bdd6bf8178894e4972022 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg2429.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg2429.html
@@ -1 +1,153 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Sixième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='1';numT++; exo.ajouterReponse('rep471','1','3',"ky BJk8N"); exo.ajouterReponse('rep247','1','4',"kJk BJk8N");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep247","","","","","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Sixième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Bien. En effet seul <i><b>they are</b></i> convient : <i><b>they</b></i> reprend <b><i>independent companies</i></b> et <i><b>are </b></i><i><b>confronted</b></i> renvoie au passif (<b>BE + V</b> au participe passé). <br><br><i><b>There are</b></i> aurait été suivi d'un groupe nominal. </p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p>Non, seul <b><i>they are</i></b> convient : <b><i>they </i></b>reprend <b><i>independent companies</i></b> et <b><i>are </i></b><i><b>confronted</b></i> renvoie au passif (<b>BE</b><b>+ V</b> au participe passé). <br><br><b><i>There are</i></b> aurait été suivi d'un groupe nominal. <br></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p>Non, seul <b><i>they are</i></b> convient : <b><i>they </i></b>reprend <b><i>independent companies</i></b> et <b><i>are </i></b><i><b>confronted</b></i> renvoie au passif (<b>BE</b><b>+ V</b> au participe passé). <br><br><b><i>There are</i></b> aurait été suivi d'un groupe nominal. </p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question">Ecoutez :<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV21','ecran26.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br>Sélectionnez ce que vous avez entendu.</div><div id="STY_texteTAT" class="STY_texteTAT"><br>You don't find many independent companies in the cinema industries.<br>Most of the time, <select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"><option value="_INIT_TROU"> </option></select> confronted by financial difficulties. </div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Sixième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        numT++;
+        exo.ajouterReponse('rep471', '1', '3', "ky BJk8N");
+        exo.ajouterReponse('rep247', '1', '4', "kJk BJk8N");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep247", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Sixième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bien. En effet seul <i><b>they are</b></i> convient : <i><b>they</b></i> reprend <b><i>independent
+            companies</i></b> et <i><b>are </b></i><i><b>confronted</b></i> renvoie au passif (<b>BE + V</b> au
+            participe passé). <br><br><i><b>There are</b></i> aurait été suivi d'un groupe nominal. </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, seul <b><i>they are</i></b> convient : <b><i>they </i></b>reprend <b><i>independent companies</i></b> et
+            <b><i>are </i></b><i><b>confronted</b></i> renvoie au passif (<b>BE</b><b>+ V</b> au participe passé).
+            <br><br><b><i>There are</i></b> aurait été suivi d'un groupe nominal. <br></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, seul <b><i>they are</i></b> convient : <b><i>they </i></b>reprend <b><i>independent companies</i></b> et
+            <b><i>are </i></b><i><b>confronted</b></i> renvoie au passif (<b>BE</b><b>+ V</b> au participe passé).
+            <br><br><b><i>There are</i></b> aurait été suivi d'un groupe nominal. </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question">Ecoutez :<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle"><img align="center" border="0"
+                                                                                             src="../media/ecouteur_macao.png"
+                                                                                             id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV21', 'ecran26.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br>Sélectionnez ce que vous avez entendu.
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT"><br>You don't find many independent companies in the cinema
+        industries.<br>Most of the time, <select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()">
+            <option value="_INIT_TROU"> </option>
+        </select> confronted by financial difficulties.
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg2493.html b/Basilisk/MACAO/macao_3/contenu/pages/pg2493.html
index a384281bd39c58d07288df231bcc1904965b5c05..af9efadf024f613ec4879f9eb3f0ed46c552c410 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg2493.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg2493.html
@@ -1 +1,238 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Sixième tâche (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:486px;height:236px;#STY_texteTAT/width:490px;height:174px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='1';numT++;exo.tabChamps[numT]='2';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='2';numT++; exo.ajouterReponse('rep859','1','3',"JkzXUDKCk K8 DXd.x "); exo.ajouterReponse('rep482','1','2'," zXSFg uk 8Nk XDk dk dkJk FXX0KDU aXJ.x8"); exo.ajouterReponse('rep306','2','4',"JkzXUDKCk K8 DXd.x "); exo.ajouterReponse('rep40','2','5'," zXSFg uk 8Nk XDk dk dkJk FXX0KDU aXJ.x8");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep859","","","","","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","2:rep40","","","","","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","2:<>","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Sixième tâche (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est exact.<br><br>Avec <i><b>Here's a road. It could be the one we were looking for</b></i>, la route recherchée n'est pas connue des locuteurs, d'où l'emploi de l'article indéfini (<b><i>a</i></b>). <br><br>Avec <i><b>Here's the road. I recognize it now</b></i>, la route est connue du locuteur (<b><i>I recognize</i></b>), d'où l'utilisation de l'article défini (<b><i>the</i></b>).</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est inexact.</p><p>Avec <i><b>Here's a road. It could be the one we were looking for</b></i>, la route recherchée n'est pas connue des locuteurs, d'où l'emploi de l'article indéfini (<b><i>a</i></b>). <br><br>Avec <i><b>Here's the road. I recognize it now</b></i>, la route est connue du locuteur (<b><i>I recognize</i></b>), d'où l'utilisation de l'article défini (<b><i>the</i></b>).</p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est inexact.</p><p>Avec <i><b>Here's a road. It could be the one we were looking for</b></i>, la route recherchée n'est pas connue des locuteurs, d'où l'emploi de l'article indéfini (<b><i>a</i></b>). <br><br>Avec <i><b>Here's the road. I recognize it now</b></i>, la route est connue du locuteur (<b><i>I recognize</i></b>), d'où l'utilisation de l'article défini (<b><i>the</i></b>).</p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est inexact.</p><p>Avec <i><b>Here's a road. It could be the one we were looking for</b></i>, la route recherchée n'est pas connue des locuteurs, d'où l'emploi de l'article indéfini (<b><i>a</i></b>). <br><br>Avec <i><b>Here's the road. I recognize it now</b></i>, la route est connue du locuteur (<b><i>I recognize</i></b>), d'où l'utilisation de l'article défini (<b><i>the</i></b>).</p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est inexact.</p><p>Avec <i><b>Here's a road. It could be the one we were looking for</b></i>, la route recherchée n'est pas connue des locuteurs, d'où l'emploi de l'article indéfini (<b><i>a</i></b>). <br><br>Avec <i><b>Here's the road. I recognize it now</b></i>, la route est connue du locuteur (<b><i>I recognize</i></b>), d'où l'utilisation de l'article défini (<b><i>the</i></b>).</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question">Pour chaque énoncé, sélectionnez le contexte le plus plausible.<br><br><table width="90%" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" width="40%" valign="top">Enoncés</td><td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="top">Contextes</td></tr><tr><td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV1449','ecran141.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script> Here's a road.</td><td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV67','ecran143.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> I recognize it now.<br><script type="text/javascript">ajDocW(PF_clipAV('clipAV68','ecran144.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> It could be the one we were looking for.</td></tr><tr><td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV7025','ecran142.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script> Here's the road.</td><td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV677','ecran143.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> I recognize it now.<br><script type="text/javascript">ajDocW(PF_clipAV('clipAV687','ecran144.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> It could be the one we were looking for.</td></tr></table></div><div id="STY_texteTAT" class="STY_texteTAT"><br><table cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px" valign="middle">Enoncés</td><td style="FONT-SIZE: 10px" valign="middle">Contextes</td></tr><tr><td style="FONT-SIZE: 10px" valign="middle">Here's a road.</td><td style="FONT-SIZE: 10px" valign="middle"><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"><option value="_INIT_TROU"> </option></select></td></tr><tr><td style="FONT-SIZE: 10px" valign="middle">Here's the road.</td><td style="FONT-SIZE: 10px" valign="middle"><select class="STY_selectTAT" id="champTrou2" onchange="actionDetecteSelect()"><option value="_INIT_TROU"> </option></select></td></tr></table><br><br> <br><br> </div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Sixième tâche (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:486px;height:236px;#STY_texteTAT/width:490px;height:174px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        numT++;
+        exo.tabChamps[numT] = '2';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '2';
+        numT++;
+        exo.ajouterReponse('rep859', '1', '3', "JkzXUDKCk K8 DXd.x ");
+        exo.ajouterReponse('rep482', '1', '2', " zXSFg uk 8Nk XDk dk dkJk FXX0KDU aXJ.x8");
+        exo.ajouterReponse('rep306', '2', '4', "JkzXUDKCk K8 DXd.x ");
+        exo.ajouterReponse('rep40', '2', '5', " zXSFg uk 8Nk XDk dk dkJk FXX0KDU aXJ.x8");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep859", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:rep40", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:<>", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Sixième tâche (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est exact.<br><br>Avec <i><b>Here's a road. It could be the one we were looking for</b></i>, la route
+            recherchée n'est pas connue des locuteurs, d'où l'emploi de l'article indéfini (<b><i>a</i></b>). <br><br>Avec
+            <i><b>Here's the road. I recognize it now</b></i>, la route est connue du locuteur (<b><i>I
+                recognize</i></b>), d'où l'utilisation de l'article défini (<b><i>the</i></b>).</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est inexact.</p>
+        <p>Avec <i><b>Here's a road. It could be the one we were looking for</b></i>, la route recherchée n'est pas
+            connue des locuteurs, d'où l'emploi de l'article indéfini (<b><i>a</i></b>). <br><br>Avec <i><b>Here's the
+                road. I recognize it now</b></i>, la route est connue du locuteur (<b><i>I recognize</i></b>), d'où
+            l'utilisation de l'article défini (<b><i>the</i></b>).</p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est inexact.</p>
+        <p>Avec <i><b>Here's a road. It could be the one we were looking for</b></i>, la route recherchée n'est pas
+            connue des locuteurs, d'où l'emploi de l'article indéfini (<b><i>a</i></b>). <br><br>Avec <i><b>Here's the
+                road. I recognize it now</b></i>, la route est connue du locuteur (<b><i>I recognize</i></b>), d'où
+            l'utilisation de l'article défini (<b><i>the</i></b>).</p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est inexact.</p>
+        <p>Avec <i><b>Here's a road. It could be the one we were looking for</b></i>, la route recherchée n'est pas
+            connue des locuteurs, d'où l'emploi de l'article indéfini (<b><i>a</i></b>). <br><br>Avec <i><b>Here's the
+                road. I recognize it now</b></i>, la route est connue du locuteur (<b><i>I recognize</i></b>), d'où
+            l'utilisation de l'article défini (<b><i>the</i></b>).</p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est inexact.</p>
+        <p>Avec <i><b>Here's a road. It could be the one we were looking for</b></i>, la route recherchée n'est pas
+            connue des locuteurs, d'où l'emploi de l'article indéfini (<b><i>a</i></b>). <br><br>Avec <i><b>Here's the
+                road. I recognize it now</b></i>, la route est connue du locuteur (<b><i>I recognize</i></b>), d'où
+            l'utilisation de l'article défini (<b><i>the</i></b>).</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question">Pour chaque énoncé, sélectionnez le contexte le plus plausible.<br><br>
+        <table width="90%" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" width="40%" valign="top">
+                    Enoncés
+                </td>
+                <td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="top">Contextes
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV1449', 'ecran141.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                     Here's a road.
+                </td>
+                <td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV67', 'ecran143.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     I recognize it now.<br>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV68', 'ecran144.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     It could be the one we were looking for.
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV7025', 'ecran142.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                     Here's the road.
+                </td>
+                <td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV677', 'ecran143.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     I recognize it now.<br>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV687', 'ecran144.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     It could be the one we were looking for.
+                </td>
+            </tr>
+        </table>
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT"><br>
+        <table cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">Enoncés</td>
+                <td style="FONT-SIZE: 10px" valign="middle">Contextes</td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">Here's a road.</td>
+                <td style="FONT-SIZE: 10px" valign="middle"><select class="STY_selectTAT" id="champTrou1"
+                                                                    onchange="actionDetecteSelect()">
+                    <option value="_INIT_TROU"> </option>
+                </select></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">Here's the road.</td>
+                <td style="FONT-SIZE: 10px" valign="middle"><select class="STY_selectTAT" id="champTrou2"
+                                                                    onchange="actionDetecteSelect()">
+                    <option value="_INIT_TROU"> </option>
+                </select></td>
+            </tr>
+        </table>
+        <br><br> <br><br> 
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg2538.html b/Basilisk/MACAO/macao_3/contenu/pages/pg2538.html
index ff73d50f987ca6cc3b63f6f715670ac91ad4da2f..f325abe5f7b87f1e8a2185c855e137c7dcda6391 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg2538.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg2538.html
@@ -1 +1,140 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Des sons aux formes (1a)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des sons aux formes (1a)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><p><br>En anglais oral, les sources de confusion sont multiples du fait de phénomènes d'homophonie, d'assimilation ou encore de proximité (entre certains phonèmes). <br><br>En effet, quand on entend <b>/z/</b>, cela peut notamment correspondre à : <br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV9344','ecran641.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>has</i> (She has decided to come.) ; </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV1626','ecran642.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>is</i> (He is leaving tomorrow.) ; </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV6683','ecran643.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">un pluriel (boys) ; </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV230','ecran644.swf','35','25','true','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">un cas possessif (my brother's bag) ; </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV5601','ecran645.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">la finale du présent simple à la troisième personne du singulier ( She sings beautifully.). </td></tr></table>  </p></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Des sons aux formes (1a)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des sons aux formes
+                    (1a)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p><br>En anglais oral, les sources de confusion sont
+        multiples du fait de phénomènes d'homophonie, d'assimilation ou encore de proximité (entre certains phonèmes).
+        <br><br>En effet, quand on entend <b>/z/</b>, cela peut notamment correspondre à : <br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg32">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV9344', 'ecran641.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>has</i> (She has decided to
+                    come.) ; 
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV1626', 'ecran642.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>is</i> (He is leaving
+                    tomorrow.) ; 
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6683', 'ecran643.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">un pluriel (boys) ; </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV230', 'ecran644.swf', '35', '25', 'true', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">un cas possessif (my brother's
+                    bag) ; 
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV5601', 'ecran645.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">la finale du présent simple à la
+                    troisième personne du singulier ( She sings beautifully.).
+                </td>
+            </tr>
+        </table>
+          </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg2759.html b/Basilisk/MACAO/macao_3/contenu/pages/pg2759.html
index 90db930e9b7475a9ad51639fe07222a2e9476500..e085f3af7faabec14ef4f75bc59dae72e2931fbf 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg2759.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg2759.html
@@ -1 +1,196 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Première tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteTAT/top:4px;width:510px;height:133px;#STY_question/width:500px;height:220px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='1';numT++;exo.tabChamps[numT]='2';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='2';numT++; exo.ajouterReponse('rep269','1','3'," NBj gkzKgkghk"); exo.ajouterReponse('rep430','1','2'," Kj gkzKgkghk"); exo.ajouterReponse('rep231','2','4'," NBj gkzKgkghk"); exo.ajouterReponse('rep655','2','5'," Kj gkzKgkghk");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep269","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","2:rep655","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Bien !<br><br>En effet, dans l'énoncé 1, <i><b>in his ways</b></i> indique que celui qui parle caractérise le sujet, ce qui permet de comprendre que l'on a <i><b>is </b><b>decided</b></i> : <i><b>decided</b></i> est ici un adjectif, comparable à <i><b>firm</b></i> ou à <i><b>determined</b></i>, et il est précédé de BE. <br><br>Dans l'énoncé 2, <i><b>not to come tomorrow</b></i> est la décision prise par le sujet, ce qui permet de comprendre qu'on a un <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present perfect</i></a> (<i><b>has </b><b>decided</b></i>). <br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Ce n'est pas exact.<br><br>En effet, dans l'énoncé 1, <i><b>in his ways</b></i> indique que celui qui parle caractérise le sujet, ce qui permet de comprendre que l'on a <i><b>is </b><b>decided</b></i> : <i><b>decided</b></i> est ici un adjectif, comparable à <i><b>firm</b></i> ou à <i><b>determined</b></i>, et il est précédé de BE. <br><br>Dans l'énoncé 2, <i><b>not to come tomorrow</b></i> est la décision prise par le sujet, ce qui permet de comprendre qu'on a un <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i>(<i><b>has </b><b>decided</b></i>). </p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Ce n'est pas exact.<br><br>En effet, dans l'énoncé 1, <i><b>in his ways</b></i> indique que celui qui parle caractérise le sujet, ce qui permet de comprendre que l'on a <i><b>is </b><b>decided</b></i> : <i><b>decided</b></i> est ici un adjectif, comparable à <i><b>firm</b></i> ou à <i><b>determined</b></i>, et il est précédé de BE. <br><br>Dans l'énoncé 2, <i><b>not to come tomorrow</b></i> est la décision prise par le sujet, ce qui permet de comprendre qu'on a un <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i>(<i><b>has </b><b>decided</b></i>). <br></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question"><p>Ecoutez : <br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="middle">  </td></tr><tr><td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="top"><script type="text/javascript">ajDocW(PF_clipAV('clipAV3151','ecran601.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> Enoncé 1</td><td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="top"></td></tr><tr><td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV2045','ecran602.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> Enoncé 2</td><td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">Dans les deux énoncés, on entend <b>/hɪzdɪˈsaɪdəd/</b>, qui peut correspondre aussi bien à <i>he has decided</i> qu'à <i>he is decided</i>. </td></tr></table>Maintenant, sélectionnez la forme qui convient : <i>he has decided</i> ou <i>he is decided</i>, pour chaque énoncé : </p></div><div id="STY_texteTAT" class="STY_texteTAT"><br><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()" style="WIDTH: 130px"><option value="_INIT_TROU"> </option></select> in his ways.<br><br><br><select class="STY_selectTAT" id="champTrou2" onchange="actionDetecteSelect()" style="WIDTH: 132px"><option value="_INIT_TROU"> </option></select> not to come tomorrow.</div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Première tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteTAT/top:4px;width:510px;height:133px;#STY_question/width:500px;height:220px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        numT++;
+        exo.tabChamps[numT] = '2';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '2';
+        numT++;
+        exo.ajouterReponse('rep269', '1', '3', " NBj gkzKgkghk");
+        exo.ajouterReponse('rep430', '1', '2', " Kj gkzKgkghk");
+        exo.ajouterReponse('rep231', '2', '4', " NBj gkzKgkghk");
+        exo.ajouterReponse('rep655', '2', '5', " Kj gkzKgkghk");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep269", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:rep655", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bien !<br><br>En effet, dans l'énoncé 1, <i><b>in his ways</b></i> indique que celui qui parle caractérise le
+            sujet, ce qui permet de comprendre que l'on a <i><b>is </b><b>decided</b></i> : <i><b>decided</b></i> est
+            ici un adjectif, comparable à <i><b>firm</b></i> ou à <i><b>determined</b></i>, et il est précédé de BE.
+            <br><br>Dans l'énoncé 2, <i><b>not to come tomorrow</b></i> est la décision prise par le sujet, ce qui
+            permet de comprendre qu'on a un <a class="STY_lienDansZoneComt"
+                                               href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present
+                perfect</i></a> (<i><b>has </b><b>decided</b></i>). <br></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Ce n'est pas exact.<br><br>En effet, dans l'énoncé 1, <i><b>in his ways</b></i> indique que celui qui parle
+            caractérise le sujet, ce qui permet de comprendre que l'on a <i><b>is </b><b>decided</b></i> :
+            <i><b>decided</b></i> est ici un adjectif, comparable à <i><b>firm</b></i> ou à <i><b>determined</b></i>, et
+            il est précédé de BE. <br><br>Dans l'énoncé 2, <i><b>not to come tomorrow</b></i> est la décision prise par
+            le sujet, ce qui permet de comprendre qu'on a un <i><a class="STY_lienDansZoneComt"
+                                                                   href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+                perfect</a></i>(<i><b>has </b><b>decided</b></i>). </p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Ce n'est pas exact.<br><br>En effet, dans l'énoncé 1, <i><b>in his ways</b></i> indique que celui qui parle
+            caractérise le sujet, ce qui permet de comprendre que l'on a <i><b>is </b><b>decided</b></i> :
+            <i><b>decided</b></i> est ici un adjectif, comparable à <i><b>firm</b></i> ou à <i><b>determined</b></i>, et
+            il est précédé de BE. <br><br>Dans l'énoncé 2, <i><b>not to come tomorrow</b></i> est la décision prise par
+            le sujet, ce qui permet de comprendre qu'on a un <i><a class="STY_lienDansZoneComt"
+                                                                   href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+                perfect</a></i>(<i><b>has </b><b>decided</b></i>). <br></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question"><p>Ecoutez : <br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="middle"><img
+                        align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td>
+                <td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="middle"> </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="top">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV3151', 'ecran601.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     Enoncé 1
+                </td>
+                <td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="top"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2045', 'ecran602.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     Enoncé 2
+                </td>
+                <td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BACKGROUND-COLOR: #b5f0c7" colspan="2"
+                    valign="middle">Dans les deux énoncés, on entend <b>/hɪzdɪˈsaɪdəd/</b>, qui peut correspondre aussi
+                    bien à <i>he has decided</i> qu'à <i>he is decided</i>.
+                </td>
+            </tr>
+        </table>
+        Maintenant, sélectionnez la forme qui convient : <i>he has decided</i> ou <i>he is decided</i>, pour chaque
+        énoncé : </p></div>
+    <div id="STY_texteTAT" class="STY_texteTAT"><br><select class="STY_selectTAT" id="champTrou1"
+                                                            onchange="actionDetecteSelect()" style="WIDTH: 130px">
+        <option value="_INIT_TROU"> </option>
+    </select> in his ways.<br><br><br><select class="STY_selectTAT" id="champTrou2" onchange="actionDetecteSelect()"
+                                              style="WIDTH: 132px">
+        <option value="_INIT_TROU"> </option>
+    </select> not to come tomorrow.
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg2883.html b/Basilisk/MACAO/macao_3/contenu/pages/pg2883.html
index 5b12fd2b374b8627d0263523f4a2386699df641c..ba97d909ace0e4c72856d576c26516d34591fada 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg2883.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg2883.html
@@ -1 +1,137 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Des formes aux sons (1a)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des formes aux sons (1a)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  ">Il est donc utile de connaître, aussi bien pour comprendre que pour parler, les variantes qui existent à l'oral pour une même forme écrite. <br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" width="25" height="32" id="MosImg325"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">Ainsi, <i><b>are</b></i> peut se prononcer :</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV7068','ecran671.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><br><b>/ə/</b> (The children <b><i>are</i></b> coming.) </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV9994','ecran672.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/ɑː/</b> (They <i><b>aren't</b></i> coming.) </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">ou bien <i><b>are</b></i> peut être inaudible :</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV7252','ecran673.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/Ø/</b> (These phenomena <i><b>are</b></i> well-known.) <br><b>/ðiːzfɪˈnɒmɪnəˈwelˌnəʊn/</b>. </td></tr></table></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Des formes aux sons (1a)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des formes aux sons
+                    (1a)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">Il est donc utile de connaître, aussi bien pour
+        comprendre que pour parler, les variantes qui existent à l'oral pour une même forme écrite. <br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        width="25"
+                                                                                                        height="32"
+                                                                                                        id="MosImg325">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">Ainsi, <i><b>are</b></i>
+                    peut se prononcer :
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV7068', 'ecran671.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><br><b>/ə/</b> (The children
+                    <b><i>are</i></b> coming.) 
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV9994', 'ecran672.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/ɑː/</b> (They
+                    <i><b>aren't</b></i> coming.)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">ou bien <i><b>are</b></i>
+                    peut être inaudible :
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV7252', 'ecran673.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/Ø/</b> (These phenomena
+                    <i><b>are</b></i> well-known.) <br><b>/ðiːzfɪˈnɒmɪnəˈwelˌnəʊn/</b>.
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg3092.html b/Basilisk/MACAO/macao_3/contenu/pages/pg3092.html
index 96f193458db416983a4b5072d354b1dc69307a9a..45d4943f8a8ffbca8fd32125d7297da781671462 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg3092.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg3092.html
@@ -1 +1,178 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Cinquième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";numT++; exo.ajouterReponse('rep117','1','3'," TBJBN'j"); exo.ajouterReponse('rep101','1','3'," TBJBNKj"); exo.ajouterReponse('rep444','1','3',"j TBJBN '"); exo.ajouterReponse('rep135','1','3',"j TBJBN K"); exo.ajouterReponse('rep843','1','3'," TBJBKj"); exo.ajouterReponse('rep469','1','3',"j TBJB K"); exo.ajouterReponse('rep831','1','3'," TBJB'j"); exo.ajouterReponse('rep483','1','3',"j TBJB '");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Cinquième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Parfait !</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>What is Sarah cooking? It smells so nice!</i><br><br>La difficulté provient de l'assimilation entre le phonème<b><i></i>/s/</b> de <i><b>is</b></i> et le phonème <b>/s/</b> de <i><b>Sarah</b></i>.<br></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>What is Sarah cooking? It smells so nice!</i><br><br>La difficulté provient de l'assimilation entre le phonème<b><i></i>/s/</b> de <i><b>is</b></i> et le phonème <b>/s/</b> de <i><b>Sarah</b></i>.<br></p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>What is Sarah cooking? It smells so nice!</i><br><br>La difficulté provient de l'assimilation entre le phonème<b><i></i>/s/</b> de <i><b>is</b></i> et le phonème <b>/s/</b> de <i><b>Sarah</b></i>.<br></p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>What is Sarah cooking? It smells so nice!</i><br><br>La difficulté provient de l'assimilation entre le phonème<b><i></i>/s/</b> de <i><b>is</b></i> et le phonème <b>/s/</b> de <i><b>Sarah</b></i>.<br></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question"><br>Ecoutez et complétez :<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7; WIDTH: 15%" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV3540','ecran311.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table></div><div id="STY_texteTAT" class="STY_texteTAT">What <input type="text" onkeyup="actionDetecteTrou()" onfocus="focusChamp(this)" onkeypress="return tapeDansChamp(event)" onkeydown="return tapeDansChamp(event)" class="STY_champTAT" id="champTrou1" style="FONT-SIZE: 10px; WIDTH: 82px; HEIGHT: 17px"> cooking? It smells so nice!</div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Cinquième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        numT++;
+        exo.ajouterReponse('rep117', '1', '3', " TBJBN'j");
+        exo.ajouterReponse('rep101', '1', '3', " TBJBNKj");
+        exo.ajouterReponse('rep444', '1', '3', "j TBJBN '");
+        exo.ajouterReponse('rep135', '1', '3', "j TBJBN K");
+        exo.ajouterReponse('rep843', '1', '3', " TBJBKj");
+        exo.ajouterReponse('rep469', '1', '3', "j TBJB K");
+        exo.ajouterReponse('rep831', '1', '3', " TBJB'j");
+        exo.ajouterReponse('rep483', '1', '3', "j TBJB '");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Cinquième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Parfait !</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>What is Sarah cooking? It smells so
+            nice!</i><br><br>La difficulté provient de l'assimilation entre le phonème<b><i></i>/s/</b> de <i><b>is</b></i>
+            et le phonème <b>/s/</b> de <i><b>Sarah</b></i>.<br></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>What is Sarah cooking? It smells so
+            nice!</i><br><br>La difficulté provient de l'assimilation entre le phonème<b><i></i>/s/</b> de <i><b>is</b></i>
+            et le phonème <b>/s/</b> de <i><b>Sarah</b></i>.<br></p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>What is Sarah cooking? It smells so
+            nice!</i><br><br>La difficulté provient de l'assimilation entre le phonème<b><i></i>/s/</b> de <i><b>is</b></i>
+            et le phonème <b>/s/</b> de <i><b>Sarah</b></i>.<br></p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>What is Sarah cooking? It smells so
+            nice!</i><br><br>La difficulté provient de l'assimilation entre le phonème<b><i></i>/s/</b> de <i><b>is</b></i>
+            et le phonème <b>/s/</b> de <i><b>Sarah</b></i>.<br></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question"><br>Ecoutez et complétez :<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7; WIDTH: 15%" width="40%" valign="middle"><img align="center" border="0"
+                                                                                             src="../media/ecouteur_macao.png"
+                                                                                             id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV3540', 'ecran311.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT">What <input type="text" onkeyup="actionDetecteTrou()"
+                                                            onfocus="focusChamp(this)"
+                                                            onkeypress="return tapeDansChamp(event)"
+                                                            onkeydown="return tapeDansChamp(event)" class="STY_champTAT"
+                                                            id="champTrou1"
+                                                            style="FONT-SIZE: 10px; WIDTH: 82px; HEIGHT: 17px"> cooking?
+        It smells so nice!
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg3209.html b/Basilisk/MACAO/macao_3/contenu/pages/pg3209.html
index d92cb82d871619c327ebbb2eb13820b46733105e..94849f24147a8302d9c2af2831f6234851c24863 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg3209.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg3209.html
@@ -1 +1,218 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Exemples (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/width:510px;height:231px;#STY_question/width:500px;height:192px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep853');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p><br><br><br> </p><p> </p><p> </p><p> </p><p> </p><p><br><br>Vous avez raison.<br><br>Vous pouvez réécouter les deux énoncés : <br><br><i>He needs a car. <br><br>He needs the car. </i></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p><br> </p><p> </p><p> </p><p> </p><p> </p><p><br><br><br><br>Vous vous trompez. <br><br>Réécoutez les deux énoncés : <br><br><i>He needs a car. <br><br>He needs the car. </i></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  ">Ecoutez ces deux énoncés en entier puis par blocs.<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7" width="15%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"></td></tr><tr><td style="BACKGROUND: #b5f0c7" width="15%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV89018','ecran41.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" width="85%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV70','mot4_1.swf','190','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV69021','ecran42.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV69','mot4_2.swf','190','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br>Que diriez-vous de la prononciation des blocs mis en valeur ?</div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">il est difficile d'établir une différence ;</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la prononciation est nettement différente.</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Exemples (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/width:510px;height:231px;#STY_question/width:500px;height:192px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (3)</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p><br><br><br> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p><br><br>Vous avez raison.<br><br>Vous pouvez réécouter les deux énoncés : <br><br><i>He needs a car. <br><br>He
+            needs the car. </i></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p><br> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p><br><br><br><br>Vous vous trompez. <br><br>Réécoutez les deux énoncés : <br><br><i>He needs a car. <br><br>He
+            needs the car. </i></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  ">Ecoutez ces deux énoncés en entier puis par blocs.<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" width="15%" valign="middle"><img align="center" border="0"
+                                                                                 src="../media/ecouteur_macao.png"
+                                                                                 id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" width="15%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV89018', 'ecran41.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" width="85%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV70', 'mot4_1.swf', '190', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV69021', 'ecran42.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV69', 'mot4_2.swf', '190', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br>Que diriez-vous de la prononciation des blocs mis en valeur ?
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">il est
+                        difficile d'établir une différence ;
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la
+                        prononciation est nettement différente.
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg3531.html b/Basilisk/MACAO/macao_3/contenu/pages/pg3531.html
index b8c8dca9f7d65710fd5165e07c3b715979b7c117..9ebac370f5ce8dea788720a2d68f6f97211088eb 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg3531.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg3531.html
@@ -1 +1,331 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Deuxième tâche (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="lienrep150/width:59px;height:20px;#STY_texteQC/top:6px;width:504px;height:202px;#STY_question/width:496px;height:225px;#lienrep627/width:87px;height:25px;#lienrep211/width:111px;height:21px;#lienrep49/width:71px;height:37px;#lienrep842/width:128px;height:28px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCM");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep788');oItem.init("11","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("22","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("32","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep047');oItem.init("41","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep42');oItem.init("51","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='2';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep211","","","","1","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep49","","","","1","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","rep842","","","","1","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Exact.<br><br>Les éléments que vous avez repérés renvoient à du pluriel (<i><b>the </b><b>boys</b></i>).<br><br>L'énoncé complet est : <br><br><i>Ron and Harry have had the invisibility cloak confiscated. The boys are feeling disappointed.</i></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, les indices pertinents sont : <i><b>Ron and Harry</b></i> et <b><i>have had</i>.<br></b><br>Ils renvoient à du pluriel (<i><b>the </b><b>boys</b></i>).<br><br>L'énoncé complet est : <br><br><i>Ron and Harry have had the invisibility cloak confiscated. The boys are feeling disappointed.</i></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, les indices pertinents sont : <i><b>Ron and Harry</b></i> et <b><i>have had</i>.<br></b><br>Ils renvoient à du pluriel (<i><b>the </b><b>boys</b></i>).<br><br>L'énoncé complet est : <br><br><i>Ron and Harry have had the invisibility cloak confiscated. The boys are feeling disappointed.</i></p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, les indices pertinents sont : <i><b>Ron and Harry</b></i> et <b><i>have had</i>.<br></b><br>Ils renvoient à du pluriel (<i><b>the </b><b>boys</b></i>).<br><br>L'énoncé complet est : <br><br><i>Ron and Harry have had the invisibility cloak confiscated. The boys are feeling disappointed.</i></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><p><table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td></tr><tr><td style="FONT-SIZE: 10px" valign="middle">Ecoutez maintenant l'énoncé dans son ensemble.</td></tr><tr><td style="FONT-SIZE: 10px" valign="middle"><p align="left"><script type="text/javascript">ajDocW(PF_clipAV('clipAV1530','ecran532.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></p></td></tr><tr><td style="FONT-SIZE: 10px" colspan="2" valign="middle"><p align="left"> Ron and Harry have had the invisibility cloak confiscated <script type="text/javascript">ajDocW(PF_clipAV('clipAV95','mot53_13.swf','80','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> feeling disappointed.</p></td></tr></table></p><br><p> Cliquez sur le ou les indices du texte qui permettent de savoir que l'on a en fait <i>The boys are</i>. </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellpadding="0" align="center" cellspacing="12"><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">Ron and Harry</div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">have had</div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trReprep211"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep211',true);" onmouseout="exo.changerBouton('rep211',false)" onclick="exo.action('rep211')" id="boutonReprep211" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep211"><div class="STY_reponseQC" id="lienrep211" onmouseover="if(exo)exo.changerBouton('rep211',true)" onmouseout="if(exo)exo.changerBouton('rep211',false)" onclick="exo.action('rep211')">the invisibility cloak</div></td></tr></table></td></tr><tr><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trReprep49"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep49',true);" onmouseout="exo.changerBouton('rep49',false)" onclick="exo.action('rep49')" id="boutonReprep49" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep49"><div class="STY_reponseQC" id="lienrep49" onmouseover="if(exo)exo.changerBouton('rep49',true)" onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')">confiscated</div></td></tr></table></td><td valign="top" width="33.333333333333336%"><table width="100%"><tr id="trReprep842"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep842',true);" onmouseout="exo.changerBouton('rep842',false)" onclick="exo.action('rep842')" id="boutonReprep842" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep842"><div class="STY_reponseQC" id="lienrep842" onmouseover="if(exo)exo.changerBouton('rep842',true)" onmouseout="if(exo)exo.changerBouton('rep842',false)" onclick="exo.action('rep842')">feeling disappointed</div></td></tr></table></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Deuxième tâche (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "lienrep150/width:59px;height:20px;#STY_texteQC/top:6px;width:504px;height:202px;#STY_question/width:496px;height:225px;#lienrep627/width:87px;height:25px;#lienrep211/width:111px;height:21px;#lienrep49/width:71px;height:37px;#lienrep842/width:128px;height:28px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCM");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep788');
+        oItem.init("11", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("22", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("32", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep047');
+        oItem.init("41", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep42');
+        oItem.init("51", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '2';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep211", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep49", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep842", "", "", "", "1", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Exact.<br><br>Les éléments que vous avez repérés renvoient à du pluriel
+            (<i><b>the </b><b>boys</b></i>).<br><br>L'énoncé complet est : <br><br><i>Ron and Harry have had the
+                invisibility cloak confiscated. The boys are feeling disappointed.</i></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, les indices pertinents sont : <i><b>Ron and Harry</b></i> et <b><i>have had</i>.<br></b><br>Ils
+            renvoient à du pluriel (<i><b>the </b><b>boys</b></i>).<br><br>L'énoncé complet est : <br><br><i>Ron and
+                Harry have had the invisibility cloak confiscated. The boys are feeling disappointed.</i></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, les indices pertinents sont : <i><b>Ron and Harry</b></i> et <b><i>have had</i>.<br></b><br>Ils
+            renvoient à du pluriel (<i><b>the </b><b>boys</b></i>).<br><br>L'énoncé complet est : <br><br><i>Ron and
+                Harry have had the invisibility cloak confiscated. The boys are feeling disappointed.</i></p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, les indices pertinents sont : <i><b>Ron and Harry</b></i> et <b><i>have had</i>.<br></b><br>Ils
+            renvoient à du pluriel (<i><b>the </b><b>boys</b></i>).<br><br>L'énoncé complet est : <br><br><i>Ron and
+                Harry have had the invisibility cloak confiscated. The boys are feeling disappointed.</i></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><p>
+        <table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0"
+                                                                 src="../media/ecouteur_macao.png" id="MosImg32"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">Ecoutez maintenant l'énoncé dans son ensemble.</td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">
+                    <p align="left">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV1530', 'ecran532.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                    </p>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" colspan="2" valign="middle">
+                    <p align="left"> Ron and Harry have had the invisibility cloak confiscated 
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV95', 'mot53_13.swf', '80', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                         feeling disappointed.
+                    </p>
+                </td>
+            </tr>
+        </table>
+        </p><br>
+        <p> Cliquez sur le ou les indices du texte qui permettent de savoir que l'on a en fait <i>The boys are</i>. </p>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellpadding="0" align="center" cellspacing="12">
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trReprep627">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                              onmouseout="exo.changerBouton('rep627',false)"
+                                                                              onclick="exo.action('rep627')"
+                                                                              id="boutonReprep627"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                                <div class="STY_reponseQC" id="lienrep627"
+                                     onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep627',false)"
+                                     onclick="exo.action('rep627')">Ron and Harry
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trReprep150">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                              onmouseout="exo.changerBouton('rep150',false)"
+                                                                              onclick="exo.action('rep150')"
+                                                                              id="boutonReprep150"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                                <div class="STY_reponseQC" id="lienrep150"
+                                     onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep150',false)"
+                                     onclick="exo.action('rep150')">have had
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trReprep211">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep211',true);"
+                                                                              onmouseout="exo.changerBouton('rep211',false)"
+                                                                              onclick="exo.action('rep211')"
+                                                                              id="boutonReprep211"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep211">
+                                <div class="STY_reponseQC" id="lienrep211"
+                                     onmouseover="if(exo)exo.changerBouton('rep211',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep211',false)"
+                                     onclick="exo.action('rep211')">the invisibility cloak
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trReprep49">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep49',true);"
+                                                                              onmouseout="exo.changerBouton('rep49',false)"
+                                                                              onclick="exo.action('rep49')"
+                                                                              id="boutonReprep49"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep49">
+                                <div class="STY_reponseQC" id="lienrep49"
+                                     onmouseover="if(exo)exo.changerBouton('rep49',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')">
+                                    confiscated
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="33.333333333333336%">
+                    <table width="100%">
+                        <tr id="trReprep842">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep842',true);"
+                                                                              onmouseout="exo.changerBouton('rep842',false)"
+                                                                              onclick="exo.action('rep842')"
+                                                                              id="boutonReprep842"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep842">
+                                <div class="STY_reponseQC" id="lienrep842"
+                                     onmouseover="if(exo)exo.changerBouton('rep842',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep842',false)"
+                                     onclick="exo.action('rep842')">feeling disappointed
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg3579.html b/Basilisk/MACAO/macao_3/contenu/pages/pg3579.html
index ce53f44f9d63c13294e141cf07adba8622114119..95f95add380da7ccd728ea0613096b9876eca3f2 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg3579.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg3579.html
@@ -1 +1,239 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Huitième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:486px;height:236px;#STY_texteTAT/width:490px;height:174px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='1';numT++;exo.tabChamps[numT]='2';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='2';numT++; exo.ajouterReponse('rep859','1','3',"D8ke8k VOX"); exo.ajouterReponse('rep482','1','2',"D8ke8k qOX"); exo.ajouterReponse('rep306','2','4',"D8ke8k VOX"); exo.ajouterReponse('rep40','2','5',"D8ke8k qOX");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep859","","","","","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","2:rep40","","","","","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","2:<>","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Huitième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est juste.<br><br>Avec <i><b>He needs the pen</b>. <b>Give it to him, please</b></i>, celui qui parle désigne un stylo présent dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He needs a pen.</b><b>Could you buy one for him?</b></i><b>,</b> celui qui parle n'évoque pas un stylo présent dans la situation mais tout stylo en tant que tel, d'où l'article indéfini (<b><i>a</i></b>).</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est inexact.<br><br>Avec <i><b>He needs the pen.</b><b>Give it to him, please</b></i>, celui qui parle désigne un stylo présent dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He needs a pen.</b><b>Could you buy one for him?</b></i><b>,</b> celui qui parle n'évoque pas un stylo présent dans la situation mais tout stylo en tant que tel, d'où l'article indéfini (<b><i>a</i></b>).</p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est inexact.<br><br>Avec <i><b>He needs the pen.</b><b>Give it to him, please</b></i>, celui qui parle désigne un stylo présent dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He needs a pen.</b><b>Could you buy one for him?</b></i><b>,</b> celui qui parle n'évoque pas un stylo présent dans la situation mais tout stylo en tant que tel, d'où l'article indéfini (<b><i>a</i></b>).</p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est inexact.<br><br>Avec <i><b>He needs the pen.</b><b>Give it to him, please</b></i>, celui qui parle désigne un stylo présent dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He needs a pen.</b><b>Could you buy one for him?</b></i><b>,</b> celui qui parle n'évoque pas un stylo présent dans la situation mais tout stylo en tant que tel, d'où l'article indéfini (<b><i>a</i></b>).</p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est inexact.<br><br>Avec <i><b>He needs the pen.</b><b>Give it to him, please</b></i>, celui qui parle désigne un stylo présent dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He needs a pen.</b><b>Could you buy one for him?</b></i><b>,</b> celui qui parle n'évoque pas un stylo présent dans la situation mais tout stylo en tant que tel, d'où l'article indéfini (<b><i>a</i></b>).</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question">Pour chaque énoncé, sélectionnez le contexte le plus plausible.<br><br><table width="90%" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle">Enoncés</td><td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle">Contextes</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV9538','ecran161.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script> He needs a pen.</td><td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV129','ecran163.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> Contexte 1<br><script type="text/javascript">ajDocW(PF_clipAV('clipAV746','ecran164.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> Contexte 2</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV1956','ecran162.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script> He needs the pen.</td><td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV12','ecran163.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> Contexte 1<br><script type="text/javascript">ajDocW(PF_clipAV('clipAV74','ecran164.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> Contexte 2</td></tr></table></div><div id="STY_texteTAT" class="STY_texteTAT"><br><table cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px" valign="middle">Enoncés</td><td style="FONT-SIZE: 10px" valign="middle">Contextes</td></tr><tr><td style="FONT-SIZE: 10px" valign="middle">He needs a pen.</td><td style="FONT-SIZE: 10px" valign="middle"><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"><option value="_INIT_TROU"> </option></select></td></tr><tr><td style="FONT-SIZE: 10px" valign="middle">He needs the pen.</td><td style="FONT-SIZE: 10px" valign="middle"><select class="STY_selectTAT" id="champTrou2" onchange="actionDetecteSelect()"><option value="_INIT_TROU"> </option></select></td></tr></table><br><br> <br><br> </div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Huitième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:486px;height:236px;#STY_texteTAT/width:490px;height:174px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        numT++;
+        exo.tabChamps[numT] = '2';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '2';
+        numT++;
+        exo.ajouterReponse('rep859', '1', '3', "D8ke8k VOX");
+        exo.ajouterReponse('rep482', '1', '2', "D8ke8k qOX");
+        exo.ajouterReponse('rep306', '2', '4', "D8ke8k VOX");
+        exo.ajouterReponse('rep40', '2', '5', "D8ke8k qOX");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep859", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:rep40", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:<>", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Huitième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est juste.<br><br>Avec <i><b>He needs the pen</b>. <b>Give it to him, please</b></i>, celui qui parle
+            désigne un stylo présent dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He
+                needs a pen.</b><b>Could you buy one for him?</b></i><b>,</b> celui qui parle n'évoque pas un stylo
+            présent dans la situation mais tout stylo en tant que tel, d'où l'article indéfini (<b><i>a</i></b>).</p>
+    </div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est inexact.<br><br>Avec <i><b>He needs the pen.</b><b>Give it to him, please</b></i>, celui qui parle
+            désigne un stylo présent dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He
+                needs a pen.</b><b>Could you buy one for him?</b></i><b>,</b> celui qui parle n'évoque pas un stylo
+            présent dans la situation mais tout stylo en tant que tel, d'où l'article indéfini (<b><i>a</i></b>).</p>
+    </div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est inexact.<br><br>Avec <i><b>He needs the pen.</b><b>Give it to him, please</b></i>, celui qui parle
+            désigne un stylo présent dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He
+                needs a pen.</b><b>Could you buy one for him?</b></i><b>,</b> celui qui parle n'évoque pas un stylo
+            présent dans la situation mais tout stylo en tant que tel, d'où l'article indéfini (<b><i>a</i></b>).</p>
+    </div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est inexact.<br><br>Avec <i><b>He needs the pen.</b><b>Give it to him, please</b></i>, celui qui parle
+            désigne un stylo présent dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He
+                needs a pen.</b><b>Could you buy one for him?</b></i><b>,</b> celui qui parle n'évoque pas un stylo
+            présent dans la situation mais tout stylo en tant que tel, d'où l'article indéfini (<b><i>a</i></b>).</p>
+    </div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est inexact.<br><br>Avec <i><b>He needs the pen.</b><b>Give it to him, please</b></i>, celui qui parle
+            désigne un stylo présent dans la situation, d'où l'article défini (<b><i>the</i></b>).<br><br>Avec <i><b>He
+                needs a pen.</b><b>Could you buy one for him?</b></i><b>,</b> celui qui parle n'évoque pas un stylo
+            présent dans la situation mais tout stylo en tant que tel, d'où l'article indéfini (<b><i>a</i></b>).</p>
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question">Pour chaque énoncé, sélectionnez le contexte le plus plausible.<br><br>
+        <table width="90%" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle">Enoncés</td>
+                <td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle">Contextes</td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV9538', 'ecran161.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                     He needs a pen.
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV129', 'ecran163.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     Contexte 1<br>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV746', 'ecran164.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     Contexte 2
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV1956', 'ecran162.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                     He needs the pen.
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND: #b5f0c7; WIDTH: 20%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV12', 'ecran163.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     Contexte 1<br>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV74', 'ecran164.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     Contexte 2
+                </td>
+            </tr>
+        </table>
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT"><br>
+        <table cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">Enoncés</td>
+                <td style="FONT-SIZE: 10px" valign="middle">Contextes</td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">He needs a pen.</td>
+                <td style="FONT-SIZE: 10px" valign="middle"><select class="STY_selectTAT" id="champTrou1"
+                                                                    onchange="actionDetecteSelect()">
+                    <option value="_INIT_TROU"> </option>
+                </select></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">He needs the pen.</td>
+                <td style="FONT-SIZE: 10px" valign="middle"><select class="STY_selectTAT" id="champTrou2"
+                                                                    onchange="actionDetecteSelect()">
+                    <option value="_INIT_TROU"> </option>
+                </select></td>
+            </tr>
+        </table>
+        <br><br> <br><br> 
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg3600.html b/Basilisk/MACAO/macao_3/contenu/pages/pg3600.html
index f768923eeb18d04d9f79ac953db2196f2c1f0ad0..b3c293a1b4b60ee2ea632bfea8ebe3ec16658930 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg3600.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg3600.html
@@ -1 +1,172 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Sixième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";numT++; exo.ajouterReponse('rep117','1','3',"kJk BJk8N"); exo.ajouterReponse('rep101','1','3',"kJk BJk2N");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Sixième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Bien!</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>There are two people waiting outside.</i><br><br>La difficulté provient de la modification du phonème <i><b>/eə/</b></i> de <i><b>there</b></i> par la présence de <i><b>are</b></i>.</p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>There are two people waiting outside.</i><br><br>La difficulté provient de la modification du phonème <i><b>/eə/</b></i> de <i><b>there</b></i> par la présence de <i><b>are</b></i>.</p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>There are two people waiting outside.</i><br><br>La difficulté provient de la modification du phonème <i><b>/eə/</b></i> de <i><b>there</b></i> par la présence de <i><b>are</b></i>.</p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>There are two people waiting outside.</i><br><br>La difficulté provient de la modification du phonème <i><b>/eə/</b></i> de <i><b>there</b></i> par la présence de <i><b>are</b></i>.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question"><br>Ecoutez et complétez :<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7; WIDTH: 15%" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV9644','ecran321.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table></div><div id="STY_texteTAT" class="STY_texteTAT"><input type="text" onkeyup="actionDetecteTrou()" onfocus="focusChamp(this)" onkeypress="return tapeDansChamp(event)" onkeydown="return tapeDansChamp(event)" class="STY_champTAT" id="champTrou1" style="FONT-SIZE: 10px; WIDTH: 62px; HEIGHT: 17px"> two people waiting outside.</div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Sixième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        numT++;
+        exo.ajouterReponse('rep117', '1', '3', "kJk BJk8N");
+        exo.ajouterReponse('rep101', '1', '3', "kJk BJk2N");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Sixième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bien!</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>There are two people waiting outside.</i><br><br>La
+            difficulté provient de la modification du phonème <i><b>/eə/</b></i> de <i><b>there</b></i> par la présence
+            de <i><b>are</b></i>.</p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>There are two people waiting outside.</i><br><br>La
+            difficulté provient de la modification du phonème <i><b>/eə/</b></i> de <i><b>there</b></i> par la présence
+            de <i><b>are</b></i>.</p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>There are two people waiting outside.</i><br><br>La
+            difficulté provient de la modification du phonème <i><b>/eə/</b></i> de <i><b>there</b></i> par la présence
+            de <i><b>are</b></i>.</p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Voici ce que vous avez entendu : <br><i>There are two people waiting outside.</i><br><br>La
+            difficulté provient de la modification du phonème <i><b>/eə/</b></i> de <i><b>there</b></i> par la présence
+            de <i><b>are</b></i>.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question"><br>Ecoutez et complétez :<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7; WIDTH: 15%" width="40%" valign="middle"><img align="center" border="0"
+                                                                                             src="../media/ecouteur_macao.png"
+                                                                                             id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV9644', 'ecran321.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT"><input type="text" onkeyup="actionDetecteTrou()"
+                                                       onfocus="focusChamp(this)"
+                                                       onkeypress="return tapeDansChamp(event)"
+                                                       onkeydown="return tapeDansChamp(event)" class="STY_champTAT"
+                                                       id="champTrou1"
+                                                       style="FONT-SIZE: 10px; WIDTH: 62px; HEIGHT: 17px"> two people
+        waiting outside.
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg3602.html b/Basilisk/MACAO/macao_3/contenu/pages/pg3602.html
index 02f0e092adfca9a61f08ece4124be242bd42972e..5e789fb65da5048d5b4d837f95a1ceda9561fbd6 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg3602.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg3602.html
@@ -1 +1,312 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Première tâche (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:510px;height:164px;#STY_texteGD/left:4px;top:2px;width:510px;height:261px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceGD.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/IC_exerciceGD.js"></script><script type="text/javascript">function entrerDonnees(){mobileCourant=PF_donneObjet('exoGDd1');exo = new ExerciceGD(); exo.init();exo.scoreTotal=10;exo.retourManque = true;exo.retourIncorrect = false;  exo.tabDeplaces[exo.tabDeplaces.length]='d1'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d1";  exo.tabDeplaces[exo.tabDeplaces.length]='d2'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d2";  exo.tabDeplaces[exo.tabDeplaces.length]='d3'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d3";  exo.tabDeplaces[exo.tabDeplaces.length]='d4'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d4";  exo.tabDeplaces[exo.tabDeplaces.length]='d5'; exo.tabTitreDeplaces[exo.tabTitreDeplaces.length]="d5";  exo.tabCibles[exo.tabCibles.length]='c1'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c1";  exo.tabCibles[exo.tabCibles.length]='c2'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c2";  exo.tabCibles[exo.tabCibles.length]='c3'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c3";  exo.tabCibles[exo.tabCibles.length]='c4'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c4";  exo.tabCibles[exo.tabCibles.length]='c5'; exo.tabTitreCibles[exo.tabTitreCibles.length]="c5";  exo.decalageX='20'; exo.decalageY='20'; exo.tabPaires[exo.tabPaires.length]=new PaireGD('d7','c7','nw','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d4','c9','nw','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c1','nw','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d9','c4','nw','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c3','nw','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d9','c7','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c7','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d4','c7','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c7','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d7','c9','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d9','c9','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c9','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c9','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d7','c1','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d9','c1','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d4','c1','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c1','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d7','c4','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c4','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d4','c4','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d3','c4','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d7','c3','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d9','c3','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d1','c3','ng','-2','-2',''); exo.tabPaires[exo.tabPaires.length]=new PaireGD('d4','c3','ng','-2','-2','');  for (var i=0; i<exo.tabDeplaces.length ; i++){var oDiv=PF_donneObjet("exoGD"+exo.tabDeplaces[i]);if (oDiv!=null){exo.tabDeplacesX[i]=oDiv.style.left;exo.tabDeplacesY[i]=oDiv.style.top;}} exo.creerPairesFausses();var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('explore')" onmousemove="GD_deplaceDiv(event)" onmouseup="GD_finDep()"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p>Bien !</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p>Non, vous avez écouté :<br><br><br><i><b>What's Sophie doing?</b></i></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:92%;"><div id="STY_question" class="STY_question" style="  "><br>Ecoutez l'énoncé et remettez les éléments ci-dessous dans l'ordre de<br>l'énoncé entendu : <br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"></td></tr><tr><td style="BACKGROUND: #b5f0c7" width="40%" valign="middle">         <script type="text/javascript">ajDocW(PF_clipAV('clipAV9580','ecran17.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" valign="middle"></td></tr></table></div><div id="STY_texteGD" class="STY_texteGD" style="  "> <div onselectstart="return false" style="Z-INDEX: 60; MIN-HEIGHT: 12px; LEFT: 23px; WIDTH: 39px; POSITION: absolute; TOP: 29px; HEIGHT: 12px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd1" onmousedown="GD_debutDep(event,'d1')"> what </div><div onselectstart="return false" style="Z-INDEX: 60; MIN-HEIGHT: 11px; LEFT: 75px; WIDTH: 39px; POSITION: absolute; TOP: 30px; HEIGHT: 11px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd2" onmousedown="GD_debutDep(event,'d2')">doing</div><div onselectstart="return false" style="Z-INDEX: 60; MIN-HEIGHT: 12px; LEFT: 128px; WIDTH: 44px; POSITION: absolute; TOP: 30px; HEIGHT: 12px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd3" onmousedown="GD_debutDep(event,'d3')">Sophie</div><div onselectstart="return false" style="Z-INDEX: 60; MIN-HEIGHT: 13px; LEFT: 185px; WIDTH: 23px; POSITION: absolute; TOP: 30px; HEIGHT: 13px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd4" onmousedown="GD_debutDep(event,'d4')">'s  </div><div onselectstart="return false" style="Z-INDEX: 60; MIN-HEIGHT: 11px; LEFT: 222px; WIDTH: 17px; POSITION: absolute; TOP: 31px; HEIGHT: 11px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDd5" onmousedown="GD_debutDep(event,'d5')">?</div><div onselectstart="return false" style="Z-INDEX: 10; MIN-HEIGHT: 3px; LEFT: 6px; WIDTH: 42px; POSITION: absolute; TOP: 67px; HEIGHT: 3px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc1"> </div><div onselectstart="return false" style="Z-INDEX: 10; MIN-HEIGHT: 12px; LEFT: 65px; WIDTH: 45px; POSITION: absolute; TOP: 68px; HEIGHT: 12px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc2"> </div><div onselectstart="return false" style="Z-INDEX: 10; MIN-HEIGHT: 12px; LEFT: 128px; WIDTH: 45px; POSITION: absolute; TOP: 68px; HEIGHT: 12px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc3"> </div><div onselectstart="return false" style="Z-INDEX: 10; MIN-HEIGHT: 13px; LEFT: 188px; WIDTH: 45px; POSITION: absolute; TOP: 68px; HEIGHT: 13px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc4"> </div><div onselectstart="return false" style="Z-INDEX: 10; MIN-HEIGHT: 12px; LEFT: 252px; WIDTH: 32px; POSITION: absolute; TOP: 68px; HEIGHT: 12px;position:absolute;display:block" class="GD_bordureDIV" id="exoGDc5"> </div><br><br><p> </p><p><table cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><table style="WIDTH: 52px; HEIGHT: 22px" cellpadding="3" cellspacing="0" valign="top" border="1" bordercolor="#c0c0c0"><tr><td valign="top"></td></tr></table></td><td valign="top"><table style="WIDTH: 52px; HEIGHT: 22px" cellpadding="3" cellspacing="0" valign="top" border="1" bordercolor="#c0c0c0"><tr><td valign="top"></td></tr></table></td><td valign="top"><table style="WIDTH: 52px; HEIGHT: 22px" cellpadding="3" cellspacing="0" valign="top" border="1" bordercolor="#c0c0c0"><tr><td valign="top"></td></tr></table></td><td valign="top"><table style="WIDTH: 52px; HEIGHT: 22px" cellpadding="3" cellspacing="0" valign="top" border="1" bordercolor="#c0c0c0"><tr><td valign="top"></td></tr></table></td><td valign="top"><table style="WIDTH: 52px; HEIGHT: 22px" cellpadding="3" cellspacing="0" valign="top" border="1" bordercolor="#c0c0c0"><tr><td valign="top"></td></tr></table></td></tr></table></p></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Première tâche (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:510px;height:164px;#STY_texteGD/left:4px;top:2px;width:510px;height:261px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceGD.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/IC_exerciceGD.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        mobileCourant = PF_donneObjet('exoGDd1');
+        exo = new ExerciceGD();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.retourManque = true;
+        exo.retourIncorrect = false;
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd1';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d1";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd2';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d2";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd3';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d3";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd4';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d4";
+        exo.tabDeplaces[exo.tabDeplaces.length] = 'd5';
+        exo.tabTitreDeplaces[exo.tabTitreDeplaces.length] = "d5";
+        exo.tabCibles[exo.tabCibles.length] = 'c1';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c1";
+        exo.tabCibles[exo.tabCibles.length] = 'c2';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c2";
+        exo.tabCibles[exo.tabCibles.length] = 'c3';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c3";
+        exo.tabCibles[exo.tabCibles.length] = 'c4';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c4";
+        exo.tabCibles[exo.tabCibles.length] = 'c5';
+        exo.tabTitreCibles[exo.tabTitreCibles.length] = "c5";
+        exo.decalageX = '20';
+        exo.decalageY = '20';
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d7', 'c7', 'nw', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d4', 'c9', 'nw', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c1', 'nw', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d9', 'c4', 'nw', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c3', 'nw', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d9', 'c7', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c7', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d4', 'c7', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c7', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d7', 'c9', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d9', 'c9', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c9', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c9', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d7', 'c1', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d9', 'c1', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d4', 'c1', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c1', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d7', 'c4', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c4', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d4', 'c4', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d3', 'c4', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d7', 'c3', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d9', 'c3', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d1', 'c3', 'ng', '-2', '-2', '');
+        exo.tabPaires[exo.tabPaires.length] = new PaireGD('d4', 'c3', 'ng', '-2', '-2', '');
+        for (var i = 0; i < exo.tabDeplaces.length; i++) {
+            var oDiv = PF_donneObjet("exoGD" + exo.tabDeplaces[i]);
+            if (oDiv != null) {
+                exo.tabDeplacesX[i] = oDiv.style.left;
+                exo.tabDeplacesY[i] = oDiv.style.top;
+            }
+        }
+        exo.creerPairesFausses();
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('explore')" onmousemove="GD_deplaceDiv(event)"
+      onmouseup="GD_finDep()">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bien !</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, vous avez écouté :<br><br><br><i><b>What's Sophie doing?</b></i></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:92%;">
+    <div id="STY_question" class="STY_question" style="  "><br>Ecoutez l'énoncé et remettez les éléments ci-dessous dans
+        l'ordre de<br>l'énoncé entendu : <br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"><img align="center" border="0"
+                                                                     src="../media/ecouteur_macao.png" id="MosImg32">
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" width="40%" valign="middle">        
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV9580', 'ecran17.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"></td>
+            </tr>
+        </table>
+    </div>
+    <div id="STY_texteGD" class="STY_texteGD" style="  "> 
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; MIN-HEIGHT: 12px; LEFT: 23px; WIDTH: 39px; POSITION: absolute; TOP: 29px; HEIGHT: 12px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd1" onmousedown="GD_debutDep(event,'d1')"> what
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; MIN-HEIGHT: 11px; LEFT: 75px; WIDTH: 39px; POSITION: absolute; TOP: 30px; HEIGHT: 11px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd2" onmousedown="GD_debutDep(event,'d2')">doing
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; MIN-HEIGHT: 12px; LEFT: 128px; WIDTH: 44px; POSITION: absolute; TOP: 30px; HEIGHT: 12px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd3" onmousedown="GD_debutDep(event,'d3')">Sophie
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; MIN-HEIGHT: 13px; LEFT: 185px; WIDTH: 23px; POSITION: absolute; TOP: 30px; HEIGHT: 13px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd4" onmousedown="GD_debutDep(event,'d4')">'s  
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 60; MIN-HEIGHT: 11px; LEFT: 222px; WIDTH: 17px; POSITION: absolute; TOP: 31px; HEIGHT: 11px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDd5" onmousedown="GD_debutDep(event,'d5')">?
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; MIN-HEIGHT: 3px; LEFT: 6px; WIDTH: 42px; POSITION: absolute; TOP: 67px; HEIGHT: 3px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc1"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; MIN-HEIGHT: 12px; LEFT: 65px; WIDTH: 45px; POSITION: absolute; TOP: 68px; HEIGHT: 12px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc2"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; MIN-HEIGHT: 12px; LEFT: 128px; WIDTH: 45px; POSITION: absolute; TOP: 68px; HEIGHT: 12px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc3"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; MIN-HEIGHT: 13px; LEFT: 188px; WIDTH: 45px; POSITION: absolute; TOP: 68px; HEIGHT: 13px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc4"> 
+        </div>
+        <div onselectstart="return false"
+             style="Z-INDEX: 10; MIN-HEIGHT: 12px; LEFT: 252px; WIDTH: 32px; POSITION: absolute; TOP: 68px; HEIGHT: 12px;position:absolute;display:block"
+             class="GD_bordureDIV" id="exoGDc5"> 
+        </div>
+        <br><br>
+        <p> </p>
+        <p>
+        <table cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top">
+                    <table style="WIDTH: 52px; HEIGHT: 22px" cellpadding="3" cellspacing="0" valign="top" border="1"
+                           bordercolor="#c0c0c0">
+                        <tr>
+                            <td valign="top"></td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top">
+                    <table style="WIDTH: 52px; HEIGHT: 22px" cellpadding="3" cellspacing="0" valign="top" border="1"
+                           bordercolor="#c0c0c0">
+                        <tr>
+                            <td valign="top"></td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top">
+                    <table style="WIDTH: 52px; HEIGHT: 22px" cellpadding="3" cellspacing="0" valign="top" border="1"
+                           bordercolor="#c0c0c0">
+                        <tr>
+                            <td valign="top"></td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top">
+                    <table style="WIDTH: 52px; HEIGHT: 22px" cellpadding="3" cellspacing="0" valign="top" border="1"
+                           bordercolor="#c0c0c0">
+                        <tr>
+                            <td valign="top"></td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top">
+                    <table style="WIDTH: 52px; HEIGHT: 22px" cellpadding="3" cellspacing="0" valign="top" border="1"
+                           bordercolor="#c0c0c0">
+                        <tr>
+                            <td valign="top"></td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg3628.html b/Basilisk/MACAO/macao_3/contenu/pages/pg3628.html
index e343c6407bb55e1711720082815cddf4b2a29fa8..f0280e3cc64a0f6c1e8a1ad0241e03967d87973a 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg3628.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg3628.html
@@ -1 +1,234 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Deuxième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:53px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='1';numT++;exo.tabChamps[numT]='2';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='2';numT++; exo.ajouterReponse('rep633','1','2',"- TNk NBj ukkD jkkD jkokJBF 8KAkj dK8N B JB8.b "); exo.ajouterReponse('rep326','1','3',"- TNk Kj ukKDU jkkD uy 8Nk vSgUk.H "); exo.ajouterReponse('rep973','2','5',"- TNk NBj ukkD jkkD jkokJBF 8KAkj dK8N B JB8.b "); exo.ajouterReponse('rep209','2','4',"- TNk Kj ukKDU jkkD uy 8Nk vSgUk.H ");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep326","","","","1","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","2:rep973","","","","1","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","1","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","2:<>","","","","1","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement. Voici les deux dialogues reconstitués que vous pouvez écouter. <br><br>1 Tell us what you have found about the suspect. <br>A She has been seen several times with a rat. <br><br>Dans <i>She has been seen</i>, on a un <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> à la voix passive (voix passive : BE + V au participe passé). Le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a> </i>est employé pour souligner que cette information fait partie des résultats de l'enquête évoquée dans la question. <br><br><br>2 Where is the suspect? <br>B She is being seen by the judge.<br><br>Dans <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix passive : BE + V au participe passé). La présence de -ING dans cette forme souligne que la réponse et la question réfèrent à une même situation (l'absence du suspect au moment où on en parle). </div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Non, vous vous trompez. Voici les deux dialogues reconstitués que vous pouvez écouter. <br><br>1 Tell us what you have found about the suspect. <br>A She has been seen several times with a rat. <br><br>Dans <i>She has been seen</i>, on a un <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> la voix passive (voix passive : BE + V au participe passé). Le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a> </i>est employé pour souligner que cette information fait partie des résultats de l'enquête évoquée dans la question. <br><br><br>2 Where is the suspect? <br>B She is being seen by the judge.<br><br>Dans <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix passive : BE + V au participe passé). La présence de -ING dans cette forme souligne que la réponse et la question réfèrent à une même situation (l'absence du suspect au moment où on en parle). </div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')">Non, vous vous trompez. Voici les deux dialogues reconstitués que vous pouvez écouter. <br><br>1 Tell us what you have found about the suspect. <br>A She has been seen several times with a rat. <br><br>Dans <i>She has been seen</i>, on a un <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i>à la voix passive (voix passive : BE + V au participe passé). Le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a> </i>est employé pour souligner que cette information fait partie des résultats de l'enquête évoquée dans la question. <br><br><br>2 Where is the suspect? <br>B She is being seen by the judge.<br><br>Dans <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix passive : BE + V au participe passé). La présence de -ING dans cette forme souligne que la réponse et la question réfèrent à une même situation (l'absence du suspect au moment où on en parle). </div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')">Non, vous vous trompez. Voici les deux dialogues reconstitués que vous pouvez écouter. <br><br>1 Tell us what you have found about the suspect. <br>A She has been seen several times with a rat. <br><br>Dans <i>She has been seen</i>, on a un <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i>à la voix passive (voix passive : BE + V au participe passé). Le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a> </i>est employé pour souligner que cette information fait partie des résultats de l'enquête évoquée dans la question. <br><br><br>2 Where is the suspect? <br>B She is being seen by the judge.<br><br>Dans <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix passive : BE + V au participe passé). La présence de -ING dans cette forme souligne que la réponse et la question réfèrent à une même situation (l'absence du suspect au moment où on en parle). </div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')">Non, vous vous trompez. Voici les deux dialogues reconstitués que vous pouvez écouter. <br><br>1 Tell us what you have found about the suspect. <br>A She has been seen several times with a rat. <br><br>Dans <i>She has been seen</i>, on a un <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i>à la voix passive (voix passive : BE + V au participe passé). Le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a> </i>est employé pour souligner que cette information fait partie des résultats de l'enquête évoquée dans la question. <br><br><br>2 Where is the suspect? <br>B She is being seen by the judge.<br><br>Dans <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix passive : BE + V au participe passé). La présence de -ING dans cette forme souligne que la réponse et la question réfèrent à une même situation (l'absence du suspect au moment où on en parle). </div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question">Ecoutez les quatre énoncés : les énoncés 1 et 2 sont des questions, les énoncés A et B des réponses. </div><div id="STY_texteTAT" class="STY_texteTAT"><table style="BACKGROUND: #b5f0c7" width="80%" cellpadding="3" cellspacing="0" valign="top" border="1" bordercolor=""><tr><td style="FONT-SIZE: 10px" width="60%" valign="top"><img align="center" border="0" src="../media/ecouteur_macao.png" width="23" height="32" id="MosImg32"></td></tr><tr><td style="FONT-SIZE: 10px" valign="top"><b>1</b> <script type="text/javascript">ajDocW(PF_clipAV('clipAV4748','ecran421.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script> Tell us what you have found about the suspect.</td></tr><tr><td style="FONT-SIZE: 10px" valign="top"><b>2</b> <script type="text/javascript">ajDocW(PF_clipAV('clipAV1221','ecran422.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script> Where is the suspect?</td></tr><tr><td style="FONT-SIZE: 10px" valign="top"><b>A</b> <script type="text/javascript">ajDocW(PF_clipAV('clipAV3044','ecran423.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script> <script type="text/javascript">ajDocW(PF_clipAV('clipAV87','mot42_3.swf','110','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> several times with a rat.</td></tr><tr><td style="FONT-SIZE: 10px" valign="top"><b>B</b> <script type="text/javascript">ajDocW(PF_clipAV('clipAV7913','ecran424.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script>  <script type="text/javascript">ajDocW(PF_clipAV('clipAV46','mot42_4.swf','110','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> by the judge.</td></tr></table><p>Maintenant, de façon à former deux dialogues plausibles, associez chaque question à une réponse en sélectionnant A ou B dans les listes déroulantes.<br><br>Tell us what you have found about the suspect.<br><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"><option value="_INIT_TROU"> </option></select><br><br>Where is the suspect?<br><select class="STY_selectTAT" id="champTrou2" onchange="actionDetecteSelect()"><option value="_INIT_TROU"> </option></select></p></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Deuxième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:53px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        numT++;
+        exo.tabChamps[numT] = '2';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '2';
+        numT++;
+        exo.ajouterReponse('rep633', '1', '2', "- TNk NBj ukkD jkkD jkokJBF 8KAkj dK8N B JB8.b ");
+        exo.ajouterReponse('rep326', '1', '3', "- TNk Kj ukKDU jkkD uy 8Nk vSgUk.H ");
+        exo.ajouterReponse('rep973', '2', '5', "- TNk NBj ukkD jkkD jkokJBF 8KAkj dK8N B JB8.b ");
+        exo.ajouterReponse('rep209', '2', '4', "- TNk Kj ukKDU jkkD uy 8Nk vSgUk.H ");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep326", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:rep973", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:<>", "", "", "", "1", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement. Voici les deux dialogues
+        reconstitués que vous pouvez écouter. <br><br>1 Tell us what you have found about the suspect. <br>A She has
+        been seen several times with a rat. <br><br>Dans <i>She has been seen</i>, on a un <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a></i> à la voix passive (voix passive : BE + V au participe passé). Le <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a> </i>est employé pour souligner que cette information fait partie des résultats de l'enquête
+        évoquée dans la question. <br><br><br>2 Where is the suspect? <br>B She is being seen by the judge.<br><br>Dans
+        <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix passive : BE + V au participe passé).
+        La présence de -ING dans cette forme souligne que la réponse et la question réfèrent à une même situation
+        (l'absence du suspect au moment où on en parle).
+    </div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Non, vous vous trompez. Voici les deux dialogues
+        reconstitués que vous pouvez écouter. <br><br>1 Tell us what you have found about the suspect. <br>A She has
+        been seen several times with a rat. <br><br>Dans <i>She has been seen</i>, on a un <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a></i> la voix passive (voix passive : BE + V au participe passé). Le <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a> </i>est employé pour souligner que cette information fait partie des résultats de l'enquête
+        évoquée dans la question. <br><br><br>2 Where is the suspect? <br>B She is being seen by the judge.<br><br>Dans
+        <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix passive : BE + V au participe passé).
+        La présence de -ING dans cette forme souligne que la réponse et la question réfèrent à une même situation
+        (l'absence du suspect au moment où on en parle).
+    </div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')">Non, vous vous trompez. Voici les deux dialogues
+        reconstitués que vous pouvez écouter. <br><br>1 Tell us what you have found about the suspect. <br>A She has
+        been seen several times with a rat. <br><br>Dans <i>She has been seen</i>, on a un <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a></i>à la voix passive (voix passive : BE + V au participe passé). Le <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a> </i>est employé pour souligner que cette information fait partie des résultats de l'enquête
+        évoquée dans la question. <br><br><br>2 Where is the suspect? <br>B She is being seen by the judge.<br><br>Dans
+        <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix passive : BE + V au participe passé).
+        La présence de -ING dans cette forme souligne que la réponse et la question réfèrent à une même situation
+        (l'absence du suspect au moment où on en parle).
+    </div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')">Non, vous vous trompez. Voici les deux dialogues
+        reconstitués que vous pouvez écouter. <br><br>1 Tell us what you have found about the suspect. <br>A She has
+        been seen several times with a rat. <br><br>Dans <i>She has been seen</i>, on a un <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a></i>à la voix passive (voix passive : BE + V au participe passé). Le <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a> </i>est employé pour souligner que cette information fait partie des résultats de l'enquête
+        évoquée dans la question. <br><br><br>2 Where is the suspect? <br>B She is being seen by the judge.<br><br>Dans
+        <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix passive : BE + V au participe passé).
+        La présence de -ING dans cette forme souligne que la réponse et la question réfèrent à une même situation
+        (l'absence du suspect au moment où on en parle).
+    </div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')">Non, vous vous trompez. Voici les deux dialogues
+        reconstitués que vous pouvez écouter. <br><br>1 Tell us what you have found about the suspect. <br>A She has
+        been seen several times with a rat. <br><br>Dans <i>She has been seen</i>, on a un <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a></i>à la voix passive (voix passive : BE + V au participe passé). Le <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a> </i>est employé pour souligner que cette information fait partie des résultats de l'enquête
+        évoquée dans la question. <br><br><br>2 Where is the suspect? <br>B She is being seen by the judge.<br><br>Dans
+        <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix passive : BE + V au participe passé).
+        La présence de -ING dans cette forme souligne que la réponse et la question réfèrent à une même situation
+        (l'absence du suspect au moment où on en parle).
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question">Ecoutez les quatre énoncés : les énoncés 1 et 2 sont des questions, les
+        énoncés A et B des réponses.
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT">
+        <table style="BACKGROUND: #b5f0c7" width="80%" cellpadding="3" cellspacing="0" valign="top" border="1"
+               bordercolor="">
+            <tr>
+                <td style="FONT-SIZE: 10px" width="60%" valign="top"><img align="center" border="0"
+                                                                          src="../media/ecouteur_macao.png" width="23"
+                                                                          height="32" id="MosImg32"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="top"><b>1</b> 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV4748', 'ecran421.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                     Tell us what you have found about the suspect.
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="top"><b>2</b> 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV1221', 'ecran422.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                     Where is the suspect?
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="top"><b>A</b> 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV3044', 'ecran423.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                     
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV87', 'mot42_3.swf', '110', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     several times with a rat.
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="top"><b>B</b> 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV7913', 'ecran424.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                      
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV46', 'mot42_4.swf', '110', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     by the judge.
+                </td>
+            </tr>
+        </table>
+        <p>Maintenant, de façon à former deux dialogues plausibles, associez chaque question à une réponse en
+            sélectionnant A ou B dans les listes déroulantes.<br><br>Tell us what you have found about the
+            suspect.<br><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()">
+                <option value="_INIT_TROU"> </option>
+            </select><br><br>Where is the suspect?<br><select class="STY_selectTAT" id="champTrou2"
+                                                              onchange="actionDetecteSelect()">
+                <option value="_INIT_TROU"> </option>
+            </select></p>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg3746.html b/Basilisk/MACAO/macao_3/contenu/pages/pg3746.html
index d54f4738cf9dacdd09bffc50b40b93af3fe5db87..53ee900ed6cc77e6cf2f15959385ad292182ab7a 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg3746.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg3746.html
@@ -1 +1,230 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Troisième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/top:14px;width:506px;height:229px;#STY_question/width:490px;height:184px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep853');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p>Effectivement, on entend pratiquement la même chose. Toutefois on peut reconstruire la structure des énoncés.<br><br><i><b>Whenever</b></i> + présent en <b>DO</b> expriment qu'on réfère à un ensemble de situations vues au présent, à une situation répétée, d'où le présent simple (présent en <b>DO</b>) dans la proposition principale : <i><b>I tape the conversation</b>.<br><br><b>If</b></i> pose une condition, une hypothèse et <i><b>had</b></i> indique une rupture avec le réel (un irréel). Parallèlement, la présence du modal <i><b>would</b></i> (ou : <i><b>'d</b></i>) situe la proposition principale <i><b>I'd tape the conversation</b></i> dans l'hypothétique.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p>Non, il est difficile d'établir une différence. Toutefois on peut reconstruire la structure des énoncés.<br><br><i><b>Whenever</b></i> + présent en <b>DO</b> expriment qu'on réfère à un ensemble de situations vues au présent, à une situation répétée, d'où le présent simple (présent en <b>DO</b>) dans la proposition principale : <i><b>I tape the conversation</b></i>.<br><br><i><b>If</b></i> pose une condition, une hypothèse et <i><b>had</b></i> indique une rupture avec le réel (un irréel). Parallèlement, la présence du modal <i><b>would</b></i> (ou : <i><b>'d</b></i>) situe la proposition principale <i><b>I'd tape the conversation</b></i> dans l'hypothétique.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><p>Ecoutez les deux énoncés suivants.<br><br><table style="WIDTH: 471px; HEIGHT: 118px" width="471" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="8%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV5921','ecran201.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">Whenever I phone her  <script type="text/javascript">ajDocW(PF_clipAV('clipAV7128','mots20itape1.swf','68','15','false','Flash','','','Quality:high;wmode:transparent','',''));</script> the conversation.</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV8467','ecran202.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">If I had a tape recorder <script type="text/javascript">ajDocW(PF_clipAV('clipAV3818','mots20id_tape1.swf','68','14','false','Flash','','','Quality:high;wmode:transparent','',''));</script> the conversation.</td></tr></table><br>Que diriez-vous des blocs mis en valeur ?</p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">Il est difficile d'établir une différence ;</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la prononciation est nettement différente.</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Troisième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/top:14px;width:506px;height:229px;#STY_question/width:490px;height:184px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Effectivement, on entend pratiquement la même chose. Toutefois on peut reconstruire la structure des énoncés.<br><br><i><b>Whenever</b></i>
+            + présent en <b>DO</b> expriment qu'on réfère à un ensemble de situations vues au présent, à une situation
+            répétée, d'où le présent simple (présent en <b>DO</b>) dans la proposition principale : <i><b>I tape the
+                conversation</b>.<br><br><b>If</b></i> pose une condition, une hypothèse et <i><b>had</b></i> indique
+            une rupture avec le réel (un irréel). Parallèlement, la présence du modal <i><b>would</b></i> (ou :
+            <i><b>'d</b></i>) situe la proposition principale <i><b>I'd tape the conversation</b></i> dans
+            l'hypothétique.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, il est difficile d'établir une différence. Toutefois on peut reconstruire la structure des
+            énoncés.<br><br><i><b>Whenever</b></i> + présent en <b>DO</b> expriment qu'on réfère à un ensemble de
+            situations vues au présent, à une situation répétée, d'où le présent simple (présent en <b>DO</b>) dans la
+            proposition principale : <i><b>I tape the conversation</b></i>.<br><br><i><b>If</b></i> pose une condition,
+            une hypothèse et <i><b>had</b></i> indique une rupture avec le réel (un irréel). Parallèlement, la présence
+            du modal <i><b>would</b></i> (ou : <i><b>'d</b></i>) situe la proposition principale <i><b>I'd tape the
+                conversation</b></i> dans l'hypothétique.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><p>Ecoutez les deux énoncés suivants.<br><br>
+        <table style="WIDTH: 471px; HEIGHT: 118px" width="471" bgColor="#00c0c0" cellpadding="3" cellspacing="0"
+               valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg32">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="8%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV5921', 'ecran201.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">Whenever I phone her 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV7128', 'mots20itape1.swf', '68', '15', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     the conversation.
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV8467', 'ecran202.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">If I had a tape recorder 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV3818', 'mots20id_tape1.swf', '68', '14', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     the conversation.
+                </td>
+            </tr>
+        </table>
+        <br>Que diriez-vous des blocs mis en valeur ?</p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">Il est
+                        difficile d'établir une différence ;
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la
+                        prononciation est nettement différente.
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg3845.html b/Basilisk/MACAO/macao_3/contenu/pages/pg3845.html
index 93e1dbe86e65b0c667c6559622373ab91f330b51..649d5a06a0b5d65506f741d5fe79e355b8ddbf1f 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg3845.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg3845.html
@@ -1 +1,108 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Mémento : la proximité</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento : la proximité</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><p align="left"> </p><p align="left"><table cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top">Les formes <i>we recorded</i> (/wɪrɪˈkɔːdɪd/) et <i>we record it</i> (/wɪrɪˈkɔːdɪt/), ainsi que <i>I downloaded</i> (/aɪˌdaʊnˈləʊdɪd/) et <i>I download it</i> (/aɪˌdaʊnˈləʊdɪt/) sont effectivement proches l'une de l'autre, d'autant plus que les <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc713286','htm')">consonnes</a> finales /t/ et /d/ ont des caractéristiques communes au plan de la prononciation. <br><br>Vous pouvez comparer les transcriptions phonétiques. <br><br>A l'oral, la proximité entre certaines <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc266709','htm')">voyelles</a> ou certaines <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc713286','htm')">consonnes</a> peut être source d'erreurs d'interprétation. C'est pourquoi, il est nécessaire, pour améliorer sa compréhension de l'oral, de développer des connaissances et des stratégies permettant d'éviter ces erreurs.</td></tr></table><br></p></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Mémento : la proximité</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento : la
+                    proximité
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p align="left"> </p>
+        <p align="left">
+        <table cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top">Les formes <i>we recorded</i>
+                    (/wɪrɪˈkɔːdɪd/) et <i>we record it</i> (/wɪrɪˈkɔːdɪt/), ainsi que <i>I downloaded</i>
+                    (/aɪˌdaʊnˈləʊdɪd/) et <i>I download it</i> (/aɪˌdaʊnˈləʊdɪt/) sont effectivement proches l'une de
+                    l'autre, d'autant plus que les <a class="STY_lienComt"
+                                                      href="javascript:parent.SCO_ouvrirDoc('doc713286','htm')">consonnes</a>
+                    finales /t/ et /d/ ont des caractéristiques communes au plan de la prononciation. <br><br>Vous
+                    pouvez comparer les transcriptions phonétiques. <br><br>A l'oral, la proximité entre certaines <a
+                            class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc266709','htm')">voyelles</a>
+                    ou certaines <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc713286','htm')">consonnes</a>
+                    peut être source d'erreurs d'interprétation. C'est pourquoi, il est nécessaire, pour améliorer sa
+                    compréhension de l'oral, de développer des connaissances et des stratégies permettant d'éviter ces
+                    erreurs.
+                </td>
+            </tr>
+        </table>
+        <br></p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg3862.html b/Basilisk/MACAO/macao_3/contenu/pages/pg3862.html
index 03164b1486f5a47a050492d437b5bd8713fd77ed..4e994d8364c275317ec56fd9c7fd0d9432483950 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg3862.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg3862.html
@@ -1 +1,186 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Troisième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";numT++; exo.ajouterReponse('rep117','1','3'," jBKg'j"); exo.ajouterReponse('rep101','1','3',"j jBKgNB"); exo.ajouterReponse('rep227','1','3',"j jBKg '"); exo.ajouterReponse('rep309','1','3',"Bj jBKg N");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Bien !</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p>C'est faux. Voici ce que vous avez entendu : <br><i>Now he has said he doesn't want to come, it's too late!</i><br><br>Avec <b><i>has said</i></b>, celui qui parle présente un événement du passé sous l'angle de ses conséquences au moment où il en parle : <i><b>now</b></i> et <b><i>it's too late</i></b> en sont des indices. <br><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème <b>/z/</b> de <i><b>has</b></i> est en partie assimilé au phonème <b>/s/</b> de <b><i>said</i></b>. <br></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p>C'est faux. Voici ce que vous avez entendu : <br><i>Now he has said he doesn't want to come, it's too late!</i><br><br>Avec <b><i>has said</i></b>, celui qui parle présente un événement du passé sous l'angle de ses conséquences au moment où il en parle : <i><b>now</b></i> et <b><i>it's too late</i></b> en sont des indices. <br><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème <b>/z/</b> de <i><b>has</b></i> est en partie assimilé au phonème <b>/s/</b> de <b><i>said</i></b>. </p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p>C'est faux. Voici ce que vous avez entendu : <br><i>Now he has said he doesn't want to come, it's too late!</i><br><br>Avec <b><i>has said</i></b>, celui qui parle présente un événement du passé sous l'angle de ses conséquences au moment où il en parle : <i><b>now</b></i> et <b><i>it's too late</i></b> en sont des indices. <br><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème <b>/z/</b> de <i><b>has</b></i> est en partie assimilé au phonème <b>/s/</b> de <b><i>said</i></b>. <br></p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p>C'est faux. Voici ce que vous avez entendu : <br><i>Now he has said he doesn't want to come, it's too late!</i><br><br>Avec <b><i>has said</i></b>, celui qui parle présente un événement du passé sous l'angle de ses conséquences au moment où il en parle : <i><b>now</b></i> et <b><i>it's too late</i></b> en sont des indices. <br><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème <b>/z/</b> de <i><b>has</b></i> est en partie assimilé au phonème <b>/s/</b> de <b><i>said</i></b>. </p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question"><br>Ecoutez et complétez :<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7; WIDTH: 15%" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV8012','ecran29.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table></div><div id="STY_texteTAT" class="STY_texteTAT">Now he <input type="text" onkeyup="actionDetecteTrou()" onfocus="focusChamp(this)" onkeypress="return tapeDansChamp(event)" onkeydown="return tapeDansChamp(event)" class="STY_champTAT" id="champTrou1" style="FONT-SIZE: 10px; WIDTH: 62px; HEIGHT: 17px"> he doesn't want to come, it's too late!</div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Troisième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        numT++;
+        exo.ajouterReponse('rep117', '1', '3', " jBKg'j");
+        exo.ajouterReponse('rep101', '1', '3', "j jBKgNB");
+        exo.ajouterReponse('rep227', '1', '3', "j jBKg '");
+        exo.ajouterReponse('rep309', '1', '3', "Bj jBKg N");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bien !</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux. Voici ce que vous avez entendu : <br><i>Now he has said he doesn't want to come, it's too
+            late!</i><br><br>Avec <b><i>has said</i></b>, celui qui parle présente un événement du passé sous l'angle de
+            ses conséquences au moment où il en parle : <i><b>now</b></i> et <b><i>it's too late</i></b> en sont des
+            indices. <br><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème
+            <b>/z/</b> de <i><b>has</b></i> est en partie assimilé au phonème <b>/s/</b> de <b><i>said</i></b>. <br></p>
+    </div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux. Voici ce que vous avez entendu : <br><i>Now he has said he doesn't want to come, it's too
+            late!</i><br><br>Avec <b><i>has said</i></b>, celui qui parle présente un événement du passé sous l'angle de
+            ses conséquences au moment où il en parle : <i><b>now</b></i> et <b><i>it's too late</i></b> en sont des
+            indices. <br><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème
+            <b>/z/</b> de <i><b>has</b></i> est en partie assimilé au phonème <b>/s/</b> de <b><i>said</i></b>. </p>
+    </div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux. Voici ce que vous avez entendu : <br><i>Now he has said he doesn't want to come, it's too
+            late!</i><br><br>Avec <b><i>has said</i></b>, celui qui parle présente un événement du passé sous l'angle de
+            ses conséquences au moment où il en parle : <i><b>now</b></i> et <b><i>it's too late</i></b> en sont des
+            indices. <br><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème
+            <b>/z/</b> de <i><b>has</b></i> est en partie assimilé au phonème <b>/s/</b> de <b><i>said</i></b>. <br></p>
+    </div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux. Voici ce que vous avez entendu : <br><i>Now he has said he doesn't want to come, it's too
+            late!</i><br><br>Avec <b><i>has said</i></b>, celui qui parle présente un événement du passé sous l'angle de
+            ses conséquences au moment où il en parle : <i><b>now</b></i> et <b><i>it's too late</i></b> en sont des
+            indices. <br><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème
+            <b>/z/</b> de <i><b>has</b></i> est en partie assimilé au phonème <b>/s/</b> de <b><i>said</i></b>. </p>
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question"><br>Ecoutez et complétez :<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7; WIDTH: 15%" width="40%" valign="middle"><img align="center" border="0"
+                                                                                             src="../media/ecouteur_macao.png"
+                                                                                             id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV8012', 'ecran29.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT">Now he <input type="text" onkeyup="actionDetecteTrou()"
+                                                              onfocus="focusChamp(this)"
+                                                              onkeypress="return tapeDansChamp(event)"
+                                                              onkeydown="return tapeDansChamp(event)"
+                                                              class="STY_champTAT" id="champTrou1"
+                                                              style="FONT-SIZE: 10px; WIDTH: 62px; HEIGHT: 17px"> he
+        doesn't want to come, it's too late!
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg3870.html b/Basilisk/MACAO/macao_3/contenu/pages/pg3870.html
index 2b33ce8a0807f804416023ade28acbe5bea322eb..0eb375f2f0d65f23d686d133c8c4c18bf8f7cea2 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg3870.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg3870.html
@@ -1 +1,219 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Deuxième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:221px;#STY_texteQC/left:-3px;top:6px;width:500px;height:188px;#lienrep627/#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep853');oItem.init("11","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("22","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep627","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous avez raison. Vous pouvez réécouter les deux énoncés.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. Vous pouvez réécouter les deux énoncés. </p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  ">Ecoutez ces deux énoncés en entier puis par blocs. <br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" width="25" height="42" id="MosImg27"></td><td style="BACKGROUND-COLOR: #b5f0c7" width="80%" valign="middle"></td></tr><tr><td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV74','ecran341.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV15','mot34_1.swf','370','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV18','ecran342.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV64','mot34_2.swf','450','40','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br><br>Que diriez-vous de la prononciation des blocs mis en valeur ? </div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">on entend strictement la même chose ;</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">on n'entend pas tout à fait la même chose.</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Deuxième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:221px;#STY_texteQC/left:-3px;top:6px;width:500px;height:188px;#lienrep627/#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("11", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("22", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep627", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous avez raison. Vous pouvez réécouter les deux énoncés.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Vous pouvez réécouter les deux énoncés. </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  ">Ecoutez ces deux énoncés en entier puis par blocs. <br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><img align="center" border="0"
+                                                                                       src="../media/ecouteur_macao.png"
+                                                                                       width="25" height="42"
+                                                                                       id="MosImg27"></td>
+                <td style="BACKGROUND-COLOR: #b5f0c7" width="80%" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV74', 'ecran341.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV15', 'mot34_1.swf', '370', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV18', 'ecran342.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV64', 'mot34_2.swf', '450', '40', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br><br>Que diriez-vous de la prononciation des blocs mis en valeur ?
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">on entend
+                        strictement la même chose ;
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">on
+                        n'entend pas tout à fait la même chose.
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg3972.html b/Basilisk/MACAO/macao_3/contenu/pages/pg3972.html
index 7049b9f6e5e5f51761c85bcd8a21d51f598411c9..431a2f4b4280ee3e5b386d4ee201194f9ddaafaa 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg3972.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg3972.html
@@ -1 +1,109 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Première tâche (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><p> </p><p><table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td></tr><tr><td style="FONT-SIZE: 10px" width="90%" colspan="2" valign="middle">Ecoutez et remarquez l'homophonie : </td></tr><tr><td style="FONT-SIZE: 10px" colspan="2" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV267','ecran581.swf','35','25','false','Flash','','middle','Quality:high;wmode:transparent','',''));</script> Jane is offered a reward.<br><script type="text/javascript">ajDocW(PF_clipAV('clipAV2','ecran581.swf','35','25','false','Flash','','middle','Quality:high;wmode:transparent','',''));</script> Jane has offered a reward.</td></tr></table></p></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Première tâche (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p> </p>
+        <p>
+        <table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0"
+                                                                 src="../media/ecouteur_macao.png" id="MosImg32"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" width="90%" colspan="2" valign="middle">Ecoutez et remarquez l'homophonie
+                    :
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" colspan="2" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV267', 'ecran581.swf', '35', '25', 'false', 'Flash', '', 'middle', 'Quality:high;wmode:transparent', '', ''));</script>
+                     Jane is offered a reward.<br>
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2', 'ecran581.swf', '35', '25', 'false', 'Flash', '', 'middle', 'Quality:high;wmode:transparent', '', ''));</script>
+                     Jane has offered a reward.
+                </td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg3981.html b/Basilisk/MACAO/macao_3/contenu/pages/pg3981.html
index 71525c582e379cee6a72c0d443941b96da58c1b4..c63d891b623afaecdc9f06d34f6574e730c8f206 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg3981.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg3981.html
@@ -1 +1,141 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Des formes aux sons (2c)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteCours/width:515px;height:394px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des formes aux sons (2c)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><br>Des variantes existent également à l'oral pour <i><b>is</b></i>, pour le "cas possessif" et le présent simple. <br> <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg3258"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">Enfin, la consonne finale du présent simple à la troisième personne du singulier peut se prononcer :  </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV3600','ecran689.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/z/</b> ( Ruth lives downtown.) </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV5180','ecran6810.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/s/</b> (She likes it there.) </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV558','ecran6811.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/ɪz/</b> ( She dances in a club every night.) </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">ou bien <b>is</b> peut être inaudible :</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV9058','ecran6812.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"> <b>/Ø/</b> (My dog likes snacks.) <br><b>/maɪˈdɒɡlaɪksˈnæks/</b></td></tr></table></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Des formes aux sons (2c)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteCours/width:515px;height:394px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des formes aux sons
+                    (2c)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br>Des variantes existent également à l'oral pour <i><b>is</b></i>,
+        pour le "cas possessif" et le présent simple. <br> 
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg3258">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">Enfin, la consonne
+                    finale du présent simple à la troisième personne du singulier peut se prononcer :  
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV3600', 'ecran689.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/z/</b> ( Ruth lives
+                    downtown.)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV5180', 'ecran6810.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/s/</b> (She likes it there.)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV558', 'ecran6811.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/ɪz/</b> ( She dances in a
+                    club every night.)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">ou bien <b>is</b>
+                    peut être inaudible :
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV9058', 'ecran6812.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"> <b>/Ø/</b> (My dog likes
+                    snacks.) <br><b>/maɪˈdɒɡlaɪksˈnæks/</b></td>
+            </tr>
+        </table>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg4031.html b/Basilisk/MACAO/macao_3/contenu/pages/pg4031.html
index af49383f6091619cd2990e14e9288ab30f8c404f..c940acab887b91f29c38cc8f382ca468ff06fd71 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg4031.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg4031.html
@@ -1 +1,316 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Première tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="lienrep150/width:17px;height:29px;#STY_texteQC/top:-26px;width:484px;height:214px;#STY_question/width:480px;height:215px;#lienrep627/width:24px;height:25px;#lienrep211/width:19px;height:26px;#lienrep49/width:18px;height:29px;#lienrep842/width:19px;height:24px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep047');oItem.init("11","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep42');oItem.init("22","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep788');oItem.init("31","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("41","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("51","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='2';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep627","","","","1","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","rep211","","","","1","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","rep842","","","","1","","","","","","");var idDet='divSugg5';EXO_ajouterCommentaire(idDet,"","","","","","","rep36","","","","1","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est juste.<br><br>Vous avez repéré l'élément principal qui montre bien que l'énonciateur s'intéresse aux conséquences de l'événement <b>HE + SPLASH</b> : il y a de l'eau partout dans la salle de bains.<br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le mot <i><b>look</b></i> qui montre bien que l'énonciateur s'intéresse aux conséquences de l'événement <b>HE + SPLASH</b> : il y a de l'eau partout dans la salle de bains.</p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le mot <i><b>look</b></i> qui montre bien que l'énonciateur s'intéresse aux conséquences de l'événement <b>HE + SPLASH</b> : il y a de l'eau partout dans la salle de bains.</p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le mot <i><b>look</b></i> qui montre bien que l'énonciateur s'intéresse aux conséquences de l'événement <b>HE + SPLASH</b> : il y a de l'eau partout dans la salle de bains.</p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le mot <i><b>look</b></i> qui montre bien que l'énonciateur s'intéresse aux conséquences de l'événement <b>HE + SPLASH</b> : il y a de l'eau partout dans la salle de bains.</p></div><div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le mot <i><b>look</b></i> qui montre bien que l'énonciateur s'intéresse aux conséquences de l'événement <b>HE + SPLASH</b> : il y a de l'eau partout dans la salle de bains.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><br>Le bloc mis en valeur correspond à un <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present perfect</i>.</a> Ecoutez ce court dialogue en entier puis par blocs. <br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"></td></tr><tr><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV8320','ecran81.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV92','mot8_13.swf','270','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV5460','ecran82.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV91','mot8_22.swf','330','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br>Désignez le principal indice permettant de justifier la présence d'un <i><a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i>.</div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">(1)</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">(2)</div></td></tr><tr id="trReprep211"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep211',true);" onmouseout="exo.changerBouton('rep211',false)" onclick="exo.action('rep211')" id="boutonReprep211" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep211"><div class="STY_reponseQC" id="lienrep211" onmouseover="if(exo)exo.changerBouton('rep211',true)" onmouseout="if(exo)exo.changerBouton('rep211',false)" onclick="exo.action('rep211')">(3)</div></td></tr><tr id="trReprep49"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep49',true);" onmouseout="exo.changerBouton('rep49',false)" onclick="exo.action('rep49')" id="boutonReprep49" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep49"><div class="STY_reponseQC" id="lienrep49" onmouseover="if(exo)exo.changerBouton('rep49',true)" onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')">(4)</div></td></tr><tr id="trReprep842"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep842',true);" onmouseout="exo.changerBouton('rep842',false)" onclick="exo.action('rep842')" id="boutonReprep842" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep842"><div class="STY_reponseQC" id="lienrep842" onmouseover="if(exo)exo.changerBouton('rep842',true)" onmouseout="if(exo)exo.changerBouton('rep842',false)" onclick="exo.action('rep842')">(5)</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Première tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "lienrep150/width:17px;height:29px;#STY_texteQC/top:-26px;width:484px;height:214px;#STY_question/width:480px;height:215px;#lienrep627/width:24px;height:25px;#lienrep211/width:19px;height:26px;#lienrep49/width:18px;height:29px;#lienrep842/width:19px;height:24px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep047');
+        oItem.init("11", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep42');
+        oItem.init("22", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep788');
+        oItem.init("31", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("41", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("51", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '2';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep627", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep211", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep842", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg5';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep36", "", "", "", "1", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est juste.<br><br>Vous avez repéré l'élément principal qui montre bien que l'énonciateur s'intéresse aux
+            conséquences de l'événement <b>HE + SPLASH</b> : il y a de l'eau partout dans la salle de bains.<br></p>
+    </div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le mot <i><b>look</b></i> qui montre bien que
+            l'énonciateur s'intéresse aux conséquences de l'événement <b>HE + SPLASH</b> : il y a de l'eau partout dans
+            la salle de bains.</p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le mot <i><b>look</b></i> qui montre bien que
+            l'énonciateur s'intéresse aux conséquences de l'événement <b>HE + SPLASH</b> : il y a de l'eau partout dans
+            la salle de bains.</p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le mot <i><b>look</b></i> qui montre bien que
+            l'énonciateur s'intéresse aux conséquences de l'événement <b>HE + SPLASH</b> : il y a de l'eau partout dans
+            la salle de bains.</p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le mot <i><b>look</b></i> qui montre bien que
+            l'énonciateur s'intéresse aux conséquences de l'événement <b>HE + SPLASH</b> : il y a de l'eau partout dans
+            la salle de bains.</p></div>
+    <div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le mot <i><b>look</b></i> qui montre bien que
+            l'énonciateur s'intéresse aux conséquences de l'événement <b>HE + SPLASH</b> : il y a de l'eau partout dans
+            la salle de bains.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><br>Le bloc mis en valeur correspond à un <a
+            class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present perfect</i>.</a>
+        Ecoutez ce court dialogue en entier puis par blocs. <br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0"
+                                                                                 src="../media/ecouteur_macao.png"
+                                                                                 id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV8320', 'ecran81.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV92', 'mot8_13.swf', '270', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV5460', 'ecran82.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV91', 'mot8_22.swf', '330', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br>Désignez le principal indice permettant de justifier la présence d'un <i><a class="STY_lienComt"
+                                                                                        href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a></i>.
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">(1)
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">(2)
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep211">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep211',true);"
+                                                                  onmouseout="exo.changerBouton('rep211',false)"
+                                                                  onclick="exo.action('rep211')" id="boutonReprep211"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep211">
+                    <div class="STY_reponseQC" id="lienrep211" onmouseover="if(exo)exo.changerBouton('rep211',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep211',false)" onclick="exo.action('rep211')">(3)
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep49">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep49',true);"
+                                                                  onmouseout="exo.changerBouton('rep49',false)"
+                                                                  onclick="exo.action('rep49')" id="boutonReprep49"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep49">
+                    <div class="STY_reponseQC" id="lienrep49" onmouseover="if(exo)exo.changerBouton('rep49',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')">(4)
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep842">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep842',true);"
+                                                                  onmouseout="exo.changerBouton('rep842',false)"
+                                                                  onclick="exo.action('rep842')" id="boutonReprep842"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep842">
+                    <div class="STY_reponseQC" id="lienrep842" onmouseover="if(exo)exo.changerBouton('rep842',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep842',false)" onclick="exo.action('rep842')">(5)
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg4141.html b/Basilisk/MACAO/macao_3/contenu/pages/pg4141.html
index 30959af7af3a12abd50cd8c522a8df21db2993e8..25252fd1a7fe78c38a5fbfb9bcdc5228b084cb93 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg4141.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg4141.html
@@ -1 +1,160 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Troisième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteTAT/width:510px;height:102px;#STY_question/width:500px;height:196px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='1';numT++; exo.ajouterReponse('rep269','1','4',"k tFBykJ'j B2N"); exo.ajouterReponse('rep430','1','4',"k tFBykJj B2N"); exo.ajouterReponse('rep527','1','3',"k tFBykJj BJk2N");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep269","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep430","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Très bien.<br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, ce que vous proposez, notamment en associant <i><b>a</b></i> et <i><b>talking</b></i>, n'est pas interprétable.<br></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, ce que vous proposez, notamment en associant <i><b>a</b></i> et <i><b>talking</b></i>, n'est pas interprétable.<br><br>De plus, si ce que vous proposez avait un sens, la forme verbale serait incomplète (il manquerait <i><b>are</b></i>).</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question"><p>Ecoutez : <br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32">  </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV6731','ecran621.swf','35','25','true','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br>Maintenant, sélectionnez l'élément qui convient pour cet énoncé :</p></div><div id="STY_texteTAT" class="STY_texteTAT"><br><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()" style="WIDTH: 130px"><option value="_INIT_TROU"> </option></select> talking with the referee.</div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Troisième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteTAT/width:510px;height:102px;#STY_question/width:500px;height:196px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        numT++;
+        exo.ajouterReponse('rep269', '1', '4', "k tFBykJ'j B2N");
+        exo.ajouterReponse('rep430', '1', '4', "k tFBykJj B2N");
+        exo.ajouterReponse('rep527', '1', '3', "k tFBykJj BJk2N");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep269", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep430", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Très bien.<br></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, ce que vous proposez, notamment en associant <i><b>a</b></i> et <i><b>talking</b></i>, n'est pas
+            interprétable.<br></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, ce que vous proposez, notamment en associant <i><b>a</b></i> et <i><b>talking</b></i>, n'est pas
+            interprétable.<br><br>De plus, si ce que vous proposez avait un sens, la forme verbale serait incomplète (il
+            manquerait <i><b>are</b></i>).</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question"><p>Ecoutez : <br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg32"> 
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6731', 'ecran621.swf', '35', '25', 'true', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br>Maintenant, sélectionnez l'élément qui convient pour cet énoncé :</p></div>
+    <div id="STY_texteTAT" class="STY_texteTAT"><br><select class="STY_selectTAT" id="champTrou1"
+                                                            onchange="actionDetecteSelect()" style="WIDTH: 130px">
+        <option value="_INIT_TROU"> </option>
+    </select> talking with the referee.
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg4192.html b/Basilisk/MACAO/macao_3/contenu/pages/pg4192.html
index 27f1d861a1e49a37e5f8988452af22098c4e68b8..d8cab93903b339cb63506e6393aa55532b86a2fd 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg4192.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg4192.html
@@ -1 +1,281 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Cinquième tâche (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/left:-1px;top:3px;width:510px;height:268px;#STY_question/width:500px;height:162px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep671');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep788');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("32","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep42');oItem.init("42","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep627","","","","1","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","rep49","","","","1","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Cinquième tâche (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Exact.<br><br>La présence de <i><b>her career</b></i>, tout de suite après la forme verbale, indique que <b><i>her </i><i>career</i></b> est le complément d'objet direct de la forme <i><b>she has ruined</b></i>.<br><br>La forme passive <i><b>she is ruined</b></i> aurait exigé la préposition<i><b> by</b></i> devant <b><i>her career</i>.</b><br><br>L'énoncé complet est : <br><br><i>My mother doesn't feel she has ruined her career for my father.</i></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez.<br><br>C'est <b><i>her career</i></b>, tout de suite après la forme verbale, qui indique que <b><i>her career</i></b> est le complément d'objet direct de la forme <b><i>she has ruined</i></b>.<br><br>La forme passive <i><b>she is ruined</b></i> aurait exigé la préposition <i><b>by</b></i> devant <b><i>her career</i>.</b><br><br>L'énoncé complet est : <br><br><i>My mother doesn't feel she has ruined her career for my father.</i></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez.<br><br>C'est <b><i>her career</i></b>, tout de suite après la forme verbale, qui indique que <b><i>her career</i></b> est le complément d'objet direct de la forme <b><i>she has ruined</i></b>.<br><br>La forme passive <i><b>she is ruined</b></i> aurait exigé la préposition <i><b>by</b></i> devant <b><i>her career</i>.</b><br><br>L'énoncé complet est : <br><br><i>My mother doesn't feel she has ruined her career for my father.</i></p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez.<br><br>C'est <b><i>her career</i></b>, tout de suite après la forme verbale, qui indique que <b><i>her career</i></b> est le complément d'objet direct de la forme <b><i>she has ruined</i></b>.<br><br>La forme passive <i><b>she is ruined</b></i> aurait exigé la préposition <i><b>by</b></i> devant <b><i>her career</i>.</b><br><br>L'énoncé complet est : <br><br><i>My mother doesn't feel she has ruined her career for my father.</i></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><p><table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg323"></td></tr><tr><td style="FONT-SIZE: 10px" valign="middle">Ecoutez maintenant l'énoncé dans son ensemble.</td></tr><tr><td style="FONT-SIZE: 10px" valign="middle"><p align="left"><script type="text/javascript">ajDocW(PF_clipAV('clipAV406','ecran562.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></p></td></tr><tr><td style="FONT-SIZE: 10px" colspan="2" valign="middle"><p align="left"> My mother doesn't feel <script type="text/javascript">ajDocW(PF_clipAV('clipAV34','mot56_11.swf','80','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> her career for my father.</p></td></tr></table>Cliquez sur le ou les indices du texte qui permettent de savoir que l'on a en fait <i>she has ruined.</i> </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">My mother</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">doesn't feel</div></td></tr><tr id="trReprep211"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep211',true);" onmouseout="exo.changerBouton('rep211',false)" onclick="exo.action('rep211')" id="boutonReprep211" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep211"><div class="STY_reponseQC" id="lienrep211" onmouseover="if(exo)exo.changerBouton('rep211',true)" onmouseout="if(exo)exo.changerBouton('rep211',false)" onclick="exo.action('rep211')">her career</div></td></tr><tr id="trReprep49"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep49',true);" onmouseout="exo.changerBouton('rep49',false)" onclick="exo.action('rep49')" id="boutonReprep49" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep49"><div class="STY_reponseQC" id="lienrep49" onmouseover="if(exo)exo.changerBouton('rep49',true)" onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')"> for my father</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Cinquième tâche (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/left:-1px;top:3px;width:510px;height:268px;#STY_question/width:500px;height:162px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep788');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("32", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep42');
+        oItem.init("42", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep627", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep49", "", "", "", "1", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Cinquième tâche (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Exact.<br><br>La présence de <i><b>her career</b></i>, tout de suite après la forme verbale, indique que
+            <b><i>her </i><i>career</i></b> est le complément d'objet direct de la forme <i><b>she has
+                ruined</b></i>.<br><br>La forme passive <i><b>she is ruined</b></i> aurait exigé la préposition<i><b>
+                by</b></i> devant <b><i>her career</i>.</b><br><br>L'énoncé complet est : <br><br><i>My mother doesn't
+                feel she has ruined her career for my father.</i></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez.<br><br>C'est <b><i>her career</i></b>, tout de suite après la forme verbale, qui indique
+            que <b><i>her career</i></b> est le complément d'objet direct de la forme <b><i>she has
+                ruined</i></b>.<br><br>La forme passive <i><b>she is ruined</b></i> aurait exigé la préposition
+            <i><b>by</b></i> devant <b><i>her career</i>.</b><br><br>L'énoncé complet est : <br><br><i>My mother doesn't
+                feel she has ruined her career for my father.</i></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez.<br><br>C'est <b><i>her career</i></b>, tout de suite après la forme verbale, qui indique
+            que <b><i>her career</i></b> est le complément d'objet direct de la forme <b><i>she has
+                ruined</i></b>.<br><br>La forme passive <i><b>she is ruined</b></i> aurait exigé la préposition
+            <i><b>by</b></i> devant <b><i>her career</i>.</b><br><br>L'énoncé complet est : <br><br><i>My mother doesn't
+                feel she has ruined her career for my father.</i></p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez.<br><br>C'est <b><i>her career</i></b>, tout de suite après la forme verbale, qui indique
+            que <b><i>her career</i></b> est le complément d'objet direct de la forme <b><i>she has
+                ruined</i></b>.<br><br>La forme passive <i><b>she is ruined</b></i> aurait exigé la préposition
+            <i><b>by</b></i> devant <b><i>her career</i>.</b><br><br>L'énoncé complet est : <br><br><i>My mother doesn't
+                feel she has ruined her career for my father.</i></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><p>
+        <table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0"
+                                                                 src="../media/ecouteur_macao.png" id="MosImg323"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">Ecoutez maintenant l'énoncé dans son ensemble.</td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">
+                    <p align="left">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV406', 'ecran562.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                    </p>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" colspan="2" valign="middle">
+                    <p align="left"> My mother doesn't feel 
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV34', 'mot56_11.swf', '80', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                         her career for my father.
+                    </p>
+                </td>
+            </tr>
+        </table>
+        Cliquez sur le ou les indices du texte qui permettent de savoir que l'on a en fait <i>she has ruined.</i> </p>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">My mother
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">doesn't
+                        feel
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep211">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep211',true);"
+                                                                  onmouseout="exo.changerBouton('rep211',false)"
+                                                                  onclick="exo.action('rep211')" id="boutonReprep211"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep211">
+                    <div class="STY_reponseQC" id="lienrep211" onmouseover="if(exo)exo.changerBouton('rep211',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep211',false)" onclick="exo.action('rep211')">her career
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep49">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep49',true);"
+                                                                  onmouseout="exo.changerBouton('rep49',false)"
+                                                                  onclick="exo.action('rep49')" id="boutonReprep49"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep49">
+                    <div class="STY_reponseQC" id="lienrep49" onmouseover="if(exo)exo.changerBouton('rep49',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')"> for my
+                        father
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg422.html b/Basilisk/MACAO/macao_3/contenu/pages/pg422.html
index 6e476c8ccc213652951db3060e5d822bd34450d3..bbc321188947222143025191dad0d700df2b903d 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg422.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg422.html
@@ -1 +1,279 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Sixième tâche (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="lienrep150/width:32px;height:12px;#STY_texteQC/top:6px;width:504px;height:134px;#STY_question/width:496px;height:251px;#lienrep627/width:47px;height:12px;#lienrep211/width:32px;height:12px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep671');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep788');oItem.init("31","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep211","","","","1","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Sixième tâche (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Bonne réponse.<br><br>En effet, <i><b>was</b></i> est une forme verbale et son sujet est <i><b>that film's coming out</b>.<br></i><br>Dans le sujet, on entend <b>/z/</b> qui ne peut pas être une forme de BE, car dans cet énoncé simple il ne peut pas y avoir deux verbes.<br><br>(Le sujet est ici un groupe nominal incluant un "cas possessif").<br><br>L'énoncé entier est : <br><br><i>That film's coming</i><i>out</i><i>was much advertised.</i></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez.<br><br>L'indice pertinent est <i><b>was</b></i> ; c'est une forme verbale et son sujet est <i><b>that </b><b>film's </b><b>coming out</b>.<br></i><br>Dans le sujet, on entend <b>/z/</b> qui ne peut pas être une forme de BE, car dans cet énoncé simple il ne peut pas y avoir deux verbes.<br><br>(Le sujet est ici un groupe nominal incluant un "cas possessif").<br><br>L'énoncé entier est : <br><br><i>That film's coming out was much advertised.</i></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez.<br><br>L'indice pertinent est <i><b>was</b></i> ; c'est une forme verbale et son sujet est <i><b>that </b><b>film's </b><b>coming </b><b>out</b>.<br></i><br>Dans le sujet, on entend <b>/z/</b> qui ne peut pas être une forme de BE, car dans cet énoncé simple il ne peut pas y avoir deux verbes.<br><br>(Le sujet est ici un groupe nominal incluant un "cas possessif").<br><br>L'énoncé entier est : <br><br><i>That film's coming </i><i>out </i><i>was much advertised.</i></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><p>  </p><p><table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg323"></td></tr><tr><td style="FONT-SIZE: 10px" valign="middle">Ecoutez maintenant l'énoncé dans son ensemble.</td></tr><tr><td style="FONT-SIZE: 10px" valign="middle"><p align="left"><script type="text/javascript">ajDocW(PF_clipAV('clipAV8210','ecran572.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></p></td></tr><tr><td style="FONT-SIZE: 10px" colspan="2" valign="middle"><p align="left"> <script type="text/javascript">ajDocW(PF_clipAV('clipAV91','mot57_11.swf','80','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> was much advertised.</p></td></tr></table></p><p><br>Cliquez sur le ou les indices du texte qui permettent de savoir que l'on a en fait <i>That film's coming out.</i> </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellpadding="0" align="center" cellspacing="12"><tr><td valign="top" width="100%"><table width="100%"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">was</div></td></tr></table></td></tr><tr><td valign="top" width="100%"><table width="100%"><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">much</div></td></tr></table></td></tr><tr><td valign="top" width="100%"><table width="100%"><tr id="trReprep211"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep211',true);" onmouseout="exo.changerBouton('rep211',false)" onclick="exo.action('rep211')" id="boutonReprep211" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep211"><div class="STY_reponseQC" id="lienrep211" onmouseover="if(exo)exo.changerBouton('rep211',true)" onmouseout="if(exo)exo.changerBouton('rep211',false)" onclick="exo.action('rep211')">advertised</div></td></tr></table></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Sixième tâche (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "lienrep150/width:32px;height:12px;#STY_texteQC/top:6px;width:504px;height:134px;#STY_question/width:496px;height:251px;#lienrep627/width:47px;height:12px;#lienrep211/width:32px;height:12px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep788');
+        oItem.init("31", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep211", "", "", "", "1", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Sixième tâche (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bonne réponse.<br><br>En effet, <i><b>was</b></i> est une forme verbale et son sujet est <i><b>that film's
+            coming out</b>.<br></i><br>Dans le sujet, on entend <b>/z/</b> qui ne peut pas être une forme de BE, car
+            dans cet énoncé simple il ne peut pas y avoir deux verbes.<br><br>(Le sujet est ici un groupe nominal
+            incluant un "cas possessif").<br><br>L'énoncé entier est : <br><br><i>That film's coming</i><i>out</i><i>was
+                much advertised.</i></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez.<br><br>L'indice pertinent est <i><b>was</b></i> ; c'est une forme verbale et son sujet est
+            <i><b>that </b><b>film's </b><b>coming out</b>.<br></i><br>Dans le sujet, on entend <b>/z/</b> qui ne peut
+            pas être une forme de BE, car dans cet énoncé simple il ne peut pas y avoir deux verbes.<br><br>(Le sujet
+            est ici un groupe nominal incluant un "cas possessif").<br><br>L'énoncé entier est : <br><br><i>That film's
+                coming out was much advertised.</i></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez.<br><br>L'indice pertinent est <i><b>was</b></i> ; c'est une forme verbale et son sujet est
+            <i><b>that </b><b>film's </b><b>coming </b><b>out</b>.<br></i><br>Dans le sujet, on entend <b>/z/</b> qui ne
+            peut pas être une forme de BE, car dans cet énoncé simple il ne peut pas y avoir deux verbes.<br><br>(Le
+            sujet est ici un groupe nominal incluant un "cas possessif").<br><br>L'énoncé entier est : <br><br><i>That
+                film's coming </i><i>out </i><i>was much advertised.</i></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><p>  </p>
+        <p>
+        <table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0"
+                                                                 src="../media/ecouteur_macao.png" id="MosImg323"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">Ecoutez maintenant l'énoncé dans son ensemble.</td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">
+                    <p align="left">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV8210', 'ecran572.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                    </p>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" colspan="2" valign="middle">
+                    <p align="left"> 
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV91', 'mot57_11.swf', '80', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                         was much advertised.
+                    </p>
+                </td>
+            </tr>
+        </table>
+        </p><p><br>Cliquez sur le ou les indices du texte qui permettent de savoir que l'on a en fait <i>That film's
+            coming out.</i> </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellpadding="0" align="center" cellspacing="12">
+            <tr>
+                <td valign="top" width="100%">
+                    <table width="100%">
+                        <tr id="trReprep627">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                              onmouseout="exo.changerBouton('rep627',false)"
+                                                                              onclick="exo.action('rep627')"
+                                                                              id="boutonReprep627"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                                <div class="STY_reponseQC" id="lienrep627"
+                                     onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep627',false)"
+                                     onclick="exo.action('rep627')">was
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="100%">
+                    <table width="100%">
+                        <tr id="trReprep150">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                              onmouseout="exo.changerBouton('rep150',false)"
+                                                                              onclick="exo.action('rep150')"
+                                                                              id="boutonReprep150"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                                <div class="STY_reponseQC" id="lienrep150"
+                                     onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep150',false)"
+                                     onclick="exo.action('rep150')">much
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="100%">
+                    <table width="100%">
+                        <tr id="trReprep211">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep211',true);"
+                                                                              onmouseout="exo.changerBouton('rep211',false)"
+                                                                              onclick="exo.action('rep211')"
+                                                                              id="boutonReprep211"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep211">
+                                <div class="STY_reponseQC" id="lienrep211"
+                                     onmouseover="if(exo)exo.changerBouton('rep211',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep211',false)"
+                                     onclick="exo.action('rep211')">advertised
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg4236.html b/Basilisk/MACAO/macao_3/contenu/pages/pg4236.html
index b17ac28e37e98c240a3de2aa44e4cc29186dbfb5..0c5f3c0593976b904c95941c96d24efd0c8d0b0e 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg4236.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg4236.html
@@ -1 +1,107 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Deuxième tâche (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><p> </p><p><table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td></tr><tr><td style="FONT-SIZE: 10px" width="90%" colspan="2" valign="middle">Ecoutez et remarquez l'homophonie : </td></tr><tr><td style="FONT-SIZE: 10px" colspan="2" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV66','ecran59.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script><br>En dehors de tout contexte, cela pourrait être :<br><br>Enoncé 1 The poet is reading.<br>Enoncé 2 The poet's reading <i>(groupe nominal avec "cas possessif").</i></td></tr></table></p></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Deuxième tâche (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p> </p>
+        <p>
+        <table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0"
+                                                                 src="../media/ecouteur_macao.png" id="MosImg32"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" width="90%" colspan="2" valign="middle">Ecoutez et remarquez l'homophonie
+                    :
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" colspan="2" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV66', 'ecran59.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                    <br>En dehors de tout contexte, cela pourrait être :<br><br>Enoncé 1 The poet is reading.<br>Enoncé
+                    2 The poet's reading <i>(groupe nominal avec "cas possessif").</i></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg4396.html b/Basilisk/MACAO/macao_3/contenu/pages/pg4396.html
index 26adc749ab2c077beddcae736ec133d049b4aef1..ad80913174f3f27f6bc40b14f4a2d8b8df745ed2 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg4396.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg4396.html
@@ -1 +1,402 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Troisième tâche (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="lienrep150/width:32px;height:12px;#STY_texteQC/top:6px;width:504px;height:176px;#STY_question/width:490px;height:242px;#lienrep627/width:47px;height:12px;#lienrep211/width:49px;height:16px;#lienrep49/width:45px;height:12px;#lienrep842/width:45px;height:12px;#lienrep36/width:114px;height:24px;#lienrep50/width:51px;height:12px;#STY_contenuCommentaire/width:214px;height:400px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCM");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep53');oItem.init("11","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep788');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep42');oItem.init("31","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("42","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep047');oItem.init("52","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("61","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep96');oItem.init("71","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='2';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep627","","","","1","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep211","","","","1","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","rep49","","","","1","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","rep36","","","","1","","","","","","");var idDet='divSugg5';EXO_ajouterCommentaire(idDet,"","","","","","","rep50","","","","1","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Tout à fait, ce que vous avez repéré renvoie à du singulier (<i><b>My horse</b>).</i><br><br>L'énoncé complet est : <br><br><i>My horse has arrived from his paddock, if only he could win the race!</i></p><p> </p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p>Non, les indices pertinents sont : <i><b>he</b></i> et <i><b>his</b></i>, car ils renvoient à du singulier (<i><b>My horse</b></i>).<br><br>L'énoncé complet est : <br><br><i>My horse has arrived from his paddock, if only he could win the race!</i></p><p> </p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, les indices pertinents sont : <i><b>he</b></i> et <i><b>his</b></i>, car ils renvoient à du singulier (<i><b>My horse</b></i>).<br><br>L'énoncé complet est : <br><br><i>My horse has arrived from his paddock, if only he could win the race!</i>  </p><p> </p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, les indices pertinents sont : <i><b>he</b></i> et <i><b>his</b></i>, car ils renvoient à du singulier (<i><b>My horse</b></i>).<br><br>L'énoncé complet est : <br><br><i>My horse has arrived from his paddock, if only he could win the race!</i></p><p> </p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, les indices pertinents sont : <i><b>he</b></i> et <i><b>his</b></i>, car ils renvoient à du singulier (<i><b>My horse</b></i>).<br><br>L'énoncé complet est : <br><br><i>My horse has arrived from his paddock, if only he could win the race!</i></p><p> </p></div><div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, les indices pertinents sont : <i><b>he</b></i> et <i><b>his</b></i>, car ils renvoient à du singulier (<i><b>My horse</b></i>).<br><br>L'énoncé complet est : <br><br><i>My horse has arrived from his paddock, if only he could win the race!</i>  </p><p> </p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><p> </p><p><table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg323"></td></tr><tr><td style="FONT-SIZE: 10px" valign="middle">Ecoutez maintenant l'énoncé dans son ensemble.</td></tr><tr><td style="FONT-SIZE: 10px" valign="middle"><p align="left"><script type="text/javascript">ajDocW(PF_clipAV('clipAV3210','ecran542.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></p></td></tr><tr><td style="FONT-SIZE: 10px" colspan="2" valign="middle"><p align="left"><script type="text/javascript">ajDocW(PF_clipAV('clipAV36','mot54_11.swf','80','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> from his paddock, if only he could win the race!</p></td></tr></table></p><p><br>Cliquez sur le ou les indices du texte qui permettent de savoir que l'on a en fait <i>My horse has arrived.</i> </p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellpadding="0" align="center" cellspacing="12"><tr><td valign="top" width="25%"><table width="100%"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">from</div></td></tr></table></td><td valign="top" width="25%"><table width="100%"><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">his</div></td></tr></table></td><td valign="top" width="25%"><table width="100%"><tr id="trReprep211"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep211',true);" onmouseout="exo.changerBouton('rep211',false)" onclick="exo.action('rep211')" id="boutonReprep211" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep211"><div class="STY_reponseQC" id="lienrep211" onmouseover="if(exo)exo.changerBouton('rep211',true)" onmouseout="if(exo)exo.changerBouton('rep211',false)" onclick="exo.action('rep211')">paddock</div></td></tr></table></td><td valign="top" width="25%"><table width="100%"><tr id="trReprep49"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep49',true);" onmouseout="exo.changerBouton('rep49',false)" onclick="exo.action('rep49')" id="boutonReprep49" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep49"><div class="STY_reponseQC" id="lienrep49" onmouseover="if(exo)exo.changerBouton('rep49',true)" onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')">if only</div></td></tr></table></td></tr><tr><td valign="top" width="25%"><table width="100%"><tr id="trReprep842"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep842',true);" onmouseout="exo.changerBouton('rep842',false)" onclick="exo.action('rep842')" id="boutonReprep842" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep842"><div class="STY_reponseQC" id="lienrep842" onmouseover="if(exo)exo.changerBouton('rep842',true)" onmouseout="if(exo)exo.changerBouton('rep842',false)" onclick="exo.action('rep842')">he</div></td></tr></table></td><td valign="top" width="25%"><table width="100%"><tr id="trReprep36"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep36',true);" onmouseout="exo.changerBouton('rep36',false)" onclick="exo.action('rep36')" id="boutonReprep36" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep36"><div class="STY_reponseQC" id="lienrep36" onmouseover="if(exo)exo.changerBouton('rep36',true)" onmouseout="if(exo)exo.changerBouton('rep36',false)" onclick="exo.action('rep36')">could win</div></td></tr></table></td><td valign="top" width="25%"><table width="100%"><tr id="trReprep50"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep50',true);" onmouseout="exo.changerBouton('rep50',false)" onclick="exo.action('rep50')" id="boutonReprep50" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep50"><div class="STY_reponseQC" id="lienrep50" onmouseover="if(exo)exo.changerBouton('rep50',true)" onmouseout="if(exo)exo.changerBouton('rep50',false)" onclick="exo.action('rep50')">the race</div></td></tr></table></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Troisième tâche (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "lienrep150/width:32px;height:12px;#STY_texteQC/top:6px;width:504px;height:176px;#STY_question/width:490px;height:242px;#lienrep627/width:47px;height:12px;#lienrep211/width:49px;height:16px;#lienrep49/width:45px;height:12px;#lienrep842/width:45px;height:12px;#lienrep36/width:114px;height:24px;#lienrep50/width:51px;height:12px;#STY_contenuCommentaire/width:214px;height:400px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCM");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep53');
+        oItem.init("11", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep788');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep42');
+        oItem.init("31", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("42", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep047');
+        oItem.init("52", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("61", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep96');
+        oItem.init("71", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '2';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep627", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep211", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep49", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep36", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg5';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep50", "", "", "", "1", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Tout à fait, ce que vous avez repéré renvoie à du singulier (<i><b>My horse</b>).</i><br><br>L'énoncé complet
+            est : <br><br><i>My horse has arrived from his paddock, if only he could win the race!</i></p>
+        <p> </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, les indices pertinents sont : <i><b>he</b></i> et <i><b>his</b></i>, car ils renvoient à du singulier
+            (<i><b>My horse</b></i>).<br><br>L'énoncé complet est : <br><br><i>My horse has arrived from his paddock, if
+                only he could win the race!</i></p>
+        <p> </p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, les indices pertinents sont : <i><b>he</b></i> et <i><b>his</b></i>, car ils renvoient à du singulier
+            (<i><b>My horse</b></i>).<br><br>L'énoncé complet est : <br><br><i>My horse has arrived from his paddock, if
+                only he could win the race!</i>  </p>
+        <p> </p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, les indices pertinents sont : <i><b>he</b></i> et <i><b>his</b></i>, car ils renvoient à du singulier
+            (<i><b>My horse</b></i>).<br><br>L'énoncé complet est : <br><br><i>My horse has arrived from his paddock, if
+                only he could win the race!</i></p>
+        <p> </p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, les indices pertinents sont : <i><b>he</b></i> et <i><b>his</b></i>, car ils renvoient à du singulier
+            (<i><b>My horse</b></i>).<br><br>L'énoncé complet est : <br><br><i>My horse has arrived from his paddock, if
+                only he could win the race!</i></p>
+        <p> </p></div>
+    <div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, les indices pertinents sont : <i><b>he</b></i> et <i><b>his</b></i>, car ils renvoient à du singulier
+            (<i><b>My horse</b></i>).<br><br>L'énoncé complet est : <br><br><i>My horse has arrived from his paddock, if
+                only he could win the race!</i>  </p>
+        <p> </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><p> </p>
+        <p>
+        <table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle"><img align="center" border="0"
+                                                                 src="../media/ecouteur_macao.png" id="MosImg323"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">Ecoutez maintenant l'énoncé dans son ensemble.</td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle">
+                    <p align="left">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV3210', 'ecran542.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                    </p>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" colspan="2" valign="middle">
+                    <p align="left">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV36', 'mot54_11.swf', '80', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                         from his paddock, if only he could win the race!
+                    </p>
+                </td>
+            </tr>
+        </table>
+        </p><p><br>Cliquez sur le ou les indices du texte qui permettent de savoir que l'on a en fait <i>My horse has
+            arrived.</i> </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellpadding="0" align="center" cellspacing="12">
+            <tr>
+                <td valign="top" width="25%">
+                    <table width="100%">
+                        <tr id="trReprep627">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                              onmouseout="exo.changerBouton('rep627',false)"
+                                                                              onclick="exo.action('rep627')"
+                                                                              id="boutonReprep627"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                                <div class="STY_reponseQC" id="lienrep627"
+                                     onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep627',false)"
+                                     onclick="exo.action('rep627')">from
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="25%">
+                    <table width="100%">
+                        <tr id="trReprep150">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                              onmouseout="exo.changerBouton('rep150',false)"
+                                                                              onclick="exo.action('rep150')"
+                                                                              id="boutonReprep150"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                                <div class="STY_reponseQC" id="lienrep150"
+                                     onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep150',false)"
+                                     onclick="exo.action('rep150')">his
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="25%">
+                    <table width="100%">
+                        <tr id="trReprep211">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep211',true);"
+                                                                              onmouseout="exo.changerBouton('rep211',false)"
+                                                                              onclick="exo.action('rep211')"
+                                                                              id="boutonReprep211"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep211">
+                                <div class="STY_reponseQC" id="lienrep211"
+                                     onmouseover="if(exo)exo.changerBouton('rep211',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep211',false)"
+                                     onclick="exo.action('rep211')">paddock
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="25%">
+                    <table width="100%">
+                        <tr id="trReprep49">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep49',true);"
+                                                                              onmouseout="exo.changerBouton('rep49',false)"
+                                                                              onclick="exo.action('rep49')"
+                                                                              id="boutonReprep49"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep49">
+                                <div class="STY_reponseQC" id="lienrep49"
+                                     onmouseover="if(exo)exo.changerBouton('rep49',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')">
+                                    if only
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td valign="top" width="25%">
+                    <table width="100%">
+                        <tr id="trReprep842">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep842',true);"
+                                                                              onmouseout="exo.changerBouton('rep842',false)"
+                                                                              onclick="exo.action('rep842')"
+                                                                              id="boutonReprep842"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep842">
+                                <div class="STY_reponseQC" id="lienrep842"
+                                     onmouseover="if(exo)exo.changerBouton('rep842',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep842',false)"
+                                     onclick="exo.action('rep842')">he
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="25%">
+                    <table width="100%">
+                        <tr id="trReprep36">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep36',true);"
+                                                                              onmouseout="exo.changerBouton('rep36',false)"
+                                                                              onclick="exo.action('rep36')"
+                                                                              id="boutonReprep36"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep36">
+                                <div class="STY_reponseQC" id="lienrep36"
+                                     onmouseover="if(exo)exo.changerBouton('rep36',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep36',false)" onclick="exo.action('rep36')">
+                                    could win
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+                <td valign="top" width="25%">
+                    <table width="100%">
+                        <tr id="trReprep50">
+                            <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                              onmouseover="if(exo)exo.changerBouton('rep50',true);"
+                                                                              onmouseout="exo.changerBouton('rep50',false)"
+                                                                              onclick="exo.action('rep50')"
+                                                                              id="boutonReprep50"
+                                                                              src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"
+                                                                              vspace="1"></td>
+                            <td valign="top" class="STY_bordureQC" id="tdReprep50">
+                                <div class="STY_reponseQC" id="lienrep50"
+                                     onmouseover="if(exo)exo.changerBouton('rep50',true)"
+                                     onmouseout="if(exo)exo.changerBouton('rep50',false)" onclick="exo.action('rep50')">
+                                    the race
+                                </div>
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg4477.html b/Basilisk/MACAO/macao_3/contenu/pages/pg4477.html
index cb633f99427d68ec36f4b7451b6579cf093dba82..6eda9df341736de4f6a9f94278f266ea1c4385d3 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg4477.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg4477.html
@@ -1 +1,124 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Mémento : l'homophonie</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento : l'homophonie</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><table width="99%" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top">Les formes : <br></td></tr><tr><td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top"><i>my brother has had</i> (<b>/maɪˈbrʌðəzˈhæd/</b>) et <b></b><i>my brothers had</i> (<b>/maɪˈbrʌðəzˈhæd/</b>) <br></td></tr><tr><td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top">se prononcent de la même façon : vous pouvez comparer les transcriptions phonétiques. On dit que ces formes présentent une homophonie. <br><br><br></td></tr><tr><td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top">Il en est de même pour : <br></td></tr><tr><td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top"><i>my cat has had (</i><b>/maɪˈkætsˈhæd/</b>) et<b> </b><i>my cats had</i> (<b>/maɪˈkætsˈhæd/</b>), <br><br><br></td></tr><tr><td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top">et pour : <br></td></tr><tr><td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top"><i>my friends are <b></b></i><i>(</i><b>/maɪˈfrendzə/</b>) et <i>my friend is a <b></b>(</i><b>/maɪˈfrendzə/</b>).<br><br></td></tr><tr><td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top">L'homophonie peut être source d'erreurs d'interprétation. C'est pourquoi, il est nécessaire de développer des connaissances et des stratégies permettant d'améliorer sa compréhension de l'oral. </td></tr></table></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Mémento : l'homophonie</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento :
+                    l'homophonie
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <table width="99%" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top">Les formes : <br></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top"><i>my brother has had</i> (<b>/maɪˈbrʌðəzˈhæd/</b>) et
+                    <b></b><i>my brothers had</i> (<b>/maɪˈbrʌðəzˈhæd/</b>) <br></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top">se prononcent de la même façon : vous
+                    pouvez comparer les transcriptions phonétiques. On dit que ces formes présentent une homophonie.
+                    <br><br><br></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top">Il en est de même pour : <br></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top"><i>my cat has had
+                    (</i><b>/maɪˈkætsˈhæd/</b>) et<b> </b><i>my cats had</i> (<b>/maɪˈkætsˈhæd/</b>), <br><br><br></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top">et pour : <br></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top"><i>my friends are <b></b></i><i>(</i><b>/maɪˈfrendzə/</b>) et <i>my
+                    friend is a <b></b>(</i><b>/maɪˈfrendzə/</b>).<br><br></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; TEXT-ALIGN: justify" valign="top">L'homophonie peut être source d'erreurs
+                    d'interprétation. C'est pourquoi, il est nécessaire de développer des connaissances et des
+                    stratégies permettant d'améliorer sa compréhension de l'oral.
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg4487.html b/Basilisk/MACAO/macao_3/contenu/pages/pg4487.html
index a4240e3d4b27a4a0d7dcf2b1ebea2534d8f3981f..5c2de6c58474bcd98cb86568aae05be21e6fe4e6 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg4487.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg4487.html
@@ -1 +1,228 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Première tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";numT++; exo.ajouterReponse('rep117','1','3',"k aKDKjNkg'o"); exo.ajouterReponse('rep577','1','3',"ok aKDKjNkgNB"); exo.ajouterReponse('rep982','1','3',"ok aKDKjNkg '"); exo.ajouterReponse('rep749','1','3',"Bok aKDKjNkg N");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep117","","","","","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep577","","","","","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep982","","","","","","","","","","");var idDet='divSugg5';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep749","","","","","","","","","","");var idDet='divSugg6';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");var idDet='divSugg7';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");var idDet='divSugg8';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est parfait ! </p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p>Il y a des erreurs. Voici ce que vous avez entendu : <br><br><i>Peter and Mary have moved to Scotland. Their furniture has been carried to Glasgow by road, and now they have finished putting everything in its place. <br></i><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème <b>/v/</b> de <i><b>have</b></i> est en partie assimilé au phonème <b>/f/</b> de <i><b>finished</b></i>. <br><br>Mais dans cet énoncé, <i><b>now</b></i> est un indice : le <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present perfect</i></a> est requis (<i><b>have finished</b></i>) car celui qui parle présente un événement du passé sous l'angle de ses conséquences au moment où il en parle. <br></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est parfait ! </p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est parfait ! </p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est parfait ! </p></div><div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est parfait ! </p></div><div id="divSugg6" onclick="SPE_clicDansBulle(event,'divSugg6')"><p> </p><p> </p><p> </p><p> </p><p>Il y a des erreurs. Voici ce que vous avez entendu : <br><br><i>Peter and Mary have moved to Scotland. Their furniture has been carried to Glasgow by road, and now they have finished putting everything in its place. <br></i><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème <b>/v/</b> de <i><b>have</b></i> est en partie assimilé au phonème <b>/f/</b> de <i><b>finished</b></i>. <br><br>Mais dans cet énoncé, <i><b>now</b></i> est un indice : le <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present perfect</i></a> est requis (<i><b>have finished</b></i>) car celui qui parle présente un événement du passé sous l'angle de ses conséquences au moment où il en parle. <br></p></div><div id="divSugg7" onclick="SPE_clicDansBulle(event,'divSugg7')"><p> </p><p> </p><p> </p><p> </p><p>Il y a des erreurs. Voici ce que vous avez entendu : <br><br><i>Peter and Mary have moved to Scotland. Their furniture has been carried to Glasgow by road, and now they have finished putting everything in its place. <br></i><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème <b>/v/</b> de <i><b>have</b></i> est en partie assimilé au phonème <b>/f/</b> de <i><b>finished</b></i>. <br><br>Mais dans cet énoncé, <i><b>now</b></i> est un indice : le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> est requis (<i><b>have finished</b></i>) car celui qui parle présente un événement du passé sous l'angle de ses conséquences au moment où il en parle. <br></p></div><div id="divSugg8" onclick="SPE_clicDansBulle(event,'divSugg8')"><p> </p><p> </p><p> </p><p> </p><p>Il y a des erreurs. Voici ce que vous avez entendu : <br><br><i>Peter and Mary have moved to Scotland. Their furniture has been carried to Glasgow by road, and now they have finished putting everything in its place. <br></i><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème <b>/v/</b> de <i><b>have</b></i> est en partie assimilé au phonème <b>/f/</b> de <i><b>finished</b></i>. <br><br>Mais dans cet énoncé, <i><b>now</b></i> est un indice : le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> est requis (<i><b>have finished</b></i>) car celui qui parle présente un événement du passé sous l'angle de ses conséquences au moment où il en parle. <br></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question"><br>Ecoutez et complétez :<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7; WIDTH: 15%" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV8922','ecran27.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table></div><div id="STY_texteTAT" class="STY_texteTAT">Peter and Mary have moved to Scotland. Their furniture has been carried to Glasgow by road, and now they <input type="text" onkeyup="actionDetecteTrou()" onfocus="focusChamp(this)" onkeypress="return tapeDansChamp(event)" onkeydown="return tapeDansChamp(event)" class="STY_champTAT" id="champTrou1" style="FONT-SIZE: 10px; WIDTH: 93px; HEIGHT: 17px"> putting everything in its place.<br></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Première tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        numT++;
+        exo.ajouterReponse('rep117', '1', '3', "k aKDKjNkg'o");
+        exo.ajouterReponse('rep577', '1', '3', "ok aKDKjNkgNB");
+        exo.ajouterReponse('rep982', '1', '3', "ok aKDKjNkg '");
+        exo.ajouterReponse('rep749', '1', '3', "Bok aKDKjNkg N");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep117", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep577", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep982", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg5';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep749", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg6';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg7';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg8';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est parfait ! </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Il y a des erreurs. Voici ce que vous avez entendu : <br><br><i>Peter and Mary have moved to Scotland. Their
+            furniture has been carried to Glasgow by road, and now they have finished putting everything in its place.
+            <br></i><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème
+            <b>/v/</b> de <i><b>have</b></i> est en partie assimilé au phonème <b>/f/</b> de <i><b>finished</b></i>.
+            <br><br>Mais dans cet énoncé, <i><b>now</b></i> est un indice : le <a class="STY_lienDansZoneComt"
+                                                                                  href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present
+                perfect</i></a> est requis (<i><b>have finished</b></i>) car celui qui parle présente un événement du
+            passé sous l'angle de ses conséquences au moment où il en parle. <br></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est parfait ! </p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est parfait ! </p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est parfait ! </p></div>
+    <div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est parfait ! </p></div>
+    <div id="divSugg6" onclick="SPE_clicDansBulle(event,'divSugg6')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Il y a des erreurs. Voici ce que vous avez entendu : <br><br><i>Peter and Mary have moved to Scotland. Their
+            furniture has been carried to Glasgow by road, and now they have finished putting everything in its place.
+            <br></i><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème
+            <b>/v/</b> de <i><b>have</b></i> est en partie assimilé au phonème <b>/f/</b> de <i><b>finished</b></i>.
+            <br><br>Mais dans cet énoncé, <i><b>now</b></i> est un indice : le <a class="STY_lienDansZoneComt"
+                                                                                  href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present
+                perfect</i></a> est requis (<i><b>have finished</b></i>) car celui qui parle présente un événement du
+            passé sous l'angle de ses conséquences au moment où il en parle. <br></p></div>
+    <div id="divSugg7" onclick="SPE_clicDansBulle(event,'divSugg7')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Il y a des erreurs. Voici ce que vous avez entendu : <br><br><i>Peter and Mary have moved to Scotland. Their
+            furniture has been carried to Glasgow by road, and now they have finished putting everything in its place.
+            <br></i><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème
+            <b>/v/</b> de <i><b>have</b></i> est en partie assimilé au phonème <b>/f/</b> de <i><b>finished</b></i>.
+            <br><br>Mais dans cet énoncé, <i><b>now</b></i> est un indice : le <i><a class="STY_lienDansZoneComt"
+                                                                                     href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+                perfect</a></i> est requis (<i><b>have finished</b></i>) car celui qui parle présente un événement du
+            passé sous l'angle de ses conséquences au moment où il en parle. <br></p></div>
+    <div id="divSugg8" onclick="SPE_clicDansBulle(event,'divSugg8')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Il y a des erreurs. Voici ce que vous avez entendu : <br><br><i>Peter and Mary have moved to Scotland. Their
+            furniture has been carried to Glasgow by road, and now they have finished putting everything in its place.
+            <br></i><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème : ici le phonème
+            <b>/v/</b> de <i><b>have</b></i> est en partie assimilé au phonème <b>/f/</b> de <i><b>finished</b></i>.
+            <br><br>Mais dans cet énoncé, <i><b>now</b></i> est un indice : le <i><a class="STY_lienDansZoneComt"
+                                                                                     href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+                perfect</a></i> est requis (<i><b>have finished</b></i>) car celui qui parle présente un événement du
+            passé sous l'angle de ses conséquences au moment où il en parle. <br></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question"><br>Ecoutez et complétez :<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7; WIDTH: 15%" width="40%" valign="middle"><img align="center" border="0"
+                                                                                             src="../media/ecouteur_macao.png"
+                                                                                             id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV8922', 'ecran27.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT">Peter and Mary have moved to Scotland. Their furniture has been carried
+        to Glasgow by road, and now they <input type="text" onkeyup="actionDetecteTrou()" onfocus="focusChamp(this)"
+                                                onkeypress="return tapeDansChamp(event)"
+                                                onkeydown="return tapeDansChamp(event)" class="STY_champTAT"
+                                                id="champTrou1" style="FONT-SIZE: 10px; WIDTH: 93px; HEIGHT: 17px">
+        putting everything in its place.<br></div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg4797.html b/Basilisk/MACAO/macao_3/contenu/pages/pg4797.html
index 1e2dbbf4cb3dc17a52afc87274324757b1733372..41d548522f1c8d1d0749bc3fc85eec94b23c550f 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg4797.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg4797.html
@@ -1 +1,232 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Exemples (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/width:508px;height:157px;#STY_question/width:488px;height:206px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep671');oItem.init("11","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("22","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>On entend effectivement la même chose même si /<b>maɪˈfrendzə</b>/ peut correspondre à <i>my friends are</i> ou à <i>my friend is a</i>. <br><br>Il y a homophonie.<br><br>Vous pouvez réécouter les énoncés.<br><br>Enoncé 5 : <i>My friends are leaving tomorrow.</i><br><br>Enoncé 6 : <i>My friend is a very good cook; it's a pity she's leaving tomorrow!</i></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est faux, on entend la même chose même si /<b>maɪˈfrendzə</b>/ peut correspondre à <i>my friends are</i> ou à <i>my friend is a</i>. <br><br>Il y a homophonie. <br><br>Vous pouvez réécouter les énoncés. <br><br>Enoncé 5 : <i>My friends are leaving tomorrow.</i><br><br>Enoncé 6 : <i>My friend is a very good cook; it's a pity she's leaving tomorrow!</i></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  ">Ecoutez les énoncés :<br><br><table width="95%" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" width="10%" valign="middle"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" width="100%" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" width="5%" valign="middle"><p align="right"><script type="text/javascript">ajDocW(PF_clipAV('clipAV22655','ecran501.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" width="14%" valign="middle"><p align="left">Enoncé 5</p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" width="80%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV16','mot50_11.swf','70','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> leaving tomorrow.</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><p align="right"><script type="text/javascript">ajDocW(PF_clipAV('clipAV4536','ecran502.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><p align="left">Enoncé 6</p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV163','mot50_11.swf','70','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> very good cook; it's a pity she's leaving tomorrow! </td></tr></table><br>Réécoutez les blocs mis en valeur. Est-ce qu'on entend la même chose ? </div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">OUI</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">NON</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Exemples (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/width:508px;height:157px;#STY_question/width:488px;height:206px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("11", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("22", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (3)</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>On entend effectivement la même chose même si /<b>maɪˈfrendzə</b>/ peut correspondre à <i>my friends are</i>
+            ou à <i>my friend is a</i>. <br><br>Il y a homophonie.<br><br>Vous pouvez réécouter les énoncés.<br><br>Enoncé 5
+            : <i>My friends are leaving tomorrow.</i><br><br>Enoncé 6 : <i>My friend is a very good cook; it's a pity
+                she's leaving tomorrow!</i></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux, on entend la même chose même si /<b>maɪˈfrendzə</b>/ peut correspondre à <i>my friends are</i> ou
+            à <i>my friend is a</i>. <br><br>Il y a homophonie. <br><br>Vous pouvez réécouter les énoncés. <br><br>Enoncé 5
+            : <i>My friends are leaving tomorrow.</i><br><br>Enoncé 6 : <i>My friend is a very good cook; it's a pity
+                she's leaving tomorrow!</i></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  ">Ecoutez les énoncés :<br><br>
+        <table width="95%" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><img
+                        align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" width="10%"
+                    valign="middle"></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" width="100%"
+                    valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" width="5%" valign="middle">
+                    <p align="right">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV22655', 'ecran501.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                    </p>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" width="14%" valign="middle"><p
+                        align="left">Enoncé 5</p></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" width="80%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV16', 'mot50_11.swf', '70', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     leaving tomorrow.
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle">
+                    <p align="right">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV4536', 'ecran502.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                    </p>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><p
+                        align="left">Enoncé 6</p></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV163', 'mot50_11.swf', '70', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     very good cook; it's a pity she's leaving tomorrow!
+                </td>
+            </tr>
+        </table>
+        <br>Réécoutez les blocs mis en valeur. Est-ce qu'on entend la même chose ?
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">OUI
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">NON
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg4815.html b/Basilisk/MACAO/macao_3/contenu/pages/pg4815.html
index 72ce2c723bafb2c6f42f64896bf02bd6a3151024..967473bd2f375de4021cf460ff8924604750863c 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg4815.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg4815.html
@@ -1 +1,143 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Des formes aux sons (2b)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteCours/width:515px;height:414px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des formes aux sons (2b)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><br>Des variantes existent également à l'oral pour <i><b>is</b></i>, pour le "cas possessif" et le présent simple. <br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg3259"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">De même, le "cas possessif" (<i><b>'s</b></i>) peut se prononcer :</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV3038','ecran685.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/z/</b> (Jane<i><b>'s</b></i> books) </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV3202','ecran686.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/s/</b> (Jack<b><i>'s</i></b> bicycle) </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV4851','ecran687.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/ɪz/</b> (Alex<b><i>'s</i></b> house)</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">ou bien il peut être inaudible :</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV2928','ecran688.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/Ø/</b> (for art<b><i>'s</i></b> sake) <br><b>/fəˈɑːtseɪk/</b> </td></tr></table></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Des formes aux sons (2b)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteCours/width:515px;height:414px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des formes aux sons
+                    (2b)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br>Des variantes existent également à l'oral pour <i><b>is</b></i>,
+        pour le "cas possessif" et le présent simple. <br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg3259">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">De même, le "cas
+                    possessif" (<i><b>'s</b></i>) peut se prononcer :
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV3038', 'ecran685.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/z/</b> (Jane<i><b>'s</b></i>
+                    books)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV3202', 'ecran686.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/s/</b> (Jack<b><i>'s</i></b>
+                    bicycle)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV4851', 'ecran687.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/ɪz/</b> (Alex<b><i>'s</i></b>
+                    house)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">ou bien il peut être
+                    inaudible :
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2928', 'ecran688.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/Ø/</b> (for
+                    art<b><i>'s</i></b> sake) <br><b>/fəˈɑːtseɪk/</b> 
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg4851.html b/Basilisk/MACAO/macao_3/contenu/pages/pg4851.html
index f6dc297db7c850eeb60032966e5d95b4b736c607..7b950b290acafdec82af4c2a994b880fd5efa914 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg4851.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg4851.html
@@ -1 +1,137 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Des sons aux formes (1b)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des sons aux formes (1b)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><p><br>En anglais oral, les sources de confusion sont multiples du fait de phénomènes d'homophonie, d'assimilation ou encore de proximité (entre certains phonèmes). <br><br>De même, quand on entend <b>/s/</b>, cela peut notamment correspondre à : <br>  <br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg3254"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       <script type="text/javascript">ajDocW(PF_clipAV('clipAV1311','ecran646.swf','35','25','true','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>has</i> (Pat has gone.) ; </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       <script type="text/javascript">ajDocW(PF_clipAV('clipAV2447','ecran647.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>is</i> (Pat is coming.) ;</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       <script type="text/javascript">ajDocW(PF_clipAV('clipAV3793','ecran648.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">un pluriel (cups) ;</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       <script type="text/javascript">ajDocW(PF_clipAV('clipAV1588','ecran649.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">un cas possessif (Pat's books) ; </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       <script type="text/javascript">ajDocW(PF_clipAV('clipAV6146','ecran6410.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">la finale du présent simple à la troisième personne du singulier (He walks a lot.). </td></tr></table>  <br></p></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Des sons aux formes (1b)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des sons aux formes
+                    (1b)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p><br>En anglais oral, les sources de confusion sont
+        multiples du fait de phénomènes d'homophonie, d'assimilation ou encore de proximité (entre certains phonèmes).
+        <br><br>De même, quand on entend <b>/s/</b>, cela peut notamment correspondre à : <br>  <br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg3254">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV1311', 'ecran646.swf', '35', '25', 'true', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>has</i> (Pat has gone.) ; 
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2447', 'ecran647.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>is</i> (Pat is coming.) ;</td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV3793', 'ecran648.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">un pluriel (cups) ;</td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV1588', 'ecran649.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">un cas possessif (Pat's books)
+                    ; 
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6146', 'ecran6410.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">la finale du présent simple à la
+                    troisième personne du singulier (He walks a lot.).
+                </td>
+            </tr>
+        </table>
+          <br></p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg4973.html b/Basilisk/MACAO/macao_3/contenu/pages/pg4973.html
index dd2afef04af2a0b7de5e9502eecca7149765943b..befcd431407eae67dc778181d1ff9c04216f23a4 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg4973.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg4973.html
@@ -1 +1,105 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Troisième tâche (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 11px" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td></tr><tr><td style="FONT-SIZE: 11px" width="90%" colspan="2" valign="middle">Ecoutez : <script type="text/javascript">ajDocW(PF_clipAV('clipAV36','mot54_11.swf','80','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="FONT-SIZE: 11px" colspan="2" valign="middle">En dehors de tout contexte, cela pourrait être : <i>My horse has arrived</i> ou <i>My horses arrived</i>, car il y a homophonie.</td></tr></table></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Troisième tâche (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 11px" valign="middle"><img align="center" border="0"
+                                                                 src="../media/ecouteur_macao.png" id="MosImg32"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 11px" width="90%" colspan="2" valign="middle">Ecoutez :
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV36', 'mot54_11.swf', '80', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 11px" colspan="2" valign="middle">En dehors de tout contexte, cela pourrait être :
+                    <i>My horse has arrived</i> ou <i>My horses arrived</i>, car il y a homophonie.
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg5132.html b/Basilisk/MACAO/macao_3/contenu/pages/pg5132.html
index 3c2a98fc4bdd7992b9e2eebb9fe5b8d6e73ec05e..36bd3a7889c6a029844f50943f41b736081a5e2d 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg5132.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg5132.html
@@ -1 +1,163 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Troisième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteTAT/width:508px;height:248px;#STY_question/width:498px;height:173px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='1';numT++; exo.ajouterReponse('rep24','1','3',"0kD8B"); exo.ajouterReponse('rep429','1','4',"0KDU8B"); exo.ajouterReponse('rep91','1','4',"0k8B");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep429","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep91","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p>Bravo ! Vous avez entendu : <br><br><i>If the school refuses to take more children, the governors could be taken to Court.</i><br><br>En effet, <i>could be taken</i> est une forme passive : le risque encouru par les responsables de l'école est d'être poursuivis en justice. </p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p>Non, vous avez entendu : <br><br><i>If the school refuses to take more children, the governors could be taken to Court</i>. <br><br><i>take</i> ne convient pas car ce n'est pas un participe passé. Dans le contexte, une forme passive (voix passive : BE + V au participe passé) est requise pour exprimer que le risque encouru par les responsables de l'école est d'être poursuivis en justice. </p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p>Non, vous avez entendu : <br><br><i>If the school refuses to take more children, the governors could be taken to Court</i>. <br><br><i>take</i> ne convient pas car ce n'est pas un participe passé. Dans le contexte, une forme passive (voix passive : BE + V au participe passé) est requise pour exprimer que le risque encouru par les responsables de l'école est d'être poursuivis en justice. </p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question">Ecoutez l'énoncé suivant :<p><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" width="25" height="42" id="MosImg27"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV2953','ecran46.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV90','mot46_11.swf','360','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table></p></div><div id="STY_texteTAT" class="STY_texteTAT">Choisissez entre les formes proposées : <br><br>If the school refuses to take more children, the governors could be <select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()" style="WIDTH: 85px"><option value="_INIT_TROU"> </option></select> to Court.</div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Troisième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteTAT/width:508px;height:248px;#STY_question/width:498px;height:173px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        numT++;
+        exo.ajouterReponse('rep24', '1', '3', "0kD8B");
+        exo.ajouterReponse('rep429', '1', '4', "0KDU8B");
+        exo.ajouterReponse('rep91', '1', '4', "0k8B");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep429", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep91", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bravo ! Vous avez entendu : <br><br><i>If the school refuses to take more children, the governors could be
+            taken to Court.</i><br><br>En effet, <i>could be taken</i> est une forme passive : le risque encouru par les
+            responsables de l'école est d'être poursuivis en justice. </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, vous avez entendu : <br><br><i>If the school refuses to take more children, the governors could be taken
+            to Court</i>. <br><br><i>take</i> ne convient pas car ce n'est pas un participe passé. Dans le contexte, une
+            forme passive (voix passive : BE + V au participe passé) est requise pour exprimer que le risque encouru par
+            les responsables de l'école est d'être poursuivis en justice. </p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, vous avez entendu : <br><br><i>If the school refuses to take more children, the governors could be taken
+            to Court</i>. <br><br><i>take</i> ne convient pas car ce n'est pas un participe passé. Dans le contexte, une
+            forme passive (voix passive : BE + V au participe passé) est requise pour exprimer que le risque encouru par
+            les responsables de l'école est d'être poursuivis en justice. </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question">Ecoutez l'énoncé suivant :<p>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><img align="center" border="0"
+                                                                                            src="../media/ecouteur_macao.png"
+                                                                                            width="25" height="42"
+                                                                                            id="MosImg27"></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2953', 'ecran46.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV90', 'mot46_11.swf', '360', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="STY_texteTAT" class="STY_texteTAT">Choisissez entre les formes proposées : <br><br>If the school refuses to
+        take more children, the governors could be <select class="STY_selectTAT" id="champTrou1"
+                                                           onchange="actionDetecteSelect()" style="WIDTH: 85px">
+            <option value="_INIT_TROU"> </option>
+        </select> to Court.
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg5136.html b/Basilisk/MACAO/macao_3/contenu/pages/pg5136.html
index 907e20225eee53c62d72a2c097c5c77a1aaad74b..c7a453bc5289b9ee69f34509d0c677f1eb24e590 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg5136.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg5136.html
@@ -1 +1,222 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Exemples (5)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/width:508px;height:183px;#STY_question/width:496px;height:227px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep853');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (5)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p><br><br> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p><br><br><br>Vous avez raison.<br><br>Vous pouvez lire et réécouter les deux énoncés : <br><br><i>There are so many sports our children can practise these days! <br><br>Look at the children. They are so happy together!</i></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p><br> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p><br><br><br><br>Vous vous trompez.<br><br>Réécoutez les deux énoncés : <br><br><i>There are so many sports our children can practise these days! <br><br>Look at the children. They are so happy together!</i></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  ">Ecoutez ces deux énoncés en entier puis par blocs.<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"></td></tr><tr><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV284','ecran61.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV17','mot6_1.swf','350','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV6940','ecran62.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV61','mot6_2.swf','350','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br>Que diriez-vous de la prononciation des blocs mis en valeur ?</div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">il est difficile d'établir une différence ;</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la prononciation est nettement différente.</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Exemples (5)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/width:508px;height:183px;#STY_question/width:496px;height:227px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (5)</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p><br><br> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p><br><br><br>Vous avez raison.<br><br>Vous pouvez lire et réécouter les deux énoncés : <br><br><i>There are so
+            many sports our children can practise these days! <br><br>Look at the children. They are so happy together!</i>
+        </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p><br> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p><br><br><br><br>Vous vous trompez.<br><br>Réécoutez les deux énoncés : <br><br><i>There are so many sports
+            our children can practise these days! <br><br>Look at the children. They are so happy together!</i></p>
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  ">Ecoutez ces deux énoncés en entier puis par blocs.<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0"
+                                                                                 src="../media/ecouteur_macao.png"
+                                                                                 id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV284', 'ecran61.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV17', 'mot6_1.swf', '350', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6940', 'ecran62.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV61', 'mot6_2.swf', '350', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br>Que diriez-vous de la prononciation des blocs mis en valeur ?
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">il est
+                        difficile d'établir une différence ;
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la
+                        prononciation est nettement différente.
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg5252.html b/Basilisk/MACAO/macao_3/contenu/pages/pg5252.html
index 918f388b00a25fc51b030aba1ad7e448132e9c81..a81c8e1d979d94460850501808d78ee4da333a20 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg5252.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg5252.html
@@ -1 +1,108 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Sixième tâche (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');leCours.ajouterCommentaire("divCmt1","","","","","","","","","","","","","","","","");dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Sixième tâche (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"></div></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 11px" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td></tr><tr><td style="FONT-SIZE: 11px" width="90%" colspan="2" valign="middle">Ecoutez : <script type="text/javascript">ajDocW(PF_clipAV('clipAV91','mot57_11.swf','80','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="FONT-SIZE: 11px" colspan="2" valign="middle">En dehors de tout contexte, cela pourrait être : <i>That film is coming out </i>ou<i> That film's coming out</i>, car il y a homophonie.</td></tr></table></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Sixième tâche (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        leCours.ajouterCommentaire("divCmt1", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "");
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Sixième tâche (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'1')"></div>
+</div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 11px" valign="middle"><img align="center" border="0"
+                                                                 src="../media/ecouteur_macao.png" id="MosImg32"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 11px" width="90%" colspan="2" valign="middle">Ecoutez :
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV91', 'mot57_11.swf', '80', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 11px" colspan="2" valign="middle">En dehors de tout contexte, cela pourrait être :
+                    <i>That film is coming out </i>ou<i> That film's coming out</i>, car il y a homophonie.
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg5261.html b/Basilisk/MACAO/macao_3/contenu/pages/pg5261.html
index b13eb4837843f7f2b66386bfc8b984637a06ab82..f19c433c3c941c5a31c8cbcaac5da09088c176cb 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg5261.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg5261.html
@@ -1 +1,157 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Des sons aux formes (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteCours/width:515px;height:424px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des sons aux formes (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  ">D'autre part, quand on entend <b>/ə/</b>, cela peut notamment correspondre à : <br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg325"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="100%" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="10%" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV9137','ecran651.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">l'article <i>a</i> (a book) ;</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV9656','ecran652.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>are</i> (My teachers are French.) ;</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV3953','ecran653.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>at</i> devant <b>/t/</b> ou <b>/d/</b> (at dinner) ; </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV8477','ecran654.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>of</i> devant <b>/f/</b> ou <b>/v/</b> (I'm fond of vegetables.)</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV1157','ecran655.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>have</i> devant <b>/f/</b> ou <b>/v/</b> (We've visited them twice.). <br></td></tr></table><br>De même, quand on entend <b>/d/</b>, cela peut notamment correspondre à : <br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV6560','ecran656.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>had</i> ( I had been ill for two days when I decided to call the doctor.) ; </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV2382','ecran657.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>would</i> (If I could, I would go to England more often.). <b><i></i></b></td></tr></table></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Des sons aux formes (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteCours/width:515px;height:424px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des sons aux formes
+                    (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">D'autre part, quand on entend <b>/ə/</b>, cela peut
+        notamment correspondre à : <br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg325">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="100%" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="10%" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV9137', 'ecran651.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">l'article <i>a</i> (a book) ;
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV9656', 'ecran652.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>are</i> (My teachers are
+                    French.) ;
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV3953', 'ecran653.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>at</i> devant <b>/t/</b> ou
+                    <b>/d/</b> (at dinner) ; 
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV8477', 'ecran654.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>of</i> devant <b>/f/</b> ou
+                    <b>/v/</b> (I'm fond of vegetables.)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV1157', 'ecran655.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>have</i> devant <b>/f/</b> ou
+                    <b>/v/</b> (We've visited them twice.). <br></td>
+            </tr>
+        </table>
+        <br>De même, quand on entend <b>/d/</b>, cela peut notamment correspondre à : <br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6560', 'ecran656.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>had</i> ( I had been ill for
+                    two days when I decided to call the doctor.) ; 
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2382', 'ecran657.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>would</i> (If I could, I would
+                    go to England more often.). <b><i></i></b></td>
+            </tr>
+        </table>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg5670.html b/Basilisk/MACAO/macao_3/contenu/pages/pg5670.html
index c5d898735949a8b8b06640dd71a30bd815c940f5..91512a5f7e5ca399f2c4f7127d4b6223a3ab96f4 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg5670.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg5670.html
@@ -1 +1,218 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Exemples (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:494px;height:183px;#STY_texteQC/top:23px;width:506px;height:201px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep853');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p><br><br> </p><p> </p><p> </p><p> </p><p> </p><p><br><br><br>Vous avez raison. Vous pouvez réécouter les deux énoncés :<br><br><i>He succeeded in making her cry on her birthday. <br><br>He's succeeded well so far.</i></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p><br><br> </p><p> </p><p> </p><p> </p><p> </p><p><br><br><br>Vous vous trompez. Réécoutez les deux énoncés : <br><br><i>He succeeded in making her cry on her birthday. <br><br>He's succeeded well so far.</i></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  ">Ecoutez ces deux énoncés en entier puis par blocs.<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND-COLOR: #b5f0c7" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV42598','ecran31.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV65','mot3_1.swf','300','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV607810','ecran32.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV62','mot3_2.swf','190','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br><br>Que diriez-vous de la prononciation des blocs mis en valeur ?</div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">il est difficile d'établir une différence ;</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la prononciation est nettement différente.</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Exemples (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:494px;height:183px;#STY_texteQC/top:23px;width:506px;height:201px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (2)</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p><br><br> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p><br><br><br>Vous avez raison. Vous pouvez réécouter les deux énoncés :<br><br><i>He succeeded in making her
+            cry on her birthday. <br><br>He's succeeded well so far.</i></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p><br><br> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p><br><br><br>Vous vous trompez. Réécoutez les deux énoncés : <br><br><i>He succeeded in making her cry on her
+            birthday. <br><br>He's succeeded well so far.</i></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  ">Ecoutez ces deux énoncés en entier puis par blocs.<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND-COLOR: #b5f0c7" width="40%" valign="middle"><img align="center" border="0"
+                                                                                       src="../media/ecouteur_macao.png"
+                                                                                       id="MosImg32"></td>
+                <td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV42598', 'ecran31.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV65', 'mot3_1.swf', '300', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV607810', 'ecran32.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV62', 'mot3_2.swf', '190', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br><br>Que diriez-vous de la prononciation des blocs mis en valeur ?
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">il est
+                        difficile d'établir une différence ;
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la
+                        prononciation est nettement différente.
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg5786.html b/Basilisk/MACAO/macao_3/contenu/pages/pg5786.html
index a5fbee9706dbbe24e8e96a388a274c8caa13f827..136e007ea34aee22ca5c20d306eeb8007898d947 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg5786.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg5786.html
@@ -1 +1,105 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Deuxième tâche (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 11px" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td></tr><tr><td style="FONT-SIZE: 11px" width="90%" colspan="2" valign="middle">Ecoutez : <script type="text/javascript">ajDocW(PF_clipAV('clipAV95','mot53_13.swf','80','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="FONT-SIZE: 11px" colspan="2" valign="middle">En dehors de tout contexte, cela pourrait être : <i>The boy is a</i> ou <i>The boys are</i>, car il y a homophonie.</td></tr></table><p> </p></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Deuxième tâche (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 11px" valign="middle"><img align="center" border="0"
+                                                                 src="../media/ecouteur_macao.png" id="MosImg32"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 11px" width="90%" colspan="2" valign="middle">Ecoutez :
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV95', 'mot53_13.swf', '80', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 11px" colspan="2" valign="middle">En dehors de tout contexte, cela pourrait être :
+                    <i>The boy is a</i> ou <i>The boys are</i>, car il y a homophonie.
+                </td>
+            </tr>
+        </table>
+        <p> </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg5836.html b/Basilisk/MACAO/macao_3/contenu/pages/pg5836.html
index aeacc9372b9e8ae52f1eb5db8b3cdf3242d89b96..90a9b583fc1c090c8990b14bbefb434b41128eac 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg5836.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg5836.html
@@ -1 +1,241 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Sixième tâche (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/width:508px;height:256px;#STY_question/width:494px;height:160px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep936');oItem.init("11","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("32","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep306","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","","","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Sixième tâche (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Vous avez raison.<br><br>A l'oral, il y a une zone d'ambiguïté entre <b><i>Here's the road</i></b> et <b><i>Here's a road</i>.</b> Dans <b><i>Here's the road</i></b>, le phonème <b>/ð/</b> de <b><i>the</i></b> est modifié par le phonème <b>/z/</b> de <b><i>'s</i></b>, si bien que la prononciation de <b><i>the</i></b> s'apparente à celle de <b><i>a</i></b>. Seuls le contexte ou la situation dans lesquels ils sont employés permettent de lever l'ambiguïté. <br><br>Les énoncés entendus peuvent être compris et écrits de deux façons : <br><br><b><i>Here's the road</i>. <br><br><i>Here's a road</i>.</b></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Non, il est difficile d'établir une différence.<br><br>A l'oral, il y a une zone d'ambiguïté entre <b><i>Here's the road</i></b> et <b><i>Here's a road</i>.</b> Dans <b><i>Here's the road</i></b>, le phonème <b>/ð/</b> de <b><i>the</i></b> est modifié par le phonème <b>/z/</b> de <b><i>'s</i></b>, si bien que la prononciation de <b><i>the</i></b> s'apparente à celle de <b><i>a</i></b>. Seuls le contexte ou la situation dans lesquels ils sont employés permettent de lever l'ambiguïté. <br><br>Les énoncés entendus peuvent être compris et écrits de deux façons : <br><br><b><i>Here's the road</i>. <br><br><i>Here's a road</i>.</b></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')">Non, il est difficile d'établir une différence.<br><br>A l'oral, il y a une zone d'ambiguïté entre <b><i>Here's the road</i></b> et <b><i>Here's a road</i>.</b> Dans <b><i>Here's the road</i></b>, le phonème <b>/ð/</b> de <b><i>the</i></b> est modifié par le phonème <b>/z/</b> de <b><i>'s</i></b>, si bien que la prononciation de <b><i>the</i></b> s'apparente à celle de <b><i>a</i></b>. Seuls le contexte ou la situation dans lesquels ils sont employés permettent de lever l'ambiguïté. <br><br>Les énoncés entendus peuvent être compris et écrits de deux façons : <br><br><b><i>Here's the road</i>. <br><br><i>Here's a road</i>.</b></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><br>Que diriez-vous de la prononciation des deux énoncés suivants ?<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"></td></tr><tr><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV4024','ecran131.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" valign="middle"></td></tr><tr><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV6663','ecran132.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" valign="middle"></td></tr></table></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">il est difficile d'établir une différence ;</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la prononciation est la même ;</div></td></tr><tr id="trReprep306"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep306',true);" onmouseout="exo.changerBouton('rep306',false)" onclick="exo.action('rep306')" id="boutonReprep306" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep306"><div class="STY_reponseQC" id="lienrep306" onmouseover="if(exo)exo.changerBouton('rep306',true)" onmouseout="if(exo)exo.changerBouton('rep306',false)" onclick="exo.action('rep306')">la prononciation est nettement différente.</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Sixième tâche (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/width:508px;height:256px;#STY_question/width:494px;height:160px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep936');
+        oItem.init("11", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("32", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep306", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Sixième tâche (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Vous avez raison.<br><br>A l'oral, il y a
+        une zone d'ambiguïté entre <b><i>Here's the road</i></b> et <b><i>Here's a road</i>.</b> Dans <b><i>Here's the
+            road</i></b>, le phonème <b>/ð/</b> de <b><i>the</i></b> est modifié par le phonème <b>/z/</b> de
+        <b><i>'s</i></b>, si bien que la prononciation de <b><i>the</i></b> s'apparente à celle de <b><i>a</i></b>.
+        Seuls le contexte ou la situation dans lesquels ils sont employés permettent de lever l'ambiguïté. <br><br>Les
+        énoncés entendus peuvent être compris et écrits de deux façons : <br><br><b><i>Here's the road</i>. <br><br><i>Here's
+            a road</i>.</b></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Non, il est difficile d'établir une différence.<br><br>A
+        l'oral, il y a une zone d'ambiguïté entre <b><i>Here's the road</i></b> et <b><i>Here's a road</i>.</b> Dans <b><i>Here's
+            the road</i></b>, le phonème <b>/ð/</b> de <b><i>the</i></b> est modifié par le phonème <b>/z/</b> de <b><i>'s</i></b>,
+        si bien que la prononciation de <b><i>the</i></b> s'apparente à celle de <b><i>a</i></b>. Seuls le contexte ou
+        la situation dans lesquels ils sont employés permettent de lever l'ambiguïté. <br><br>Les énoncés entendus
+        peuvent être compris et écrits de deux façons : <br><br><b><i>Here's the road</i>. <br><br><i>Here's a road</i>.</b>
+    </div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')">Non, il est difficile d'établir une différence.<br><br>A
+        l'oral, il y a une zone d'ambiguïté entre <b><i>Here's the road</i></b> et <b><i>Here's a road</i>.</b> Dans <b><i>Here's
+            the road</i></b>, le phonème <b>/ð/</b> de <b><i>the</i></b> est modifié par le phonème <b>/z/</b> de <b><i>'s</i></b>,
+        si bien que la prononciation de <b><i>the</i></b> s'apparente à celle de <b><i>a</i></b>. Seuls le contexte ou
+        la situation dans lesquels ils sont employés permettent de lever l'ambiguïté. <br><br>Les énoncés entendus
+        peuvent être compris et écrits de deux façons : <br><br><b><i>Here's the road</i>. <br><br><i>Here's a road</i>.</b>
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><br>Que diriez-vous de la prononciation des deux énoncés
+        suivants ?<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0"
+                                                                                 src="../media/ecouteur_macao.png"
+                                                                                 id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV4024', 'ecran131.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6663', 'ecran132.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"></td>
+            </tr>
+        </table>
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">il est
+                        difficile d'établir une différence ;
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la
+                        prononciation est la même ;
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep306">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep306',true);"
+                                                                  onmouseout="exo.changerBouton('rep306',false)"
+                                                                  onclick="exo.action('rep306')" id="boutonReprep306"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep306">
+                    <div class="STY_reponseQC" id="lienrep306" onmouseover="if(exo)exo.changerBouton('rep306',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep306',false)" onclick="exo.action('rep306')">la
+                        prononciation est nettement différente.
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg5986.html b/Basilisk/MACAO/macao_3/contenu/pages/pg5986.html
index 4dce861b57f8f4f8798c39d41db25fe4ecebcfd6..254d871b4490fb88f992ef667bf61f6b2ffde51d 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg5986.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg5986.html
@@ -1 +1,105 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Quatrième tâche (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 11px" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td></tr><tr><td style="FONT-SIZE: 11px" width="90%" colspan="2" valign="middle">Ecoutez : <script type="text/javascript">ajDocW(PF_clipAV('clipAV8','mot55_12.swf','80','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="FONT-SIZE: 11px" colspan="2" valign="middle">En dehors de tout contexte, cela pourrait être : <i>The book is</i> ou <i>The books</i>, car il y a homophonie.</td></tr></table></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Quatrième tâche (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <table bgColor="#b5f0c7" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 11px" valign="middle"><img align="center" border="0"
+                                                                 src="../media/ecouteur_macao.png" id="MosImg32"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 11px" width="90%" colspan="2" valign="middle">Ecoutez :
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV8', 'mot55_12.swf', '80', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 11px" colspan="2" valign="middle">En dehors de tout contexte, cela pourrait être :
+                    <i>The book is</i> ou <i>The books</i>, car il y a homophonie.
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg6180.html b/Basilisk/MACAO/macao_3/contenu/pages/pg6180.html
index 9abb80a6ff72ad10b7e535358a71376db2a1e51a..aa8ded09027b06db1c7e711887a0ce7f1d76bcbf 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg6180.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg6180.html
@@ -1 +1,149 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Deuxième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteTAT/width:510px;height:122px;#STY_question/width:500px;height:205px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='1';numT++; exo.ajouterReponse('rep269','1','4',"kjk UBAkj 2N"); exo.ajouterReponse('rep430','1','3',"Kj UBAk Kj2N");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep269","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Très bien.<br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, ce que vous proposez est agrammatical car il manque le verbe. De plus, <i><b>this</b></i>, <b>/ð<span style="FONT-SIZE: 78%">I</span>s/</b>, ne se prononce pas comme <i>these</i>, <b>/ði:z/<i>.</i></b><br></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question"><p>Ecoutez : <br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32">  </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV3452','ecran611.swf','35','25','true','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br>Maintenant, sélectionnez l'élément qui convient pour cet énoncé :</p></div><div id="STY_texteTAT" class="STY_texteTAT"><br><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()" style="WIDTH: 130px"><option value="_INIT_TROU"> </option></select> easy.</div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Deuxième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteTAT/width:510px;height:122px;#STY_question/width:500px;height:205px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        numT++;
+        exo.ajouterReponse('rep269', '1', '4', "kjk UBAkj 2N");
+        exo.ajouterReponse('rep430', '1', '3', "Kj UBAk Kj2N");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep269", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Très bien.<br></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, ce que vous proposez est agrammatical car il manque le verbe. De plus, <i><b>this</b></i>, <b>/ð<span
+                style="FONT-SIZE: 78%">I</span>s/</b>, ne se prononce pas comme <i>these</i>, <b>/ði:z/<i>.</i></b><br>
+        </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question"><p>Ecoutez : <br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg32"> 
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV3452', 'ecran611.swf', '35', '25', 'true', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br>Maintenant, sélectionnez l'élément qui convient pour cet énoncé :</p></div>
+    <div id="STY_texteTAT" class="STY_texteTAT"><br><select class="STY_selectTAT" id="champTrou1"
+                                                            onchange="actionDetecteSelect()" style="WIDTH: 130px">
+        <option value="_INIT_TROU"> </option>
+    </select> easy.
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg6329.html b/Basilisk/MACAO/macao_3/contenu/pages/pg6329.html
index f4e43f1b6acded832baca3a0209fb25d022c3812..aecb5203eea23b498a7f7f0889c1da0192daf280 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg6329.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg6329.html
@@ -1 +1,221 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Première tâche (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/width:508px;height:187px;#STY_question/width:498px;height:176px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep671');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep627","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Exact. Il est vrai que dans cet énoncé, <b><i>'s </i></b>(forme de <b>BE</b>) ne s'entend pas distinctement. Avec une question en <i><b>What</b>…?</i> dans laquelle <i><b>what</b></i> n'est pas sujet, la présence d'un auxiliaire est requise. Celui qui parle choisit d'employer <b>BE + -ING</b> ; l'auxiliaire <b>BE</b> prend la forme <b><i>'s</i></b>. C'est donc bien la connaissance d'éléments grammaticaux qui permet de reconstruire la structure de l'énoncé et d'interpréter l'énoncé correctement. <br><br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Non, dans cet énoncé, <b><i>'s</i></b> (forme de <b>BE</b>) ne s'entend pas distinctement. Avec une question en <i><b>What</b>…?</i> dans laquelle <i><b>what</b></i> n'est pas sujet, la présence d'un auxiliaire est requise. Celui qui parle choisit d'employer <b>BE + -ING</b> ; l'auxiliaire <b>BE</b> prend la forme <b><i>'s</i></b> . C'est donc bien la connaissance d'éléments grammaticaux qui permet de reconstruire la structure de l'énoncé et d'interpréter l'énoncé correctement.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><p><br>Réécoutez l'énoncé : <br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; WIDTH: 20%; BACKGROUND-COLOR: #b5f0c7" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV9580','ecran17.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td></tr></table><br><table style="WIDTH: 309px; HEIGHT: 44px" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px" width="70%" valign="top"><p>Est-ce qu'on entend distinctement </p></td><td style="FONT-SIZE: 10px" width="20%" valign="top"><table cellpadding="3" cellspacing="0" valign="top" border="1" bordercolor="#c0c0c0"><tr><td style="FONT-SIZE: 10px" valign="top"><b>'s</b></td></tr></table></td><td style="FONT-SIZE: 10px" width="10%" valign="top"> ?</td></tr></table></p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">OUI</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">NON</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Première tâche (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/width:508px;height:187px;#STY_question/width:498px;height:176px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep627", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Exact. Il est vrai que dans cet énoncé, <b><i>'s </i></b>(forme de <b>BE</b>) ne s'entend pas distinctement.
+            Avec une question en <i><b>What</b>…?</i> dans laquelle <i><b>what</b></i> n'est pas sujet, la présence d'un
+            auxiliaire est requise. Celui qui parle choisit d'employer <b>BE + -ING</b> ; l'auxiliaire <b>BE</b> prend
+            la forme <b><i>'s</i></b>. C'est donc bien la connaissance d'éléments grammaticaux qui permet de
+            reconstruire la structure de l'énoncé et d'interpréter l'énoncé correctement. <br><br></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, dans cet énoncé, <b><i>'s</i></b> (forme de <b>BE</b>) ne s'entend pas distinctement. Avec une question
+            en <i><b>What</b>…?</i> dans laquelle <i><b>what</b></i> n'est pas sujet, la présence d'un auxiliaire est
+            requise. Celui qui parle choisit d'employer <b>BE + -ING</b> ; l'auxiliaire <b>BE</b> prend la forme <b><i>'s</i></b>
+            . C'est donc bien la connaissance d'éléments grammaticaux qui permet de reconstruire la structure de
+            l'énoncé et d'interpréter l'énoncé correctement.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><p><br>Réécoutez l'énoncé : <br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; WIDTH: 20%; BACKGROUND-COLOR: #b5f0c7" width="40%" valign="middle"><img
+                        align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV9580', 'ecran17.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br>
+        <table style="WIDTH: 309px; HEIGHT: 44px" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px" width="70%" valign="top"><p>Est-ce qu'on entend distinctement </p></td>
+                <td style="FONT-SIZE: 10px" width="20%" valign="top">
+                    <table cellpadding="3" cellspacing="0" valign="top" border="1" bordercolor="#c0c0c0">
+                        <tr>
+                            <td style="FONT-SIZE: 10px" valign="top"><b>'s</b></td>
+                        </tr>
+                    </table>
+                </td>
+                <td style="FONT-SIZE: 10px" width="10%" valign="top"> ?</td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">OUI
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">NON
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg6795.html b/Basilisk/MACAO/macao_3/contenu/pages/pg6795.html
index 1568fa0abd6f8554e990b176846acd9f4272d0d5..70990fc9339c91dbed0684d78cdd9bfd2901f9bd 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg6795.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg6795.html
@@ -1 +1,280 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Deuxième tâche (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQM/top:-30px;width:502px;height:132px;#STY_question/top:1px;width:505px;height:324px;#STY_zoneExercice/left:3%;width:92%;height:464px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script><script type="text/javascript">function entrerDonnees(){ exo = new ExerciceQM("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep228');oItem.init("rep122","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep654');oItem.init("rep530","","");exo.tabItems[exo.tabItems.length]=oItem;exo.tabColonnes[exo.tabColonnes.length]="col788";exo.tabColonnes[exo.tabColonnes.length]="col035";var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep654:col788","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep991:col035","","","","1","1","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","",":<>","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Exact !<br><br>Avec <b><i>The poet is reading</i></b> (énoncé 1) on a un énoncé complet (sujet et verbe) et le contexte <i><b>listen</b>, <b>it's fabulous</b></i> n'est pas obligatoire. <br><br>En revanche, avec <b><i>The poet's reading</i></b> (groupe nominal avec "cas possessif" – énoncé 2), <b>'s</b> n'est pas la marque d'un verbe et il faut un obligatoirement un verbe (<b><i>was</i></b>) dans le contexte pour avoir un énoncé complet. <br></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Vous vous trompez ! <br><br>Avec <b><i>The poet is reading</i></b> (énoncé 1) on a un énoncé complet (sujet et verbe) et le contexte <i><b>listen</b>, <b>it's fabulous</b></i> n'est pas obligatoire. <br><br>En revanche, avec <b><i>The poet's reading</i></b> (groupe nominal avec "cas possessif" – énoncé 2), <b>'s</b> n'est pas la marque d'un verbe et il faut un obligatoirement un verbe (<b><i>was</i></b>) dans le contexte pour avoir un énoncé complet.<br></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')">Vous vous trompez ! <br><br>Avec <b><i>The poet is reading</i></b> (énoncé 1) on a un énoncé complet (sujet et verbe) et le contexte <i><b>listen</b>, <b>it's fabulous</b></i> n'est pas obligatoire. <br><br>En revanche, avec <b><i>The poet's reading</i></b> (groupe nominal avec "cas possessif" – énoncé 2), <b>'s</b> n'est pas la marque d'un verbe et il faut un obligatoirement un verbe (<b><i>was</i></b>) dans le contexte pour avoir un énoncé complet.<br></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')">Vous vous trompez ! <br><br>Avec <b><i>The poet is reading</i></b> (énoncé 1) on a un énoncé complet (sujet et verbe) et le contexte <i><b>listen</b>, <b>it's fabulous</b></i> n'est pas obligatoire. <br><br>En revanche, avec <b><i>The poet's reading</i></b> (groupe nominal avec "cas possessif" – énoncé 2), <b>'s</b> n'est pas la marque d'un verbe et il faut un obligatoirement un verbe (<b><i>was</i></b>) dans le contexte pour avoir un énoncé complet.<br></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:92%;"><div id="STY_question" class="STY_question" style="  "><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="50%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="FONT-SIZE: 10px; WIDTH: 99%; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">Pour chaque énoncé, sélectionnez le contexte ci-dessous le plus plausible. </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV88926','ecran59.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> Enoncé 1<br>The poet is reading.</td><td style="FONT-SIZE: 10px; WIDTH: 99%; BACKGROUND-COLOR: #b5f0c7" valign="middle"><div align="left"><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" align="left" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><p align="right"><script type="text/javascript">ajDocW(PF_clipAV('clipAV32761','ecran59c1.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle"><p align="left">Contexte 1</p></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="40%" valign="middle"><p align="right"><script type="text/javascript">ajDocW(PF_clipAV('clipAV55864','ecran59c2.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">Contexte 2</td></tr></table></div></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="50%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV1004','ecran592.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script> Enoncé 2<br>The poet's reading.</td><td style="FONT-SIZE: 10px; WIDTH: 99%; BACKGROUND-COLOR: #b5f0c7" valign="middle"><div align="left"><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" align="left" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><p align="right"><script type="text/javascript">ajDocW(PF_clipAV('clipAV327619','ecran59c1.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><p align="left">Contexte 1</p></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="40%" valign="middle"><p align="right"><script type="text/javascript">ajDocW(PF_clipAV('clipAV558642','ecran59c2.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">Contexte 2</td></tr></table></div></td></tr></table><p> </p></div><div id="STY_texteQM" class="STY_texteQM" style="  "><table cellspacing="1" cellpadding="0" class="STY_tableauQM"><tr><td></td><td class="STY_coloneQM" id="col788">Contexte 1</td><td class="STY_coloneQM" id="col035">Contexte 2</td></tr><tr id="trReprep654"><td valign="top" id="lienrep654" class="STY_reponseQM">The poet is reading. </td><td align="center" valign=""><img class="STY_imgBoutonQM" onmouseover="if(exo)exo.changerBouton('rep654','col788',true);" onmouseout="if(exo)exo.changerBouton('rep654','col788',false)" onclick="exo.action('rep654','col788')" id="boutonReprep654col788" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td align="center" valign=""><img class="STY_imgBoutonQM" onmouseover="if(exo)exo.changerBouton('rep654','col035',true);" onmouseout="if(exo)exo.changerBouton('rep654','col035',false)" onclick="exo.action('rep654','col035')" id="boutonReprep654col035" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td></tr><tr id="trReprep991"><td valign="top" id="lienrep991" class="STY_reponseQM">The poet's reading.</td><td align="center" valign=""><img class="STY_imgBoutonQM" onmouseover="if(exo)exo.changerBouton('rep991','col788',true);" onmouseout="if(exo)exo.changerBouton('rep991','col788',false)" onclick="exo.action('rep991','col788')" id="boutonReprep991col788" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td align="center" valign=""><img class="STY_imgBoutonQM" onmouseover="if(exo)exo.changerBouton('rep991','col035',true);" onmouseout="if(exo)exo.changerBouton('rep991','col035',false)" onclick="exo.action('rep991','col035')" id="boutonReprep991col035" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Deuxième tâche (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQM/top:-30px;width:502px;height:132px;#STY_question/top:1px;width:505px;height:324px;#STY_zoneExercice/left:3%;width:92%;height:464px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceQM("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep228');
+        oItem.init("rep122", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep654');
+        oItem.init("rep530", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.tabColonnes[exo.tabColonnes.length] = "col788";
+        exo.tabColonnes[exo.tabColonnes.length] = "col035";
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep654:col788", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep991:col035", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", ":<>", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Exact !<br><br>Avec <b><i>The poet is
+        reading</i></b> (énoncé 1) on a un énoncé complet (sujet et verbe) et le contexte <i><b>listen</b>, <b>it's
+        fabulous</b></i> n'est pas obligatoire. <br><br>En revanche, avec <b><i>The poet's reading</i></b> (groupe
+        nominal avec "cas possessif" – énoncé 2), <b>'s</b> n'est pas la marque d'un verbe et il faut un obligatoirement
+        un verbe (<b><i>was</i></b>) dans le contexte pour avoir un énoncé complet. <br></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Vous vous trompez ! <br><br>Avec <b><i>The poet is
+        reading</i></b> (énoncé 1) on a un énoncé complet (sujet et verbe) et le contexte <i><b>listen</b>, <b>it's
+        fabulous</b></i> n'est pas obligatoire. <br><br>En revanche, avec <b><i>The poet's reading</i></b> (groupe
+        nominal avec "cas possessif" – énoncé 2), <b>'s</b> n'est pas la marque d'un verbe et il faut un obligatoirement
+        un verbe (<b><i>was</i></b>) dans le contexte pour avoir un énoncé complet.<br></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')">Vous vous trompez ! <br><br>Avec <b><i>The poet is
+        reading</i></b> (énoncé 1) on a un énoncé complet (sujet et verbe) et le contexte <i><b>listen</b>, <b>it's
+        fabulous</b></i> n'est pas obligatoire. <br><br>En revanche, avec <b><i>The poet's reading</i></b> (groupe
+        nominal avec "cas possessif" – énoncé 2), <b>'s</b> n'est pas la marque d'un verbe et il faut un obligatoirement
+        un verbe (<b><i>was</i></b>) dans le contexte pour avoir un énoncé complet.<br></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')">Vous vous trompez ! <br><br>Avec <b><i>The poet is
+        reading</i></b> (énoncé 1) on a un énoncé complet (sujet et verbe) et le contexte <i><b>listen</b>, <b>it's
+        fabulous</b></i> n'est pas obligatoire. <br><br>En revanche, avec <b><i>The poet's reading</i></b> (groupe
+        nominal avec "cas possessif" – énoncé 2), <b>'s</b> n'est pas la marque d'un verbe et il faut un obligatoirement
+        un verbe (<b><i>was</i></b>) dans le contexte pour avoir un énoncé complet.<br></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:92%;">
+    <div id="STY_question" class="STY_question" style="  "><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="50%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg32">
+                </td>
+                <td style="FONT-SIZE: 10px; WIDTH: 99%; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">Pour chaque énoncé,
+                    sélectionnez le contexte ci-dessous le plus plausible.
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV88926', 'ecran59.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     Enoncé 1<br>The poet is reading.
+                </td>
+                <td style="FONT-SIZE: 10px; WIDTH: 99%; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <div align="left">
+                        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" align="left" valign="top"
+                               border="0">
+                            <tr>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                                    <p align="right">
+                                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV32761', 'ecran59c1.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                                    </p>
+                                </td>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle"><p
+                                        align="left">Contexte 1</p></td>
+                            </tr>
+                            <tr>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="40%" valign="middle">
+                                    <p align="right">
+                                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV55864', 'ecran59c2.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                                    </p>
+                                </td>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">Contexte 2</td>
+                            </tr>
+                        </table>
+                    </div>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="50%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV1004', 'ecran592.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     Enoncé 2<br>The poet's reading.
+                </td>
+                <td style="FONT-SIZE: 10px; WIDTH: 99%; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <div align="left">
+                        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" align="left" valign="top"
+                               border="0">
+                            <tr>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                                    <p align="right">
+                                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV327619', 'ecran59c1.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                                    </p>
+                                </td>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><p align="left">
+                                    Contexte 1</p></td>
+                            </tr>
+                            <tr>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="40%" valign="middle">
+                                    <p align="right">
+                                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV558642', 'ecran59c2.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                                    </p>
+                                </td>
+                                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">Contexte 2</td>
+                            </tr>
+                        </table>
+                    </div>
+                </td>
+            </tr>
+        </table>
+        <p> </p></div>
+    <div id="STY_texteQM" class="STY_texteQM" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_tableauQM">
+            <tr>
+                <td></td>
+                <td class="STY_coloneQM" id="col788">Contexte 1</td>
+                <td class="STY_coloneQM" id="col035">Contexte 2</td>
+            </tr>
+            <tr id="trReprep654">
+                <td valign="top" id="lienrep654" class="STY_reponseQM">The poet is reading.</td>
+                <td align="center" valign=""><img class="STY_imgBoutonQM"
+                                                  onmouseover="if(exo)exo.changerBouton('rep654','col788',true);"
+                                                  onmouseout="if(exo)exo.changerBouton('rep654','col788',false)"
+                                                  onclick="exo.action('rep654','col788')" id="boutonReprep654col788"
+                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td>
+                <td align="center" valign=""><img class="STY_imgBoutonQM"
+                                                  onmouseover="if(exo)exo.changerBouton('rep654','col035',true);"
+                                                  onmouseout="if(exo)exo.changerBouton('rep654','col035',false)"
+                                                  onclick="exo.action('rep654','col035')" id="boutonReprep654col035"
+                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td>
+            </tr>
+            <tr id="trReprep991">
+                <td valign="top" id="lienrep991" class="STY_reponseQM">The poet's reading.</td>
+                <td align="center" valign=""><img class="STY_imgBoutonQM"
+                                                  onmouseover="if(exo)exo.changerBouton('rep991','col788',true);"
+                                                  onmouseout="if(exo)exo.changerBouton('rep991','col788',false)"
+                                                  onclick="exo.action('rep991','col788')" id="boutonReprep991col788"
+                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td>
+                <td align="center" valign=""><img class="STY_imgBoutonQM"
+                                                  onmouseover="if(exo)exo.changerBouton('rep991','col035',true);"
+                                                  onmouseout="if(exo)exo.changerBouton('rep991','col035',false)"
+                                                  onclick="exo.action('rep991','col035')" id="boutonReprep991col035"
+                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg6866.html b/Basilisk/MACAO/macao_3/contenu/pages/pg6866.html
index 3039cea36bc29d586a9e64551c75405fcaa7df8d..3a33787c37723734e81f2cfb0484a73e000b93e4 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg6866.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg6866.html
@@ -1 +1,176 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Quatrième tâche (4)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";numT++; exo.ajouterReponse('rep117','1','3',"SFg gX7X"); exo.ajouterReponse('rep577','1','3',"SFg gXdX"); exo.ajouterReponse('rep935','1','3'," gX'g"); exo.ajouterReponse('rep312','1','3',"g gX '"); exo.ajouterReponse('rep891','1','3',"XSFg gX d"); exo.ajouterReponse('rep356','1','3',"XSFg gX 7");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","1:","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (4)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p>Bravo. A l'oreille, il est difficile de distinguer la présence de <i><b>would</b></i>, avec <i><b>do</b></i> qui le suit. Il est donc utile dans ce cas de se servir d'indices grammaticaux figurant dans le contexte.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p>Vous vous trompez. L'énoncé commence par <i><b>I would do</b></i> (ou : <i><b>I'd do</b></i>). Votre erreur peut s'expliquer car à l'oreille, il est difficile de distinguer la présence de <i><b>would</b></i>, avec <i><b>do</b></i> qui le suit. Il est donc utile dans ce cas de se servir d'indices grammaticaux figurant dans le contexte.<br></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p>Vous vous trompez. L'énoncé commence par <i><b>I would do</b></i> (ou : <i><b>I'd do</b></i>). Votre erreur peut s'expliquer car à l'oreille, il est difficile de distinguer la présence de <i><b>would</b></i>, avec <i><b>do</b></i> qui le suit. Il est donc utile dans ce cas de se servir d'indices grammaticaux figurant dans le contexte.</p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p>Vous vous trompez. L'énoncé commence par <i><b>I would do</b></i> (ou : <i><b>I'd do</b></i>). Votre erreur peut s'expliquer car à l'oreille, il est difficile de distinguer la présence de <i><b>would</b></i>, avec <i><b>do</b></i> qui le suit. Il est donc utile dans ce cas de se servir d'indices grammaticaux figurant dans le contexte.</p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p>Vous vous trompez. L'énoncé commence par <i><b>I would do</b></i> (ou : <i><b>I'd do</b></i>). Votre erreur peut s'expliquer car à l'oreille, il est difficile de distinguer la présence de <i><b>would</b></i>, avec <i><b>do</b></i> qui le suit. Il est donc utile dans ce cas de se servir d'indices grammaticaux figurant dans le contexte.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question"><br>Ecoutez à nouveau l'énoncé et complétez.<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV6980','ecran211.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table></div><div id="STY_texteTAT" class="STY_texteTAT"><i><b><br></b></i>I<i><b></b></i><input type="text" onkeyup="actionDetecteTrou()" onfocus="focusChamp(this)" onkeypress="return tapeDansChamp(event)" onkeydown="return tapeDansChamp(event)" class="STY_champTAT" id="champTrou1"><i><b> </b></i>medical studies if I could start again.<br></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Quatrième tâche (4)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        numT++;
+        exo.ajouterReponse('rep117', '1', '3', "SFg gX7X");
+        exo.ajouterReponse('rep577', '1', '3', "SFg gXdX");
+        exo.ajouterReponse('rep935', '1', '3', " gX'g");
+        exo.ajouterReponse('rep312', '1', '3', "g gX '");
+        exo.ajouterReponse('rep891', '1', '3', "XSFg gX d");
+        exo.ajouterReponse('rep356', '1', '3', "XSFg gX 7");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (4)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bravo. A l'oreille, il est difficile de distinguer la présence de <i><b>would</b></i>, avec <i><b>do</b></i>
+            qui le suit. Il est donc utile dans ce cas de se servir d'indices grammaticaux figurant dans le contexte.
+        </p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. L'énoncé commence par <i><b>I would do</b></i> (ou : <i><b>I'd do</b></i>). Votre erreur
+            peut s'expliquer car à l'oreille, il est difficile de distinguer la présence de <i><b>would</b></i>, avec
+            <i><b>do</b></i> qui le suit. Il est donc utile dans ce cas de se servir d'indices grammaticaux figurant
+            dans le contexte.<br></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. L'énoncé commence par <i><b>I would do</b></i> (ou : <i><b>I'd do</b></i>). Votre erreur
+            peut s'expliquer car à l'oreille, il est difficile de distinguer la présence de <i><b>would</b></i>, avec
+            <i><b>do</b></i> qui le suit. Il est donc utile dans ce cas de se servir d'indices grammaticaux figurant
+            dans le contexte.</p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. L'énoncé commence par <i><b>I would do</b></i> (ou : <i><b>I'd do</b></i>). Votre erreur
+            peut s'expliquer car à l'oreille, il est difficile de distinguer la présence de <i><b>would</b></i>, avec
+            <i><b>do</b></i> qui le suit. Il est donc utile dans ce cas de se servir d'indices grammaticaux figurant
+            dans le contexte.</p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. L'énoncé commence par <i><b>I would do</b></i> (ou : <i><b>I'd do</b></i>). Votre erreur
+            peut s'expliquer car à l'oreille, il est difficile de distinguer la présence de <i><b>would</b></i>, avec
+            <i><b>do</b></i> qui le suit. Il est donc utile dans ce cas de se servir d'indices grammaticaux figurant
+            dans le contexte.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question"><br>Ecoutez à nouveau l'énoncé et complétez.<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle"><img align="center" border="0"
+                                                                                             src="../media/ecouteur_macao.png"
+                                                                                             id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6980', 'ecran211.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT"><i><b><br></b></i>I<i><b></b></i><input type="text"
+                                                                                        onkeyup="actionDetecteTrou()"
+                                                                                        onfocus="focusChamp(this)"
+                                                                                        onkeypress="return tapeDansChamp(event)"
+                                                                                        onkeydown="return tapeDansChamp(event)"
+                                                                                        class="STY_champTAT"
+                                                                                        id="champTrou1"><i><b> </b></i>medical
+        studies if I could start again.<br></div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg6917.html b/Basilisk/MACAO/macao_3/contenu/pages/pg6917.html
index 26f6eda0a7e1f29fee0bf525a6fa567d2fdd3bad..634db0208f061fb80707284b7a9cddd0d6117b51 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg6917.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg6917.html
@@ -1 +1,143 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Réalisation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Réalisation</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><p><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #0000c0"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b>MACAO </b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span><br>Modules d'Aide à la Compréhension de l'Anglais Oral</b></span></b><br><br><br><br><span style="FONT-SIZE: 12px">Conception <br>Cécile Poussard et Laurence Vincent-Durroux <br><br>Médiatisation <br>Philippe Gassin <br><br>Voix <br>Sarah Boardman, Abigail Thorncroft et Nicholas Myers <br><br>Son <br>Fabrice Belmessieri </span></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b><br></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b><br></p><p> <br></p><p><table style="FONT-SIZE: 10px" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><img align="center" border="0" src="../media/log_uoh1.png" id="MosImg18"></td><td valign="top"><p align="center"><a class="STY_lienComt" target="_blank" href="http://www.univ-montp3.fr"><img align="center" border="0" src="../media/logo_upv_transp.png" id="MosImg7"></a></p></td><td valign="top"><p align="center"><a class="STY_lienComt" target="_blank" href="http://recherche.univ-montp3.fr/maj/pays_anglophones/"><img align="center" border="0" src="../media/logo_ea741_transp1.png" id="MosImg25"></a></p></td><td valign="top"><p align="center"><img align="center" border="0" src="../media/logo_metice_transp1.png" id="MosImg16"><a class="STY_lienComt" target="_blank" href="http://www.univ-montp3.fr/metice/"></a></p></td></tr><tr><td valign="top"><p align="center"><a class="STY_lienComt" target="_blank" href="http://www.uoh.fr/">UOH</a></p></td><td valign="top"><p align="center"><a class="STY_lienComt" target="_blank" href="http://www.univ-montp3.fr">Université Montpellier 3</a></p></td><td valign="top"><a class="STY_lienComt" target="_blank" href="http://recherche.univ-montp3.fr/pays_anglophones/">Equipe d'Accueil 741</a></td><td valign="top"><p align="center"><a class="STY_lienComt" target="_blank" href="http://www.univ-montp3.fr/metice/">METICE</a></p></td></tr></table><br><br>Ce projet a reçu un financement de l'Université Ouverte des Humanités et de l'Université Montpellier III.</p></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Réalisation</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Réalisation</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p><b><span style="FONT-SIZE: 14px"><b><span
+            style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span
+            style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span
+            style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span
+            style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span
+            style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span
+            style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span
+            style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span
+            style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span
+            style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span
+            style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span
+            style="COLOR: #0000c0"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span
+            style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span
+            style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span
+            style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span
+            style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span
+            style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span
+            style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span
+            style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span style="FONT-SIZE: 14px"><b><span
+            style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span style="COLOR: #4040ff"><b><span
+            style="FONT-SIZE: 14px"><b><span style="COLOR: #000080"><b><span style="FONT-SIZE: 14px"><b><span
+            style="COLOR: #4040ff"><b><span
+            style="FONT-SIZE: 14px"><b>MACAO </b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span><br>Modules d'Aide à la Compréhension de l'Anglais Oral</b></span></b><br><br><br><br><span
+            style="FONT-SIZE: 12px">Conception <br>Cécile Poussard et Laurence Vincent-Durroux <br><br>Médiatisation <br>Philippe Gassin <br><br>Voix <br>Sarah Boardman, Abigail Thorncroft et Nicholas Myers <br><br>Son <br>Fabrice Belmessieri </span></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b><br></span></b></span></b></span></b></span></b></span></b></span></b></span></b></span></b><br>
+    </p>
+        <p> <br></p>
+        <p>
+        <table style="FONT-SIZE: 10px" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td valign="top"><img align="center" border="0" src="../media/log_uoh1.png" id="MosImg18"></td>
+                <td valign="top"><p align="center"><a class="STY_lienComt" target="_blank"
+                                                      href="http://www.univ-montp3.fr"><img align="center" border="0"
+                                                                                            src="../media/logo_upv_transp.png"
+                                                                                            id="MosImg7"></a></p></td>
+                <td valign="top"><p align="center"><a class="STY_lienComt" target="_blank"
+                                                      href="http://recherche.univ-montp3.fr/maj/pays_anglophones/"><img
+                        align="center" border="0" src="../media/logo_ea741_transp1.png" id="MosImg25"></a></p></td>
+                <td valign="top"><p align="center"><img align="center" border="0" src="../media/logo_metice_transp1.png"
+                                                        id="MosImg16"><a class="STY_lienComt" target="_blank"
+                                                                         href="http://www.univ-montp3.fr/metice/"></a>
+                </p></td>
+            </tr>
+            <tr>
+                <td valign="top"><p align="center"><a class="STY_lienComt" target="_blank"
+                                                      href="http://www.uoh.fr/">UOH</a></p></td>
+                <td valign="top"><p align="center"><a class="STY_lienComt" target="_blank"
+                                                      href="http://www.univ-montp3.fr">Université Montpellier 3</a></p>
+                </td>
+                <td valign="top"><a class="STY_lienComt" target="_blank"
+                                    href="http://recherche.univ-montp3.fr/pays_anglophones/">Equipe d'Accueil 741</a>
+                </td>
+                <td valign="top"><p align="center"><a class="STY_lienComt" target="_blank"
+                                                      href="http://www.univ-montp3.fr/metice/">METICE</a></p></td>
+            </tr>
+        </table>
+        <br><br>Ce projet a reçu un financement de l'Université Ouverte des Humanités et de l'Université Montpellier
+        III.</p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg6968.html b/Basilisk/MACAO/macao_3/contenu/pages/pg6968.html
index a9e26d83898f4eee83b6466751cb6b74de768247..d6b55f7582b644baa1364c5d70fb4765b1a08d12 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg6968.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg6968.html
@@ -1 +1,132 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Des sons aux formes (1c)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des sons aux formes (1c)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><p><br>En anglais oral, les sources de confusion sont multiples du fait de phénomènes d'homophonie, d'assimilation ou encore de proximité (entre certains phonèmes). <br> <br>Lorsqu'on entend <b>/ɪz/</b>, cela peut notamment correspondre à : <br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg325"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV7424','ecran6411.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>is</i> (He isn't ill.) ;</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV2652','ecran6412.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i><b>-</b>es</i>, pluriel (judges) ; </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV5157','ecran6413.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">la finale du présent simple à la troisième personne du singulier (He watches TV all day long.) ;</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV3200','ecran6414.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">un cas possessif (Fowles's novels). </td></tr></table></p></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Des sons aux formes (1c)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des sons aux formes
+                    (1c)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p><br>En anglais oral, les sources de confusion sont
+        multiples du fait de phénomènes d'homophonie, d'assimilation ou encore de proximité (entre certains
+        phonèmes). <br> <br>Lorsqu'on entend <b>/ɪz/</b>, cela peut notamment correspondre à : <br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg325">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV7424', 'ecran6411.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i>is</i> (He isn't ill.) ;</td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2652', 'ecran6412.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><i><b>-</b>es</i>, pluriel
+                    (judges) ; 
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV5157', 'ecran6413.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">la finale du présent simple à la
+                    troisième personne du singulier (He watches TV all day long.) ;
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV3200', 'ecran6414.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">un cas possessif (Fowles's
+                    novels).
+                </td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg7035.html b/Basilisk/MACAO/macao_3/contenu/pages/pg7035.html
index e055d5c2810621510057eab24574040dda4c6c80..b0dc66ad81fe9c003c7f20f3e628152a5f2bdb76 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg7035.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg7035.html
@@ -1 +1,220 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Exemples (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/top:18px;width:506px;height:209px;#STY_question/width:496px;height:190px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep853');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p><br><br><br><br><br>Vous avez raison. Vous pouvez réécouter les deux énoncés :<br><br><i>I visited London last summer. <br><br>I've visited London twice and I like it very much.</i></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p><br> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p><br><br><br><br>Vous vous trompez. Réécoutez les deux énoncés :<br><br><i>I visited London last summer. <br><br>I've visited London twice and I like it very much.</i></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  ">Ecoutez ces deux énoncés en entier puis par blocs.<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND-COLOR: #b5f0c7" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV87559','ecran21b1.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV1600','mots212.swf','230','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV78612','ecran22.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV7889','mots228.swf','300','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br><br>Que diriez-vous de la prononciation des blocs mis en valeur ?</div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">il est difficile d'établir une différence ;</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la prononciation est nettement différente.</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Exemples (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/top:18px;width:506px;height:209px;#STY_question/width:496px;height:190px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (1)</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p><br><br><br><br><br>Vous avez raison. Vous pouvez réécouter les deux énoncés :<br><br><i>I visited London
+            last summer. <br><br>I've visited London twice and I like it very much.</i></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p><br> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p><br><br><br><br>Vous vous trompez. Réécoutez les deux énoncés :<br><br><i>I visited London last summer.
+            <br><br>I've visited London twice and I like it very much.</i></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  ">Ecoutez ces deux énoncés en entier puis par blocs.<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND-COLOR: #b5f0c7" width="40%" valign="middle"><img align="center" border="0"
+                                                                                       src="../media/ecouteur_macao.png"
+                                                                                       id="MosImg32"></td>
+                <td style="BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV87559', 'ecran21b1.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV1600', 'mots212.swf', '230', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV78612', 'ecran22.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV7889', 'mots228.swf', '300', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br><br>Que diriez-vous de la prononciation des blocs mis en valeur ?
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">il est
+                        difficile d'établir une différence ;
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la
+                        prononciation est nettement différente.
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg7390.html b/Basilisk/MACAO/macao_3/contenu/pages/pg7390.html
index 7c60390638a31e080316003d53696cc0c1b75c20..5f3967df03bfd7e2c3d14ec43bb152dafb4a6709 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg7390.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg7390.html
@@ -1 +1,232 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Exemples (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/width:508px;height:165px;#STY_question/width:482px;height:199px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep671');oItem.init("11","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("22","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>On entend effectivement la même chose même si /<b>maɪˈkætsˈhæd</b>/ peut correspondre à <i>my cat has had</i> ou à <i>my cats had</i>. <br><br>Il y a homophonie.<br><br>Vous pouvez réécouter les énoncés.<br><br>Enoncé 3 : <i>My cat has had an infection; she's tired.</i><br><br>Enoncé 4 : <i>My cats had fish yesterday and really loved it.</i></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez, on entend la même chose même si /<b>maɪˈkætsˈhæd</b>/ peut correspondre à <i>my cat has had</i> ou à <i>my cats had</i>. <br><br>Il y a homophonie.<br><br>Vous pouvez réécouter les énoncés.<br><br>Enoncé 3 : <i>My cat has had an infection; she's tired.</i><br><br>Enoncé 4 : <i>My cats had fish yesterday and really loved it.</i></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  ">Ecoutez les énoncés :<br><br><table width="95%" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><p align="right"><script type="text/javascript">ajDocW(PF_clipAV('clipAV85610','ecran491.swf','30','25','false','Flash','','','Quality:high;wmode:transparent;VERTICAL-ALIGN: middle','',''));</script></p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><p align="right">Enoncé 3 : </p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV483','mot49_12.swf','80','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> an infection; she's tired.</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><p align="right"><script type="text/javascript">ajDocW(PF_clipAV('clipAV2026','ecran492.swf','30','25','false','Flash','','','Quality:high;wmode:transparent;VERTICAL-ALIGN: middle','',''));</script></p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><p align="right">Enoncé 4 : </p></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV48','mot49_12.swf','80','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> fish yesterday and really loved it.</td></tr></table><br>Réécoutez les blocs mis en valeur. Est-ce qu'on entend la même chose ?</div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">OUI</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">NON</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Exemples (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/width:508px;height:165px;#STY_question/width:482px;height:199px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("11", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("22", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Exemples (2)</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>On entend effectivement la même chose même si /<b>maɪˈkætsˈhæd</b>/ peut correspondre à <i>my cat has had</i>
+            ou à <i>my cats had</i>. <br><br>Il y a homophonie.<br><br>Vous pouvez réécouter les énoncés.<br><br>Enoncé
+            3 : <i>My cat has had an infection; she's tired.</i><br><br>Enoncé 4 : <i>My cats had fish yesterday and
+                really loved it.</i></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez, on entend la même chose même si /<b>maɪˈkætsˈhæd</b>/ peut correspondre à <i>my cat has
+            had</i> ou à <i>my cats had</i>. <br><br>Il y a homophonie.<br><br>Vous pouvez réécouter les
+            énoncés.<br><br>Enoncé 3 : <i>My cat has had an infection; she's tired.</i><br><br>Enoncé 4 : <i>My cats had
+                fish yesterday and really loved it.</i></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  ">Ecoutez les énoncés :<br><br>
+        <table width="95%" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><img
+                        align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle">
+                    <p align="right">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV85610', 'ecran491.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent;VERTICAL-ALIGN: middle', '', ''));</script>
+                    </p>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><p
+                        align="right">Enoncé 3 : </p></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV483', 'mot49_12.swf', '80', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     an infection; she's tired.
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle">
+                    <p align="right">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV2026', 'ecran492.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent;VERTICAL-ALIGN: middle', '', ''));</script>
+                    </p>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle"><p
+                        align="right">Enoncé 4 : </p></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7; TEXT-ALIGN: left" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV48', 'mot49_12.swf', '80', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     fish yesterday and really loved it.
+                </td>
+            </tr>
+        </table>
+        <br>Réécoutez les blocs mis en valeur. Est-ce qu'on entend la même chose ?
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">OUI
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">NON
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg7429.html b/Basilisk/MACAO/macao_3/contenu/pages/pg7429.html
index d8e511cdb156321991a30b694f240ac1d3f62221..46175088749bacab77bbb7bec279938a01d0a2e4 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg7429.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg7429.html
@@ -1 +1,159 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Deuxième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteTAT/width:508px;height:241px;#STY_question/width:496px;height:176px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='1';numT++; exo.ajouterReponse('rep24','1','3',"okDUK"); exo.ajouterReponse('rep429','1','4',"oKDUUK");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep429","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p>Bravo !<br>Vous avez en effet entendu : <br><br><i>John's been given a guitar for his birthday. He's been practising with Jim for more than a week and they've finally learnt to play a tune.</i><br><br>Effectivement, <i>has been given</i> est la bonne réponse ! C'est un <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present perfect</i></a> à la voix passive (voix passive : BE + V au participe passé) : John a reçu quelque chose pour son anniversaire. <br><br>Cependant, l'autre forme <i>has been giving</i> existe : c'est un <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i>  en -ING à la voix active. Cette forme pourrait s'employer dans le contexte suivant : <i>John's been giving English lessons because he's planning to buy a new car. <br></i><br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p>Vous faites erreur. Voici l'extrait : <br><br><i>John's been given a guitar for his birthday. He's been practising with Jim for more than a week and they've finally learnt to play a tune.</i><br><br>C'est <i>has been given</i> qui est la bonne réponse. C'est un <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a> </i>à la voix passive (voix passive : BE + V au participe passé) : John a reçu quelque chose pour son anniversaire. <br><br>Cependant, l'autre forme <i>has been giving</i>  existe : c'est un <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a> </i>en -ING à la voix active. Cette forme pourrait s'employer dans le contexte suivant : <i>John's been giving English lessons because he's planning to buy a new car. <br></i><br><br></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question">Ecoutez l'extrait suivant :<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" width="25" height="42" id="MosImg27"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV3151','ecran45.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV94','mot45_11.swf','360','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table></div><div id="STY_texteTAT" class="STY_texteTAT">Choisissez entre les deux formes proposées : <br><br>John has been <select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()" style="WIDTH: 66px"><option value="_INIT_TROU"> </option></select> a guitar for his birthday. He's been practising with Jim for more than a week and they've finally learnt to play a tune.</div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Deuxième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteTAT/width:508px;height:241px;#STY_question/width:496px;height:176px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        numT++;
+        exo.ajouterReponse('rep24', '1', '3', "okDUK");
+        exo.ajouterReponse('rep429', '1', '4', "oKDUUK");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep429", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p>Bravo !<br>Vous avez en effet entendu : <br><br><i>John's been given a guitar for his birthday. He's been
+            practising with Jim for more than a week and they've finally learnt to play a tune.</i><br><br>Effectivement,
+            <i>has been given</i> est la bonne réponse ! C'est un <a class="STY_lienDansZoneComt"
+                                                                     href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present
+                perfect</i></a> à la voix passive (voix passive : BE + V au participe passé) : John a reçu quelque chose
+            pour son anniversaire. <br><br>Cependant, l'autre forme <i>has been giving</i> existe : c'est un <i><a
+                    class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+                perfect</a></i>  en -ING à la voix active. Cette forme pourrait s'employer dans le contexte suivant :
+            <i>John's been giving English lessons because he's planning to buy a new car. <br></i><br></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p>Vous faites erreur. Voici l'extrait : <br><br><i>John's been given a guitar for his birthday. He's been
+            practising with Jim for more than a week and they've finally learnt to play a tune.</i><br><br>C'est <i>has
+            been given</i> qui est la bonne réponse. C'est un <i><a class="STY_lienDansZoneComt"
+                                                                    href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a> </i>à la voix passive (voix passive : BE + V au participe passé) : John a reçu quelque chose
+            pour son anniversaire. <br><br>Cependant, l'autre forme <i>has been giving</i>  existe : c'est un <i><a
+                    class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+                perfect</a> </i>en -ING à la voix active. Cette forme pourrait s'employer dans le contexte suivant : <i>John's
+                been giving English lessons because he's planning to buy a new car. <br></i><br><br></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question">Ecoutez l'extrait suivant :<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><img align="center" border="0"
+                                                                                            src="../media/ecouteur_macao.png"
+                                                                                            width="25" height="42"
+                                                                                            id="MosImg27"></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV3151', 'ecran45.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV94', 'mot45_11.swf', '360', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT">Choisissez entre les deux formes proposées : <br><br>John has
+        been <select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()" style="WIDTH: 66px">
+            <option value="_INIT_TROU"> </option>
+        </select> a guitar for his birthday. He's been practising with Jim for more than a week and they've finally
+        learnt to play a tune.
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg7434.html b/Basilisk/MACAO/macao_3/contenu/pages/pg7434.html
index d2d28e9adf74d49a05f3db908b20e416d4c0b715..3114d0fef0b242a9b4617b7c9f5f6a4cb6a4ce15 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg7434.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg7434.html
@@ -1 +1,204 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Quatrième tâche (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/width:508px;height:245px;#STY_question/width:496px;height:166px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep671');oItem.init("11","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("22","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Bien !<br><br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. L'énoncé comporte une hypothèse. Réécoutez !</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><p><br>Ecoutez l'énoncé : <br><br><b><i></i></b><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV6980','ecran211.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br>Cet énoncé comporte-t-il une hypothèse ?</p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">OUI</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">NON</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Quatrième tâche (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/width:508px;height:245px;#STY_question/width:496px;height:166px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("11", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("22", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bien !<br><br></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. L'énoncé comporte une hypothèse. Réécoutez !</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><p><br>Ecoutez l'énoncé : <br><br><b><i></i></b>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle"><img align="center" border="0"
+                                                                                             src="../media/ecouteur_macao.png"
+                                                                                             id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6980', 'ecran211.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br>Cet énoncé comporte-t-il une hypothèse ?</p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">OUI
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">NON
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg7576.html b/Basilisk/MACAO/macao_3/contenu/pages/pg7576.html
index 1f4fc57cfaa4add2ebd576d8aaf6692b711199c0..4e2d229fb46a0061807fbeca0a316265ea90c91e 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg7576.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg7576.html
@@ -1 +1,213 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Troisième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:53px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='1';numT++;exo.tabChamps[numT]='2';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='2';numT++; exo.ajouterReponse('rep633','1','3',"- hk Kj UKoKDU B FX8 Xa tJkjkD8j.b "); exo.ajouterReponse('rep326','1','2',"- hk Kj UKokD B FX8 Xa tJkjkD8j.H "); exo.ajouterReponse('rep973','2','4',"- hk Kj UKoKDU B FX8 Xa tJkjkD8j.b "); exo.ajouterReponse('rep209','2','5',"- hk Kj UKokD B FX8 Xa tJkjkD8j.H ");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep633","","","","1","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","2:rep209","","","","1","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","1","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","2:<>","","","","1","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement. Voici les deux paires reconstituées que vous pouvez écouter. <br><br>1 It' s Paul's birthday. <br>B He is given a lot of presents.<br><br>Dans <i>He is given</i>, on a un présent à la voix passive (voix passive : BE + V au participe passé). Le sujet (Paul) ne peut que recevoir des cadeaux ; la voix passive est requise. <br><br>2 The teacher has put on his Father Christmas suit. <br>A He is giving a lot of presents.<br><br><br>Dans <i>He is giving</i>, on a un présent en -ING, à la voix active. Le rôle de Père Noël endossé par le maître fait que c'est lui qui donne les cadeaux. La voix active est requise. </div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Non, vous vous trompez. Voici les deux paires reconstituées que vous pouvez écouter. <br><br>1 It' s Paul's birthday. <br>B He is given a lot of presents.<br><br>Dans <i>He is given</i>, on a un présent à la voix passive (voix passive : BE + V  au participe passé). Le sujet (Paul) ne peut que recevoir des cadeaux ; la voix passive est requise. <br><br><br>2 The teacher has put on his Father Christmas suit. <br>A He is giving a lot of presents.<br><br>Dans <i>He is giving</i>, on a un présent en -ING, à la voix active. Le rôle de Père Noël endossé par le maître fait que c'est lui qui donne les cadeaux. La voix active est requise. </div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')">Non, vous vous trompez. Voici les deux paires reconstituées que vous pouvez écouter. <br><br>1 It' s Paul's birthday. <br>B He is given a lot of presents.<br><br>Dans <i>He is given</i>, on a un présent à la voix passive (voix passive : BE + V  au participe passé). Le sujet (Paul) ne peut que recevoir des cadeaux ; la voix passive est requise. <br><br><br>2 The teacher has put on his Father Christmas suit. <br>A He is giving a lot of presents.<br><br>Dans <i>He is giving</i>, on a un présent en -ING, à la voix active. Le rôle de Père Noël endossé par le maître fait que c'est lui qui donne les cadeaux. La voix active est requise. </div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')">Non, vous vous trompez. Voici les deux paires reconstituées que vous pouvez écouter. <br><br>1 It' s Paul's birthday. <br>B He is given a lot of presents.<br><br>Dans <i>He is given</i>, on a un présent à la voix passive (voix passive : BE + V  au participe passé). Le sujet (Paul) ne peut que recevoir des cadeaux ; la voix passive est requise. <br><br><br>2 The teacher has put on his Father Christmas suit. <br>A He is giving a lot of presents.<br><br>Dans <i>He is giving</i>, on a un présent en -ING, à la voix active. Le rôle de Père Noël endossé par le maître fait que c'est lui qui donne les cadeaux. La voix active est requise. </div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')">Non, vous vous trompez. Voici les deux paires reconstituées que vous pouvez écouter. <br><br>1 It' s Paul's birthday. <br>B He is given a lot of presents.<br><br>Dans <i>He is given</i>, on a un présent à la voix passive (voix passive : BE + V  au participe passé). Le sujet (Paul) ne peut que recevoir des cadeaux ; la voix passive est requise. <br><br><br>2 The teacher has put on his Father Christmas suit. <br>A He is giving a lot of presents.<br><br>Dans <i>He is giving</i>, on a un présent en -ING, à la voix active. Le rôle de Père Noël endossé par le maître fait que c'est lui qui donne les cadeaux. La voix active est requise. </div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question">Ecoutez les quatres énoncés. Ils fonctionnent par paires.</div><div id="STY_texteTAT" class="STY_texteTAT"><table style="BACKGROUND: #b5f0c7" width="80%" cellpadding="3" cellspacing="0" valign="top" border="1" bordercolor=""><tr><td style="FONT-SIZE: 10px" width="60%" valign="top"><img align="center" border="0" src="../media/ecouteur_macao.png" width="23" height="32" id="MosImg32"></td></tr><tr><td style="FONT-SIZE: 10px" valign="top"><b>1</b> <script type="text/javascript">ajDocW(PF_clipAV('clipAV546','ecran431.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script> It' s Paul's birthday. </td></tr><tr><td style="FONT-SIZE: 10px" valign="top"><b>2</b> <script type="text/javascript">ajDocW(PF_clipAV('clipAV439','ecran432.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script> The teacher has put on his Father Christmas suit.  </td></tr><tr><td style="FONT-SIZE: 10px" valign="top"><b>A</b> <script type="text/javascript">ajDocW(PF_clipAV('clipAV5393','ecran433.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script> <script type="text/javascript">ajDocW(PF_clipAV('clipAV15','mot43_3.swf','110','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> a lot of presents. </td></tr><tr><td style="FONT-SIZE: 10px" valign="top"><b>B</b> <script type="text/javascript">ajDocW(PF_clipAV('clipAV7781','ecran434.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script> <script type="text/javascript">ajDocW(PF_clipAV('clipAV59','mot43_4.swf','110','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> a lot of presents.  </td></tr></table><p>Maintenant, de façon à former deux paires plausibles, associez les énoncés, en sélectionnant A ou B dans les listes déroulantes.<br><br>It' s Paul's birthday. <br><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"><option value="_INIT_TROU"> </option></select><br><br>The teacher has put on his Father Christmas suit. <br><select class="STY_selectTAT" id="champTrou2" onchange="actionDetecteSelect()"><option value="_INIT_TROU"> </option></select></p></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Troisième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:53px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        numT++;
+        exo.tabChamps[numT] = '2';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '2';
+        numT++;
+        exo.ajouterReponse('rep633', '1', '3', "- hk Kj UKoKDU B FX8 Xa tJkjkD8j.b ");
+        exo.ajouterReponse('rep326', '1', '2', "- hk Kj UKokD B FX8 Xa tJkjkD8j.H ");
+        exo.ajouterReponse('rep973', '2', '4', "- hk Kj UKoKDU B FX8 Xa tJkjkD8j.b ");
+        exo.ajouterReponse('rep209', '2', '5', "- hk Kj UKokD B FX8 Xa tJkjkD8j.H ");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep633", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:rep209", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:<>", "", "", "", "1", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement. Voici les deux paires
+        reconstituées que vous pouvez écouter. <br><br>1 It' s Paul's birthday. <br>B He is given a lot of presents.<br><br>Dans
+        <i>He is given</i>, on a un présent à la voix passive (voix passive : BE + V au participe passé). Le sujet
+        (Paul) ne peut que recevoir des cadeaux ; la voix passive est requise. <br><br>2 The teacher has put on his
+        Father Christmas suit. <br>A He is giving a lot of presents.<br><br><br>Dans <i>He is giving</i>, on a un
+        présent en -ING, à la voix active. Le rôle de Père Noël endossé par le maître fait que c'est lui qui donne les
+        cadeaux. La voix active est requise.
+    </div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Non, vous vous trompez. Voici les deux paires
+        reconstituées que vous pouvez écouter. <br><br>1 It' s Paul's birthday. <br>B He is given a lot of presents.<br><br>Dans
+        <i>He is given</i>, on a un présent à la voix passive (voix passive : BE + V  au participe passé). Le sujet
+        (Paul) ne peut que recevoir des cadeaux ; la voix passive est requise. <br><br><br>2 The teacher has put on his
+        Father Christmas suit. <br>A He is giving a lot of presents.<br><br>Dans <i>He is giving</i>, on a un présent en
+        -ING, à la voix active. Le rôle de Père Noël endossé par le maître fait que c'est lui qui donne les cadeaux. La
+        voix active est requise.
+    </div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')">Non, vous vous trompez. Voici les deux paires
+        reconstituées que vous pouvez écouter. <br><br>1 It' s Paul's birthday. <br>B He is given a lot of presents.<br><br>Dans
+        <i>He is given</i>, on a un présent à la voix passive (voix passive : BE + V  au participe passé). Le sujet
+        (Paul) ne peut que recevoir des cadeaux ; la voix passive est requise. <br><br><br>2 The teacher has put on his
+        Father Christmas suit. <br>A He is giving a lot of presents.<br><br>Dans <i>He is giving</i>, on a un présent en
+        -ING, à la voix active. Le rôle de Père Noël endossé par le maître fait que c'est lui qui donne les cadeaux. La
+        voix active est requise.
+    </div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')">Non, vous vous trompez. Voici les deux paires
+        reconstituées que vous pouvez écouter. <br><br>1 It' s Paul's birthday. <br>B He is given a lot of presents.<br><br>Dans
+        <i>He is given</i>, on a un présent à la voix passive (voix passive : BE + V  au participe passé). Le sujet
+        (Paul) ne peut que recevoir des cadeaux ; la voix passive est requise. <br><br><br>2 The teacher has put on his
+        Father Christmas suit. <br>A He is giving a lot of presents.<br><br>Dans <i>He is giving</i>, on a un présent en
+        -ING, à la voix active. Le rôle de Père Noël endossé par le maître fait que c'est lui qui donne les cadeaux. La
+        voix active est requise.
+    </div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')">Non, vous vous trompez. Voici les deux paires
+        reconstituées que vous pouvez écouter. <br><br>1 It' s Paul's birthday. <br>B He is given a lot of presents.<br><br>Dans
+        <i>He is given</i>, on a un présent à la voix passive (voix passive : BE + V  au participe passé). Le sujet
+        (Paul) ne peut que recevoir des cadeaux ; la voix passive est requise. <br><br><br>2 The teacher has put on his
+        Father Christmas suit. <br>A He is giving a lot of presents.<br><br>Dans <i>He is giving</i>, on a un présent en
+        -ING, à la voix active. Le rôle de Père Noël endossé par le maître fait que c'est lui qui donne les cadeaux. La
+        voix active est requise.
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question">Ecoutez les quatres énoncés. Ils fonctionnent par paires.</div>
+    <div id="STY_texteTAT" class="STY_texteTAT">
+        <table style="BACKGROUND: #b5f0c7" width="80%" cellpadding="3" cellspacing="0" valign="top" border="1"
+               bordercolor="">
+            <tr>
+                <td style="FONT-SIZE: 10px" width="60%" valign="top"><img align="center" border="0"
+                                                                          src="../media/ecouteur_macao.png" width="23"
+                                                                          height="32" id="MosImg32"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="top"><b>1</b> 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV546', 'ecran431.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                     It' s Paul's birthday.
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="top"><b>2</b> 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV439', 'ecran432.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                     The teacher has put on his Father Christmas suit. 
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="top"><b>A</b> 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV5393', 'ecran433.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                     
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV15', 'mot43_3.swf', '110', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     a lot of presents.
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="top"><b>B</b> 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV7781', 'ecran434.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                     
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV59', 'mot43_4.swf', '110', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     a lot of presents. 
+                </td>
+            </tr>
+        </table>
+        <p>Maintenant, de façon à former deux paires plausibles, associez les énoncés, en sélectionnant A ou B dans les
+            listes déroulantes.<br><br>It' s Paul's birthday. <br><select class="STY_selectTAT" id="champTrou1"
+                                                                          onchange="actionDetecteSelect()">
+                <option value="_INIT_TROU"> </option>
+            </select><br><br>The teacher has put on his Father Christmas suit. <br><select class="STY_selectTAT"
+                                                                                           id="champTrou2"
+                                                                                           onchange="actionDetecteSelect()">
+                <option value="_INIT_TROU"> </option>
+            </select></p>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg7628.html b/Basilisk/MACAO/macao_3/contenu/pages/pg7628.html
index 1608867c0196790dc46eac597e935631b7ea7789..22d36207d353f0c600b1bb45baf0c4335f767169 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg7628.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg7628.html
@@ -1 +1,97 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Présentation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteCours/width:694px;height:419px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Présentation</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><p style="COLOR: #000080" align="center"><br><span style="FONT-SIZE: 20px">C'est bien connu : les Français ont souvent du mal avec l'anglais tant pour le comprendre que pour le parler...et se faire comprendre.<br><br><br>Et si le fonctionnement de l'oral en anglais pouvait s'apprendre ?<br></span><span style="FONT-SIZE: 20px"><br><br>Et si des stratégies pouvaient être utilisées pour compenser ce qui n'est pas bien compris ?<br><br><br><table style="FONT-SIZE: 10px" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><a class="STY_lienComt" target="_blank" href="http://www.uoh.fr/"><img align="center" border="0" src="../media/log_uoh1.png" id="MosImg18"></a></td><td valign="top"><p align="center"><a class="STY_lienComt" target="_blank" href="http://www.univ-montp3.fr"><img align="center" border="0" src="../media/logo_upv_transp.png" id="MosImg7"></a></p></td></tr></table></span><br></p></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Présentation</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteCours/width:694px;height:419px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Présentation</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">
+        <p style="COLOR: #000080" align="center"><br><span style="FONT-SIZE: 20px">C'est bien connu : les Français ont souvent du mal avec l'anglais tant pour le comprendre que pour le parler...et se faire comprendre.<br><br><br>Et si le fonctionnement de l'oral en anglais pouvait s'apprendre ?<br></span><span
+                style="FONT-SIZE: 20px"><br><br>Et si des stratégies pouvaient être utilisées pour compenser ce qui n'est pas bien compris ?<br><br><br><table
+                style="FONT-SIZE: 10px" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td valign="top"><a
+                class="STY_lienComt" target="_blank" href="http://www.uoh.fr/"><img align="center" border="0"
+                                                                                    src="../media/log_uoh1.png"
+                                                                                    id="MosImg18"></a></td><td
+                valign="top"><p align="center"><a class="STY_lienComt" target="_blank" href="http://www.univ-montp3.fr"><img
+                align="center" border="0" src="../media/logo_upv_transp.png"
+                id="MosImg7"></a></p></td></tr></table></span><br></p>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg7651.html b/Basilisk/MACAO/macao_3/contenu/pages/pg7651.html
index 1b9ae20d07ef8fec4c45ca4d659a81781d00b2f2..76bde34b8499b580b482a2e132b9b752365ea452 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg7651.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg7651.html
@@ -1 +1,125 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Des sons aux formes (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des sons aux formes (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  ">Il peut arriver aussi de n'entendre aucune réalisation orale, alors qu'une forme est pourtant bien présente, comme dans les exemples suivants : <br><br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg325"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV5878','ecran661.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">His criteria are funny ones. <br>Remarquez que la prononciation de are se confond avec la fin de <i>criteria</i> : <br><b>/ hɪzkraɪˈtɪərɪəˈfʌnɪˈwʌnz/</b></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV32','ecran6621.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">Liz is going. <br>Remarquez que la prononciation de <b><i>is</i></b> se confond avec la fin de <i>Liz</i> : <br><b>/ˈlɪzɡəʊɪŋ/</b></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV836','ecran663.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">He likes singing. <br>Ici la prononciation de la fin de <i>likes</i> se confond avec le début de <i>singing</i> : <br><b>/hɪˈlaɪkˈsɪŋɪŋ/</b></td></tr></table></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Des sons aux formes (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des sons aux formes
+                    (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">Il peut arriver aussi de n'entendre aucune réalisation
+        orale, alors qu'une forme est pourtant bien présente, comme dans les exemples suivants : <br><br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg325">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV5878', 'ecran661.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">His criteria are funny ones. <br>Remarquez
+                    que la prononciation de are se confond avec la fin de <i>criteria</i> : <br><b>/
+                        hɪzkraɪˈtɪərɪəˈfʌnɪˈwʌnz/</b></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV32', 'ecran6621.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">Liz is going. <br>Remarquez que
+                    la prononciation de <b><i>is</i></b> se confond avec la fin de <i>Liz</i> : <br><b>/ˈlɪzɡəʊɪŋ/</b>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV836', 'ecran663.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">He likes singing. <br>Ici la
+                    prononciation de la fin de <i>likes</i> se confond avec le début de <i>singing</i> : <br><b>/hɪˈlaɪkˈsɪŋɪŋ/</b>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg7664.html b/Basilisk/MACAO/macao_3/contenu/pages/pg7664.html
index 0b8a3c3a73fae042640bb79d5d8bebe1b1f90e3e..619647507257150744232827338941c6eb2f5ae0 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg7664.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg7664.html
@@ -1 +1,224 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Cinquième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/width:504px;height:159px;#STY_question/width:519px;height:212px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep853');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Cinquième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p><br>Effectivement, on entend pratiquement la même chose. Les <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc266709','htm')">voyelles</a> tendues /<i><b>eɪ</b></i>/ (de <i><b>they</b></i>) et <i><b>/eə/</b></i> (de <i><b>there</b></i>) sont modifiées par la présence de <i><b>are</b></i>. Le plus souvent, on entend <i><b>/ðeə/</b></i> aussi bien pour <i><b>there are</b></i> que pour <i><b>they are</b></i>. <br><br>Pourtant, sur le plan grammatical, ils ne sont pas interchangeables. En effet, <i><b>there are</b></i> signifie <i><b>il y a</b></i> et <i><b>they are</b></i> signifie <i><b>ils / elles sont</b></i>. <br><br>Réécoutez les énoncés.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p>C'est faux, on entend pratiquement la même chose. Les <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc266709','htm')">voyelles</a> tendues <i><b>/eɪ/</b></i> (de <b><i>they</i></b>) et <i><b>/eə/</b></i> (de <b><i>there</i></b>) sont modifiées par la présence de <b><i>are</i></b>. Le plus souvent, on entend <i><b>/ðeə/</b></i> aussi bien pour <b><i>there are </i></b>que pour <b><i>they are</i></b>. <br><br>Pourtant, sur le plan grammatical, ils ne sont pas interchangeables. En effet, <b><i>there are </i></b>signifie <i><b>il y a</b></i> et <b><i>they are </i></b>signifie <b><i>ils / elles sont</i></b>. <br><br>Réécoutez les énoncés.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><p>Ecoutez les deux énoncés suivants.<br><br><table style="WIDTH: 95%; HEIGHT: 121px" width="95%" cellpadding="0" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; WIDTH: 5%; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="95%" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; WIDTH: 5%; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV2129','ecran251.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">I wish I could go to Africa. <script type="text/javascript">ajDocW(PF_clipAV('clipAV1924','mots25there.swf','68','15','false','Flash','','','Quality:high;wmode:transparent','',''));</script> so many different languages there.</td></tr><tr><td style="FONT-SIZE: 10px; WIDTH: 5%; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV5550','ecran252.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">They've moved back to London. <script type="text/javascript">ajDocW(PF_clipAV('clipAV849','mots25they.swf','68','14','false','Flash','','','Quality:high;wmode:transparent','',''));</script> so happy to live in the capital again. </td></tr></table><br>Que diriez-vous des blocs mis en valeur ?</p></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">il est difficile d'établir une différence ;</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la prononciation est nettement différente.</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Cinquième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/width:504px;height:159px;#STY_question/width:519px;height:212px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Cinquième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p><br>Effectivement, on entend pratiquement la même chose. Les <a class="STY_lienDansZoneComt"
+                                                                           href="javascript:parent.SCO_ouvrirDoc('doc266709','htm')">voyelles</a>
+            tendues /<i><b>eɪ</b></i>/ (de <i><b>they</b></i>) et <i><b>/eə/</b></i> (de <i><b>there</b></i>) sont
+            modifiées par la présence de <i><b>are</b></i>. Le plus souvent, on entend <i><b>/ðeə/</b></i> aussi bien
+            pour <i><b>there are</b></i> que pour <i><b>they are</b></i>. <br><br>Pourtant, sur le plan grammatical, ils
+            ne sont pas interchangeables. En effet, <i><b>there are</b></i> signifie <i><b>il y a</b></i> et <i><b>they
+                are</b></i> signifie <i><b>ils / elles sont</b></i>. <br><br>Réécoutez les énoncés.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux, on entend pratiquement la même chose. Les <a class="STY_lienDansZoneComt"
+                                                                    href="javascript:parent.SCO_ouvrirDoc('doc266709','htm')">voyelles</a>
+            tendues <i><b>/eɪ/</b></i> (de <b><i>they</i></b>) et <i><b>/eə/</b></i> (de <b><i>there</i></b>) sont
+            modifiées par la présence de <b><i>are</i></b>. Le plus souvent, on entend <i><b>/ðeə/</b></i> aussi bien
+            pour <b><i>there are </i></b>que pour <b><i>they are</i></b>. <br><br>Pourtant, sur le plan grammatical, ils
+            ne sont pas interchangeables. En effet, <b><i>there are </i></b>signifie <i><b>il y a</b></i> et <b><i>they
+                are </i></b>signifie <b><i>ils / elles sont</i></b>. <br><br>Réécoutez les énoncés.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><p>Ecoutez les deux énoncés suivants.<br><br>
+        <table style="WIDTH: 95%; HEIGHT: 121px" width="95%" cellpadding="0" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; WIDTH: 5%; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><img
+                        align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="95%" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; WIDTH: 5%; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2129', 'ecran251.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">I wish I could go to Africa.
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV1924', 'mots25there.swf', '68', '15', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     so many different languages there.
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; WIDTH: 5%; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV5550', 'ecran252.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">They've moved back to London. 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV849', 'mots25they.swf', '68', '14', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     so happy to live in the capital again.
+                </td>
+            </tr>
+        </table>
+        <br>Que diriez-vous des blocs mis en valeur ?</p></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">il est
+                        difficile d'établir une différence ;
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">la
+                        prononciation est nettement différente.
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg7682.html b/Basilisk/MACAO/macao_3/contenu/pages/pg7682.html
index 383b3c17811fda5f61d355a2b1d2fcc537d50eba..add0db0b545deaeb81e658c03ff5fef1d48fe697 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg7682.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg7682.html
@@ -1 +1,178 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Quatrième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";numT++; exo.ajouterReponse('rep117','1','3'," gJKD0'g"); exo.ajouterReponse('rep101','1','3',"SFg gJKD0dX"); exo.ajouterReponse('rep239','1','3',"g gJKD0 '"); exo.ajouterReponse('rep113','1','3',"XSFg gJKD0 d");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Bien !</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p>Votre réponse est fausse. Voici ce que vous avez entendu : <br><i>I'm so thirsty, I would drink a whole bottle of fresh water if I could.</i><br><br>Il est difficile de distinguer <b><i>would</i></b>, avec <b><i>drink</i></b> à sa suite, car il y a un phénomène d'assimilation et une réduction de <b><i>would</i></b> à <b>/d/</b>.</p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p>Votre réponse est fausse. Voici ce que vous avez entendu : <br><i>I'm so thirsty, I would drink a whole bottle of fresh water if I could.</i><br><br>Il est difficile de distinguer <b><i>would</i></b>, avec <b><i>drink</i></b> à sa suite, car il y a un phénomène d'assimilation et une réduction de <b><i>would</i></b> à <b>/d/</b>.</p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p>Votre réponse est fausse. Voici ce que vous avez entendu : <br><i>I'm so thirsty, I would drink a whole bottle of fresh water if I could.</i><br><br>Il est difficile de distinguer <b><i>would</i></b>, avec <b><i>drink</i></b> à sa suite, car il y a un phénomène d'assimilation et une réduction de <b><i>would</i></b> à <b>/d/</b>.</p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p>Votre réponse est fausse. Voici ce que vous avez entendu : <br><i>I'm so thirsty, I would drink a whole bottle of fresh water if I could.</i><br><br>Il est difficile de distinguer <b><i>would</i></b>, avec <b><i>drink</i></b> à sa suite, car il y a un phénomène d'assimilation et une réduction de <b><i>would</i></b> à <b>/d/</b>.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question"><br>Ecoutez et complétez :<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7; WIDTH: 15%" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV2955','ecran30.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table></div><div id="STY_texteTAT" class="STY_texteTAT">I'm so thirsty, I  <input type="text" onkeyup="actionDetecteTrou()" onfocus="focusChamp(this)" onkeypress="return tapeDansChamp(event)" onkeydown="return tapeDansChamp(event)" class="STY_champTAT" id="champTrou1" style="FONT-SIZE: 10px; WIDTH: 82px; HEIGHT: 17px"> a whole bottle of fresh water if I could.</div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Quatrième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        numT++;
+        exo.ajouterReponse('rep117', '1', '3', " gJKD0'g");
+        exo.ajouterReponse('rep101', '1', '3', "SFg gJKD0dX");
+        exo.ajouterReponse('rep239', '1', '3', "g gJKD0 '");
+        exo.ajouterReponse('rep113', '1', '3', "XSFg gJKD0 d");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bien !</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Votre réponse est fausse. Voici ce que vous avez entendu : <br><i>I'm so thirsty, I would drink a whole
+            bottle of fresh water if I could.</i><br><br>Il est difficile de distinguer <b><i>would</i></b>, avec <b><i>drink</i></b>
+            à sa suite, car il y a un phénomène d'assimilation et une réduction de <b><i>would</i></b> à <b>/d/</b>.</p>
+    </div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Votre réponse est fausse. Voici ce que vous avez entendu : <br><i>I'm so thirsty, I would drink a whole
+            bottle of fresh water if I could.</i><br><br>Il est difficile de distinguer <b><i>would</i></b>, avec <b><i>drink</i></b>
+            à sa suite, car il y a un phénomène d'assimilation et une réduction de <b><i>would</i></b> à <b>/d/</b>.</p>
+    </div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Votre réponse est fausse. Voici ce que vous avez entendu : <br><i>I'm so thirsty, I would drink a whole
+            bottle of fresh water if I could.</i><br><br>Il est difficile de distinguer <b><i>would</i></b>, avec <b><i>drink</i></b>
+            à sa suite, car il y a un phénomène d'assimilation et une réduction de <b><i>would</i></b> à <b>/d/</b>.</p>
+    </div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Votre réponse est fausse. Voici ce que vous avez entendu : <br><i>I'm so thirsty, I would drink a whole
+            bottle of fresh water if I could.</i><br><br>Il est difficile de distinguer <b><i>would</i></b>, avec <b><i>drink</i></b>
+            à sa suite, car il y a un phénomène d'assimilation et une réduction de <b><i>would</i></b> à <b>/d/</b>.</p>
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question"><br>Ecoutez et complétez :<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7; WIDTH: 15%" width="40%" valign="middle"><img align="center" border="0"
+                                                                                             src="../media/ecouteur_macao.png"
+                                                                                             id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2955', 'ecran30.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT">I'm so thirsty, I  <input type="text" onkeyup="actionDetecteTrou()"
+                                                                          onfocus="focusChamp(this)"
+                                                                          onkeypress="return tapeDansChamp(event)"
+                                                                          onkeydown="return tapeDansChamp(event)"
+                                                                          class="STY_champTAT" id="champTrou1"
+                                                                          style="FONT-SIZE: 10px; WIDTH: 82px; HEIGHT: 17px"> a
+        whole bottle of fresh water if I could.
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg7973.html b/Basilisk/MACAO/macao_3/contenu/pages/pg7973.html
index 7c787a904259f479a1ac4b4c839a70685748eebf..c8149882868e8f51a32d9eb9297fe7a1921d25d9 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg7973.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg7973.html
@@ -1 +1,331 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Cinquième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="lienrep150/width:102px;height:18px;#STY_texteQC/top:14px;width:504px;height:277px;#STY_question/width:498px;height:143px;#lienrep627/width:112px;height:18px;#lienrep211/width:102px;height:18px;#lienrep49/width:102px;height:19px;#lienrep842/width:58px;height:24px;#lienrep36/supprime:;#lienrep24/width:118px;height:21px;#lienrep715/width:118px;height:24px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCM");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep74');oItem.init("11","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep185');oItem.init("22","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("32","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("41","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep788');oItem.init("52","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep42');oItem.init("62","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep047');oItem.init("72","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep96');oItem.init("82","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.afficheBoutons=false;exo.maxSel='2';afficheBordure=true;var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep627","","","","1","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep211","","","","1","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","rep49","","","","1","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","rep842","","","","1","","","","","","");var idDet='divSugg5';EXO_ajouterCommentaire(idDet,"","","","","","","rep36","","","","1","","","","","","");var idDet='divSugg6';EXO_ajouterCommentaire(idDet,"","","","","","","rep715","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Cinquième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est exact.<br><br>En effet, les mots <i><b>is it</b></i> indiquent que l'énonciateur considère l'événement (<b>SHE + SLEEP LATE</b>) sous l'angle de ses conséquences au moment où il en parle, d'où le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i><i> :</i><b><i>she's slept late</i></b>.<br><br>Ce réveil tardif semble poser problème, d'où l'exclamation <i><b>oh no</b></i>.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est inexact.<br><br>Les mots <b><i>is it</i></b> indiquent que l'énonciateur considère l'événement (<b>SHE + SLEEP LATE</b>) sous l'angle de ses conséquences au moment où il en parle, d'où le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a> </i>: <b><i>she's slept late</i></b>.<br><br>Ce réveil tardif semble poser problème, d'où l'exclamation <i><b>oh no</b></i>.</p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est inexact.<br><br>Les mots <b><i>is it</i></b> indiquent que l'énonciateur considère l'événement (<b>SHE + SLEEP LATE</b>) sous l'angle de ses conséquences au moment où il en parle, d'où le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a> </i>: <b><i>she's slept late</i></b>.<br><br>Ce réveil tardif semble poser problème, d'où l'exclamation <i><b>oh no</b></i>.</p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est inexact.<br><br>Les mots <b><i>is it</i></b> indiquent que l'énonciateur considère l'événement (<b>SHE + SLEEP LATE</b>) sous l'angle de ses conséquences au moment où il en parle, d'où le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> : <b><i>she's slept late</i></b>.<br><br>Ce réveil tardif semble poser problème, d'où l'exclamation <i><b>oh no</b></i>.</p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est inexact.<br><br>Les mots <b><i>is it</i></b> indiquent que l'énonciateur considère l'événement (<b>SHE + SLEEP LATE</b>) sous l'angle de ses conséquences au moment où il en parle, d'où le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a> </i>: <b><i>she's slept late</i></b>.<br><br>Ce réveil tardif semble poser problème, d'où l'exclamation <i><b>oh no</b></i>.</p></div><div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est inexact.<br><br>Les mots <b><i>is it</i></b> indiquent que l'énonciateur considère l'événement (<b>SHE + SLEEP LATE</b>) sous l'angle de ses conséquences au moment où il en parle, d'où le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a> </i>: <b><i>she's slept late</i></b>.<br><br>Ce réveil tardif semble poser problème, d'où l'exclamation <i><b>oh no</b></i>.</p></div><div id="divSugg6" onclick="SPE_clicDansBulle(event,'divSugg6')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est inexact.<br><br>Les mots <b><i>is it</i></b> indiquent que l'énonciateur considère l'événement (<b>SHE + SLEEP LATE</b>) sous l'angle de ses conséquences au moment où il en parle, d'où le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a> </i>: <b><i>she's slept late</i></b>.<br><br>Ce réveil tardif semble poser problème, d'où l'exclamation <i><b>oh no</b></i>.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  ">Ecoutez l'énoncé suivant.<br><b><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"></td></tr><tr><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV2174','ecran12.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV85','mot12_12.swf','370','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table></b><br>Désignez le principal indice pertinent pour identifier la forme verbale et sélectionnez la forme verbale employée : </div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')"><script type="text/javascript">ajDocW(PF_clipAV('clipAV53','mot12_1a.swf','100','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></div></td></tr><tr id="trReprep150"><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')"><script type="text/javascript">ajDocW(PF_clipAV('clipAV7','mot12_1b.swf','100','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></div></td></tr><tr id="trReprep211"><td valign="top" class="STY_bordureQC" id="tdReprep211"><div class="STY_reponseQC" id="lienrep211" onmouseover="if(exo)exo.changerBouton('rep211',true)" onmouseout="if(exo)exo.changerBouton('rep211',false)" onclick="exo.action('rep211')"><script type="text/javascript">ajDocW(PF_clipAV('clipAV43','mot12_1c.swf','100','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></div></td></tr><tr id="trReprep49"><td valign="top" class="STY_bordureQC" id="tdReprep49"><div class="STY_reponseQC" id="lienrep49" onmouseover="if(exo)exo.changerBouton('rep49',true)" onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')"><script type="text/javascript">ajDocW(PF_clipAV('clipAV64','mot12_1d1.swf','100','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></div></td></tr><tr id="trReprep842"><td valign="top" class="STY_bordureQC" id="tdReprep842"><div class="STY_reponseQC" id="lienrep842" onmouseover="if(exo)exo.changerBouton('rep842',true)" onmouseout="if(exo)exo.changerBouton('rep842',false)" onclick="exo.action('rep842')"><script type="text/javascript">ajDocW(PF_clipAV('clipAV36','mot12_1e.swf','100','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></div></td></tr><tr id="trReprep36"><td valign="top" class="STY_bordureQC" id="tdReprep36"><div class="STY_reponseQC" id="lienrep36" onmouseover="if(exo)exo.changerBouton('rep36',true)" onmouseout="if(exo)exo.changerBouton('rep36',false)" onclick="exo.action('rep36')"></div></td></tr><tr id="trReprep24"><td valign="top" class="STY_bordureQC" id="tdReprep24"><div class="STY_reponseQC" id="lienrep24" onmouseover="if(exo)exo.changerBouton('rep24',true)" onmouseout="if(exo)exo.changerBouton('rep24',false)" onclick="exo.action('rep24')">she's slept late </div></td></tr><tr id="trReprep715"><td valign="top" class="STY_bordureQC" id="tdReprep715"><div class="STY_reponseQC" id="lienrep715" onmouseover="if(exo)exo.changerBouton('rep715',true)" onmouseout="if(exo)exo.changerBouton('rep715',false)" onclick="exo.action('rep715')">she slept late</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Cinquième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "lienrep150/width:102px;height:18px;#STY_texteQC/top:14px;width:504px;height:277px;#STY_question/width:498px;height:143px;#lienrep627/width:112px;height:18px;#lienrep211/width:102px;height:18px;#lienrep49/width:102px;height:19px;#lienrep842/width:58px;height:24px;#lienrep36/supprime:;#lienrep24/width:118px;height:21px;#lienrep715/width:118px;height:24px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCM");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep74');
+        oItem.init("11", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep185');
+        oItem.init("22", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("32", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("41", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep788');
+        oItem.init("52", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep42');
+        oItem.init("62", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep047');
+        oItem.init("72", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep96');
+        oItem.init("82", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.afficheBoutons = false;
+        exo.maxSel = '2';
+        afficheBordure = true;
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep627", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep211", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep49", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep842", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg5';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep36", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg6';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep715", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Cinquième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est exact.<br><br>En effet, les mots <i><b>is it</b></i> indiquent que l'énonciateur considère l'événement
+            (<b>SHE + SLEEP LATE</b>) sous l'angle de ses conséquences au moment où il en parle, d'où le <i><a
+                    class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+                perfect</a></i><i> :</i><b><i>she's slept late</i></b>.<br><br>Ce réveil tardif semble poser problème,
+            d'où l'exclamation <i><b>oh no</b></i>.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est inexact.<br><br>Les mots <b><i>is it</i></b> indiquent que l'énonciateur considère l'événement (<b>SHE
+            + SLEEP LATE</b>) sous l'angle de ses conséquences au moment où il en parle, d'où le <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a> </i>: <b><i>she's slept late</i></b>.<br><br>Ce réveil tardif semble poser problème, d'où
+            l'exclamation <i><b>oh no</b></i>.</p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est inexact.<br><br>Les mots <b><i>is it</i></b> indiquent que l'énonciateur considère l'événement (<b>SHE
+            + SLEEP LATE</b>) sous l'angle de ses conséquences au moment où il en parle, d'où le <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a> </i>: <b><i>she's slept late</i></b>.<br><br>Ce réveil tardif semble poser problème, d'où
+            l'exclamation <i><b>oh no</b></i>.</p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est inexact.<br><br>Les mots <b><i>is it</i></b> indiquent que l'énonciateur considère l'événement (<b>SHE
+            + SLEEP LATE</b>) sous l'angle de ses conséquences au moment où il en parle, d'où le <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a></i> : <b><i>she's slept late</i></b>.<br><br>Ce réveil tardif semble poser problème, d'où
+            l'exclamation <i><b>oh no</b></i>.</p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est inexact.<br><br>Les mots <b><i>is it</i></b> indiquent que l'énonciateur considère l'événement (<b>SHE
+            + SLEEP LATE</b>) sous l'angle de ses conséquences au moment où il en parle, d'où le <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a> </i>: <b><i>she's slept late</i></b>.<br><br>Ce réveil tardif semble poser problème, d'où
+            l'exclamation <i><b>oh no</b></i>.</p></div>
+    <div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est inexact.<br><br>Les mots <b><i>is it</i></b> indiquent que l'énonciateur considère l'événement (<b>SHE
+            + SLEEP LATE</b>) sous l'angle de ses conséquences au moment où il en parle, d'où le <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a> </i>: <b><i>she's slept late</i></b>.<br><br>Ce réveil tardif semble poser problème, d'où
+            l'exclamation <i><b>oh no</b></i>.</p></div>
+    <div id="divSugg6" onclick="SPE_clicDansBulle(event,'divSugg6')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est inexact.<br><br>Les mots <b><i>is it</i></b> indiquent que l'énonciateur considère l'événement (<b>SHE
+            + SLEEP LATE</b>) sous l'angle de ses conséquences au moment où il en parle, d'où le <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a> </i>: <b><i>she's slept late</i></b>.<br><br>Ce réveil tardif semble poser problème, d'où
+            l'exclamation <i><b>oh no</b></i>.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  ">Ecoutez l'énoncé suivant.<br><b>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0"
+                                                                                 src="../media/ecouteur_macao.png"
+                                                                                 id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2174', 'ecran12.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV85', 'mot12_12.swf', '370', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+    </b><br>Désignez le principal indice pertinent pour identifier la forme verbale et sélectionnez la forme verbale
+        employée : 
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV53', 'mot12_1a.swf', '100', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV7', 'mot12_1b.swf', '100', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep211">
+                <td valign="top" class="STY_bordureQC" id="tdReprep211">
+                    <div class="STY_reponseQC" id="lienrep211" onmouseover="if(exo)exo.changerBouton('rep211',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep211',false)" onclick="exo.action('rep211')">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV43', 'mot12_1c.swf', '100', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep49">
+                <td valign="top" class="STY_bordureQC" id="tdReprep49">
+                    <div class="STY_reponseQC" id="lienrep49" onmouseover="if(exo)exo.changerBouton('rep49',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV64', 'mot12_1d1.swf', '100', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep842">
+                <td valign="top" class="STY_bordureQC" id="tdReprep842">
+                    <div class="STY_reponseQC" id="lienrep842" onmouseover="if(exo)exo.changerBouton('rep842',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep842',false)" onclick="exo.action('rep842')">
+                        <script type="text/javascript">ajDocW(PF_clipAV('clipAV36', 'mot12_1e.swf', '100', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep36">
+                <td valign="top" class="STY_bordureQC" id="tdReprep36">
+                    <div class="STY_reponseQC" id="lienrep36" onmouseover="if(exo)exo.changerBouton('rep36',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep36',false)" onclick="exo.action('rep36')"></div>
+                </td>
+            </tr>
+            <tr id="trReprep24">
+                <td valign="top" class="STY_bordureQC" id="tdReprep24">
+                    <div class="STY_reponseQC" id="lienrep24" onmouseover="if(exo)exo.changerBouton('rep24',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep24',false)" onclick="exo.action('rep24')">she's slept
+                        late
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep715">
+                <td valign="top" class="STY_bordureQC" id="tdReprep715">
+                    <div class="STY_reponseQC" id="lienrep715" onmouseover="if(exo)exo.changerBouton('rep715',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep715',false)" onclick="exo.action('rep715')">she slept
+                        late
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg8027.html b/Basilisk/MACAO/macao_3/contenu/pages/pg8027.html
index 9e188cf2090c0b76f508c9d112f11c7fdab3b660..960967117033abd73717bfa6475c354e0ef8c2f8 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg8027.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg8027.html
@@ -1 +1,232 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Première tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_question/width:500px;height:53px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='1';numT++;exo.tabChamps[numT]='2';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='2';numT++; exo.ajouterReponse('rep633','1','3',"- TNk Kj ukKDU jkkD uy 8Nk gXz8XJ aXJ NkJ BFFkJUy.b "); exo.ajouterReponse('rep326','1','2',"- TNk NBj ukkD jkkD uy 8Nk gXz8XJ aXJ NkJ BFFkJUy.H "); exo.ajouterReponse('rep973','2','4',"- TNk Kj ukKDU jkkD uy 8Nk gXz8XJ aXJ NkJ BFFkJUy.b "); exo.ajouterReponse('rep209','2','5',"- TNk NBj ukkD jkkD uy 8Nk gXz8XJ aXJ NkJ BFFkJUy.H ");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep633","","","","1","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","2:rep209","","","","1","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","1","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","2:<>","","","","1","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement. Voici les deux dialogues reconstitués que vous pouvez réécouter.<br><br>1 Why does Lucy have so many pills to take? <br>B She has been seen by the doctor for her allergy.<br><br>Dans <i>She has been seen</i>, on a un <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present perfect</i></a> à la voix passive (voix passive : BE + V au participe passé). Le <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present perfect</i></a> est employé pour souligner que la prise de médicaments par Lucy est le résultat, la conséquence de sa visite chez le médecin.<br><br>2 Why isn't Ella with you? <br>A She is being seen by the doctor for her allergy.<br><br>Dans <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix passive : BE + V au participe passé). La présence de -ING dans cette forme souligne que la réponse et la question réfèrent à une même situation (l'absence d'Ella au moment où on en parle). </div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Non, vous vous trompez. Voici les deux dialogues reconstitués que vous pouvez réécouter.<br><br><br>1 Why does Lucy have so many pills to take? <br>B She has been seen by the doctor for her allergy.<br><br>Dans <i>She is being seen</i>, on a un <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> à la voix passive (voix passive : BE + V au participe passé). Le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> est employé pour souligner que la prise de médicaments par Lucy est le résultat, la conséquence de sa visite chez le médecin. <br><br><br>2 Why isn't Ella with you? <br>A She is being seen by the doctor for her allergy. <br><br>Dans <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix passive : BE + V au participe passé). La présence de -ING dans cette forme souligne que la réponse et la question réfèrent à une même situation (l'absence d'Ella au moment où on en parle). <br></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')">Non, vous vous trompez. Voici les deux dialogues reconstitués que vous pouvez réécouter.<br><br><br>1 Why does Lucy have so many pills to take? <br>B She has been seen by the doctor for her allergy.<br><br>Dans <i>She is being seen</i>, on a un <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> à la voix passive (voix passive : BE + V au participe passé). Le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> est employé pour souligner que la prise de médicaments par Lucy est le résultat, la conséquence de sa visite chez le médecin. <br><br><br>2 Why isn't Ella with you? <br>A She is being seen by the doctor for her allergy. <br><br>Dans <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix passive : BE + V au participe passé). La présence de -ING dans cette forme souligne que la réponse et la question réfèrent à une même situation (l'absence d'Ella au moment où on en parle). <br></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')">Non, vous vous trompez. Voici les deux dialogues reconstitués que vous pouvez réécouter.<br><br><br>1 Why does Lucy have so many pills to take? <br>B She has been seen by the doctor for her allergy.<br><br>Dans <i>She is being seen</i>, on a un <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> à la voix passive (voix passive : BE + V au participe passé). Le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> est employé pour souligner que la prise de médicaments par Lucy est le résultat, la conséquence de sa visite chez le médecin. <br><br><br>2 Why isn't Ella with you? <br>A She is being seen by the doctor for her allergy. <br><br>Dans <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix passive : BE + V au participe passé). La présence de -ING dans cette forme souligne que la réponse et la question réfèrent à une même situation (l'absence d'Ella au moment où on en parle). </div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')">Non, vous vous trompez. Voici les deux dialogues reconstitués que vous pouvez réécouter.<br><br>1 Why does Lucy have so many pills to take? <br>B She has been seen by the doctor for her allergy.<br><br>Dans <i>She is being seen</i>, on a un <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> à la voix passive (voix passive : BE + V au participe passé). Le <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> est employé pour souligner que la prise de médicaments par Lucy est le résultat, la conséquence de sa visite chez le médecin. <br><br><br>2 Why isn't Ella with you? <br>A She is being seen by the doctor for her allergy. <br><br>Dans <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix passive : BE + V au participe passé). La présence de -ING dans cette forme souligne que la réponse et la question réfèrent à une même situation (l'absence d'Ella au moment où on en parle). </div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question">Ecoutez les quatre énoncés : les énoncés 1 et 2 sont des questions, les énoncés A et B des réponses. </div><div id="STY_texteTAT" class="STY_texteTAT"><table style="BACKGROUND: #b5f0c7" width="80%" cellpadding="3" cellspacing="0" valign="top" border="1" bordercolor=""><tr><td style="FONT-SIZE: 10px" width="60%" valign="top"><img align="center" border="0" src="../media/ecouteur_macao.png" width="23" height="32" id="MosImg32"></td></tr><tr><td style="FONT-SIZE: 10px" valign="top"><b>1</b> <script type="text/javascript">ajDocW(PF_clipAV('clipAV6364','ecran411.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script> Why does Lucy have so many pills to take? </td></tr><tr><td style="FONT-SIZE: 10px" valign="top"><b>2</b> <script type="text/javascript">ajDocW(PF_clipAV('clipAV1264','ecran412.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script> Why isn't Ella with you? </td></tr><tr><td style="FONT-SIZE: 10px" valign="middle"><b>A <script type="text/javascript">ajDocW(PF_clipAV('clipAV364','ecran413.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></b> <script type="text/javascript">ajDocW(PF_clipAV('clipAV532','mot41_3.swf','110','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> by the doctor for her allergy.</td></tr><tr><td style="FONT-SIZE: 10px" valign="top"><b>B <script type="text/javascript">ajDocW(PF_clipAV('clipAV0','ecran414.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></b> <script type="text/javascript">ajDocW(PF_clipAV('clipAV53','mot41_3.swf','110','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script> by the doctor for her allergy.</td></tr></table><p>Maintenant, de façon à former deux dialogues plausibles, associez chaque question à une réponse en sélectionnant A ou B dans les listes déroulantes.<br><br>Why does Lucy have so many pills to take?<br><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()"><option value="_INIT_TROU"> </option></select><br><br>Why isn't Ella with you?<br><select class="STY_selectTAT" id="champTrou2" onchange="actionDetecteSelect()"><option value="_INIT_TROU"> </option></select></p></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Première tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_question/width:500px;height:53px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        numT++;
+        exo.tabChamps[numT] = '2';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '2';
+        numT++;
+        exo.ajouterReponse('rep633', '1', '3', "- TNk Kj ukKDU jkkD uy 8Nk gXz8XJ aXJ NkJ BFFkJUy.b ");
+        exo.ajouterReponse('rep326', '1', '2', "- TNk NBj ukkD jkkD uy 8Nk gXz8XJ aXJ NkJ BFFkJUy.H ");
+        exo.ajouterReponse('rep973', '2', '4', "- TNk Kj ukKDU jkkD uy 8Nk gXz8XJ aXJ NkJ BFFkJUy.b ");
+        exo.ajouterReponse('rep209', '2', '5', "- TNk NBj ukkD jkkD uy 8Nk gXz8XJ aXJ NkJ BFFkJUy.H ");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep633", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:rep209", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:<>", "", "", "", "1", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')">Effectivement. Voici les deux dialogues
+        reconstitués que vous pouvez réécouter.<br><br>1 Why does Lucy have so many pills to take? <br>B She has been
+        seen by the doctor for her allergy.<br><br>Dans <i>She has been seen</i>, on a un <a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present
+            perfect</i></a> à la voix passive (voix passive : BE + V au participe passé). Le <a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present
+            perfect</i></a> est employé pour souligner que la prise de médicaments par Lucy est le résultat, la
+        conséquence de sa visite chez le médecin.<br><br>2 Why isn't Ella with you? <br>A She is being seen by the
+        doctor for her allergy.<br><br>Dans <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix
+        passive : BE + V au participe passé). La présence de -ING dans cette forme souligne que la réponse et la
+        question réfèrent à une même situation (l'absence d'Ella au moment où on en parle).
+    </div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')">Non, vous vous trompez. Voici les deux dialogues
+        reconstitués que vous pouvez réécouter.<br><br><br>1 Why does Lucy have so many pills to take? <br>B She has
+        been seen by the doctor for her allergy.<br><br>Dans <i>She is being seen</i>, on a un <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a></i> à la voix passive (voix passive : BE + V au participe passé). Le <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a></i> est employé pour souligner que la prise de médicaments par Lucy est le résultat, la
+        conséquence de sa visite chez le médecin. <br><br><br>2 Why isn't Ella with you? <br>A She is being seen by the
+        doctor for her allergy. <br><br>Dans <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix
+        passive : BE + V au participe passé). La présence de -ING dans cette forme souligne que la réponse et la
+        question réfèrent à une même situation (l'absence d'Ella au moment où on en parle). <br></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')">Non, vous vous trompez. Voici les deux dialogues
+        reconstitués que vous pouvez réécouter.<br><br><br>1 Why does Lucy have so many pills to take? <br>B She has
+        been seen by the doctor for her allergy.<br><br>Dans <i>She is being seen</i>, on a un <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a></i> à la voix passive (voix passive : BE + V au participe passé). Le <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a></i> est employé pour souligner que la prise de médicaments par Lucy est le résultat, la
+        conséquence de sa visite chez le médecin. <br><br><br>2 Why isn't Ella with you? <br>A She is being seen by the
+        doctor for her allergy. <br><br>Dans <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix
+        passive : BE + V au participe passé). La présence de -ING dans cette forme souligne que la réponse et la
+        question réfèrent à une même situation (l'absence d'Ella au moment où on en parle). <br></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')">Non, vous vous trompez. Voici les deux dialogues
+        reconstitués que vous pouvez réécouter.<br><br><br>1 Why does Lucy have so many pills to take? <br>B She has
+        been seen by the doctor for her allergy.<br><br>Dans <i>She is being seen</i>, on a un <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a></i> à la voix passive (voix passive : BE + V au participe passé). Le <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a></i> est employé pour souligner que la prise de médicaments par Lucy est le résultat, la
+        conséquence de sa visite chez le médecin. <br><br><br>2 Why isn't Ella with you? <br>A She is being seen by the
+        doctor for her allergy. <br><br>Dans <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix
+        passive : BE + V au participe passé). La présence de -ING dans cette forme souligne que la réponse et la
+        question réfèrent à une même situation (l'absence d'Ella au moment où on en parle).
+    </div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')">Non, vous vous trompez. Voici les deux dialogues
+        reconstitués que vous pouvez réécouter.<br><br>1 Why does Lucy have so many pills to take? <br>B She has been
+        seen by the doctor for her allergy.<br><br>Dans <i>She is being seen</i>, on a un <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a></i> à la voix passive (voix passive : BE + V au participe passé). Le <i><a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+            perfect</a></i> est employé pour souligner que la prise de médicaments par Lucy est le résultat, la
+        conséquence de sa visite chez le médecin. <br><br><br>2 Why isn't Ella with you? <br>A She is being seen by the
+        doctor for her allergy. <br><br>Dans <i>She is being seen</i>, on a un présent en -ING à la voix passive (voix
+        passive : BE + V au participe passé). La présence de -ING dans cette forme souligne que la réponse et la
+        question réfèrent à une même situation (l'absence d'Ella au moment où on en parle).
+    </div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question">Ecoutez les quatre énoncés : les énoncés 1 et 2 sont des questions, les
+        énoncés A et B des réponses.
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT">
+        <table style="BACKGROUND: #b5f0c7" width="80%" cellpadding="3" cellspacing="0" valign="top" border="1"
+               bordercolor="">
+            <tr>
+                <td style="FONT-SIZE: 10px" width="60%" valign="top"><img align="center" border="0"
+                                                                          src="../media/ecouteur_macao.png" width="23"
+                                                                          height="32" id="MosImg32"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="top"><b>1</b> 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6364', 'ecran411.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                     Why does Lucy have so many pills to take?
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="top"><b>2</b> 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV1264', 'ecran412.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                     Why isn't Ella with you?
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="middle"><b>A
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV364', 'ecran413.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                </b> 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV532', 'mot41_3.swf', '110', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                     by the doctor for her allergy.
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px" valign="top"><b>B
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV0', 'ecran414.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                </b> 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV53', 'mot41_3.swf', '110', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                    by the doctor for her allergy.
+                </td>
+            </tr>
+        </table>
+        <p>Maintenant, de façon à former deux dialogues plausibles, associez chaque question à une réponse en
+            sélectionnant A ou B dans les listes déroulantes.<br><br>Why does Lucy have so many pills to
+            take?<br><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()">
+                <option value="_INIT_TROU"> </option>
+            </select><br><br>Why isn't Ella with you?<br><select class="STY_selectTAT" id="champTrou2"
+                                                                 onchange="actionDetecteSelect()">
+                <option value="_INIT_TROU"> </option>
+            </select></p>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg8400.html b/Basilisk/MACAO/macao_3/contenu/pages/pg8400.html
index 6beb9e72b1d72533a0885ec7089e00cb25499f8b..0d1822bd4b379a551e8c7ae89913ca59d24e533a 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg8400.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg8400.html
@@ -1 +1,177 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Deuxième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";numT++; exo.ajouterReponse('rep117','1','3',"k8N"); exo.ajouterReponse('rep5','1','3',"Nk 8");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:<>","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","1:","","","","","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","","","","","","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","1:","","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Bien !</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p>C'est faux. L'énoncé entendu est : <i>He's the boss.</i><br><br>L'article défini <i><b>the</b></i> indique qu'on associe à la fonction de patron la capacité de résoudre d'éventuels problèmes. <br><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème, entre la <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc713286','htm')">consonne</a> finale de <i><b>is</b></i> et le phonème initial de <i><b>the</b></i>. </p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p>C'est faux. L'énoncé entendu est : <i>He's the boss.</i><br><br>L'article défini <i><b>the</b></i> indique qu'on associe à la fonction de patron la capacité de résoudre d'éventuels problèmes. <br><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème, entre la <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc713286','htm')">consonne</a> finale de <i><b>is</b></i> et le phonème initial de <i><b>the</b></i>. </p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p>C'est faux. L'énoncé entendu est : <i>He's the boss.</i><br><br>L'article défini <i><b>the</b></i> indique qu'on associe à la fonction de patron la capacité de résoudre d'éventuels problèmes. <br><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème, entre la <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc713286','htm')">consonne</a> finale de <i><b>is</b></i> et le phonème initial de <i><b>the</b></i>. </p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p>C'est faux. L'énoncé entendu est : <i>He's the boss.</i><br><br>L'article défini <i><b>the</b></i> indique qu'on associe à la fonction de patron la capacité de résoudre d'éventuels problèmes. <br><br>Remarquez qu'il y a une assimilation qui vous a peut-être posé problème, entre la <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc713286','htm')">consonne</a> finale de <i><b>is</b></i> et le phonème initial de <i><b>the</b></i>. </p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question"><br>Ecoutez et complétez :<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7; WIDTH: 15%" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV6712','ecran28.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table></div><div id="STY_texteTAT" class="STY_texteTAT">You must phone Mr Williams if you have a problem. He's <input type="text" onkeyup="actionDetecteTrou()" onfocus="focusChamp(this)" onkeypress="return tapeDansChamp(event)" onkeydown="return tapeDansChamp(event)" class="STY_champTAT" id="champTrou1" style="FONT-SIZE: 10px; WIDTH: 43px; HEIGHT: 17px"> boss.</div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Deuxième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        numT++;
+        exo.ajouterReponse('rep117', '1', '3', "k8N");
+        exo.ajouterReponse('rep5', '1', '3', "Nk 8");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:<>", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:", "", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Bien !</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux. L'énoncé entendu est : <i>He's the boss.</i><br><br>L'article défini <i><b>the</b></i> indique
+            qu'on associe à la fonction de patron la capacité de résoudre d'éventuels problèmes. <br><br>Remarquez qu'il
+            y a une assimilation qui vous a peut-être posé problème, entre la <a class="STY_lienDansZoneComt"
+                                                                                 href="javascript:parent.SCO_ouvrirDoc('doc713286','htm')">consonne</a>
+            finale de <i><b>is</b></i> et le phonème initial de <i><b>the</b></i>. </p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux. L'énoncé entendu est : <i>He's the boss.</i><br><br>L'article défini <i><b>the</b></i> indique
+            qu'on associe à la fonction de patron la capacité de résoudre d'éventuels problèmes. <br><br>Remarquez qu'il
+            y a une assimilation qui vous a peut-être posé problème, entre la <a class="STY_lienDansZoneComt"
+                                                                                 href="javascript:parent.SCO_ouvrirDoc('doc713286','htm')">consonne</a>
+            finale de <i><b>is</b></i> et le phonème initial de <i><b>the</b></i>. </p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux. L'énoncé entendu est : <i>He's the boss.</i><br><br>L'article défini <i><b>the</b></i> indique
+            qu'on associe à la fonction de patron la capacité de résoudre d'éventuels problèmes. <br><br>Remarquez qu'il
+            y a une assimilation qui vous a peut-être posé problème, entre la <a class="STY_lienDansZoneComt"
+                                                                                 href="javascript:parent.SCO_ouvrirDoc('doc713286','htm')">consonne</a>
+            finale de <i><b>is</b></i> et le phonème initial de <i><b>the</b></i>. </p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est faux. L'énoncé entendu est : <i>He's the boss.</i><br><br>L'article défini <i><b>the</b></i> indique
+            qu'on associe à la fonction de patron la capacité de résoudre d'éventuels problèmes. <br><br>Remarquez qu'il
+            y a une assimilation qui vous a peut-être posé problème, entre la <a class="STY_lienDansZoneComt"
+                                                                                 href="javascript:parent.SCO_ouvrirDoc('doc713286','htm')">consonne</a>
+            finale de <i><b>is</b></i> et le phonème initial de <i><b>the</b></i>. </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question"><br>Ecoutez et complétez :<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7; WIDTH: 15%" width="40%" valign="middle"><img align="center" border="0"
+                                                                                             src="../media/ecouteur_macao.png"
+                                                                                             id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6712', 'ecran28.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+    </div>
+    <div id="STY_texteTAT" class="STY_texteTAT">You must phone Mr Williams if you have a problem. He's <input
+            type="text" onkeyup="actionDetecteTrou()" onfocus="focusChamp(this)"
+            onkeypress="return tapeDansChamp(event)" onkeydown="return tapeDansChamp(event)" class="STY_champTAT"
+            id="champTrou1" style="FONT-SIZE: 10px; WIDTH: 43px; HEIGHT: 17px"> boss.
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg8601.html b/Basilisk/MACAO/macao_3/contenu/pages/pg8601.html
index d806a83e92ce4b71f99bec5bd3a4634a31074532..eb1b485e27504c355d694ab0461361ae582db315 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg8601.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg8601.html
@@ -1 +1,348 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Quatrième tâche (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCM");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep976');oItem.init("11","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep982');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep72');oItem.init("31","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep678');oItem.init("42","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep491');oItem.init("51","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("62","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("71","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='2';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep621","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","1","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","rep627","","","","1","1","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","rep437","","","","1","1","","","","","");var idDet='divSugg5';EXO_ajouterCommentaire(idDet,"","","","","","","rep29","","","","1","1","","","","","");var idDet='divSugg6';EXO_ajouterCommentaire(idDet,"","","","","","","rep319","","","","1","1","","","","","");var idDet='divSugg7';EXO_ajouterCommentaire(idDet,"","","","","","","rep326","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est exact. <i><b>If</b></i> et <i><b>could</b></i> indiquent que celui qui parle évoque une situation hypothétique.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Oui, <i><b>If</b></i> indique que celui qui parle évoque une situation hypothétique. Il y a aussi un autre indice : <i><b>could.</b></i></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')">Oui, <b><i>could </i></b>indique que celui qui parle évoque une situation hypothétique. Il y a aussi un autre indice :<b><i>If</i></b>.</div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. Les deux indices sont <i><b>If</b></i> et <i><b>could</b></i>. Ils renvoient à une situation hypothétique.</p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. Les deux indices sont <i><b>If</b></i> et <i><b>could</b></i>. Ils renvoient à une situation hypothétique.</p></div><div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. Les deux indices sont <i><b>If</b></i> et <i><b>could</b></i>. Ils renvoient à une situation hypothétique.</p></div><div id="divSugg6" onclick="SPE_clicDansBulle(event,'divSugg6')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. Les deux indices sont <i><b>If</b></i> et <i><b>could</b></i>. Ils renvoient à une situation hypothétique.</p></div><div id="divSugg7" onclick="SPE_clicDansBulle(event,'divSugg7')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. Les deux indices sont <i><b>If</b></i> et <i><b>could</b></i>. Ils renvoient à une situation hypothétique.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  ">Ecoutez l'énoncé : <br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV6980','ecran211.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br>Quels sont les indices grammaticaux qui renvoient à une situation hypothétique ?</div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">again</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">could</div></td></tr><tr id="trReprep437"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep437',true);" onmouseout="exo.changerBouton('rep437',false)" onclick="exo.action('rep437')" id="boutonReprep437" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep437"><div class="STY_reponseQC" id="lienrep437" onmouseover="if(exo)exo.changerBouton('rep437',true)" onmouseout="if(exo)exo.changerBouton('rep437',false)" onclick="exo.action('rep437')">I</div></td></tr><tr id="trReprep621"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep621',true);" onmouseout="exo.changerBouton('rep621',false)" onclick="exo.action('rep621')" id="boutonReprep621" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep621"><div class="STY_reponseQC" id="lienrep621" onmouseover="if(exo)exo.changerBouton('rep621',true)" onmouseout="if(exo)exo.changerBouton('rep621',false)" onclick="exo.action('rep621')">if</div></td></tr><tr id="trReprep29"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep29',true);" onmouseout="exo.changerBouton('rep29',false)" onclick="exo.action('rep29')" id="boutonReprep29" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep29"><div class="STY_reponseQC" id="lienrep29" onmouseover="if(exo)exo.changerBouton('rep29',true)" onmouseout="if(exo)exo.changerBouton('rep29',false)" onclick="exo.action('rep29')">medical</div></td></tr><tr id="trReprep319"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep319',true);" onmouseout="exo.changerBouton('rep319',false)" onclick="exo.action('rep319')" id="boutonReprep319" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep319"><div class="STY_reponseQC" id="lienrep319" onmouseover="if(exo)exo.changerBouton('rep319',true)" onmouseout="if(exo)exo.changerBouton('rep319',false)" onclick="exo.action('rep319')">start</div></td></tr><tr id="trReprep326"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep326',true);" onmouseout="exo.changerBouton('rep326',false)" onclick="exo.action('rep326')" id="boutonReprep326" src="../../MosMtr/ressources/style/media/gen/boutonQCM.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep326"><div class="STY_reponseQC" id="lienrep326" onmouseover="if(exo)exo.changerBouton('rep326',true)" onmouseout="if(exo)exo.changerBouton('rep326',false)" onclick="exo.action('rep326')">studies</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Quatrième tâche (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCM");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep976');
+        oItem.init("11", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep982');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep72');
+        oItem.init("31", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep678');
+        oItem.init("42", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep491');
+        oItem.init("51", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("62", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("71", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '2';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep621", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep627", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep437", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg5';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep29", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg6';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep319", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg7';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep326", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est exact. <i><b>If</b></i> et <i><b>could</b></i> indiquent que celui qui parle évoque une situation
+            hypothétique.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Oui, <i><b>If</b></i> indique que celui qui parle évoque une situation hypothétique. Il y a aussi un autre
+            indice : <i><b>could.</b></i></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')">Oui, <b><i>could </i></b>indique que celui qui
+        parle évoque une situation hypothétique. Il y a aussi un autre indice :<b><i>If</i></b>.
+    </div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Les deux indices sont <i><b>If</b></i> et <i><b>could</b></i>. Ils renvoient à une
+            situation hypothétique.</p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Les deux indices sont <i><b>If</b></i> et <i><b>could</b></i>. Ils renvoient à une
+            situation hypothétique.</p></div>
+    <div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Les deux indices sont <i><b>If</b></i> et <i><b>could</b></i>. Ils renvoient à une
+            situation hypothétique.</p></div>
+    <div id="divSugg6" onclick="SPE_clicDansBulle(event,'divSugg6')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Les deux indices sont <i><b>If</b></i> et <i><b>could</b></i>. Ils renvoient à une
+            situation hypothétique.</p></div>
+    <div id="divSugg7" onclick="SPE_clicDansBulle(event,'divSugg7')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Les deux indices sont <i><b>If</b></i> et <i><b>could</b></i>. Ils renvoient à une
+            situation hypothétique.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  ">Ecoutez l'énoncé : <br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7; WIDTH: 20%" width="40%" valign="middle"><img align="center" border="0"
+                                                                                             src="../media/ecouteur_macao.png"
+                                                                                             id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6980', 'ecran211.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br>Quels sont les indices grammaticaux qui renvoient à une situation hypothétique ?
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCM.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">again
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCM.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">could
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep437">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep437',true);"
+                                                                  onmouseout="exo.changerBouton('rep437',false)"
+                                                                  onclick="exo.action('rep437')" id="boutonReprep437"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCM.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep437">
+                    <div class="STY_reponseQC" id="lienrep437" onmouseover="if(exo)exo.changerBouton('rep437',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep437',false)" onclick="exo.action('rep437')">I
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep621">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep621',true);"
+                                                                  onmouseout="exo.changerBouton('rep621',false)"
+                                                                  onclick="exo.action('rep621')" id="boutonReprep621"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCM.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep621">
+                    <div class="STY_reponseQC" id="lienrep621" onmouseover="if(exo)exo.changerBouton('rep621',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep621',false)" onclick="exo.action('rep621')">if
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep29">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep29',true);"
+                                                                  onmouseout="exo.changerBouton('rep29',false)"
+                                                                  onclick="exo.action('rep29')" id="boutonReprep29"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCM.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep29">
+                    <div class="STY_reponseQC" id="lienrep29" onmouseover="if(exo)exo.changerBouton('rep29',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep29',false)" onclick="exo.action('rep29')">medical
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep319">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep319',true);"
+                                                                  onmouseout="exo.changerBouton('rep319',false)"
+                                                                  onclick="exo.action('rep319')" id="boutonReprep319"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCM.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep319">
+                    <div class="STY_reponseQC" id="lienrep319" onmouseover="if(exo)exo.changerBouton('rep319',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep319',false)" onclick="exo.action('rep319')">start
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep326">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep326',true);"
+                                                                  onmouseout="exo.changerBouton('rep326',false)"
+                                                                  onclick="exo.action('rep326')" id="boutonReprep326"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCM.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep326">
+                    <div class="STY_reponseQC" id="lienrep326" onmouseover="if(exo)exo.changerBouton('rep326',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep326',false)" onclick="exo.action('rep326')">studies
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg8783.html b/Basilisk/MACAO/macao_3/contenu/pages/pg8783.html
index ef5cce4dc4f86f92594f113b779c898b0a79c8be..a5a8e54e8ec3d6be99aad9e749f29dababdeb97c 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg8783.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg8783.html
@@ -1 +1,131 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Mémento : l'assimilation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento : l'assimilation</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  ">Dans certains contextes, il peut être difficile de distinguer : <br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="50%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV4763','ecran73.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script>  <span style="FONT-SIZE: 10px">a car / the car </span></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="-à" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV6420','ecran71.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script>I've visited / I visited </td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV6586','ecran74.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script>   I type / I'd type </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV6904','ecran72.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script>he's succeeded / he succeeded     </td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV304','ecran75.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script>  there are / they are </td></tr></table><br><br><br>En effet, la langue orale présente des phénomènes dits d'assimilation : certaines caractéristiques d'un <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc972802','htm')">phonème</a> peuvent être modifiées par l'influence d'un phonème voisin.<br><br>Le phonème modifié est en partie assimilé au phonème voisin.<br><br>Par exemple, dans <i>I'd type</i>, la présence du phonème <b>/t/</b> au début de <i>type</i> modifie le phonème <b>/d/</b> qui le précède et il devient difficile de distinguer les deux <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc972802','htm')">phonèmes</a> successifs : <b>/d/ </b>et <b>/t/</b>. <br><br>Ces phénomènes concernent particulièrement HAVE, BE (et leurs différentes formes), ainsi que <i>would</i>, <i>they</i> et <i>there</i>. <br><br>Il est donc utile de savoir utiliser des stratégies (qu'on appelle des stratégies d'inférence) pour mieux comprendre la langue orale. <br></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Mémento : l'assimilation</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Mémento :
+                    l'assimilation
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  ">Dans certains contextes, il peut être difficile de
+        distinguer : <br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="50%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg32">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV4763', 'ecran73.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                      <span style="FONT-SIZE: 10px">a car / the car </span></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="-à" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6420', 'ecran71.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                    I've visited / I visited 
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6586', 'ecran74.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                       I type / I'd type 
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6904', 'ecran72.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                    he's succeeded / he succeeded    
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV304', 'ecran75.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                      there are / they are
+                </td>
+            </tr>
+        </table>
+        <br><br><br>En effet, la langue orale présente des phénomènes dits d'assimilation : certaines caractéristiques
+        d'un <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc972802','htm')">phonème</a> peuvent être
+        modifiées par l'influence d'un phonème voisin.<br><br>Le phonème modifié est en partie assimilé au
+        phonème voisin.<br><br>Par exemple, dans <i>I'd type</i>, la présence du phonème <b>/t/</b> au début de
+        <i>type</i> modifie le phonème <b>/d/</b> qui le précède et il devient difficile de distinguer les deux <a
+                class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc972802','htm')">phonèmes</a> successifs :
+        <b>/d/ </b>et <b>/t/</b>. <br><br>Ces phénomènes concernent particulièrement HAVE, BE (et leurs différentes
+        formes), ainsi que <i>would</i>, <i>they</i> et <i>there</i>. <br><br>Il est donc utile de savoir utiliser des
+        stratégies (qu'on appelle des stratégies d'inférence) pour mieux comprendre la langue orale. <br></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg8876.html b/Basilisk/MACAO/macao_3/contenu/pages/pg8876.html
index d021e2a4f6e9abdfaac3a56c04d7353bd7ba64bb..fee4141ac5eb44e51bc859171e3fe4bbfd1aeae1 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg8876.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg8876.html
@@ -1 +1,251 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Troisième tâche (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep588');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep535');oItem.init("22","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep024');oItem.init("32","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep910');oItem.init("41","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep511","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep894","","","","1","1","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","rep505","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p>Oui, c'est l'indice pertinent. La construction de <i>give</i> avec pour complément <b></b><i>an interview</i> n'a de sens qu'à la voix active.<br><br>Comparez l'énoncé ci-contre avec l'énoncé suivant : <br><br><i>Jennifer Roberts has just arrived at the famous Cannes festival and she is given a standing ovation.</i><br><br>Ici le sujet reçoit une ovation et ne donne rien : la voix passive <i>is given</i> (BE + V au participe passé) est requise. <br><br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p>Non, l'indice pertinent est : <i>an interview</i>. En effet, la construction de <i>give</i> avec pour complément <i>an interview</i> n'a de sens qu'à la voix active.<br><br>Comparez l'énoncé ci-contre avec l'énoncé suivant : <br><br><i>Jennifer Roberts has just arrived at the famous Cannes festival and she is given a standing ovation. <br></i><br>Ici le sujet reçoit une ovation et ne donne rien : la voix passive <i>is given</i> (BE + V au participe passé) est requise. <br></p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p>Non, l'indice pertinent est : <i>an interview</i>. En effet, la construction de <i>give</i> avec pour complément <i>an interview</i> n'a de sens qu'à la voix active.<br><br>Comparez l'énoncé ci-contre avec l'énoncé suivant : <br><br><i>Jennifer Roberts has just arrived at the famous Cannes festival and she is given a standing ovation. <br></i><br>Ici le sujet reçoit une ovation et ne donne rien : la voix passive <i>is given</i> (BE + V au participe passé) est requise. <br></p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p>Non, l'indice pertinent est : <i>an interview</i>. En effet, la construction de <i>give</i> avec pour complément <i>an interview</i> n'a de sens qu'à la voix active.<br><br>Comparez l'énoncé ci-contre avec l'énoncé suivant : <br><br><i>Jennifer Roberts has just arrived at the famous Cannes festival and she is given a standing ovation. <br></i><br>Ici le sujet reçoit une ovation et ne donne rien : la voix passive <i>is given</i> (BE + V au participe passé) est requise. <br></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  "><br>Jennifer Roberts has just arrived at the famous Cannes festival and she is giving an interview in her hotel room. <br><br><br>Sélectionnez l'indice qui vous semble pertinent pour justifier la présence de <i>giving</i> plutôt que de <i>given</i> : <br></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep511"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep511',true);" onmouseout="exo.changerBouton('rep511',false)" onclick="exo.action('rep511')" id="boutonReprep511" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep511"><div class="STY_reponseQC" id="lienrep511" onmouseover="if(exo)exo.changerBouton('rep511',true)" onmouseout="if(exo)exo.changerBouton('rep511',false)" onclick="exo.action('rep511')">Jennifer Roberts has just arrived</div></td></tr><tr id="trReprep894"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep894',true);" onmouseout="exo.changerBouton('rep894',false)" onclick="exo.action('rep894')" id="boutonReprep894" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep894"><div class="STY_reponseQC" id="lienrep894" onmouseover="if(exo)exo.changerBouton('rep894',true)" onmouseout="if(exo)exo.changerBouton('rep894',false)" onclick="exo.action('rep894')">at the famous Cannes festival</div></td></tr><tr id="trReprep378"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep378',true);" onmouseout="exo.changerBouton('rep378',false)" onclick="exo.action('rep378')" id="boutonReprep378" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep378"><div class="STY_reponseQC" id="lienrep378" onmouseover="if(exo)exo.changerBouton('rep378',true)" onmouseout="if(exo)exo.changerBouton('rep378',false)" onclick="exo.action('rep378')">an interview</div></td></tr><tr id="trReprep505"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep505',true);" onmouseout="exo.changerBouton('rep505',false)" onclick="exo.action('rep505')" id="boutonReprep505" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep505"><div class="STY_reponseQC" id="lienrep505" onmouseover="if(exo)exo.changerBouton('rep505',true)" onmouseout="if(exo)exo.changerBouton('rep505',false)" onclick="exo.action('rep505')">in her hotel room</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Troisième tâche (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep588');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep535');
+        oItem.init("22", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep024');
+        oItem.init("32", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep910');
+        oItem.init("41", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep511", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep894", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep505", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Oui, c'est l'indice pertinent. La construction de <i>give</i> avec pour complément <b></b><i>an interview</i>
+            n'a de sens qu'à la voix active.<br><br>Comparez l'énoncé ci-contre avec l'énoncé suivant : <br><br><i>Jennifer
+                Roberts has just arrived at the famous Cannes festival and she is given a standing ovation.</i><br><br>Ici
+            le sujet reçoit une ovation et ne donne rien : la voix passive <i>is given</i> (BE + V au participe passé)
+            est requise. <br><br></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, l'indice pertinent est : <i>an interview</i>. En effet, la construction de <i>give</i> avec pour
+            complément <i>an interview</i> n'a de sens qu'à la voix active.<br><br>Comparez l'énoncé ci-contre avec
+            l'énoncé suivant : <br><br><i>Jennifer Roberts has just arrived at the famous Cannes festival and she is
+                given a standing ovation. <br></i><br>Ici le sujet reçoit une ovation et ne donne rien : la voix passive
+            <i>is given</i> (BE + V au participe passé) est requise. <br></p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, l'indice pertinent est : <i>an interview</i>. En effet, la construction de <i>give</i> avec pour
+            complément <i>an interview</i> n'a de sens qu'à la voix active.<br><br>Comparez l'énoncé ci-contre avec
+            l'énoncé suivant : <br><br><i>Jennifer Roberts has just arrived at the famous Cannes festival and she is
+                given a standing ovation. <br></i><br>Ici le sujet reçoit une ovation et ne donne rien : la voix passive
+            <i>is given</i> (BE + V au participe passé) est requise. <br></p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non, l'indice pertinent est : <i>an interview</i>. En effet, la construction de <i>give</i> avec pour
+            complément <i>an interview</i> n'a de sens qu'à la voix active.<br><br>Comparez l'énoncé ci-contre avec
+            l'énoncé suivant : <br><br><i>Jennifer Roberts has just arrived at the famous Cannes festival and she is
+                given a standing ovation. <br></i><br>Ici le sujet reçoit une ovation et ne donne rien : la voix passive
+            <i>is given</i> (BE + V au participe passé) est requise. <br></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  "><br>Jennifer Roberts has just arrived at the famous Cannes
+        festival and she is giving an interview in her hotel room. <br><br><br>Sélectionnez l'indice qui vous semble
+        pertinent pour justifier la présence de <i>giving</i> plutôt que de <i>given</i> : <br></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep511">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep511',true);"
+                                                                  onmouseout="exo.changerBouton('rep511',false)"
+                                                                  onclick="exo.action('rep511')" id="boutonReprep511"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep511">
+                    <div class="STY_reponseQC" id="lienrep511" onmouseover="if(exo)exo.changerBouton('rep511',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep511',false)" onclick="exo.action('rep511')">Jennifer
+                        Roberts has just arrived
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep894">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep894',true);"
+                                                                  onmouseout="exo.changerBouton('rep894',false)"
+                                                                  onclick="exo.action('rep894')" id="boutonReprep894"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep894">
+                    <div class="STY_reponseQC" id="lienrep894" onmouseover="if(exo)exo.changerBouton('rep894',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep894',false)" onclick="exo.action('rep894')">at the
+                        famous Cannes festival
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep378">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep378',true);"
+                                                                  onmouseout="exo.changerBouton('rep378',false)"
+                                                                  onclick="exo.action('rep378')" id="boutonReprep378"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep378">
+                    <div class="STY_reponseQC" id="lienrep378" onmouseover="if(exo)exo.changerBouton('rep378',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep378',false)" onclick="exo.action('rep378')">an
+                        interview
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep505">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep505',true);"
+                                                                  onmouseout="exo.changerBouton('rep505',false)"
+                                                                  onclick="exo.action('rep505')" id="boutonReprep505"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep505">
+                    <div class="STY_reponseQC" id="lienrep505" onmouseover="if(exo)exo.changerBouton('rep505',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep505',false)" onclick="exo.action('rep505')">in her
+                        hotel room
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg910.html b/Basilisk/MACAO/macao_3/contenu/pages/pg910.html
index be6e9988c056ff6aceb53136aa116711f1280b14..453ae703ac40ac8ac565da3001203481e83649b3 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg910.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg910.html
@@ -1 +1,153 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Quatrième tâche (2)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteTAT/width:508px;height:254px;#STY_question/width:498px;height:167px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='1';numT++; exo.ajouterReponse('rep24','1','4',"Ka"); exo.ajouterReponse('rep429','1','3',"okNB");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep24","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (2)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p>Très bien ! Vous avez entendu : <br><br><i>What have the suspects proven, their innocence or their guilt? <br></i><br>L'interprétation n'était pourtant pas facile parce que <i>/ðəˈsʌspekts'prəʊvən/</i>, en dehors de tout contexte, pourrait s'orthographier <i>the suspects proven</i> ou<i> the suspect is proven. <br></i><br><br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p>Il y a erreur. Vous avez entendu : <br><br><i>What have the suspects proven, their innocence or their guilt? <br></i><br><br>Dans l'énoncé, <i>if</i> ne convient pas. C'est <i>have</i> (<i>proven</i>) qui convient car la question posée concerne l'objet de <i>prove</i> : l'innocence ou la culpabilité. <br><br>Le <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present perfect</i></a> permet d'exprimer le résultat : les suspects sont désormais considérés soit comme innocents, soit comme coupables. <br><br>L'interprétation n'était pas facile parce que <i>/ðəˈsʌspekts'prəʊvən/</i>, en dehors de tout contexte, pourrait s'orthographier <i>the suspects proven </i>ou<i> the suspect is proven. <br></i><br><br><br><br></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question">Ecoutez l'énoncé suivant :<p><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" width="25" height="42" id="MosImg27"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV2326','ecran471.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV10','mot47_12.swf','210','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table></p></div><div id="STY_texteTAT" class="STY_texteTAT">Choisissez entre les deux formes proposées : <br><br>What <select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()" style="WIDTH: 65px"><option value="_INIT_TROU"> </option></select> the suspects proven, their innocence or their guilt?</div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Quatrième tâche (2)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteTAT/width:508px;height:254px;#STY_question/width:498px;height:167px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        numT++;
+        exo.ajouterReponse('rep24', '1', '4', "Ka");
+        exo.ajouterReponse('rep429', '1', '3', "okNB");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep24", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (2)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Très bien ! Vous avez entendu : <br><br><i>What have the suspects proven, their innocence or their guilt?
+            <br></i><br>L'interprétation n'était pourtant pas facile parce que <i>/ðəˈsʌspekts'prəʊvən/</i>, en dehors
+            de tout contexte, pourrait s'orthographier <i>the suspects proven</i> ou<i> the suspect is proven.
+                <br></i><br><br></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p>Il y a erreur. Vous avez entendu : <br><br><i>What have the suspects proven, their innocence or their guilt?
+            <br></i><br><br>Dans l'énoncé, <i>if</i> ne convient pas. C'est <i>have</i> (<i>proven</i>) qui convient car
+            la question posée concerne l'objet de <i>prove</i> : l'innocence ou la culpabilité. <br><br>Le <a
+                    class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present
+                perfect</i></a> permet d'exprimer le résultat : les suspects sont désormais considérés soit comme
+            innocents, soit comme coupables. <br><br>L'interprétation n'était pas facile parce que <i>/ðəˈsʌspekts'prəʊvən/</i>,
+            en dehors de tout contexte, pourrait s'orthographier <i>the suspects proven </i>ou<i> the suspect is proven.
+                <br></i><br><br><br><br></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question">Ecoutez l'énoncé suivant :<p>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><img align="center" border="0"
+                                                                                            src="../media/ecouteur_macao.png"
+                                                                                            width="25" height="42"
+                                                                                            id="MosImg27"></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2326', 'ecran471.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV10', 'mot47_12.swf', '210', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="STY_texteTAT" class="STY_texteTAT">Choisissez entre les deux formes proposées : <br><br>What <select
+            class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()" style="WIDTH: 65px">
+        <option value="_INIT_TROU"> </option>
+    </select> the suspects proven, their innocence or their guilt?
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg9152.html b/Basilisk/MACAO/macao_3/contenu/pages/pg9152.html
index 7197c022e58cb2b391c95259f9165f2abcb9aa24..d4b524dfab2623d2cb70dc42650db10d78070415 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg9152.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg9152.html
@@ -1 +1,215 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Troisième tâche (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/left:1px;top:15px;width:504px;height:182px;#STY_question/width:496px;height:171px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep588');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep024');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep511","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est juste ; <i>is giving</i> est un présent en –ING, à la voix active, alors que <i>is given</i> renverrait à la voix passive (BE + V au participe passé).<br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p>Non. Dans l'énoncé, on entend <img src="../media/giving_retroac.png" id="MosImg10">; <i>is giving</i> est un présent en –ING, à la voix active, alors que <i>is given</i> renverrait à la voix passive (BE + V au participe passé).</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  ">Ecoutez :<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" width="25" height="42" id="MosImg27"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV4491','ecran39.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="100%" colspan="2" valign="middle">Jennifer Roberts has just arrived at the famous Cannes festival and she is <script type="text/javascript">ajDocW(PF_clipAV('clipAV8467','mots39giving.swf','68','16','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script> an interview in her hotel room. </td></tr></table><br>Est-ce qu'on entend :</div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep511"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep511',true);" onmouseout="exo.changerBouton('rep511',false)" onclick="exo.action('rep511')" id="boutonReprep511" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep511"><div class="STY_reponseQC" id="lienrep511" onmouseover="if(exo)exo.changerBouton('rep511',true)" onmouseout="if(exo)exo.changerBouton('rep511',false)" onclick="exo.action('rep511')">/g<span style="FONT-SIZE: 8px">I</span>vən/ ou</div></td></tr><tr id="trReprep894"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep894',true);" onmouseout="exo.changerBouton('rep894',false)" onclick="exo.action('rep894')" id="boutonReprep894" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep894"><div class="STY_reponseQC" id="lienrep894" onmouseover="if(exo)exo.changerBouton('rep894',true)" onmouseout="if(exo)exo.changerBouton('rep894',false)" onclick="exo.action('rep894')"><img src="../media/giving_cours1.png" id="MosImg99"></div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Troisième tâche (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/left:1px;top:15px;width:504px;height:182px;#STY_question/width:496px;height:171px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep588');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep024');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep511", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Troisième tâche (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est juste ; <i>is giving</i> est un présent en –ING, à la voix active, alors que <i>is given</i> renverrait
+            à la voix passive (BE + V au participe passé).<br></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Non. Dans l'énoncé, on entend <img src="../media/giving_retroac.png" id="MosImg10">; <i>is giving</i> est un
+            présent en –ING, à la voix active, alors que <i>is given</i> renverrait à la voix passive (BE + V au
+            participe passé).</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  ">Ecoutez :<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        width="25"
+                                                                                                        height="42"
+                                                                                                        id="MosImg27">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV4491', 'ecran39.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="100%" colspan="2" valign="middle">Jennifer
+                    Roberts has just arrived at the famous Cannes festival and she is
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV8467', 'mots39giving.swf', '68', '16', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                     an interview in her hotel room.
+                </td>
+            </tr>
+        </table>
+        <br>Est-ce qu'on entend :
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep511">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep511',true);"
+                                                                  onmouseout="exo.changerBouton('rep511',false)"
+                                                                  onclick="exo.action('rep511')" id="boutonReprep511"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep511">
+                    <div class="STY_reponseQC" id="lienrep511" onmouseover="if(exo)exo.changerBouton('rep511',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep511',false)" onclick="exo.action('rep511')">/g<span
+                            style="FONT-SIZE: 8px">I</span>vən/ ou
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep894">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep894',true);"
+                                                                  onmouseout="exo.changerBouton('rep894',false)"
+                                                                  onclick="exo.action('rep894')" id="boutonReprep894"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep894">
+                    <div class="STY_reponseQC" id="lienrep894" onmouseover="if(exo)exo.changerBouton('rep894',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep894',false)" onclick="exo.action('rep894')"><img
+                            src="../media/giving_cours1.png" id="MosImg99"></div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg9221.html b/Basilisk/MACAO/macao_3/contenu/pages/pg9221.html
index d53d3d977d04f43e8bfd85adb5344989cc7690db..2bd929204267b8736e97c7df0c1033a80b46221c 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg9221.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg9221.html
@@ -1 +1,142 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Des formes aux sons (2a)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteCours/width:515px;height:403px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des formes aux sons (2a)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><br>Des variantes existent également à l'oral pour <i><b>is</b></i>, pour le "cas possessif" et le présent simple. <br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg325"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">Ainsi, <b><i>is</i></b> peut se prononcer notamment : </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV4490','ecran681.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/z/</b> (She<i><b>'s</b></i> reading.) </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV639','ecran682.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/s/</b> ( Kate<i><b>'s</b></i> reading.)</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV4289','ecran683.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/ɪz/</b> (<i><b>Is</b></i> June reading?) </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">ou bien <i><b>is</b></i> peut être inaudible :</td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">        <script type="text/javascript">ajDocW(PF_clipAV('clipAV923','ecran684.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/Ø/</b> (James<i><b> is</b></i> reading.) <br><b>/ˈdʒeɪmzˈriːdɪŋ/</b></td></tr></table></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Des formes aux sons (2a)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteCours/width:515px;height:403px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Des formes aux sons
+                    (2a)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><br>Des variantes existent également à l'oral pour <i><b>is</b></i>,
+        pour le "cas possessif" et le présent simple. <br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="20%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg325">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">Ainsi,
+                    <b><i>is</i></b> peut se prononcer notamment :
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV4490', 'ecran681.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/z/</b> (She<i><b>'s</b></i>
+                    reading.)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV639', 'ecran682.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/s/</b> ( Kate<i><b>'s</b></i>
+                    reading.)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV4289', 'ecran683.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/ɪz/</b> (<i><b>Is</b></i>
+                    June reading?)
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">ou bien <i><b>is</b></i>
+                    peut être inaudible :
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">       
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV923', 'ecran684.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><b>/Ø/</b> (James<i><b>
+                    is</b></i> reading.) <br><b>/ˈdʒeɪmzˈriːdɪŋ/</b></td>
+            </tr>
+        </table>
+    </div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg9264.html b/Basilisk/MACAO/macao_3/contenu/pages/pg9264.html
index 5c3cdff7c1aebffcd781333fb3118983268cc5be..fc5e2e474140bb13f60ddd26ce4c6dcf52e65e79 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg9264.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg9264.html
@@ -1 +1,260 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Deuxième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/width:508px;height:226px;#STY_question/width:498px;height:201px;#lienrep894/#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep588');oItem.init("12","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep910');oItem.init("21","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep024');oItem.init("31","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep894","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep378","","","","1","1","","","","","");var idDet='divSugg3';idDet='divCmt1';EXO_ajouterCommentaire(idDet,"","25","137","","","","","2","","","","","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Effectivement, cette partie de l'énoncé explicite le résultat typiquement associé au choix du <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present perfect</i></a> : <i>he's been given</i>. <br><br>Dans l'énoncé, on entend <i>been</i> et non pas <i>being</i>. <br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Cet élément n'est pas suffisant pour décider s'il s'agit de <b><i>been</i></b> ou de <b><i>being</i></b>. Il fallait sélectionner <i>Ron is now studying in Australia</i>, car cette partie de l'énoncé explicite le résultat typiquement associé au choix du <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present perfect</i></a> : <i>he's been given</i>.<br><br>Dans l'énoncé, on entend <i>been</i> et non pas <i>being</i>.</p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Cet élément n'est pas suffisant pour décider s'il s'agit de <b><i>been</i></b> ou de <b><i>being</i></b>. Il fallait sélectionner Ron is now studying in Australia, car cette partie de l'énoncé explicite le résultat typiquement associé au choix du <i><a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present perfect</a></i> : <i>he's been given</i>.<br><br>Dans l'énoncé, on entend <i>been</i> et non pas <i>being</i>.</p></div><div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')">une bourse</div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  ">Ecoutez :<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" width="25" height="42" id="MosImg27"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV6774','ecran38.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="100%" colspan="2" valign="middle">Ron is now studying in Australia : he's <script type="text/javascript">ajDocW(PF_clipAV('clipAV1805','mots38been.swf','68','14','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script>given a <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')" onclick="enrPosClic(event,'1')">scholarship</a> for his doctorate on Sydney's urban life. </td></tr></table><br>Dans cet énoncé, on peut hésiter sur ce qu'on a entendu et qui est ici masqué ; ce pourrait être <i>being</i> ou <i>been</i>, en dehors de tout contexte. <br>Pour choisir entre les deux, il faut donc relever un ou des indices dans le contexte.<br><br>Sélectionnez ce qui vous semble être pertinent : <br></div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep511"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep511',true);" onmouseout="exo.changerBouton('rep511',false)" onclick="exo.action('rep511')" id="boutonReprep511" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep511"><div class="STY_reponseQC" id="lienrep511" onmouseover="if(exo)exo.changerBouton('rep511',true)" onmouseout="if(exo)exo.changerBouton('rep511',false)" onclick="exo.action('rep511')">Ron is now studying in Australia </div></td></tr><tr id="trReprep894"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep894',true);" onmouseout="exo.changerBouton('rep894',false)" onclick="exo.action('rep894')" id="boutonReprep894" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep894"><div class="STY_reponseQC" id="lienrep894" onmouseover="if(exo)exo.changerBouton('rep894',true)" onmouseout="if(exo)exo.changerBouton('rep894',false)" onclick="exo.action('rep894')">a scholarship </div></td></tr><tr id="trReprep378"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep378',true);" onmouseout="exo.changerBouton('rep378',false)" onclick="exo.action('rep378')" id="boutonReprep378" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep378"><div class="STY_reponseQC" id="lienrep378" onmouseover="if(exo)exo.changerBouton('rep378',true)" onmouseout="if(exo)exo.changerBouton('rep378',false)" onclick="exo.action('rep378')">for his doctorate on Sydney's urban life</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Deuxième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/width:508px;height:226px;#STY_question/width:498px;height:201px;#lienrep894/#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep588');
+        oItem.init("12", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep910');
+        oItem.init("21", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep024');
+        oItem.init("31", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep894", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep378", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        idDet = 'divCmt1';
+        EXO_ajouterCommentaire(idDet, "", "25", "137", "", "", "", "", "2", "", "", "", "", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Effectivement, cette partie de l'énoncé explicite le résultat typiquement associé au choix du <a
+                class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present
+            perfect</i></a> : <i>he's been given</i>. <br><br>Dans l'énoncé, on entend <i>been</i> et non pas
+            <i>being</i>. <br></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Cet élément n'est pas suffisant pour décider s'il s'agit de <b><i>been</i></b> ou de <b><i>being</i></b>. Il
+            fallait sélectionner <i>Ron is now studying in Australia</i>, car cette partie de l'énoncé explicite le
+            résultat typiquement associé au choix du <a class="STY_lienDansZoneComt"
+                                                        href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present
+                perfect</i></a> : <i>he's been given</i>.<br><br>Dans l'énoncé, on entend <i>been</i> et non pas <i>being</i>.
+        </p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Cet élément n'est pas suffisant pour décider s'il s'agit de <b><i>been</i></b> ou de <b><i>being</i></b>. Il
+            fallait sélectionner Ron is now studying in Australia, car cette partie de l'énoncé explicite le résultat
+            typiquement associé au choix du <i><a class="STY_lienDansZoneComt"
+                                                  href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')">present
+                perfect</a></i> : <i>he's been given</i>.<br><br>Dans l'énoncé, on entend <i>been</i> et non pas <i>being</i>.
+        </p></div>
+    <div id="divCmt1" onclick="SPE_clicDansBulle(event,'divCmt1')">une bourse</div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  ">Ecoutez :<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        width="25"
+                                                                                                        height="42"
+                                                                                                        id="MosImg27">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6774', 'ecran38.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="100%" colspan="2" valign="middle">Ron is
+                    now studying in Australia : he's 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV1805', 'mots38been.swf', '68', '14', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                    given a <a class="STY_lienComt" href="javascript:CRS_afficherDetail('1')"
+                               onclick="enrPosClic(event,'1')">scholarship</a> for his doctorate on Sydney's urban life.
+                </td>
+            </tr>
+        </table>
+        <br>Dans cet énoncé, on peut hésiter sur ce qu'on a entendu et qui est ici masqué ; ce pourrait être
+        <i>being</i> ou <i>been</i>, en dehors de tout contexte. <br>Pour choisir entre les deux, il faut donc relever
+        un ou des indices dans le contexte.<br><br>Sélectionnez ce qui vous semble être pertinent : <br></div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep511">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep511',true);"
+                                                                  onmouseout="exo.changerBouton('rep511',false)"
+                                                                  onclick="exo.action('rep511')" id="boutonReprep511"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep511">
+                    <div class="STY_reponseQC" id="lienrep511" onmouseover="if(exo)exo.changerBouton('rep511',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep511',false)" onclick="exo.action('rep511')">Ron is now
+                        studying in Australia
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep894">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep894',true);"
+                                                                  onmouseout="exo.changerBouton('rep894',false)"
+                                                                  onclick="exo.action('rep894')" id="boutonReprep894"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep894">
+                    <div class="STY_reponseQC" id="lienrep894" onmouseover="if(exo)exo.changerBouton('rep894',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep894',false)" onclick="exo.action('rep894')">a
+                        scholarship
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep378">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep378',true);"
+                                                                  onmouseout="exo.changerBouton('rep378',false)"
+                                                                  onclick="exo.action('rep378')" id="boutonReprep378"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep378">
+                    <div class="STY_reponseQC" id="lienrep378" onmouseover="if(exo)exo.changerBouton('rep378',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep378',false)" onclick="exo.action('rep378')">for his
+                        doctorate on Sydney's urban life
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg9414.html b/Basilisk/MACAO/macao_3/contenu/pages/pg9414.html
index bd8fb0f144f14c1e40cae4e364456a5a9d9c1230..34071a461f31ba935bd3c2057cd3384752a88341 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg9414.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg9414.html
@@ -1 +1,154 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Quatrième tâche (3)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteTAT/width:508px;height:254px;#STY_question/width:498px;height:167px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='2';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='2';numT++; exo.ajouterReponse('rep762','2','5',"Ka"); exo.ajouterReponse('rep566','2','6',"okNB");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","2:rep566","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (3)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p>Très bien ! Vous avez entendu : <br><br><i>What if the suspect is proven innocent? Do we have other possibilities?</i><br><br>L'interprétation n'était pourtant pas facile parce que <i>/ðəˈsʌspekts'prəʊvən/</i>, en dehors de tout contexte, pourrait s'orthographier <i>the suspects proven</i> ou<i> the suspect is proven. </i></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p>Il y a erreur. Vous avez entendu : <br><br><i>What if the suspect is proven innocent? Do we have other possibilities? <br></i><br><br>Dans l'énoncé, <i>have</i> ne convient pas. C'est <i>if</i> qui convient car l'énoncé présente une hypothèse qui, si elle est validée, implique de rechercher d'autres solutions (<i>other possibilities</i>). <br><br>D'autre part, on ne peut pas avoir <i>have</i> dans l'énoncé car il y aurait alors deux auxiliaires, <i>have</i> et <i>is</i> (dans<i> is proven</i>). <br><br>L'interprétation est rendue difficile parce que <i>/ðəˈsʌspektsˈprəʊvən/</i>, en dehors de tout contexte, pourrait s'orthographier <i>the suspects proven</i> ou <i>the suspect is proven. <br><br></i>aide sur <a class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present perfect</i></a></p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question">Ecoutez l'énoncé  suivant :<p><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" width="25" height="42" id="MosImg27"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV9995','ecran472.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV72','mot47_22.swf','210','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table></p></div><div id="STY_texteTAT" class="STY_texteTAT">Choisissez entre les deux formes proposées : <br><br>What <select class="STY_selectTAT" id="champTrou2" onchange="actionDetecteSelect()" style="WIDTH: 60px"><option value="_INIT_TROU"> </option></select> the suspect is proven innocent? Do we have other possibilities?</div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Quatrième tâche (3)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteTAT/width:508px;height:254px;#STY_question/width:498px;height:167px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '2';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '2';
+        numT++;
+        exo.ajouterReponse('rep762', '2', '5', "Ka");
+        exo.ajouterReponse('rep566', '2', '6', "okNB");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "2:rep566", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche (3)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Très bien ! Vous avez entendu : <br><br><i>What if the suspect is proven innocent? Do we have other
+            possibilities?</i><br><br>L'interprétation n'était pourtant pas facile parce que
+            <i>/ðəˈsʌspekts'prəʊvən/</i>, en dehors de tout contexte, pourrait s'orthographier <i>the suspects
+                proven</i> ou<i> the suspect is proven. </i></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p>Il y a erreur. Vous avez entendu : <br><br><i>What if the suspect is proven innocent? Do we have other
+            possibilities? <br></i><br><br>Dans l'énoncé, <i>have</i> ne convient pas. C'est <i>if</i> qui convient car
+            l'énoncé présente une hypothèse qui, si elle est validée, implique de rechercher d'autres solutions (<i>other
+                possibilities</i>). <br><br>D'autre part, on ne peut pas avoir <i>have</i> dans l'énoncé car il y aurait
+            alors deux auxiliaires, <i>have</i> et <i>is</i> (dans<i> is proven</i>). <br><br>L'interprétation est
+            rendue difficile parce que <i>/ðəˈsʌspektsˈprəʊvən/</i>, en dehors de tout contexte, pourrait
+            s'orthographier <i>the suspects proven</i> ou <i>the suspect is proven. <br><br></i>aide sur <a
+                    class="STY_lienDansZoneComt" href="javascript:parent.SCO_ouvrirDoc('doc28886','htm')"><i>present
+                perfect</i></a></p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question">Ecoutez l'énoncé  suivant :<p>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><img align="center" border="0"
+                                                                                            src="../media/ecouteur_macao.png"
+                                                                                            width="25" height="42"
+                                                                                            id="MosImg27"></td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV9995', 'ecran472.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV72', 'mot47_22.swf', '210', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        </p></div>
+    <div id="STY_texteTAT" class="STY_texteTAT">Choisissez entre les deux formes proposées : <br><br>What <select
+            class="STY_selectTAT" id="champTrou2" onchange="actionDetecteSelect()" style="WIDTH: 60px">
+        <option value="_INIT_TROU"> </option>
+    </select> the suspect is proven innocent? Do we have other possibilities?
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg9439.html b/Basilisk/MACAO/macao_3/contenu/pages/pg9439.html
index 15f31892dbfd9ad1e81c33005b8346d7ac2d9b7b..118b66f330d454ccdb4799446f18d34c8540d29e 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg9439.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg9439.html
@@ -1 +1,127 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Prérequis techniques</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteCours/width:694px;height:419px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><script type="text/javascript">function entrerDonnees(){leCours = new Cours();leCours.init('non');dureePage="";leCours.delaiAnim="";}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Prérequis techniques</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"></div><div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;"><div id="STY_texteCours" class="STY_texteCours" style="  "><p style="COLOR: #000080" align="center"><br><br><table cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; TEXT-ALIGN: center" valign="top">Pour une consultation optimale vous devez disposer des éléments suivants :<br><br>Navigateur web de version récente (IE 6 +, Firefox 2.0 ou +, Safari 3 ou +...)<br>Javascript installé et activé<br>Carte son, enceintes ou casque audio.</td></tr><tr><td style="FONT-SIZE: 10px; TEXT-ALIGN: center" valign="top"><p> </p><p> </p></td></tr><tr><td style="FONT-SIZE: 10px; TEXT-ALIGN: center" valign="top">Ce didacticiel nécéssite l'utilisation du player Adobe Flash.<br><a class="STY_lienComt" target="_blank" href="http://www.adobe.com/fr/products/flashplayer/"><i>Installer Adobe Flash player</i></a></td></tr><tr><td style="FONT-SIZE: 10px; TEXT-ALIGN: center" valign="top"><p> </p><p> </p><p> </p><p> </p><p> </p></td></tr><tr><td style="FONT-SIZE: 10px; TEXT-ALIGN: center" valign="top">Ce didacticiel est mis à votre disposition sous un contrat <a class="STY_lienComt" target="_blank" href="http://creativecommons.org/licenses/by-nc-nd/2.0/fr/">Creative Commons</a>.<a class="STY_lienComt" target="_blank" href="http://creativecommons.org/licenses/by-nc-nd/2.0/fr/"></a></td></tr><tr><td style="FONT-SIZE: 10px; TEXT-ALIGN: center" valign="top"><a class="STY_lienComt" target="_blank" href="http://creativecommons.org/licenses/by-nc-nd/2.0/fr/"><img align="center" border="0" src="../media/cc.png" id="MosImg46"></a></td></tr></table></p></div></div> <div id="trans" style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Prérequis techniques</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteCours/width:694px;height:419px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcours.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        leCours = new Cours();
+        leCours.init('non');
+        dureePage = "";
+        leCours.delaiAnim = "";
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('COURS')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Prérequis
+                    techniques
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden"></div>
+<div id="STY_zoneCours" class="STY_zoneCours" style="width:90%;left:5%;height:77%;">
+    <div id="STY_texteCours" class="STY_texteCours" style="  "><p style="COLOR: #000080" align="center"><br><br>
+        <table cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; TEXT-ALIGN: center" valign="top">Pour une consultation optimale vous devez
+                    disposer des éléments suivants :<br><br>Navigateur web de version récente (IE 6 +, Firefox 2.0 ou +,
+                    Safari 3 ou +...)<br>Javascript installé et activé<br>Carte son, enceintes ou casque audio.
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; TEXT-ALIGN: center" valign="top"><p> </p>
+                    <p> </p></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; TEXT-ALIGN: center" valign="top">Ce didacticiel nécéssite l'utilisation du
+                    player Adobe Flash.<br><a class="STY_lienComt" target="_blank"
+                                              href="http://www.adobe.com/fr/products/flashplayer/"><i>Installer Adobe
+                        Flash player</i></a></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; TEXT-ALIGN: center" valign="top"><p> </p>
+                    <p> </p>
+                    <p> </p>
+                    <p> </p>
+                    <p> </p></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; TEXT-ALIGN: center" valign="top">Ce didacticiel est mis à votre disposition
+                    sous un contrat <a class="STY_lienComt" target="_blank"
+                                       href="http://creativecommons.org/licenses/by-nc-nd/2.0/fr/">Creative Commons</a>.<a
+                            class="STY_lienComt" target="_blank"
+                            href="http://creativecommons.org/licenses/by-nc-nd/2.0/fr/"></a></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; TEXT-ALIGN: center" valign="top"><a class="STY_lienComt" target="_blank"
+                                                                                href="http://creativecommons.org/licenses/by-nc-nd/2.0/fr/"><img
+                        align="center" border="0" src="../media/cc.png" id="MosImg46"></a></td>
+            </tr>
+        </table>
+        </p></div>
+</div>
+ 
+<div id="trans"
+     style=" display: inline-block; filter: progiddximagetransform.microsoft.alpha(opacity=30); left: 15px; width: 520px; position: absolute; top: 35px; height: 445px; opacite: 30; moz-opacity: 0.30"></div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_titreCommentaire" class="STY_titreCommentaire" style="  "></div>
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg9615.html b/Basilisk/MACAO/macao_3/contenu/pages/pg9615.html
index bfb3551fc6af9b95c283989cabc99d41118ec7c3..489bcbe2ea78b626d6702ac6d11ada79b9fcb42c 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg9615.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg9615.html
@@ -1 +1,161 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Quatrième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteTAT/width:510px;height:108px;#STY_question/width:500px;height:191px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script><script type="text/javascript">function entrerDonnees(){exo = new ExerciceTAT();exo.init();exo.scoreTotal=10;exo.sensibleCasse=false; exo.respectAccents=false;var numT=0; exo.tabChamps[numT]='1';exo.tabPoids[numT]="";exo.tabTxtDef[numT]="";exo.tabSelects[exo.tabSelects.length]='1';numT++; exo.ajouterReponse('rep269','1','3'," AX8NkJ'j BQy"); exo.ajouterReponse('rep430','1','4'," AX8NkJj BJkQy"); exo.ajouterReponse('rep527','1','4'," AX8NkJj B Qy");var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep430","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","1:rep527","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";exo.construireMenus();}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est parfait.<br></p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Ce n'est pas juste.<br><br>Ce que vous proposez pose un problème d'interprétation, puisque celui qui parle aurait alors plusieurs mères (<i><b>mothers</b></i>). De plus, avec un sujet pluriel, il faudrait avoir <i><b>good cooks</b></i>.</p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Ce n'est pas juste.<br><br>Ce que vous proposez pose un problème d'interprétation, puisque celui qui parle aurait alors plusieurs mères (<i><b>mothers</b></i>). De plus, avec un sujet pluriel, il faudrait avoir <i><b>good cooks</b></i>.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;"><div id="STY_question" class="STY_question"><p>Ecoutez : <br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32">  </td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV4270','ecran63.swf','35','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br>Maintenant, sélectionnez l'élément qui convient pour cet énoncé :</p></div><div id="STY_texteTAT" class="STY_texteTAT"><br><select class="STY_selectTAT" id="champTrou1" onchange="actionDetecteSelect()" style="WIDTH: 130px"><option value="_INIT_TROU"> </option></select> a good cook.</div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Quatrième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteTAT/width:510px;height:108px;#STY_question/width:500px;height:191px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceTAT.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceTAT();
+        exo.init();
+        exo.scoreTotal = 10;
+        exo.sensibleCasse = false;
+        exo.respectAccents = false;
+        var numT = 0;
+        exo.tabChamps[numT] = '1';
+        exo.tabPoids[numT] = "";
+        exo.tabTxtDef[numT] = "";
+        exo.tabSelects[exo.tabSelects.length] = '1';
+        numT++;
+        exo.ajouterReponse('rep269', '1', '3', " AX8NkJ'j BQy");
+        exo.ajouterReponse('rep430', '1', '4', " AX8NkJj BJkQy");
+        exo.ajouterReponse('rep527', '1', '4', " AX8NkJj B Qy");
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep430", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "1:rep527", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+        exo.construireMenus();
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="clavierTAT(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('TAT')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Quatrième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est parfait.<br></p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Ce n'est pas juste.<br><br>Ce que vous proposez pose un problème d'interprétation, puisque celui qui parle
+            aurait alors plusieurs mères (<i><b>mothers</b></i>). De plus, avec un sujet pluriel, il faudrait avoir
+            <i><b>good cooks</b></i>.</p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Ce n'est pas juste.<br><br>Ce que vous proposez pose un problème d'interprétation, puisque celui qui parle
+            aurait alors plusieurs mères (<i><b>mothers</b></i>). De plus, avec un sujet pluriel, il faudrait avoir
+            <i><b>good cooks</b></i>.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:90%;">
+    <div id="STY_question" class="STY_question"><p>Ecoutez : <br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        id="MosImg32"> 
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" colspan="2" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV4270', 'ecran63.swf', '35', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br>Maintenant, sélectionnez l'élément qui convient pour cet énoncé :</p></div>
+    <div id="STY_texteTAT" class="STY_texteTAT"><br><select class="STY_selectTAT" id="champTrou1"
+                                                            onchange="actionDetecteSelect()" style="WIDTH: 130px">
+        <option value="_INIT_TROU"> </option>
+    </select> a good cook.
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";;display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire"></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg9719.html b/Basilisk/MACAO/macao_3/contenu/pages/pg9719.html
index 6abb2eb1b280dfbc62d3ddd0de9616a24249d9c3..5e099c0f07c67d25713a59caf76709abe671eccb 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg9719.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg9719.html
@@ -1 +1,266 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Première tâche (1)</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQM/width:508px;height:145px;#STY_question/width:498px;height:261px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script><script type="text/javascript">function entrerDonnees(){ exo = new ExerciceQM("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep228');oItem.init("rep122","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep654');oItem.init("rep530","","");exo.tabItems[exo.tabItems.length]=oItem;exo.tabColonnes[exo.tabColonnes.length]="col788";exo.tabColonnes[exo.tabColonnes.length]="col035";var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","","","","","1","1","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","","","","","1","1","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","","","","","1","1","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (1)</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>D'accord avec vous. L'énoncé évoque une situation répétée (<i>often</i>), spécifique et passée (<i>when they lived in Liverpool</i>).<br><br>La forme prise par le verbe est : <i>scratched</i>.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Pas d'accord avec vous. L'énoncé évoque une situation répétée (<i>often</i>), spécifique et passée (<i>when they lived in Liverpool</i>). ). L'énoncé n'évoque pas une propriété caractéristique des chats.<br><br>La forme prise par le verbe est : <i>scratched</i>.</p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Pas d'accord avec vous. L'énoncé évoque une situation répétée (<i>often</i>), spécifique et passée (<i>when they lived in Liverpool</i>). ). L'énoncé n'évoque pas une propriété caractéristique des chats.<br><br>La forme prise par le verbe est : <i>scratched</i>.</p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Pas d'accord avec vous. L'énoncé évoque une situation répétée (<i>often</i>), spécifique et passée (<i>when they lived in Liverpool</i>). ). L'énoncé n'évoque pas une propriété caractéristique des chats.<br><br>La forme prise par le verbe est : <i>scratched</i>.</p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Pas d'accord avec vous. L'énoncé évoque une situation répétée (<i>often</i>), spécifique et passée (<i>when they lived in Liverpool</i>). ). L'énoncé n'évoque pas une propriété caractéristique des chats.<br><br>La forme prise par le verbe est : <i>scratched</i>.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:92%;"><div id="STY_question" class="STY_question" style="  ">Ecoutez :<br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" width="25" height="42" id="MosImg27"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV7445','ecran361.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="100%" colspan="2" valign="middle">When they lived in Liverpool my parents often asked John to look after their cats.<br>The cats <script type="text/javascript">ajDocW(PF_clipAV('clipAV3089','mots36scratched.swf','68','19','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script> the chairs but John never complained. </td></tr></table>  <br>On peut hésiter sur ce qu'on a entendu et se tromper dans l'interprétation de la forme prise par le verbe ici masqué ;  ce pourrait être<br><br><i><b><script type="text/javascript">ajDocW(PF_clipAV('clipAV85','ecran3622.swf','16','20','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script> </b></i><b><i>scratch</i></b> (/skrӕtʃ/) ou <br><b><i><script type="text/javascript">ajDocW(PF_clipAV('clipAV70','ecran3634.swf','16','20','false','Flash','','','Quality:high;wmode:transparent','vertical-align: middle',''));</script> </i></b><b><i>scratched</i></b> (/skrӕtʃt/),<br><br>en dehors de tout contexte.</div><div id="STY_texteQM" class="STY_texteQM" style="  "><table cellspacing="1" cellpadding="0" class="STY_tableauQM"><tr><td class="STY_coloneQM" id="col788">OUI</td><td class="STY_coloneQM" id="col035">NON</td></tr><tr id="trReprep654"><td align="center" valign=""><img class="STY_imgBoutonQM" onmouseover="if(exo)exo.changerBouton('rep654','col788',true);" onmouseout="if(exo)exo.changerBouton('rep654','col788',false)" onclick="exo.action('rep654','col788')" id="boutonReprep654col788" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td align="center" valign=""><img class="STY_imgBoutonQM" onmouseover="if(exo)exo.changerBouton('rep654','col035',true);" onmouseout="if(exo)exo.changerBouton('rep654','col035',false)" onclick="exo.action('rep654','col035')" id="boutonReprep654col035" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" id="lienrep654" class="STY_reponseQM">Est-ce que l'énoncé en gras décrit une propriété caractéristique des chats ? </td></tr><tr id="trReprep991"><td align="center" valign=""><img class="STY_imgBoutonQM" onmouseover="if(exo)exo.changerBouton('rep991','col788',true);" onmouseout="if(exo)exo.changerBouton('rep991','col788',false)" onclick="exo.action('rep991','col788')" id="boutonReprep991col788" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td align="center" valign=""><img class="STY_imgBoutonQM" onmouseover="if(exo)exo.changerBouton('rep991','col035',true);" onmouseout="if(exo)exo.changerBouton('rep991','col035',false)" onclick="exo.action('rep991','col035')" id="boutonReprep991col035" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" id="lienrep991" class="STY_reponseQM">Est-ce que l'énoncé en gras évoque une situation spécifique qui se répète ?</td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Première tâche (1)</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQM/width:508px;height:145px;#STY_question/width:498px;height:261px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQM.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        exo = new ExerciceQM("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep228');
+        oItem.init("rep122", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep654');
+        oItem.init("rep530", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.tabColonnes[exo.tabColonnes.length] = "col788";
+        exo.tabColonnes[exo.tabColonnes.length] = "col035";
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onload="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche (1)
+                </div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>D'accord avec vous. L'énoncé évoque une situation répétée (<i>often</i>), spécifique et passée (<i>when they
+            lived in Liverpool</i>).<br><br>La forme prise par le verbe est : <i>scratched</i>.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Pas d'accord avec vous. L'énoncé évoque une situation répétée (<i>often</i>), spécifique et passée (<i>when
+            they lived in Liverpool</i>). ). L'énoncé n'évoque pas une propriété caractéristique des chats.<br><br>La
+            forme prise par le verbe est : <i>scratched</i>.</p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Pas d'accord avec vous. L'énoncé évoque une situation répétée (<i>often</i>), spécifique et passée (<i>when
+            they lived in Liverpool</i>). ). L'énoncé n'évoque pas une propriété caractéristique des chats.<br><br>La
+            forme prise par le verbe est : <i>scratched</i>.</p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Pas d'accord avec vous. L'énoncé évoque une situation répétée (<i>often</i>), spécifique et passée (<i>when
+            they lived in Liverpool</i>). ). L'énoncé n'évoque pas une propriété caractéristique des chats.<br><br>La
+            forme prise par le verbe est : <i>scratched</i>.</p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Pas d'accord avec vous. L'énoncé évoque une situation répétée (<i>often</i>), spécifique et passée (<i>when
+            they lived in Liverpool</i>). ). L'énoncé n'évoque pas une propriété caractéristique des chats.<br><br>La
+            forme prise par le verbe est : <i>scratched</i>.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:92%;">
+    <div id="STY_question" class="STY_question" style="  ">Ecoutez :<br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        width="25"
+                                                                                                        height="42"
+                                                                                                        id="MosImg27">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="90%" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV7445', 'ecran361.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="100%" colspan="2" valign="middle">When
+                    they lived in Liverpool my parents often asked John to look after their cats.<br>The cats 
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV3089', 'mots36scratched.swf', '68', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+                     the chairs but John never complained. 
+                </td>
+            </tr>
+        </table>
+          <br>On peut hésiter sur ce qu'on a entendu et se tromper dans l'interprétation de la forme prise par le verbe
+        ici masqué ;  ce pourrait être<br><br><i><b>
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV85', 'ecran3622.swf', '16', '20', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+             </b></i><b><i>scratch</i></b> (/skrӕtʃ/) ou <br><b><i>
+            <script type="text/javascript">ajDocW(PF_clipAV('clipAV70', 'ecran3634.swf', '16', '20', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', 'vertical-align: middle', ''));</script>
+             </i></b><b><i>scratched</i></b> (/skrӕtʃt/),<br><br>en dehors de tout contexte.
+    </div>
+    <div id="STY_texteQM" class="STY_texteQM" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_tableauQM">
+            <tr>
+                <td class="STY_coloneQM" id="col788">OUI</td>
+                <td class="STY_coloneQM" id="col035">NON</td>
+            </tr>
+            <tr id="trReprep654">
+                <td align="center" valign=""><img class="STY_imgBoutonQM"
+                                                  onmouseover="if(exo)exo.changerBouton('rep654','col788',true);"
+                                                  onmouseout="if(exo)exo.changerBouton('rep654','col788',false)"
+                                                  onclick="exo.action('rep654','col788')" id="boutonReprep654col788"
+                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td>
+                <td align="center" valign=""><img class="STY_imgBoutonQM"
+                                                  onmouseover="if(exo)exo.changerBouton('rep654','col035',true);"
+                                                  onmouseout="if(exo)exo.changerBouton('rep654','col035',false)"
+                                                  onclick="exo.action('rep654','col035')" id="boutonReprep654col035"
+                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td>
+                <td valign="top" id="lienrep654" class="STY_reponseQM">Est-ce que l'énoncé en gras décrit une propriété
+                    caractéristique des chats ?
+                </td>
+            </tr>
+            <tr id="trReprep991">
+                <td align="center" valign=""><img class="STY_imgBoutonQM"
+                                                  onmouseover="if(exo)exo.changerBouton('rep991','col788',true);"
+                                                  onmouseout="if(exo)exo.changerBouton('rep991','col788',false)"
+                                                  onclick="exo.action('rep991','col788')" id="boutonReprep991col788"
+                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td>
+                <td align="center" valign=""><img class="STY_imgBoutonQM"
+                                                  onmouseover="if(exo)exo.changerBouton('rep991','col035',true);"
+                                                  onmouseout="if(exo)exo.changerBouton('rep991','col035',false)"
+                                                  onclick="exo.action('rep991','col035')" id="boutonReprep991col035"
+                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td>
+                <td valign="top" id="lienrep991" class="STY_reponseQM">Est-ce que l'énoncé en gras évoque une situation
+                    spécifique qui se répète ?
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg9764.html b/Basilisk/MACAO/macao_3/contenu/pages/pg9764.html
index d2848f28658e10900ea8cd3f5f92c3773fa3d315..ebce56e55fc3d6bc6b289d7c195cc6430506f61d 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg9764.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg9764.html
@@ -1 +1,220 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Première tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/top:0px;width:506px;height:211px;#STY_question/width:494px;height:182px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep853');oItem.init("11","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("22","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep627","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous avez raison. Vous pouvez réécouter les deux énoncés.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous vous trompez. Vous pouvez réécouter les deux énoncés. </p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  ">Ecoutez ces deux énoncés en entier puis par blocs. <br><br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" width="25" height="42" id="MosImg27"></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="80%" valign="middle"></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV26','ecran331.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV60','mot33_1.swf','452','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV81','ecran332.swf','30','25','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td><td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV53','mot33_2.swf','450','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr></table><br>Que diriez-vous de la prononciation des blocs mis en valeur ?</div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">on entend strictement la même chose ;</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">on n'entend pas tout à fait la même chose.</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Première tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/top:0px;width:506px;height:211px;#STY_question/width:494px;height:182px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("11", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("22", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep627", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Première tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous avez raison. Vous pouvez réécouter les deux énoncés.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous vous trompez. Vous pouvez réécouter les deux énoncés. </p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  ">Ecoutez ces deux énoncés en entier puis par blocs. <br><br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="15%" valign="middle"><img align="center"
+                                                                                                        border="0"
+                                                                                                        src="../media/ecouteur_macao.png"
+                                                                                                        width="25"
+                                                                                                        height="42"
+                                                                                                        id="MosImg27">
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" width="80%" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV26', 'ecran331.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV60', 'mot33_1.swf', '452', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV81', 'ecran332.swf', '30', '25', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="FONT-SIZE: 10px; BACKGROUND-COLOR: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV53', 'mot33_2.swf', '450', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+        </table>
+        <br>Que diriez-vous de la prononciation des blocs mis en valeur ?
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">on entend
+                        strictement la même chose ;
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png">
+                </td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">on
+                        n'entend pas tout à fait la même chose.
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/pg9988.html b/Basilisk/MACAO/macao_3/contenu/pages/pg9988.html
index a245a8c25680568b9ac54a4da0b8dcbfdcf856df..637f00604417d681b572ed07c8fcd3120947b462 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/pg9988.html
+++ b/Basilisk/MACAO/macao_3/contenu/pages/pg9988.html
@@ -1 +1,346 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Deuxième tâche</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="MindOnSite - www.mindonsite.com"><meta http-equiv="imagetoolbar" content="no"><script>var chemin_img= '../../MosMtr/ressources/style/media/';var chemin_style= '../../MosMtr/ressources/style/';var racine_stage= '../../';</script><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css"><link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css"><script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script><script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script><script type="text/javascript"> var loc=this.location.href;var codePage=loc.substring(loc.lastIndexOf('/')+1,loc.lastIndexOf('.'));parent.oSco.numPageCourante=parent.oSco.numeroPage(codePage);var tabZonesLien=new Array();/*window.focus();*/var positionPerso="STY_texteQC/width:492px;height:243px;#STY_question/left:1px;top:-4px;width:488px;height:191px;#lienrep842/width:10px;height:22px;#lienrep49/width:9px;height:21px;#lienrep36/width:13px;height:21px;#lienrep211/width:10px;height:25px;#lienrep150/width:11px;height:24px;#lienrep627/width:9px;height:23px;#STY_zoneExercice/left:3%;width:91%;height:451px;#";</script><script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script><script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script><link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css"><script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script><script type="text/javascript">var afficheBordure=false;function entrerDonnees(){ exo = new ExerciceQC("QCU");exo.init();exo.scoreTotal=10;var oItem=new ItemReponse('rep96');oItem.init("11","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep047');oItem.init("22","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep42');oItem.init("32","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep788');oItem.init("42","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep853');oItem.init("52","","","");exo.tabItems[exo.tabItems.length]=oItem;var oItem=new ItemReponse('rep671');oItem.init("62","","","");exo.tabItems[exo.tabItems.length]=oItem;exo.maxSel='2';var idDet='divSugg1';EXO_ajouterCommentaire(idDet,"","","","","","","rep627","","","","1","","","","","","");var idDet='divSugg2';EXO_ajouterCommentaire(idDet,"","","","","","","rep150","","","","1","","","","","","");var idDet='divSugg3';EXO_ajouterCommentaire(idDet,"","","","","","","rep211","","","","1","","","","","","");var idDet='divSugg4';EXO_ajouterCommentaire(idDet,"","","","","","","rep49","","","","1","","","","","","");var idDet='divSugg5';EXO_ajouterCommentaire(idDet,"","","","","","","rep842","","","","1","","","","","","");var idDet='divSugg6';EXO_ajouterCommentaire(idDet,"","","","","","","rep36","","","","1","1","","","","","");EXO_ajouterCommentaire('divCmtSucces',"","","","","","","","","","","1","1","","","","","");exo.initEchelleScore();dureePage="";}</script><script language="javascript" id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY93_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY93_DoFSCommand(command,args){try{eval(command)}catch(e){};}if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {document.write('<SCRIPT LANGUAGE=VBScript> \n');document.write('on error resume next \n');document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');document.write('call clipSTY52_DoFSCommand(command, args)\n');document.write('end sub\n');document.write('</SCRIPT\> \n');}function clipSTY52_DoFSCommand(command,args){try{eval(command)}catch(e){};}</script></head><body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true" onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()" oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')"><div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px"><table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2" valign="top"><TBODY><tr><td valign="center"><div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div></td></tr></TBODY></table></div><div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div><div id="blocdroit" style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right"> / <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px"><script>ajDocW(donneNomEtapeCourante())</script></div> /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)" onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0" src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif" title="Menu" width="19" height="18" id="styImg1"></a></div><div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%"><div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img border="0" title="LEX_6" name="imgBoutonSuivant" src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div><div id="STY_barreProgres" class="STY_barreProgres" style="  "></div><div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img border="0" title="LEX_13" name="imgBoutonValider" src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div><div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0" title="LEX_11" name="imgBoutonInit" src="../../MosMtr/ressources/style/media/gen/boutonInit.png"></div><div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img border="0" title="LEX_7" name="imgBoutonPrecedent" src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div></div><div id="zoneInvisible" style="display:none;visibility:hidden"><div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div><div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>C'est juste.<br><br>Vous avez repéré l'élément principal qui montre bien que l'énonciateur repère l'événement dans le passé.</p></div><div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le groupe de mots <i><b>the day of the hold-up at a wedding</b></i> qui montre bien que l'énonciateur repère l'événement dans le passé.</p></div><div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le groupe de mots <i><b>the day of the hold-up at a wedding</b></i> qui montre bien que l'énonciateur repère l'événement dans le passé.</p></div><div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le groupe de mots <i><b>the day of the hold-up at a wedding</b></i> qui montre bien que l'énonciateur repère l'événement dans le passé.</p></div><div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le groupe de mots <i><b>the day of the hold-up at a wedding</b></i> qui montre bien que l'énonciateur repère l'événement dans le passé.</p></div><div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le groupe de mots <i><b>the day of the hold-up at a wedding</b></i> qui montre bien que l'énonciateur repère l'événement dans le passé.</p></div><div id="divSugg6" onclick="SPE_clicDansBulle(event,'divSugg6')"><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le groupe de mots <i><b>the day of the hold-up at a wedding</b></i> qui montre bien que l'énonciateur repère l'événement dans le passé.</p></div></div><div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div><div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div><div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses" style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses" href="javascript:EXO_mesReponses()"><div id="LEX_62" style="display:inline;color: #000080; "> </div></a></div><div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a name="FC_solutionsExo" href="javascript:EXO_solutions()"><div id="LEX_59" style="display:inline;color: #000080; "> </div></a></div> <div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;"><div id="STY_question" class="STY_question" style="  ">Le bloc mis en valeur correspond à un <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc171337','htm')">prétérit</a>. Ecoutez ce court dialogue en entier puis par blocs. <br><table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0"><tr><td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0" src="../media/ecouteur_macao.png" id="MosImg32"></td><td style="BACKGROUND: #b5f0c7" valign="middle"></td></tr><tr><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV6335','ecran91.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV59','mot9_12.swf','110','19','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV2106','ecran92.swf','30','25','false','Flash','','','quality:high;wmode:transparent','',''));</script></td><td style="BACKGROUND: #b5f0c7" valign="middle"><script type="text/javascript">ajDocW(PF_clipAV('clipAV43','mot9_22.swf','285','38','false','Flash','','','Quality:high;wmode:transparent','',''));</script></td></tr><tr><td style="BACKGROUND: #b5f0c7" valign="middle"></td><td style="BACKGROUND: #b5f0c7" valign="middle"></td></tr></table>Désignez le principal indice permettant de justifier la présence d'un <a class="STY_lienComt" href="javascript:parent.SCO_ouvrirDoc('doc171337','htm')">prétérit</a>.</div><div id="STY_texteQC" class="STY_texteQC" style="  "><table cellspacing="1" cellpadding="0" class="STY_listeQC"><tr id="trReprep627"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep627',true);" onmouseout="exo.changerBouton('rep627',false)" onclick="exo.action('rep627')" id="boutonReprep627" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep627"><div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)" onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">(1)</div></td></tr><tr id="trReprep150"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep150',true);" onmouseout="exo.changerBouton('rep150',false)" onclick="exo.action('rep150')" id="boutonReprep150" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep150"><div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)" onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">(2)</div></td></tr><tr id="trReprep211"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep211',true);" onmouseout="exo.changerBouton('rep211',false)" onclick="exo.action('rep211')" id="boutonReprep211" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep211"><div class="STY_reponseQC" id="lienrep211" onmouseover="if(exo)exo.changerBouton('rep211',true)" onmouseout="if(exo)exo.changerBouton('rep211',false)" onclick="exo.action('rep211')">(3)</div></td></tr><tr id="trReprep49"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep49',true);" onmouseout="exo.changerBouton('rep49',false)" onclick="exo.action('rep49')" id="boutonReprep49" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep49"><div class="STY_reponseQC" id="lienrep49" onmouseover="if(exo)exo.changerBouton('rep49',true)" onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')">(4)</div></td></tr><tr id="trReprep842"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep842',true);" onmouseout="exo.changerBouton('rep842',false)" onclick="exo.action('rep842')" id="boutonReprep842" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep842"><div class="STY_reponseQC" id="lienrep842" onmouseover="if(exo)exo.changerBouton('rep842',true)" onmouseout="if(exo)exo.changerBouton('rep842',false)" onclick="exo.action('rep842')">(5)</div></td></tr><tr id="trReprep36"><td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC" onmouseover="if(exo)exo.changerBouton('rep36',true);" onmouseout="exo.changerBouton('rep36',false)" onclick="exo.action('rep36')" id="boutonReprep36" src="../../MosMtr/ressources/style/media/gen/boutonQCU.png" vspace="1"></td><td valign="top" class="STY_bordureQC" id="tdReprep36"><div class="STY_reponseQC" id="lienrep36" onmouseover="if(exo)exo.changerBouton('rep36',true)" onmouseout="if(exo)exo.changerBouton('rep36',false)" onclick="exo.action('rep36')">(6)</div></td></tr></table></div></div><div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none"><div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div></div></body></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Deuxième tâche</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="generator" content="MindOnSite - www.mindonsite.com">
+    <meta http-equiv="imagetoolbar" content="no">
+    <script>var chemin_img = '../../MosMtr/ressources/style/media/';
+    var chemin_style = '../../MosMtr/ressources/style/';
+    var racine_stage = '../../';</script>
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/general.css">
+    <link rel="stylesheet" type="text/css" href="../../MosMtr/ressources/style/css/styles.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/actionsGen.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseCommentaire.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/ICglobal.js"></script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICcontenu.js"></script>
+    <script type="text/javascript"> var loc = this.location.href;
+    var codePage = loc.substring(loc.lastIndexOf('/') + 1, loc.lastIndexOf('.'));
+    parent.oSco.numPageCourante = parent.oSco.numeroPage(codePage);
+    var tabZonesLien = new Array();/*window.focus();*/
+    var positionPerso = "STY_texteQC/width:492px;height:243px;#STY_question/left:1px;top:-4px;width:488px;height:191px;#lienrep842/width:10px;height:22px;#lienrep49/width:9px;height:21px;#lienrep36/width:13px;height:21px;#lienrep211/width:10px;height:25px;#lienrep150/width:11px;height:24px;#lienrep627/width:9px;height:23px;#STY_zoneExercice/left:3%;width:91%;height:451px;#";</script>
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ICexercices.js"></script>
+    <script type="text/javascript" src="../../MosMtr/ressources/style/scripts/fonctions.js"></script>
+    <link rel="stylesheet" href="../../MosMtr/ressources/style/css/exercice.css">
+    <script type="text/javascript" src="../../MosMtr/scripts/contenu/ClasseExerciceQC.js"></script>
+    <script type="text/javascript">var afficheBordure = false;
+
+    function entrerDonnees() {
+        exo = new ExerciceQC("QCU");
+        exo.init();
+        exo.scoreTotal = 10;
+        var oItem = new ItemReponse('rep96');
+        oItem.init("11", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep047');
+        oItem.init("22", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep42');
+        oItem.init("32", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep788');
+        oItem.init("42", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep853');
+        oItem.init("52", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        var oItem = new ItemReponse('rep671');
+        oItem.init("62", "", "", "");
+        exo.tabItems[exo.tabItems.length] = oItem;
+        exo.maxSel = '2';
+        var idDet = 'divSugg1';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep627", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg2';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep150", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg3';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep211", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg4';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep49", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg5';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep842", "", "", "", "1", "", "", "", "", "", "");
+        var idDet = 'divSugg6';
+        EXO_ajouterCommentaire(idDet, "", "", "", "", "", "", "rep36", "", "", "", "1", "1", "", "", "", "", "");
+        EXO_ajouterCommentaire('divCmtSucces', "", "", "", "", "", "", "", "", "", "", "1", "1", "", "", "", "", "");
+        exo.initEchelleScore();
+        dureePage = "";
+    }</script>
+    <script language="javascript"
+            id="pontFS">if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY93_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY93_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY93_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }
+
+    if ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.userAgent.indexOf("Windows") != -1)) {
+        document.write('<SCRIPT LANGUAGE=VBScript> \n');
+        document.write('on error resume next \n');
+        document.write('Sub clipSTY52_FSCommand(ByVal command, ByVal args)\n');
+        document.write('call clipSTY52_DoFSCommand(command, args)\n');
+        document.write('end sub\n');
+        document.write('</SCRIPT\> \n');
+    }
+
+    function clipSTY52_DoFSCommand(command, args) {
+        try {
+            eval(command)
+        } catch (e) {
+        }
+        ;
+    }</script>
+</head>
+<body style="margin:0px" ondragstart="return false" onmouseover="window.status='';return true"
+      onkeypress="GEN_presseTouche(event)" onkeydown="GEN_bloqueRetour(event)" onresize="GEN_placerZonesLien()"
+      oncontextmenu="" class="STY_fond" onLoad="GEN_init('exercice')">
+<div id="STY_zoneTitre" class="STY_zoneTitre" style="  width: 704px; height: 38px">
+    <table class="STY_tableau" style="WIDTH: 703px; HEIGHT: 26px; TEXT-ALIGN: right" cellpadding="1" cellspacing="2"
+           valign="top">
+        <TBODY>
+        <tr>
+            <td valign="center">
+                <div id="STY_titrePage" class="STY_titrePage" style="  width: 290px; height: 13px">Deuxième tâche</div>
+            </td>
+        </tr>
+        </TBODY>
+    </table>
+</div>
+<div id="STY_menuPages" class="STY_menuPages" style="width: 220px; height: 29px"></div>
+<div id="blocdroit"
+     style=" left: 350px; width: 420px; color: #eeeeee; margin-right: 790px; position: absolute; top: 3px; height: 10px; text-align: right">
+     /
+    <div id="STY_nomEtape" class="STY_nomEtape" style=" left: -324px; width: 293px; top: 3px; height: 13px">
+        <script>ajDocW(donneNomEtapeCourante())</script>
+    </div>
+     /  <a name="FC_menuPages" href="javascript:GEN_affMenuPages()" onmouseover="PF_survol('styImg1',0)"
+           onmouseout="PF_survol('styImg1',1)"><img align="absMiddle" hspace="5" vspace="5" border="0"
+                                                    src="../../MosMtr/ressources/style/media/flemenu0kkk_survl0.gif"
+                                                    title="Menu" width="19" height="18" id="styImg1"></a></div>
+<div id="" style=" z-index: 50; left: 74.12%; width: 17%; position: absolute; top: 70.87%; height: 6%">
+    <div id="STY_boutonSuivant" class="STY_boutonSuivant" style=" z-index: 20; width: 25px; height: 25px"><img
+            border="0" title="LEX_6" name="imgBoutonSuivant"
+            src="../../MosMtr/ressources/style/media/gen/boutonSuivant.png"></div>
+    <div id="STY_barreProgres" class="STY_barreProgres" style="  "></div>
+    <div id="STY_boutonValider" class="STY_boutonValider" style=" z-index: 20; width: 27px; height: 25px"><img
+            border="0" title="LEX_13" name="imgBoutonValider"
+            src="../../MosMtr/ressources/style/media/gen/boutonValider.png"></div>
+    <div id="STY_boutonInit" class="STY_boutonInit" style=" z-index: 20; width: 28px; height: 25px"><img border="0"
+                                                                                                         title="LEX_11"
+                                                                                                         name="imgBoutonInit"
+                                                                                                         src="../../MosMtr/ressources/style/media/gen/boutonInit.png">
+    </div>
+    <div id="STY_boutonPrecedent" class="STY_boutonPrecedent" style=" z-index: 20; width: 26px; height: 25px"><img
+            border="0" title="LEX_7" name="imgBoutonPrecedent"
+            src="../../MosMtr/ressources/style/media/gen/boutonPrecedent.png"></div>
+</div>
+<div id="zoneInvisible" style="display:none;visibility:hidden">
+    <div id="divConsigne" onclick="SPE_clicDansBulle(event,'divConsigne')"></div>
+    <div id="divCmtSucces" onclick="SPE_clicDansBulle(event,'divCmtSucces')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>C'est juste.<br><br>Vous avez repéré l'élément principal qui montre bien que l'énonciateur repère l'événement
+            dans le passé.</p></div>
+    <div id="divSugg1" onclick="SPE_clicDansBulle(event,'divSugg1')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le groupe de mots <i><b>the day of the hold-up at a
+            wedding</b></i> qui montre bien que l'énonciateur repère l'événement dans le passé.</p></div>
+    <div id="divSugg2" onclick="SPE_clicDansBulle(event,'divSugg2')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le groupe de mots <i><b>the day of the hold-up at a
+            wedding</b></i> qui montre bien que l'énonciateur repère l'événement dans le passé.</p></div>
+    <div id="divSugg3" onclick="SPE_clicDansBulle(event,'divSugg3')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le groupe de mots <i><b>the day of the hold-up at a
+            wedding</b></i> qui montre bien que l'énonciateur repère l'événement dans le passé.</p></div>
+    <div id="divSugg4" onclick="SPE_clicDansBulle(event,'divSugg4')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le groupe de mots <i><b>the day of the hold-up at a
+            wedding</b></i> qui montre bien que l'énonciateur repère l'événement dans le passé.</p></div>
+    <div id="divSugg5" onclick="SPE_clicDansBulle(event,'divSugg5')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le groupe de mots <i><b>the day of the hold-up at a
+            wedding</b></i> qui montre bien que l'énonciateur repère l'événement dans le passé.</p></div>
+    <div id="divSugg6" onclick="SPE_clicDansBulle(event,'divSugg6')"><p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p> </p>
+        <p>Vous n'avez pas repéré l'élément principal.<br><br>C'est le groupe de mots <i><b>the day of the hold-up at a
+            wedding</b></i> qui montre bien que l'énonciateur repère l'événement dans le passé.</p></div>
+</div>
+<div id="STY_zoneSuccesExo" class="STY_zoneSuccesExo" style=" display: none; ;display:none"></div>
+<div id="STY_zoneEchecExo" class="STY_zoneEchecExo" style=" display: none; left: 85%; ;display:none"></div>
+<div id="STY_zoneVoirMesReponses" class="STY_zoneVoirMesReponses"
+     style=" display: none; left: 80.1%; width: 213px; top: 17.53%; height: 49px;display:none"><a name="FC_mesReponses"
+                                                                                                  href="javascript:EXO_mesReponses()">
+    <div id="LEX_62" style="display:inline;color: #000080; "> </div>
+</a></div>
+<div id="STY_zoneVoirSolutions" class="STY_zoneVoirSolutions" style=" display: none; ;display:none"><a
+        name="FC_solutionsExo" href="javascript:EXO_solutions()">
+    <div id="LEX_59" style="display:inline;color: #000080; "> </div>
+</a></div>
+ 
+<div id="STY_zoneExercice" class="STY_zoneExercice" style="display:none;left:3%;width:91%;">
+    <div id="STY_question" class="STY_question" style="  ">Le bloc mis en valeur correspond à un <a class="STY_lienComt"
+                                                                                                    href="javascript:parent.SCO_ouvrirDoc('doc171337','htm')">prétérit</a>.
+        Ecoutez ce court dialogue en entier puis par blocs. <br>
+        <table width="70%" bgColor="#00c0c0" cellpadding="3" cellspacing="0" valign="top" border="0">
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" width="40%" valign="middle"><img align="center" border="0"
+                                                                                 src="../media/ecouteur_macao.png"
+                                                                                 id="MosImg32"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"></td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV6335', 'ecran91.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV59', 'mot9_12.swf', '110', '19', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV2106', 'ecran92.swf', '30', '25', 'false', 'Flash', '', '', 'quality:high;wmode:transparent', '', ''));</script>
+                </td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle">
+                    <script type="text/javascript">ajDocW(PF_clipAV('clipAV43', 'mot9_22.swf', '285', '38', 'false', 'Flash', '', '', 'Quality:high;wmode:transparent', '', ''));</script>
+                </td>
+            </tr>
+            <tr>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"></td>
+                <td style="BACKGROUND: #b5f0c7" valign="middle"></td>
+            </tr>
+        </table>
+        Désignez le principal indice permettant de justifier la présence d'un <a class="STY_lienComt"
+                                                                                 href="javascript:parent.SCO_ouvrirDoc('doc171337','htm')">prétérit</a>.
+    </div>
+    <div id="STY_texteQC" class="STY_texteQC" style="  ">
+        <table cellspacing="1" cellpadding="0" class="STY_listeQC">
+            <tr id="trReprep627">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep627',true);"
+                                                                  onmouseout="exo.changerBouton('rep627',false)"
+                                                                  onclick="exo.action('rep627')" id="boutonReprep627"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep627">
+                    <div class="STY_reponseQC" id="lienrep627" onmouseover="if(exo)exo.changerBouton('rep627',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep627',false)" onclick="exo.action('rep627')">(1)
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep150">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep150',true);"
+                                                                  onmouseout="exo.changerBouton('rep150',false)"
+                                                                  onclick="exo.action('rep150')" id="boutonReprep150"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep150">
+                    <div class="STY_reponseQC" id="lienrep150" onmouseover="if(exo)exo.changerBouton('rep150',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep150',false)" onclick="exo.action('rep150')">(2)
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep211">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep211',true);"
+                                                                  onmouseout="exo.changerBouton('rep211',false)"
+                                                                  onclick="exo.action('rep211')" id="boutonReprep211"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep211">
+                    <div class="STY_reponseQC" id="lienrep211" onmouseover="if(exo)exo.changerBouton('rep211',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep211',false)" onclick="exo.action('rep211')">(3)
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep49">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep49',true);"
+                                                                  onmouseout="exo.changerBouton('rep49',false)"
+                                                                  onclick="exo.action('rep49')" id="boutonReprep49"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep49">
+                    <div class="STY_reponseQC" id="lienrep49" onmouseover="if(exo)exo.changerBouton('rep49',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep49',false)" onclick="exo.action('rep49')">(4)
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep842">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep842',true);"
+                                                                  onmouseout="exo.changerBouton('rep842',false)"
+                                                                  onclick="exo.action('rep842')" id="boutonReprep842"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep842">
+                    <div class="STY_reponseQC" id="lienrep842" onmouseover="if(exo)exo.changerBouton('rep842',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep842',false)" onclick="exo.action('rep842')">(5)
+                    </div>
+                </td>
+            </tr>
+            <tr id="trReprep36">
+                <td align="right" width="20" valign="middle"><img class="STY_imgBoutonQC"
+                                                                  onmouseover="if(exo)exo.changerBouton('rep36',true);"
+                                                                  onmouseout="exo.changerBouton('rep36',false)"
+                                                                  onclick="exo.action('rep36')" id="boutonReprep36"
+                                                                  src="../../MosMtr/ressources/style/media/gen/boutonQCU.png"
+                                                                  vspace="1"></td>
+                <td valign="top" class="STY_bordureQC" id="tdReprep36">
+                    <div class="STY_reponseQC" id="lienrep36" onmouseover="if(exo)exo.changerBouton('rep36',true)"
+                         onmouseout="if(exo)exo.changerBouton('rep36',false)" onclick="exo.action('rep36')">(6)
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+</div>
+<div id="STY_zoneCommentaire" class="STY_zoneCommentaire" style=";display:none">
+    <div id="STY_contenuCommentaire" class="STY_contenuCommentaire" style="  "></div>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/phoneme.htm b/Basilisk/MACAO/macao_3/contenu/pages/phoneme.htm
index 892a76aa1d988bf1f2853484f23c7c9b7c001f00..1d40a936f2b3de160ac2e2c3cf8dbcdf720c275d 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/phoneme.htm
+++ b/Basilisk/MACAO/macao_3/contenu/pages/phoneme.htm
@@ -1,30 +1,48 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+        "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Le Phon&egrave;me</title>
-<style type="text/css">
-<!--
-.Style9 {font-size: 9pt; color: #a60a69; font-family: Verdana, Arial, Helvetica, sans-serif;}
-body {
-	background-color: #ecf0d7;
-}
-.Style15 {font-size: 9pt}
-.Style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; font-weight: bold; }
--->
-</style>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>Le Phon&egrave;me</title>
+    <style type="text/css">
+        <!--
+        .Style9 {
+            font-size: 9pt;
+            color: #a60a69;
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+        }
+
+        body {
+            background-color: #ecf0d7;
+        }
+
+        .Style15 {
+            font-size: 9pt
+        }
+
+        .Style16 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+            font-weight: bold;
+        }
+
+        -->
+    </style>
 </head>
 
 <body>
 <table width="430" border="0">
-  <tr>
-    <td> <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
-        </div>
-      <p align="center" class="Style16"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Le phon&egrave;me </strong></font></p>
-      <div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Un 
-        phon&egrave;me est une unit&eacute; minimale de l'oral.</font></div>
-    </td></tr>
+    <tr>
+        <td>
+            <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
+            </div>
+            <p align="center" class="Style16"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Le
+                phon&egrave;me </strong></font></p>
+            <div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Un
+                phon&egrave;me est une unit&eacute; minimale de l'oral.</font></div>
+        </td>
+    </tr>
 </table>
 </body>
 </html>
diff --git a/Basilisk/MACAO/macao_3/contenu/pages/voyelle1.htm b/Basilisk/MACAO/macao_3/contenu/pages/voyelle1.htm
index 8d9a48c373b864c10509c9edf3caaa2d8af104e5..f928a6713f99340863f11bb388e6dec783a75b60 100755
--- a/Basilisk/MACAO/macao_3/contenu/pages/voyelle1.htm
+++ b/Basilisk/MACAO/macao_3/contenu/pages/voyelle1.htm
@@ -1,45 +1,75 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+        "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>La Voyelle</title>
-<style type="text/css">
-<!--
-.Style9 {font-size: 9pt; color: #a60a69; font-family: Verdana, Arial, Helvetica, sans-serif;}
-body {
-	background-color: #ecf0d7;
-}
-.Style12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; }
-.Style14 {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-}
-.Style15 {font-size: 9pt}
-.Style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a60a69; font-weight: bold; }
--->
-</style>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>La Voyelle</title>
+    <style type="text/css">
+        <!--
+        .Style9 {
+            font-size: 9pt;
+            color: #a60a69;
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+        }
+
+        body {
+            background-color: #ecf0d7;
+        }
+
+        .Style12 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+        }
+
+        .Style14 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+        }
+
+        .Style15 {
+            font-size: 9pt
+        }
+
+        .Style16 {
+            font-family: Verdana, Arial, Helvetica, sans-serif;
+            font-size: 12px;
+            color: #a60a69;
+            font-weight: bold;
+        }
+
+        -->
+    </style>
 </head>
 
 <body>
 <table width="430" border="0">
-  <tr>
-    <td> <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
-        </div>
-      <p align="center" class="Style16">La voyelle </p>
-      <div align="justify"><span class="Style12"><strong><em>        </em></strong></span> </div>      <p align="justify" class="Style14">La voyelle se caract&eacute;rise par la vibration des cordes vocales, alors que la consonne n'existe pas par elle-m&ecirc;me : elle s'appuie sur la voyelle qui la pr&eacute;c&egrave;de ou la suit. </p>
-      <p align="justify" class="Style14">L'anglais comporte 20 voyelles. Vous pouvez en &eacute;couter quelques-unes.</p>
-      <p align="justify" class="Style14">Cliquez sur la fl&egrave;che. </p>    
-	  <p align="center" class="Style14"> 
-      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="17" height="17">
-        <param name="movie" value="pop_voyelle.swf">
-        <param name="quality" value="high">
-		<param name="wmode" value="transparent">
-        <embed wmode="transparent" src="pop_voyelle.swf" width="17" height="17" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
-      </object>
-	  </p>
- </td>
-  </tr>
+    <tr>
+        <td>
+            <div align="right"><span class="MsoNormal Style15"><a href="javascript:window.print()" class="Style9">Imprimer</a></span>
+            </div>
+            <p align="center" class="Style16">La voyelle </p>
+            <div align="justify"><span class="Style12"><strong><em>        </em></strong></span></div>
+            <p align="justify" class="Style14">La voyelle se caract&eacute;rise par la vibration des cordes vocales,
+                alors que la consonne n'existe pas par elle-m&ecirc;me : elle s'appuie sur la voyelle qui la pr&eacute;c&egrave;de
+                ou la suit. </p>
+            <p align="justify" class="Style14">L'anglais comporte 20 voyelles. Vous pouvez en &eacute;couter
+                quelques-unes.</p>
+            <p align="justify" class="Style14">Cliquez sur la fl&egrave;che. </p>
+            <p align="center" class="Style14">
+                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
+                        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
+                        width="17" height="17">
+                    <param name="movie" value="pop_voyelle.swf">
+                    <param name="quality" value="high">
+                    <param name="wmode" value="transparent">
+                    <embed wmode="transparent" src="pop_voyelle.swf" width="17" height="17" quality="high"
+                           pluginspage="http://www.macromedia.com/go/getflashplayer"
+                           type="application/x-shockwave-flash"></embed>
+                </object>
+            </p>
+        </td>
+    </tr>
 </table>
 </body>
 </html>
diff --git a/Basilisk/MACAO/macao_3/imscp_v1p1.xsd b/Basilisk/MACAO/macao_3/imscp_v1p1.xsd
index 18f02e3063bb3c170705732228deb24a07f5dd71..bd6caea76f953afa445a79625310ebf4acde8e29 100755
--- a/Basilisk/MACAO/macao_3/imscp_v1p1.xsd
+++ b/Basilisk/MACAO/macao_3/imscp_v1p1.xsd
@@ -1 +1,160 @@
-<?xml version = "1.0" encoding = "UTF-8"?><!--Generated by Turbo XML 2.3.1.100. Conforms to w3c http://www.w3.org/2001/XMLSchema--><xsd:schema xmlns = "http://www.imsglobal.org/xsd/imscp_v1p1" targetNamespace = "http://www.imsglobal.org/xsd/imscp_v1p1" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd = "http://www.w3.org/2001/XMLSchema" version = "IMS CP 1.1.4" elementFormDefault = "qualified"><xsd:import namespace = "http://www.w3.org/XML/1998/namespace" schemaLocation = "http://www.w3.org/2001/xml.xsd"/><xsd:attributeGroup name = "attr.base"><xsd:attribute ref = "xml:base"/></xsd:attributeGroup><xsd:attributeGroup name = "attr.default"><xsd:attribute name = "default" type = "xsd:IDREF"/></xsd:attributeGroup><xsd:attributeGroup name = "attr.href"><xsd:attribute name = "href" type = "xsd:anyURI"/></xsd:attributeGroup><xsd:attributeGroup name = "attr.href.req"><xsd:attribute name = "href" use = "required" type = "xsd:anyURI"/></xsd:attributeGroup><xsd:attributeGroup name = "attr.identifier.req"><xsd:attribute name = "identifier" use = "required" type = "xsd:ID"/></xsd:attributeGroup><xsd:attributeGroup name = "attr.identifier"><xsd:attribute name = "identifier" type = "xsd:ID"/></xsd:attributeGroup><xsd:attributeGroup name = "attr.isvisible"><xsd:attribute name = "isvisible" type = "xsd:boolean"/></xsd:attributeGroup><xsd:attributeGroup name = "attr.parameters"><xsd:attribute name = "parameters" type = "xsd:string"/></xsd:attributeGroup><xsd:attributeGroup name = "attr.identifierref"><xsd:attribute name = "identifierref" type = "xsd:string"/></xsd:attributeGroup><xsd:attributeGroup name = "attr.identifierref.req"><xsd:attribute name = "identifierref" use = "required" type = "xsd:string"/></xsd:attributeGroup><xsd:attributeGroup name = "attr.resourcetype.req"><xsd:attribute name = "type" use = "required" type = "xsd:string"/></xsd:attributeGroup><xsd:attributeGroup name = "attr.structure.req"><xsd:attribute name = "structure" default = "hierarchical" type = "xsd:string"/></xsd:attributeGroup><xsd:attributeGroup name = "attr.version"><xsd:attribute name = "version" type = "xsd:string"/></xsd:attributeGroup><xsd:group name = "grp.any"><xsd:sequence><xsd:any namespace = "##other" processContents = "lax" minOccurs = "0" maxOccurs = "unbounded"/></xsd:sequence></xsd:group><xsd:element name = "dependency" type = "dependencyType"/><xsd:element name = "file" type = "fileType"/><xsd:element name = "item" type = "itemType"/><xsd:element name = "manifest" type = "manifestType"/><xsd:element name = "metadata" type = "metadataType"/><xsd:element name = "organization" type = "organizationType"/><xsd:element name = "organizations" type = "organizationsType"/><xsd:element name = "resource" type = "resourceType"/><xsd:element name = "resources" type = "resourcesType"/><xsd:element name = "schema" type = "schemaType"/><xsd:element name = "schemaversion" type = "schemaversionType"/><xsd:element name = "title" type = "titleType"/><xsd:complexType name = "dependencyType"><xsd:sequence><xsd:group ref = "grp.any"/></xsd:sequence><xsd:attributeGroup ref = "attr.identifierref.req"/><xsd:anyAttribute namespace = "##other" processContents = "strict"/></xsd:complexType><xsd:complexType name = "fileType"><xsd:sequence><xsd:element ref = "metadata" minOccurs = "0"/><xsd:group ref = "grp.any"/></xsd:sequence><xsd:attributeGroup ref = "attr.href.req"/><xsd:anyAttribute namespace = "##other" processContents = "lax"/></xsd:complexType><xsd:complexType name = "itemType"><xsd:sequence><xsd:element ref = "title" minOccurs = "0"/><xsd:element ref = "item" minOccurs = "0" maxOccurs = "unbounded"/><xsd:element ref = "metadata" minOccurs = "0"/><xsd:group ref = "grp.any"/></xsd:sequence><xsd:attributeGroup ref = "attr.identifier.req"/><xsd:attributeGroup ref = "attr.identifierref"/><xsd:attributeGroup ref = "attr.isvisible"/><xsd:attributeGroup ref = "attr.parameters"/><xsd:anyAttribute namespace = "##other" processContents = "lax"/></xsd:complexType><xsd:complexType name = "manifestType"><xsd:sequence><xsd:element ref = "metadata" minOccurs = "0"/><xsd:element ref = "organizations"/><xsd:element ref = "resources"/><xsd:element ref = "manifest" minOccurs = "0" maxOccurs = "unbounded"/><xsd:group ref = "grp.any"/></xsd:sequence><xsd:attributeGroup ref = "attr.identifier.req"/><xsd:attributeGroup ref = "attr.version"/><xsd:attribute ref = "xml:base"/><xsd:anyAttribute namespace = "##other" processContents = "lax"/></xsd:complexType><xsd:complexType name = "metadataType"><xsd:sequence><xsd:element ref = "schema" minOccurs = "0"/><xsd:element ref = "schemaversion" minOccurs = "0"/><xsd:group ref = "grp.any"/></xsd:sequence><xsd:anyAttribute namespace = "##other" processContents = "lax"/></xsd:complexType><xsd:complexType name = "organizationsType"><xsd:sequence><xsd:element ref = "organization" minOccurs = "0" maxOccurs = "unbounded"/><xsd:group ref = "grp.any"/></xsd:sequence><xsd:attributeGroup ref = "attr.default"/><xsd:anyAttribute namespace = "##other" processContents = "lax"/></xsd:complexType><xsd:complexType name = "organizationType"><xsd:sequence><xsd:element ref = "title" minOccurs = "0"/><xsd:element ref = "item" maxOccurs = "unbounded"/><xsd:element ref = "metadata" minOccurs = "0"/><xsd:group ref = "grp.any"/></xsd:sequence><xsd:attributeGroup ref = "attr.identifier.req"/><xsd:attributeGroup ref = "attr.structure.req"/><xsd:anyAttribute namespace = "##other" processContents = "lax"/></xsd:complexType><xsd:complexType name = "resourcesType"><xsd:sequence><xsd:element ref = "resource" minOccurs = "0" maxOccurs = "unbounded"/><xsd:group ref = "grp.any"/></xsd:sequence><xsd:attributeGroup ref = "attr.base"/><xsd:anyAttribute namespace = "##other" processContents = "lax"/></xsd:complexType><xsd:complexType name = "resourceType"><xsd:sequence><xsd:element ref = "metadata" minOccurs = "0"/><xsd:element ref = "file" minOccurs = "0" maxOccurs = "unbounded"/><xsd:element ref = "dependency" minOccurs = "0" maxOccurs = "unbounded"/><xsd:group ref = "grp.any"/></xsd:sequence><xsd:attributeGroup ref = "attr.identifier.req"/><xsd:attributeGroup ref = "attr.resourcetype.req"/><xsd:attributeGroup ref = "attr.base"/><xsd:attributeGroup ref = "attr.href"/><xsd:anyAttribute namespace = "##other" processContents = "lax"/></xsd:complexType><xsd:simpleType name = "schemaType"><xsd:restriction base = "xsd:string"/></xsd:simpleType><xsd:simpleType name = "schemaversionType"><xsd:restriction base = "xsd:string"/></xsd:simpleType><xsd:simpleType name = "titleType"><xsd:restriction base = "xsd:string"/></xsd:simpleType></xsd:schema>
\ No newline at end of file
+<?xml version = "1.0" encoding = "UTF-8"?><!--Generated by Turbo XML 2.3.1.100. Conforms to w3c http://www.w3.org/2001/XMLSchema-->
+<xsd:schema xmlns="http://www.imsglobal.org/xsd/imscp_v1p1" targetNamespace="http://www.imsglobal.org/xsd/imscp_v1p1"
+            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+            version="IMS CP 1.1.4" elementFormDefault="qualified">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
+    <xsd:attributeGroup name="attr.base">
+        <xsd:attribute ref="xml:base"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.default">
+        <xsd:attribute name="default" type="xsd:IDREF"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.href">
+        <xsd:attribute name="href" type="xsd:anyURI"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.href.req">
+        <xsd:attribute name="href" use="required" type="xsd:anyURI"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.identifier.req">
+        <xsd:attribute name="identifier" use="required" type="xsd:ID"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.identifier">
+        <xsd:attribute name="identifier" type="xsd:ID"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.isvisible">
+        <xsd:attribute name="isvisible" type="xsd:boolean"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.parameters">
+        <xsd:attribute name="parameters" type="xsd:string"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.identifierref">
+        <xsd:attribute name="identifierref" type="xsd:string"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.identifierref.req">
+        <xsd:attribute name="identifierref" use="required" type="xsd:string"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.resourcetype.req">
+        <xsd:attribute name="type" use="required" type="xsd:string"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.structure.req">
+        <xsd:attribute name="structure" default="hierarchical" type="xsd:string"/>
+    </xsd:attributeGroup>
+    <xsd:attributeGroup name="attr.version">
+        <xsd:attribute name="version" type="xsd:string"/>
+    </xsd:attributeGroup>
+    <xsd:group name="grp.any">
+        <xsd:sequence>
+            <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+        </xsd:sequence>
+    </xsd:group>
+    <xsd:element name="dependency" type="dependencyType"/>
+    <xsd:element name="file" type="fileType"/>
+    <xsd:element name="item" type="itemType"/>
+    <xsd:element name="manifest" type="manifestType"/>
+    <xsd:element name="metadata" type="metadataType"/>
+    <xsd:element name="organization" type="organizationType"/>
+    <xsd:element name="organizations" type="organizationsType"/>
+    <xsd:element name="resource" type="resourceType"/>
+    <xsd:element name="resources" type="resourcesType"/>
+    <xsd:element name="schema" type="schemaType"/>
+    <xsd:element name="schemaversion" type="schemaversionType"/>
+    <xsd:element name="title" type="titleType"/>
+    <xsd:complexType name="dependencyType">
+        <xsd:sequence>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.identifierref.req"/>
+        <xsd:anyAttribute namespace="##other" processContents="strict"/>
+    </xsd:complexType>
+    <xsd:complexType name="fileType">
+        <xsd:sequence>
+            <xsd:element ref="metadata" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.href.req"/>
+        <xsd:anyAttribute namespace="##other" processContents="lax"/>
+    </xsd:complexType>
+    <xsd:complexType name="itemType">
+        <xsd:sequence>
+            <xsd:element ref="title" minOccurs="0"/>
+            <xsd:element ref="item" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="metadata" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.identifier.req"/>
+        <xsd:attributeGroup ref="attr.identifierref"/>
+        <xsd:attributeGroup ref="attr.isvisible"/>
+        <xsd:attributeGroup ref="attr.parameters"/>
+        <xsd:anyAttribute namespace="##other" processContents="lax"/>
+    </xsd:complexType>
+    <xsd:complexType name="manifestType">
+        <xsd:sequence>
+            <xsd:element ref="metadata" minOccurs="0"/>
+            <xsd:element ref="organizations"/>
+            <xsd:element ref="resources"/>
+            <xsd:element ref="manifest" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.identifier.req"/>
+        <xsd:attributeGroup ref="attr.version"/>
+        <xsd:attribute ref="xml:base"/>
+        <xsd:anyAttribute namespace="##other" processContents="lax"/>
+    </xsd:complexType>
+    <xsd:complexType name="metadataType">
+        <xsd:sequence>
+            <xsd:element ref="schema" minOccurs="0"/>
+            <xsd:element ref="schemaversion" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:anyAttribute namespace="##other" processContents="lax"/>
+    </xsd:complexType>
+    <xsd:complexType name="organizationsType">
+        <xsd:sequence>
+            <xsd:element ref="organization" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.default"/>
+        <xsd:anyAttribute namespace="##other" processContents="lax"/>
+    </xsd:complexType>
+    <xsd:complexType name="organizationType">
+        <xsd:sequence>
+            <xsd:element ref="title" minOccurs="0"/>
+            <xsd:element ref="item" maxOccurs="unbounded"/>
+            <xsd:element ref="metadata" minOccurs="0"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.identifier.req"/>
+        <xsd:attributeGroup ref="attr.structure.req"/>
+        <xsd:anyAttribute namespace="##other" processContents="lax"/>
+    </xsd:complexType>
+    <xsd:complexType name="resourcesType">
+        <xsd:sequence>
+            <xsd:element ref="resource" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.base"/>
+        <xsd:anyAttribute namespace="##other" processContents="lax"/>
+    </xsd:complexType>
+    <xsd:complexType name="resourceType">
+        <xsd:sequence>
+            <xsd:element ref="metadata" minOccurs="0"/>
+            <xsd:element ref="file" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:element ref="dependency" minOccurs="0" maxOccurs="unbounded"/>
+            <xsd:group ref="grp.any"/>
+        </xsd:sequence>
+        <xsd:attributeGroup ref="attr.identifier.req"/>
+        <xsd:attributeGroup ref="attr.resourcetype.req"/>
+        <xsd:attributeGroup ref="attr.base"/>
+        <xsd:attributeGroup ref="attr.href"/>
+        <xsd:anyAttribute namespace="##other" processContents="lax"/>
+    </xsd:complexType>
+    <xsd:simpleType name="schemaType">
+        <xsd:restriction base="xsd:string"/>
+    </xsd:simpleType>
+    <xsd:simpleType name="schemaversionType">
+        <xsd:restriction base="xsd:string"/>
+    </xsd:simpleType>
+    <xsd:simpleType name="titleType">
+        <xsd:restriction base="xsd:string"/>
+    </xsd:simpleType>
+</xsd:schema>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/imsmanifest.xml b/Basilisk/MACAO/macao_3/imsmanifest.xml
index 0dd857cebed7131c64f758f26b812da269c7c977..32054699c274b8c1940c1a0a80e4632952d55e70 100755
--- a/Basilisk/MACAO/macao_3/imsmanifest.xml
+++ b/Basilisk/MACAO/macao_3/imsmanifest.xml
@@ -1 +1,884 @@
-<?xml version="1.0" encoding="utf-8"?><manifest identifier="MosFormhtml_macao3_ss_barre" version="1.3" xsi:schemaLocation="http://www.imsglobal.org/xsd/imscp_v1p1 imscp_v1p1.xsd http://www.adlnet.org/xsd/adlcp_v1p3 adlcp_v1p3.xsd http://www.adlnet.org/xsd/adlseq_v1p3 adlseq_v1p3.xsd http://www.adlnet.org/xsd/adlnav_v1p3 adlnav_v1p3.xsd http://www.imsglobal.org/xsd/imsss imsss_v1p0.xsd" xmlns="http://www.imsglobal.org/xsd/imscp_v1p1" xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_v1p3" xmlns:adlseq="http://www.adlnet.org/xsd/adlseq_v1p3" xmlns:adlnav="http://www.adlnet.org/xsd/adlnav_v1p3" xmlns:imsss="http://www.imsglobal.org/xsd/imsss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><metadata><schema>ADL SCORM</schema><schemaversion>2004 3rd Edition</schemaversion><adlcp:location>sco/md_manifest.xml</adlcp:location></metadata><organizations default="MosOrg1"><organization identifier="MosOrg1" adlseq:objectivesGlobalToSystem="false"><title>MACAO 3</title><item identifier="seq502762"><title>Présentation</title><item identifier="act592613" identifierref="rsrcact592613"><title>Présentation</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /><imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true" /></imsss:sequencing><adlnav:presentation><adlnav:navigationInterface><adlnav:hideLMSUI>continue</adlnav:hideLMSUI><adlnav:hideLMSUI>previous</adlnav:hideLMSUI></adlnav:navigationInterface></adlnav:presentation></item><metadata><adlcp:location>sco/md_seq502762.xml</adlcp:location></metadata><imsss:sequencing><imsss:controlMode flow="true" useCurrentAttemptObjectiveInfo="false" useCurrentAttemptProgressInfo="false" /><imsss:rollupRules objectiveMeasureWeight="0"></imsss:rollupRules></imsss:sequencing></item><item identifier="seq100407"><title>Assimilation</title><item identifier="act761960" identifierref="rsrcact761960"><title>Découvrir le phénomène d'assimilation</title><adlcp:dataFromLMS>;;;oui</adlcp:dataFromLMS><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0"></imsss:rollupRules><imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true" /></imsss:sequencing></item><item identifier="act957420" identifierref="rsrcact957420"><title>Se servir d'indices provenant du texte</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0"></imsss:rollupRules><imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true" /></imsss:sequencing></item><item identifier="act153876" identifierref="rsrcact153876"><title>Se servir de données grammaticales et phonologiques</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0"></imsss:rollupRules><imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true" /></imsss:sequencing><adlnav:presentation><adlnav:navigationInterface><adlnav:hideLMSUI>continue</adlnav:hideLMSUI><adlnav:hideLMSUI>previous</adlnav:hideLMSUI></adlnav:navigationInterface></adlnav:presentation></item><item identifier="act704962" identifierref="rsrcact704962"><title>Utiliser différents types d'indices</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /><imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true" /></imsss:sequencing><adlnav:presentation><adlnav:navigationInterface><adlnav:hideLMSUI>continue</adlnav:hideLMSUI><adlnav:hideLMSUI>previous</adlnav:hideLMSUI></adlnav:navigationInterface></adlnav:presentation></item><metadata><adlcp:location>sco/md_seq100407.xml</adlcp:location></metadata><imsss:sequencing><imsss:controlMode flow="true" useCurrentAttemptObjectiveInfo="false" useCurrentAttemptProgressInfo="false" /><imsss:rollupRules objectiveMeasureWeight="0"></imsss:rollupRules></imsss:sequencing></item><item identifier="seq68058"><title>Proximité</title><item identifier="act482478" identifierref="rsrcact482478"><title>Découvrir le phénomène de proximité</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /><imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true" /></imsss:sequencing><adlnav:presentation><adlnav:navigationInterface><adlnav:hideLMSUI>continue</adlnav:hideLMSUI><adlnav:hideLMSUI>previous</adlnav:hideLMSUI></adlnav:navigationInterface></adlnav:presentation></item><item identifier="act89909" identifierref="rsrcact89909"><title>Repérer des indices pertinents</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /><imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true" /></imsss:sequencing><adlnav:presentation><adlnav:navigationInterface><adlnav:hideLMSUI>continue</adlnav:hideLMSUI><adlnav:hideLMSUI>previous</adlnav:hideLMSUI></adlnav:navigationInterface></adlnav:presentation></item><item identifier="act828642" identifierref="rsrcact828642"><title>Se servir d'indices grammaticaux</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /><imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true" /></imsss:sequencing><adlnav:presentation><adlnav:navigationInterface><adlnav:hideLMSUI>continue</adlnav:hideLMSUI><adlnav:hideLMSUI>previous</adlnav:hideLMSUI></adlnav:navigationInterface></adlnav:presentation></item><item identifier="act759984" identifierref="rsrcact759984"><title>Utiliser différents types d'indices</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /><imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true" /></imsss:sequencing><adlnav:presentation><adlnav:navigationInterface><adlnav:hideLMSUI>continue</adlnav:hideLMSUI><adlnav:hideLMSUI>previous</adlnav:hideLMSUI></adlnav:navigationInterface></adlnav:presentation></item><metadata><adlcp:location>sco/md_seq68058.xml</adlcp:location></metadata><imsss:sequencing><imsss:controlMode flow="true" useCurrentAttemptObjectiveInfo="false" useCurrentAttemptProgressInfo="false" /><imsss:rollupRules objectiveMeasureWeight="0" /></imsss:sequencing></item><item identifier="seq906956"><title>Homophonie</title><item identifier="act687805" identifierref="rsrcact687805"><title>Découvrir le phénomène d'homophonie</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /><imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true" /></imsss:sequencing><adlnav:presentation><adlnav:navigationInterface><adlnav:hideLMSUI>continue</adlnav:hideLMSUI><adlnav:hideLMSUI>previous</adlnav:hideLMSUI></adlnav:navigationInterface></adlnav:presentation></item><item identifier="act838137" identifierref="rsrcact838137"><title>Repérer les indices pertinents</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /><imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true" /></imsss:sequencing><adlnav:presentation><adlnav:navigationInterface><adlnav:hideLMSUI>continue</adlnav:hideLMSUI><adlnav:hideLMSUI>previous</adlnav:hideLMSUI></adlnav:navigationInterface></adlnav:presentation></item><item identifier="act765533" identifierref="rsrcact765533"><title>Se servir d'indices grammaticaux</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /><imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true" /></imsss:sequencing><adlnav:presentation><adlnav:navigationInterface><adlnav:hideLMSUI>continue</adlnav:hideLMSUI><adlnav:hideLMSUI>previous</adlnav:hideLMSUI></adlnav:navigationInterface></adlnav:presentation></item><item identifier="act56672" identifierref="rsrcact56672"><title>Utiliser différents types d'indices</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /><imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true" /></imsss:sequencing><adlnav:presentation><adlnav:navigationInterface><adlnav:hideLMSUI>continue</adlnav:hideLMSUI><adlnav:hideLMSUI>previous</adlnav:hideLMSUI></adlnav:navigationInterface></adlnav:presentation></item><metadata><adlcp:location>sco/md_seq906956.xml</adlcp:location></metadata><imsss:sequencing><imsss:controlMode flow="true" useCurrentAttemptObjectiveInfo="false" useCurrentAttemptProgressInfo="false" /><imsss:rollupRules objectiveMeasureWeight="0" /></imsss:sequencing></item><item identifier="seq602682"><title>Mémentos</title><item identifier="act56626" identifierref="rsrcact56626"><title>Des sons et des formes</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /><imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true" /></imsss:sequencing><adlnav:presentation><adlnav:navigationInterface><adlnav:hideLMSUI>continue</adlnav:hideLMSUI><adlnav:hideLMSUI>previous</adlnav:hideLMSUI></adlnav:navigationInterface></adlnav:presentation></item><item identifier="doc972802" identifierref="rsrcdoc972802"><title>Le phonème</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /></imsss:sequencing></item><item identifier="doc28886" identifierref="rsrcdoc28886"><title>Le present perfect</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /></imsss:sequencing></item><item identifier="doc171337" identifierref="rsrcdoc171337"><title>Le prétérit</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /></imsss:sequencing></item><item identifier="doc713286" identifierref="rsrcdoc713286"><title>Les consonnes</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /></imsss:sequencing></item><item identifier="doc266709" identifierref="rsrcdoc266709"><title>La voyelle</title><imsss:sequencing><imsss:rollupRules objectiveMeasureWeight="0" /></imsss:sequencing></item><metadata><adlcp:location>sco/md_seq602682.xml</adlcp:location></metadata><imsss:sequencing><imsss:controlMode flow="true" useCurrentAttemptObjectiveInfo="false" useCurrentAttemptProgressInfo="false" /><imsss:rollupRules objectiveMeasureWeight="0" /></imsss:sequencing></item><imsss:sequencing><imsss:controlMode flow="true" useCurrentAttemptObjectiveInfo="false" useCurrentAttemptProgressInfo="false" /></imsss:sequencing></organization></organizations><resources><resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact592613" href="sco/act592613.html"><metadata><adlcp:location>sco/md_act592613.xml</adlcp:location></metadata><file href="sco/act592613.html" /><file href="contenu/pages/pg7628.html" /><file href="contenu/pages/pg2410.html" /><file href="contenu/pages/pg6917.html" /><file href="contenu/pages/pg9439.html" /><file href="contenu/media/log_uoh1.png" /><file href="contenu/media/logo_upv_transp.png" /><file href="contenu/media/logo_ea741_transp1.png" /><file href="contenu/media/logo_metice_transp1.png" /><file href="contenu/media/cc.png" /><file href="contenu/glossaire/accueil.html" /><file href="contenu/glossaire/contenu.html" /><file href="contenu/glossaire/glossaire.html" /><file href="contenu/glossaire/menu.html" /><dependency identifierref="MSCO_FILES" /></resource><resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact761960" href="sco/act761960.html"><metadata><adlcp:location>sco/md_act761960.xml</adlcp:location></metadata><file href="sco/act761960.html" /><file href="contenu/pages/pg7035.html" /><file href="contenu/pages/pg5670.html" /><file href="contenu/pages/pg3209.html" /><file href="contenu/pages/pg1181.html" /><file href="contenu/pages/pg5136.html" /><file href="contenu/pages/pg8783.html" /><file href="contenu/media/ecouteur_macao.png" /><file href="contenu/media/ecran21b1.swf" /><file href="contenu/media/mots212.swf" /><file href="contenu/media/ecran22.swf" /><file href="contenu/media/mots228.swf" /><file href="contenu/media/ecran31.swf" /><file href="contenu/media/mot3_1.swf" /><file href="contenu/media/ecran32.swf" /><file href="contenu/media/mot3_2.swf" /><file href="contenu/media/ecran41.swf" /><file href="contenu/media/mot4_1.swf" /><file href="contenu/media/ecran42.swf" /><file href="contenu/media/mot4_2.swf" /><file href="contenu/media/ecran51.swf" /><file href="contenu/media/mot5_1.swf" /><file href="contenu/media/ecran52.swf" /><file href="contenu/media/mot5_2.swf" /><file href="contenu/media/ecran61.swf" /><file href="contenu/media/mot6_1.swf" /><file href="contenu/media/ecran62.swf" /><file href="contenu/media/mot6_2.swf" /><file href="contenu/media/ecran73.swf" /><file href="contenu/media/ecran71.swf" /><file href="contenu/media/ecran74.swf" /><file href="contenu/media/ecran72.swf" /><file href="contenu/media/ecran75.swf" /><file href="contenu/glossaire/accueil.html" /><file href="contenu/glossaire/contenu.html" /><file href="contenu/glossaire/glossaire.html" /><file href="contenu/glossaire/menu.html" /><dependency identifierref="MSCO_FILES" /></resource><resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact957420" href="sco/act957420.html"><metadata><adlcp:location>sco/md_act957420.xml</adlcp:location></metadata><file href="sco/act957420.html" /><file href="contenu/pages/pg4031.html" /><file href="contenu/pages/pg9988.html" /><file href="contenu/pages/pg1235.html" /><file href="contenu/pages/pg186.html" /><file href="contenu/pages/pg7973.html" /><file href="contenu/pages/pg5836.html" /><file href="contenu/pages/pg2493.html" /><file href="contenu/pages/pg1919.html" /><file href="contenu/pages/pg3579.html" /><file href="contenu/media/ecouteur_macao.png" /><file href="contenu/media/ecran81.swf" /><file href="contenu/media/mot8_13.swf" /><file href="contenu/media/ecran82.swf" /><file href="contenu/media/mot8_22.swf" /><file href="contenu/media/ecran91.swf" /><file href="contenu/media/mot9_12.swf" /><file href="contenu/media/ecran92.swf" /><file href="contenu/media/mot9_22.swf" /><file href="contenu/media/ecran10.swf" /><file href="contenu/media/mot10_1.swf" /><file href="contenu/media/ecran11.swf" /><file href="contenu/media/mot11_12.swf" /><file href="contenu/media/mot11_1a.swf" /><file href="contenu/media/mot11_1b.swf" /><file href="contenu/media/ecran12.swf" /><file href="contenu/media/mot12_12.swf" /><file href="contenu/media/mot12_1a.swf" /><file href="contenu/media/mot12_1b.swf" /><file href="contenu/media/mot12_1c.swf" /><file href="contenu/media/mot12_1d1.swf" /><file href="contenu/media/mot12_1e.swf" /><file href="contenu/media/ecran131.swf" /><file href="contenu/media/ecran132.swf" /><file href="contenu/media/ecran141.swf" /><file href="contenu/media/ecran143.swf" /><file href="contenu/media/ecran144.swf" /><file href="contenu/media/ecran142.swf" /><file href="contenu/media/ecran151.swf" /><file href="contenu/media/ecran153.swf" /><file href="contenu/media/ecran154.swf" /><file href="contenu/media/ecran152.swf" /><file href="contenu/media/ecran161.swf" /><file href="contenu/media/ecran163.swf" /><file href="contenu/media/ecran164.swf" /><file href="contenu/media/ecran162.swf" /><file href="contenu/glossaire/accueil.html" /><file href="contenu/glossaire/contenu.html" /><file href="contenu/glossaire/glossaire.html" /><file href="contenu/glossaire/menu.html" /><dependency identifierref="MSCO_FILES" /></resource><resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact153876" href="sco/act153876.html"><metadata><adlcp:location>sco/md_act153876.xml</adlcp:location></metadata><file href="sco/act153876.html" /><file href="contenu/pages/pg3602.html" /><file href="contenu/pages/pg6329.html" /><file href="contenu/pages/pg1888.html" /><file href="contenu/pages/pg3746.html" /><file href="contenu/pages/pg7434.html" /><file href="contenu/pages/pg191.html" /><file href="contenu/pages/pg8601.html" /><file href="contenu/pages/pg6866.html" /><file href="contenu/pages/pg7664.html" /><file href="contenu/pages/pg2429.html" /><file href="contenu/media/ecouteur_macao.png" /><file href="contenu/media/ecran17.swf" /><file href="contenu/media/ecran191.swf" /><file href="contenu/media/ecran192.swf" /><file href="contenu/media/ecran201.swf" /><file href="contenu/media/mots20itape1.swf" /><file href="contenu/media/ecran202.swf" /><file href="contenu/media/mots20id_tape1.swf" /><file href="contenu/media/ecran211.swf" /><file href="contenu/media/ecran251.swf" /><file href="contenu/media/mots25there.swf" /><file href="contenu/media/ecran252.swf" /><file href="contenu/media/mots25they.swf" /><file href="contenu/media/ecran26.swf" /><file href="contenu/glossaire/accueil.html" /><file href="contenu/glossaire/contenu.html" /><file href="contenu/glossaire/glossaire.html" /><file href="contenu/glossaire/menu.html" /><dependency identifierref="MSCO_FILES" /></resource><resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact704962" href="sco/act704962.html"><file href="sco/act704962.html" /><file href="contenu/pages/pg4487.html" /><file href="contenu/pages/pg8400.html" /><file href="contenu/pages/pg3862.html" /><file href="contenu/pages/pg7682.html" /><file href="contenu/pages/pg3092.html" /><file href="contenu/pages/pg3600.html" /><file href="contenu/media/ecouteur_macao.png" /><file href="contenu/media/ecran27.swf" /><file href="contenu/media/ecran28.swf" /><file href="contenu/media/ecran29.swf" /><file href="contenu/media/ecran30.swf" /><file href="contenu/media/ecran311.swf" /><file href="contenu/media/ecran321.swf" /><file href="contenu/glossaire/accueil.html" /><file href="contenu/glossaire/contenu.html" /><file href="contenu/glossaire/glossaire.html" /><file href="contenu/glossaire/menu.html" /><dependency identifierref="MSCO_FILES" /></resource><resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact482478" href="sco/act482478.html"><file href="sco/act482478.html" /><file href="contenu/pages/pg9764.html" /><file href="contenu/pages/pg3870.html" /><file href="contenu/pages/pg3845.html" /><file href="contenu/media/ecouteur_macao.png" /><file href="contenu/media/ecran331.swf" /><file href="contenu/media/mot33_1.swf" /><file href="contenu/media/ecran332.swf" /><file href="contenu/media/mot33_2.swf" /><file href="contenu/media/ecran341.swf" /><file href="contenu/media/mot34_1.swf" /><file href="contenu/media/ecran342.swf" /><file href="contenu/media/mot34_2.swf" /><file href="contenu/glossaire/accueil.html" /><file href="contenu/glossaire/contenu.html" /><file href="contenu/glossaire/glossaire.html" /><file href="contenu/glossaire/menu.html" /><dependency identifierref="MSCO_FILES" /></resource><resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact89909" href="sco/act89909.html"><file href="sco/act89909.html" /><file href="contenu/pages/pg9719.html" /><file href="contenu/pages/pg1027.html" /><file href="contenu/pages/pg9264.html" /><file href="contenu/pages/pg9152.html" /><file href="contenu/pages/pg8876.html" /><file href="contenu/media/ecouteur_macao.png" /><file href="contenu/media/ecran361.swf" /><file href="contenu/media/mots36scratched.swf" /><file href="contenu/media/ecran3622.swf" /><file href="contenu/media/ecran3634.swf" /><file href="contenu/media/ecran38.swf" /><file href="contenu/media/mots38been.swf" /><file href="contenu/media/giving_cours.png" /><file href="contenu/media/giving_retroac.png" /><file href="contenu/media/ecran39.swf" /><file href="contenu/media/mots39giving.swf" /><file href="contenu/glossaire/accueil.html" /><file href="contenu/glossaire/contenu.html" /><file href="contenu/glossaire/glossaire.html" /><file href="contenu/glossaire/menu.html" /><dependency identifierref="MSCO_FILES" /></resource><resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact828642" href="sco/act828642.html"><file href="sco/act828642.html" /><file href="contenu/pages/pg8027.html" /><file href="contenu/pages/pg3628.html" /><file href="contenu/pages/pg7576.html" /><file href="contenu/media/ecouteur_macao.png" /><file href="contenu/media/ecran411.swf" /><file href="contenu/media/ecran412.swf" /><file href="contenu/media/ecran413.swf" /><file href="contenu/media/mot41_3.swf" /><file href="contenu/media/ecran414.swf" /><file href="contenu/media/ecran421.swf" /><file href="contenu/media/ecran422.swf" /><file href="contenu/media/ecran423.swf" /><file href="contenu/media/mot42_3.swf" /><file href="contenu/media/ecran424.swf" /><file href="contenu/media/mot42_4.swf" /><file href="contenu/media/ecran431.swf" /><file href="contenu/media/ecran432.swf" /><file href="contenu/media/ecran433.swf" /><file href="contenu/media/mot43_3.swf" /><file href="contenu/media/ecran434.swf" /><file href="contenu/media/mot43_4.swf" /><file href="contenu/glossaire/accueil.html" /><file href="contenu/glossaire/contenu.html" /><file href="contenu/glossaire/glossaire.html" /><file href="contenu/glossaire/menu.html" /><dependency identifierref="MSCO_FILES" /></resource><resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact759984" href="sco/act759984.html"><file href="sco/act759984.html" /><file href="contenu/pages/pg1023.html" /><file href="contenu/pages/pg7429.html" /><file href="contenu/pages/pg5132.html" /><file href="contenu/pages/pg1188.html" /><file href="contenu/pages/pg910.html" /><file href="contenu/pages/pg9414.html" /><file href="contenu/media/ecouteur_macao.png" /><file href="contenu/media/ecran44.swf" /><file href="contenu/media/mot44_11.swf" /><file href="contenu/media/ecran45.swf" /><file href="contenu/media/mot45_11.swf" /><file href="contenu/media/ecran46.swf" /><file href="contenu/media/mot46_11.swf" /><file href="contenu/media/ecran471.swf" /><file href="contenu/media/mot47_11.swf" /><file href="contenu/media/ecran472.swf" /><file href="contenu/media/mot47_21.swf" /><file href="contenu/media/mot47_12.swf" /><file href="contenu/media/mot47_22.swf" /><file href="contenu/glossaire/accueil.html" /><file href="contenu/glossaire/contenu.html" /><file href="contenu/glossaire/glossaire.html" /><file href="contenu/glossaire/menu.html" /><dependency identifierref="MSCO_FILES" /></resource><resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact687805" href="sco/act687805.html"><file href="sco/act687805.html" /><file href="contenu/pages/pg1809.html" /><file href="contenu/pages/pg7390.html" /><file href="contenu/pages/pg4797.html" /><file href="contenu/pages/pg4477.html" /><file href="contenu/media/ecouteur_macao.png" /><file href="contenu/media/ecran481.swf" /><file href="contenu/media/ecran482.swf" /><file href="contenu/media/ecran491.swf" /><file href="contenu/media/mot49_12.swf" /><file href="contenu/media/ecran492.swf" /><file href="contenu/media/ecran501.swf" /><file href="contenu/media/mot50_11.swf" /><file href="contenu/media/ecran502.swf" /><file href="contenu/glossaire/accueil.html" /><file href="contenu/glossaire/contenu.html" /><file href="contenu/glossaire/glossaire.html" /><file href="contenu/glossaire/menu.html" /><dependency identifierref="MSCO_FILES" /></resource><resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact838137" href="sco/act838137.html"><file href="sco/act838137.html" /><file href="contenu/pages/pg1917.html" /><file href="contenu/pages/pg1894.html" /><file href="contenu/pages/pg5786.html" /><file href="contenu/pages/pg3531.html" /><file href="contenu/pages/pg4973.html" /><file href="contenu/pages/pg4396.html" /><file href="contenu/pages/pg5986.html" /><file href="contenu/pages/pg1773.html" /><file href="contenu/pages/pg1044.html" /><file href="contenu/pages/pg4192.html" /><file href="contenu/pages/pg5252.html" /><file href="contenu/pages/pg422.html" /><file href="contenu/media/ecouteur_macao.png" /><file href="contenu/media/mot52_12.swf" /><file href="contenu/media/ecran522.swf" /><file href="contenu/media/mot53_13.swf" /><file href="contenu/media/ecran532.swf" /><file href="contenu/media/mot54_11.swf" /><file href="contenu/media/ecran542.swf" /><file href="contenu/media/mot55_12.swf" /><file href="contenu/media/ecran552.swf" /><file href="contenu/media/mot55_11.swf" /><file href="contenu/media/mot56_12.swf" /><file href="contenu/media/ecran562.swf" /><file href="contenu/media/mot56_11.swf" /><file href="contenu/media/mot57_11.swf" /><file href="contenu/media/ecran572.swf" /><file href="contenu/glossaire/accueil.html" /><file href="contenu/glossaire/contenu.html" /><file href="contenu/glossaire/glossaire.html" /><file href="contenu/glossaire/menu.html" /><dependency identifierref="MSCO_FILES" /></resource><resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact765533" href="sco/act765533.html"><file href="sco/act765533.html" /><file href="contenu/pages/pg3972.html" /><file href="contenu/pages/pg1418.html" /><file href="contenu/pages/pg4236.html" /><file href="contenu/pages/pg6795.html" /><file href="contenu/media/ecouteur_macao.png" /><file href="contenu/media/ecran581.swf" /><file href="contenu/media/ecran582.swf" /><file href="contenu/media/ecran583.swf" /><file href="contenu/media/ecran59.swf" /><file href="contenu/media/ecran59c1.swf" /><file href="contenu/media/ecran59c2.swf" /><file href="contenu/media/ecran592.swf" /><file href="contenu/glossaire/accueil.html" /><file href="contenu/glossaire/contenu.html" /><file href="contenu/glossaire/glossaire.html" /><file href="contenu/glossaire/menu.html" /><dependency identifierref="MSCO_FILES" /></resource><resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact56672" href="sco/act56672.html"><file href="sco/act56672.html" /><file href="contenu/pages/pg2759.html" /><file href="contenu/pages/pg6180.html" /><file href="contenu/pages/pg4141.html" /><file href="contenu/pages/pg9615.html" /><file href="contenu/media/ecouteur_macao.png" /><file href="contenu/media/ecran601.swf" /><file href="contenu/media/ecran602.swf" /><file href="contenu/media/ecran611.swf" /><file href="contenu/media/ecran621.swf" /><file href="contenu/media/ecran63.swf" /><file href="contenu/glossaire/accueil.html" /><file href="contenu/glossaire/contenu.html" /><file href="contenu/glossaire/glossaire.html" /><file href="contenu/glossaire/menu.html" /><dependency identifierref="MSCO_FILES" /></resource><resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact56626" href="sco/act56626.html"><file href="sco/act56626.html" /><file href="contenu/pages/pg2538.html" /><file href="contenu/pages/pg4851.html" /><file href="contenu/pages/pg6968.html" /><file href="contenu/pages/pg5261.html" /><file href="contenu/pages/pg7651.html" /><file href="contenu/pages/pg2883.html" /><file href="contenu/pages/pg238.html" /><file href="contenu/pages/pg9221.html" /><file href="contenu/pages/pg4815.html" /><file href="contenu/pages/pg3981.html" /><file href="contenu/media/ecouteur_macao.png" /><file href="contenu/media/ecran641.swf" /><file href="contenu/media/ecran642.swf" /><file href="contenu/media/ecran643.swf" /><file href="contenu/media/ecran644.swf" /><file href="contenu/media/ecran645.swf" /><file href="contenu/media/ecran646.swf" /><file href="contenu/media/ecran647.swf" /><file href="contenu/media/ecran648.swf" /><file href="contenu/media/ecran649.swf" /><file href="contenu/media/ecran6410.swf" /><file href="contenu/media/ecran6411.swf" /><file href="contenu/media/ecran6412.swf" /><file href="contenu/media/ecran6413.swf" /><file href="contenu/media/ecran6414.swf" /><file href="contenu/media/ecran651.swf" /><file href="contenu/media/ecran652.swf" /><file href="contenu/media/ecran653.swf" /><file href="contenu/media/ecran654.swf" /><file href="contenu/media/ecran655.swf" /><file href="contenu/media/ecran656.swf" /><file href="contenu/media/ecran657.swf" /><file href="contenu/media/ecran661.swf" /><file href="contenu/media/ecran6621.swf" /><file href="contenu/media/ecran663.swf" /><file href="contenu/media/ecran671.swf" /><file href="contenu/media/ecran672.swf" /><file href="contenu/media/ecran673.swf" /><file href="contenu/media/ecran674.swf" /><file href="contenu/media/ecran675.swf" /><file href="contenu/media/ecran676.swf" /><file href="contenu/media/ecran677.swf" /><file href="contenu/media/ecran678.swf" /><file href="contenu/media/ecran6794.swf" /><file href="contenu/media/ecran681.swf" /><file href="contenu/media/ecran682.swf" /><file href="contenu/media/ecran683.swf" /><file href="contenu/media/ecran684.swf" /><file href="contenu/media/ecran685.swf" /><file href="contenu/media/ecran686.swf" /><file href="contenu/media/ecran687.swf" /><file href="contenu/media/ecran688.swf" /><file href="contenu/media/ecran689.swf" /><file href="contenu/media/ecran6810.swf" /><file href="contenu/media/ecran6811.swf" /><file href="contenu/media/ecran6812.swf" /><file href="contenu/glossaire/accueil.html" /><file href="contenu/glossaire/contenu.html" /><file href="contenu/glossaire/glossaire.html" /><file href="contenu/glossaire/menu.html" /><dependency identifierref="MSCO_FILES" /></resource><resource adlcp:scormType="asset" type="webcontent" identifier="rsrcdoc972802" href="contenu/pages/phoneme.htm"><file href="contenu/pages/phoneme.htm" /></resource><resource adlcp:scormType="asset" type="webcontent" identifier="rsrcdoc28886" href="contenu/pages/aide_present_perf.htm"><file href="contenu/pages/aide_present_perf.htm" /></resource><resource adlcp:scormType="asset" type="webcontent" identifier="rsrcdoc171337" href="contenu/pages/aide_preterit.htm"><file href="contenu/pages/aide_preterit.htm" /></resource><resource adlcp:scormType="asset" type="webcontent" identifier="rsrcdoc713286" href="contenu/pages/consonne1.htm"><file href="contenu/pages/consonne1.htm" /></resource><resource adlcp:scormType="asset" type="webcontent" identifier="rsrcdoc266709" href="contenu/pages/voyelle1.htm"><file href="contenu/pages/voyelle1.htm" /></resource><resource identifier="MSCO_FILES" xml:base="MosMtr/" adlcp:scormType="asset" type="webcontent"><file href="gen/blanc.gif" /><file href="gen/blanc.htm" /><file href="gen/blocNotes.htm" /><file href="gen/dewplayer.swf" /><file href="gen/dewslider.swf" /><file href="gen/envoiReponses.htm" /><file href="gen/mediaplayer.swf" /><file href="gen/redirect.xsl" /><file href="gen/swfir.swf" /><file href="gen/tempsMax.htm" /><file href="scripts/ICglobal.js" /><file href="scripts/actionsGen.js" /><file href="scripts/swfir.js" /><file href="scripts/sco/ClasseMosSCO.js" /><file href="scripts/sco/ClasseWBCEvaluation.js" /><file href="scripts/sco/ICsco.js" /><file href="scripts/contenu/ClasseCommentaire.js" /><file href="scripts/contenu/ClasseCurseur.js" /><file href="scripts/contenu/ClasseExerciceCURS.js" /><file href="scripts/contenu/ClasseExerciceEXP.js" /><file href="scripts/contenu/ClasseExerciceGD.js" /><file href="scripts/contenu/ClasseExerciceQC.js" /><file href="scripts/contenu/ClasseExerciceQM.js" /><file href="scripts/contenu/ClasseExerciceSEQ.js" /><file href="scripts/contenu/ClasseExerciceTAT.js" /><file href="scripts/contenu/ClasseZoneLien.js" /><file href="scripts/contenu/EDIT_contenu.js" /><file href="scripts/contenu/IC_exerciceCURS.js" /><file href="scripts/contenu/IC_exerciceGD.js" /><file href="scripts/contenu/ICcontenu.js" /><file href="scripts/contenu/ICcours.js" /><file href="scripts/contenu/ICexercices.js" /><file href="scripts/glossaire/ClasseGlossaire.js" /><file href="scripts/glossaire/ICglossaire.js" /><file href="scripts/glossaire/contenuGlossaire.js" /><file href="scripts/interface/ICdiplome.js" /><file href="scripts/interface/ICresultats.js" /><file href="ressources/langue/lexiqueGLO.js" /><file href="ressources/langue/lexiqueSCO.js" /><file href="ressources/style/glossaire.htm" /><file href="ressources/style/css/COURS2.css" /><file href="ressources/style/css/diplome.css" /><file href="ressources/style/css/document.css" /><file href="ressources/style/css/exercice.css" /><file href="ressources/style/css/general.css" /><file href="ressources/style/css/glossaireContenu.css" /><file href="ressources/style/css/glossaireDetail.css" /><file href="ressources/style/css/glossaireListe.css" /><file href="ressources/style/css/glossaireMenu.css" /><file href="ressources/style/css/glossaireRecherche.css" /><file href="ressources/style/css/rechercheLMS.css" /><file href="ressources/style/css/resultats.css" /><file href="ressources/style/css/styles.css" /><file href="ressources/style/media/S_montrescore.swf" /><file href="ressources/style/media/barrebouton1.gif" /><file href="ressources/style/media/barredoc.gif" /><file href="ressources/style/media/bascf.jpg" /><file href="ressources/style/media/bonhomej2.swf" /><file href="ressources/style/media/bonhomer2.swf" /><file href="ressources/style/media/diplom.gif" /><file href="ressources/style/media/flemenu0kkk_survl0.gif" /><file href="ressources/style/media/flemenu0kkk_survl1.gif" /><file href="ressources/style/media/fmenup.jpg" /><file href="ressources/style/media/fond_macao32.jpg" /><file href="ressources/style/media/fond_macao321.jpg" /><file href="ressources/style/media/fondbl5.jpg" /><file href="ressources/style/media/fongd.jpg" /><file href="ressources/style/media/fonglo.jpg" /><file href="ressources/style/media/items_survl0.gif" /><file href="ressources/style/media/items_survl1.gif" /><file href="ressources/style/media/jaugea.jpg" /><file href="ressources/style/media/pourdipl.gif" /><file href="ressources/style/media/gen/GTR_apercu.gif" /><file href="ressources/style/media/gen/boutonInit.gif" /><file href="ressources/style/media/gen/boutonInit.png" /><file href="ressources/style/media/gen/boutonInit_of.gif" /><file href="ressources/style/media/gen/boutonInit_of.png" /><file href="ressources/style/media/gen/boutonInit_on.gif" /><file href="ressources/style/media/gen/boutonInit_on.png" /><file href="ressources/style/media/gen/boutonPrecedent.gif" /><file href="ressources/style/media/gen/boutonPrecedent.png" /><file href="ressources/style/media/gen/boutonPrecedent_of.gif" /><file href="ressources/style/media/gen/boutonPrecedent_of.png" /><file href="ressources/style/media/gen/boutonPrecedent_on.gif" /><file href="ressources/style/media/gen/boutonPrecedent_on.png" /><file href="ressources/style/media/gen/boutonQCM.gif" /><file href="ressources/style/media/gen/boutonQCM.png" /><file href="ressources/style/media/gen/boutonQCM_dis.gif" /><file href="ressources/style/media/gen/boutonQCM_dis.png" /><file href="ressources/style/media/gen/boutonQCM_hlt.gif" /><file href="ressources/style/media/gen/boutonQCM_hlt.png" /><file href="ressources/style/media/gen/boutonQCM_sel.gif" /><file href="ressources/style/media/gen/boutonQCM_sel.png" /><file href="ressources/style/media/gen/boutonQCM_sel_dis.gif" /><file href="ressources/style/media/gen/boutonQCM_sel_dis.png" /><file href="ressources/style/media/gen/boutonQCM_sel_hlt.gif" /><file href="ressources/style/media/gen/boutonQCM_sel_hlt.png" /><file href="ressources/style/media/gen/boutonQCU.gif" /><file href="ressources/style/media/gen/boutonQCU.png" /><file href="ressources/style/media/gen/boutonQCU_dis.gif" /><file href="ressources/style/media/gen/boutonQCU_dis.png" /><file href="ressources/style/media/gen/boutonQCU_hlt.gif" /><file href="ressources/style/media/gen/boutonQCU_hlt.png" /><file href="ressources/style/media/gen/boutonQCU_sel.gif" /><file href="ressources/style/media/gen/boutonQCU_sel.png" /><file href="ressources/style/media/gen/boutonQCU_sel_dis.gif" /><file href="ressources/style/media/gen/boutonQCU_sel_dis.png" /><file href="ressources/style/media/gen/boutonQCU_sel_hlt.gif" /><file href="ressources/style/media/gen/boutonQCU_sel_hlt.png" /><file href="ressources/style/media/gen/boutonSuivant.gif" /><file href="ressources/style/media/gen/boutonSuivant.png" /><file href="ressources/style/media/gen/boutonSuivant_of.gif" /><file href="ressources/style/media/gen/boutonSuivant_of.png" /><file href="ressources/style/media/gen/boutonSuivant_on.gif" /><file href="ressources/style/media/gen/boutonSuivant_on.png" /><file href="ressources/style/media/gen/boutonValider.gif" /><file href="ressources/style/media/gen/boutonValider.png" /><file href="ressources/style/media/gen/boutonValider_of.gif" /><file href="ressources/style/media/gen/boutonValider_of.png" /><file href="ressources/style/media/gen/boutonValider_on.gif" /><file href="ressources/style/media/gen/boutonValider_on.png" /><file href="ressources/style/media/gen/btnEtpPrec.png" /><file href="ressources/style/media/gen/btnEtpPrec_of.png" /><file href="ressources/style/media/gen/btnEtpPrec_on.png" /><file href="ressources/style/media/gen/btnEtpSuiv.png" /><file href="ressources/style/media/gen/btnEtpSuiv_of.png" /><file href="ressources/style/media/gen/btnEtpSuiv_on.png" /><file href="ressources/style/media/gen/cursA_0c.gif" /><file href="ressources/style/media/gen/cursA_0e.gif" /><file href="ressources/style/media/gen/cursA_1c.gif" /><file href="ressources/style/media/gen/cursA_1e.gif" /><file href="ressources/style/media/gen/dossGlossaireFerme.gif" /><file href="ressources/style/media/gen/dossGlossaireOuvert.gif" /><file href="ressources/style/media/gen/paraBascule0.gif" /><file href="ressources/style/media/gen/paraBascule1.gif" /><file href="ressources/style/media/gen/planAuteur.gif" /><file href="ressources/style/media/gen/planEtape0.gif" /><file href="ressources/style/media/gen/planEtape1.gif" /><file href="ressources/style/media/gen/planFaq.gif" /><file href="ressources/style/media/gen/planForum.gif" /><file href="ressources/style/media/gen/planGroupe.gif" /><file href="ressources/style/media/gen/planMessagerie.gif" /><file href="ressources/style/media/gen/planModule0.gif" /><file href="ressources/style/media/gen/planModule1.gif" /><file href="ressources/style/media/gen/planRapports.gif" /><file href="ressources/style/media/gen/planStats.gif" /><file href="ressources/style/media/gen/planTelecharge.gif" /><file href="ressources/style/media/gen/planTuteur.gif" /><file href="ressources/style/media/gen/resQuestionFaux.gif" /><file href="ressources/style/media/gen/resQuestionJuste.gif" /><file href="ressources/style/scripts/fonctions.js" /></resource></resources></manifest>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+<manifest identifier="MosFormhtml_macao3_ss_barre" version="1.3"
+          xsi:schemaLocation="http://www.imsglobal.org/xsd/imscp_v1p1 imscp_v1p1.xsd http://www.adlnet.org/xsd/adlcp_v1p3 adlcp_v1p3.xsd http://www.adlnet.org/xsd/adlseq_v1p3 adlseq_v1p3.xsd http://www.adlnet.org/xsd/adlnav_v1p3 adlnav_v1p3.xsd http://www.imsglobal.org/xsd/imsss imsss_v1p0.xsd"
+          xmlns="http://www.imsglobal.org/xsd/imscp_v1p1" xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_v1p3"
+          xmlns:adlseq="http://www.adlnet.org/xsd/adlseq_v1p3" xmlns:adlnav="http://www.adlnet.org/xsd/adlnav_v1p3"
+          xmlns:imsss="http://www.imsglobal.org/xsd/imsss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+    <metadata>
+        <schema>ADL SCORM</schema>
+        <schemaversion>2004 3rd Edition</schemaversion>
+        <adlcp:location>sco/md_manifest.xml</adlcp:location>
+    </metadata>
+    <organizations default="MosOrg1">
+        <organization identifier="MosOrg1" adlseq:objectivesGlobalToSystem="false">
+            <title>MACAO 3</title>
+            <item identifier="seq502762">
+                <title>Présentation</title>
+                <item identifier="act592613" identifierref="rsrcact592613">
+                    <title>Présentation</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                        <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>
+                    </imsss:sequencing>
+                    <adlnav:presentation>
+                        <adlnav:navigationInterface>
+                            <adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
+                            <adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
+                        </adlnav:navigationInterface>
+                    </adlnav:presentation>
+                </item>
+                <metadata>
+                    <adlcp:location>sco/md_seq502762.xml</adlcp:location>
+                </metadata>
+                <imsss:sequencing>
+                    <imsss:controlMode flow="true" useCurrentAttemptObjectiveInfo="false"
+                                       useCurrentAttemptProgressInfo="false"/>
+                    <imsss:rollupRules objectiveMeasureWeight="0"></imsss:rollupRules>
+                </imsss:sequencing>
+            </item>
+            <item identifier="seq100407">
+                <title>Assimilation</title>
+                <item identifier="act761960" identifierref="rsrcact761960">
+                    <title>Découvrir le phénomène d'assimilation</title>
+                    <adlcp:dataFromLMS>;;;oui</adlcp:dataFromLMS>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"></imsss:rollupRules>
+                        <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>
+                    </imsss:sequencing>
+                </item>
+                <item identifier="act957420" identifierref="rsrcact957420">
+                    <title>Se servir d'indices provenant du texte</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"></imsss:rollupRules>
+                        <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>
+                    </imsss:sequencing>
+                </item>
+                <item identifier="act153876" identifierref="rsrcact153876">
+                    <title>Se servir de données grammaticales et phonologiques</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"></imsss:rollupRules>
+                        <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>
+                    </imsss:sequencing>
+                    <adlnav:presentation>
+                        <adlnav:navigationInterface>
+                            <adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
+                            <adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
+                        </adlnav:navigationInterface>
+                    </adlnav:presentation>
+                </item>
+                <item identifier="act704962" identifierref="rsrcact704962">
+                    <title>Utiliser différents types d'indices</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                        <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>
+                    </imsss:sequencing>
+                    <adlnav:presentation>
+                        <adlnav:navigationInterface>
+                            <adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
+                            <adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
+                        </adlnav:navigationInterface>
+                    </adlnav:presentation>
+                </item>
+                <metadata>
+                    <adlcp:location>sco/md_seq100407.xml</adlcp:location>
+                </metadata>
+                <imsss:sequencing>
+                    <imsss:controlMode flow="true" useCurrentAttemptObjectiveInfo="false"
+                                       useCurrentAttemptProgressInfo="false"/>
+                    <imsss:rollupRules objectiveMeasureWeight="0"></imsss:rollupRules>
+                </imsss:sequencing>
+            </item>
+            <item identifier="seq68058">
+                <title>Proximité</title>
+                <item identifier="act482478" identifierref="rsrcact482478">
+                    <title>Découvrir le phénomène de proximité</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                        <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>
+                    </imsss:sequencing>
+                    <adlnav:presentation>
+                        <adlnav:navigationInterface>
+                            <adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
+                            <adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
+                        </adlnav:navigationInterface>
+                    </adlnav:presentation>
+                </item>
+                <item identifier="act89909" identifierref="rsrcact89909">
+                    <title>Repérer des indices pertinents</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                        <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>
+                    </imsss:sequencing>
+                    <adlnav:presentation>
+                        <adlnav:navigationInterface>
+                            <adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
+                            <adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
+                        </adlnav:navigationInterface>
+                    </adlnav:presentation>
+                </item>
+                <item identifier="act828642" identifierref="rsrcact828642">
+                    <title>Se servir d'indices grammaticaux</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                        <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>
+                    </imsss:sequencing>
+                    <adlnav:presentation>
+                        <adlnav:navigationInterface>
+                            <adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
+                            <adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
+                        </adlnav:navigationInterface>
+                    </adlnav:presentation>
+                </item>
+                <item identifier="act759984" identifierref="rsrcact759984">
+                    <title>Utiliser différents types d'indices</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                        <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>
+                    </imsss:sequencing>
+                    <adlnav:presentation>
+                        <adlnav:navigationInterface>
+                            <adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
+                            <adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
+                        </adlnav:navigationInterface>
+                    </adlnav:presentation>
+                </item>
+                <metadata>
+                    <adlcp:location>sco/md_seq68058.xml</adlcp:location>
+                </metadata>
+                <imsss:sequencing>
+                    <imsss:controlMode flow="true" useCurrentAttemptObjectiveInfo="false"
+                                       useCurrentAttemptProgressInfo="false"/>
+                    <imsss:rollupRules objectiveMeasureWeight="0"/>
+                </imsss:sequencing>
+            </item>
+            <item identifier="seq906956">
+                <title>Homophonie</title>
+                <item identifier="act687805" identifierref="rsrcact687805">
+                    <title>Découvrir le phénomène d'homophonie</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                        <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>
+                    </imsss:sequencing>
+                    <adlnav:presentation>
+                        <adlnav:navigationInterface>
+                            <adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
+                            <adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
+                        </adlnav:navigationInterface>
+                    </adlnav:presentation>
+                </item>
+                <item identifier="act838137" identifierref="rsrcact838137">
+                    <title>Repérer les indices pertinents</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                        <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>
+                    </imsss:sequencing>
+                    <adlnav:presentation>
+                        <adlnav:navigationInterface>
+                            <adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
+                            <adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
+                        </adlnav:navigationInterface>
+                    </adlnav:presentation>
+                </item>
+                <item identifier="act765533" identifierref="rsrcact765533">
+                    <title>Se servir d'indices grammaticaux</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                        <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>
+                    </imsss:sequencing>
+                    <adlnav:presentation>
+                        <adlnav:navigationInterface>
+                            <adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
+                            <adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
+                        </adlnav:navigationInterface>
+                    </adlnav:presentation>
+                </item>
+                <item identifier="act56672" identifierref="rsrcact56672">
+                    <title>Utiliser différents types d'indices</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                        <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>
+                    </imsss:sequencing>
+                    <adlnav:presentation>
+                        <adlnav:navigationInterface>
+                            <adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
+                            <adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
+                        </adlnav:navigationInterface>
+                    </adlnav:presentation>
+                </item>
+                <metadata>
+                    <adlcp:location>sco/md_seq906956.xml</adlcp:location>
+                </metadata>
+                <imsss:sequencing>
+                    <imsss:controlMode flow="true" useCurrentAttemptObjectiveInfo="false"
+                                       useCurrentAttemptProgressInfo="false"/>
+                    <imsss:rollupRules objectiveMeasureWeight="0"/>
+                </imsss:sequencing>
+            </item>
+            <item identifier="seq602682">
+                <title>Mémentos</title>
+                <item identifier="act56626" identifierref="rsrcact56626">
+                    <title>Des sons et des formes</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                        <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>
+                    </imsss:sequencing>
+                    <adlnav:presentation>
+                        <adlnav:navigationInterface>
+                            <adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
+                            <adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
+                        </adlnav:navigationInterface>
+                    </adlnav:presentation>
+                </item>
+                <item identifier="doc972802" identifierref="rsrcdoc972802">
+                    <title>Le phonème</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                    </imsss:sequencing>
+                </item>
+                <item identifier="doc28886" identifierref="rsrcdoc28886">
+                    <title>Le present perfect</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                    </imsss:sequencing>
+                </item>
+                <item identifier="doc171337" identifierref="rsrcdoc171337">
+                    <title>Le prétérit</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                    </imsss:sequencing>
+                </item>
+                <item identifier="doc713286" identifierref="rsrcdoc713286">
+                    <title>Les consonnes</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                    </imsss:sequencing>
+                </item>
+                <item identifier="doc266709" identifierref="rsrcdoc266709">
+                    <title>La voyelle</title>
+                    <imsss:sequencing>
+                        <imsss:rollupRules objectiveMeasureWeight="0"/>
+                    </imsss:sequencing>
+                </item>
+                <metadata>
+                    <adlcp:location>sco/md_seq602682.xml</adlcp:location>
+                </metadata>
+                <imsss:sequencing>
+                    <imsss:controlMode flow="true" useCurrentAttemptObjectiveInfo="false"
+                                       useCurrentAttemptProgressInfo="false"/>
+                    <imsss:rollupRules objectiveMeasureWeight="0"/>
+                </imsss:sequencing>
+            </item>
+            <imsss:sequencing>
+                <imsss:controlMode flow="true" useCurrentAttemptObjectiveInfo="false"
+                                   useCurrentAttemptProgressInfo="false"/>
+            </imsss:sequencing>
+        </organization>
+    </organizations>
+    <resources>
+        <resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact592613" href="sco/act592613.html">
+            <metadata>
+                <adlcp:location>sco/md_act592613.xml</adlcp:location>
+            </metadata>
+            <file href="sco/act592613.html"/>
+            <file href="contenu/pages/pg7628.html"/>
+            <file href="contenu/pages/pg2410.html"/>
+            <file href="contenu/pages/pg6917.html"/>
+            <file href="contenu/pages/pg9439.html"/>
+            <file href="contenu/media/log_uoh1.png"/>
+            <file href="contenu/media/logo_upv_transp.png"/>
+            <file href="contenu/media/logo_ea741_transp1.png"/>
+            <file href="contenu/media/logo_metice_transp1.png"/>
+            <file href="contenu/media/cc.png"/>
+            <file href="contenu/glossaire/accueil.html"/>
+            <file href="contenu/glossaire/contenu.html"/>
+            <file href="contenu/glossaire/glossaire.html"/>
+            <file href="contenu/glossaire/menu.html"/>
+            <dependency identifierref="MSCO_FILES"/>
+        </resource>
+        <resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact761960" href="sco/act761960.html">
+            <metadata>
+                <adlcp:location>sco/md_act761960.xml</adlcp:location>
+            </metadata>
+            <file href="sco/act761960.html"/>
+            <file href="contenu/pages/pg7035.html"/>
+            <file href="contenu/pages/pg5670.html"/>
+            <file href="contenu/pages/pg3209.html"/>
+            <file href="contenu/pages/pg1181.html"/>
+            <file href="contenu/pages/pg5136.html"/>
+            <file href="contenu/pages/pg8783.html"/>
+            <file href="contenu/media/ecouteur_macao.png"/>
+            <file href="contenu/media/ecran21b1.swf"/>
+            <file href="contenu/media/mots212.swf"/>
+            <file href="contenu/media/ecran22.swf"/>
+            <file href="contenu/media/mots228.swf"/>
+            <file href="contenu/media/ecran31.swf"/>
+            <file href="contenu/media/mot3_1.swf"/>
+            <file href="contenu/media/ecran32.swf"/>
+            <file href="contenu/media/mot3_2.swf"/>
+            <file href="contenu/media/ecran41.swf"/>
+            <file href="contenu/media/mot4_1.swf"/>
+            <file href="contenu/media/ecran42.swf"/>
+            <file href="contenu/media/mot4_2.swf"/>
+            <file href="contenu/media/ecran51.swf"/>
+            <file href="contenu/media/mot5_1.swf"/>
+            <file href="contenu/media/ecran52.swf"/>
+            <file href="contenu/media/mot5_2.swf"/>
+            <file href="contenu/media/ecran61.swf"/>
+            <file href="contenu/media/mot6_1.swf"/>
+            <file href="contenu/media/ecran62.swf"/>
+            <file href="contenu/media/mot6_2.swf"/>
+            <file href="contenu/media/ecran73.swf"/>
+            <file href="contenu/media/ecran71.swf"/>
+            <file href="contenu/media/ecran74.swf"/>
+            <file href="contenu/media/ecran72.swf"/>
+            <file href="contenu/media/ecran75.swf"/>
+            <file href="contenu/glossaire/accueil.html"/>
+            <file href="contenu/glossaire/contenu.html"/>
+            <file href="contenu/glossaire/glossaire.html"/>
+            <file href="contenu/glossaire/menu.html"/>
+            <dependency identifierref="MSCO_FILES"/>
+        </resource>
+        <resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact957420" href="sco/act957420.html">
+            <metadata>
+                <adlcp:location>sco/md_act957420.xml</adlcp:location>
+            </metadata>
+            <file href="sco/act957420.html"/>
+            <file href="contenu/pages/pg4031.html"/>
+            <file href="contenu/pages/pg9988.html"/>
+            <file href="contenu/pages/pg1235.html"/>
+            <file href="contenu/pages/pg186.html"/>
+            <file href="contenu/pages/pg7973.html"/>
+            <file href="contenu/pages/pg5836.html"/>
+            <file href="contenu/pages/pg2493.html"/>
+            <file href="contenu/pages/pg1919.html"/>
+            <file href="contenu/pages/pg3579.html"/>
+            <file href="contenu/media/ecouteur_macao.png"/>
+            <file href="contenu/media/ecran81.swf"/>
+            <file href="contenu/media/mot8_13.swf"/>
+            <file href="contenu/media/ecran82.swf"/>
+            <file href="contenu/media/mot8_22.swf"/>
+            <file href="contenu/media/ecran91.swf"/>
+            <file href="contenu/media/mot9_12.swf"/>
+            <file href="contenu/media/ecran92.swf"/>
+            <file href="contenu/media/mot9_22.swf"/>
+            <file href="contenu/media/ecran10.swf"/>
+            <file href="contenu/media/mot10_1.swf"/>
+            <file href="contenu/media/ecran11.swf"/>
+            <file href="contenu/media/mot11_12.swf"/>
+            <file href="contenu/media/mot11_1a.swf"/>
+            <file href="contenu/media/mot11_1b.swf"/>
+            <file href="contenu/media/ecran12.swf"/>
+            <file href="contenu/media/mot12_12.swf"/>
+            <file href="contenu/media/mot12_1a.swf"/>
+            <file href="contenu/media/mot12_1b.swf"/>
+            <file href="contenu/media/mot12_1c.swf"/>
+            <file href="contenu/media/mot12_1d1.swf"/>
+            <file href="contenu/media/mot12_1e.swf"/>
+            <file href="contenu/media/ecran131.swf"/>
+            <file href="contenu/media/ecran132.swf"/>
+            <file href="contenu/media/ecran141.swf"/>
+            <file href="contenu/media/ecran143.swf"/>
+            <file href="contenu/media/ecran144.swf"/>
+            <file href="contenu/media/ecran142.swf"/>
+            <file href="contenu/media/ecran151.swf"/>
+            <file href="contenu/media/ecran153.swf"/>
+            <file href="contenu/media/ecran154.swf"/>
+            <file href="contenu/media/ecran152.swf"/>
+            <file href="contenu/media/ecran161.swf"/>
+            <file href="contenu/media/ecran163.swf"/>
+            <file href="contenu/media/ecran164.swf"/>
+            <file href="contenu/media/ecran162.swf"/>
+            <file href="contenu/glossaire/accueil.html"/>
+            <file href="contenu/glossaire/contenu.html"/>
+            <file href="contenu/glossaire/glossaire.html"/>
+            <file href="contenu/glossaire/menu.html"/>
+            <dependency identifierref="MSCO_FILES"/>
+        </resource>
+        <resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact153876" href="sco/act153876.html">
+            <metadata>
+                <adlcp:location>sco/md_act153876.xml</adlcp:location>
+            </metadata>
+            <file href="sco/act153876.html"/>
+            <file href="contenu/pages/pg3602.html"/>
+            <file href="contenu/pages/pg6329.html"/>
+            <file href="contenu/pages/pg1888.html"/>
+            <file href="contenu/pages/pg3746.html"/>
+            <file href="contenu/pages/pg7434.html"/>
+            <file href="contenu/pages/pg191.html"/>
+            <file href="contenu/pages/pg8601.html"/>
+            <file href="contenu/pages/pg6866.html"/>
+            <file href="contenu/pages/pg7664.html"/>
+            <file href="contenu/pages/pg2429.html"/>
+            <file href="contenu/media/ecouteur_macao.png"/>
+            <file href="contenu/media/ecran17.swf"/>
+            <file href="contenu/media/ecran191.swf"/>
+            <file href="contenu/media/ecran192.swf"/>
+            <file href="contenu/media/ecran201.swf"/>
+            <file href="contenu/media/mots20itape1.swf"/>
+            <file href="contenu/media/ecran202.swf"/>
+            <file href="contenu/media/mots20id_tape1.swf"/>
+            <file href="contenu/media/ecran211.swf"/>
+            <file href="contenu/media/ecran251.swf"/>
+            <file href="contenu/media/mots25there.swf"/>
+            <file href="contenu/media/ecran252.swf"/>
+            <file href="contenu/media/mots25they.swf"/>
+            <file href="contenu/media/ecran26.swf"/>
+            <file href="contenu/glossaire/accueil.html"/>
+            <file href="contenu/glossaire/contenu.html"/>
+            <file href="contenu/glossaire/glossaire.html"/>
+            <file href="contenu/glossaire/menu.html"/>
+            <dependency identifierref="MSCO_FILES"/>
+        </resource>
+        <resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact704962" href="sco/act704962.html">
+            <file href="sco/act704962.html"/>
+            <file href="contenu/pages/pg4487.html"/>
+            <file href="contenu/pages/pg8400.html"/>
+            <file href="contenu/pages/pg3862.html"/>
+            <file href="contenu/pages/pg7682.html"/>
+            <file href="contenu/pages/pg3092.html"/>
+            <file href="contenu/pages/pg3600.html"/>
+            <file href="contenu/media/ecouteur_macao.png"/>
+            <file href="contenu/media/ecran27.swf"/>
+            <file href="contenu/media/ecran28.swf"/>
+            <file href="contenu/media/ecran29.swf"/>
+            <file href="contenu/media/ecran30.swf"/>
+            <file href="contenu/media/ecran311.swf"/>
+            <file href="contenu/media/ecran321.swf"/>
+            <file href="contenu/glossaire/accueil.html"/>
+            <file href="contenu/glossaire/contenu.html"/>
+            <file href="contenu/glossaire/glossaire.html"/>
+            <file href="contenu/glossaire/menu.html"/>
+            <dependency identifierref="MSCO_FILES"/>
+        </resource>
+        <resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact482478" href="sco/act482478.html">
+            <file href="sco/act482478.html"/>
+            <file href="contenu/pages/pg9764.html"/>
+            <file href="contenu/pages/pg3870.html"/>
+            <file href="contenu/pages/pg3845.html"/>
+            <file href="contenu/media/ecouteur_macao.png"/>
+            <file href="contenu/media/ecran331.swf"/>
+            <file href="contenu/media/mot33_1.swf"/>
+            <file href="contenu/media/ecran332.swf"/>
+            <file href="contenu/media/mot33_2.swf"/>
+            <file href="contenu/media/ecran341.swf"/>
+            <file href="contenu/media/mot34_1.swf"/>
+            <file href="contenu/media/ecran342.swf"/>
+            <file href="contenu/media/mot34_2.swf"/>
+            <file href="contenu/glossaire/accueil.html"/>
+            <file href="contenu/glossaire/contenu.html"/>
+            <file href="contenu/glossaire/glossaire.html"/>
+            <file href="contenu/glossaire/menu.html"/>
+            <dependency identifierref="MSCO_FILES"/>
+        </resource>
+        <resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact89909" href="sco/act89909.html">
+            <file href="sco/act89909.html"/>
+            <file href="contenu/pages/pg9719.html"/>
+            <file href="contenu/pages/pg1027.html"/>
+            <file href="contenu/pages/pg9264.html"/>
+            <file href="contenu/pages/pg9152.html"/>
+            <file href="contenu/pages/pg8876.html"/>
+            <file href="contenu/media/ecouteur_macao.png"/>
+            <file href="contenu/media/ecran361.swf"/>
+            <file href="contenu/media/mots36scratched.swf"/>
+            <file href="contenu/media/ecran3622.swf"/>
+            <file href="contenu/media/ecran3634.swf"/>
+            <file href="contenu/media/ecran38.swf"/>
+            <file href="contenu/media/mots38been.swf"/>
+            <file href="contenu/media/giving_cours.png"/>
+            <file href="contenu/media/giving_retroac.png"/>
+            <file href="contenu/media/ecran39.swf"/>
+            <file href="contenu/media/mots39giving.swf"/>
+            <file href="contenu/glossaire/accueil.html"/>
+            <file href="contenu/glossaire/contenu.html"/>
+            <file href="contenu/glossaire/glossaire.html"/>
+            <file href="contenu/glossaire/menu.html"/>
+            <dependency identifierref="MSCO_FILES"/>
+        </resource>
+        <resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact828642" href="sco/act828642.html">
+            <file href="sco/act828642.html"/>
+            <file href="contenu/pages/pg8027.html"/>
+            <file href="contenu/pages/pg3628.html"/>
+            <file href="contenu/pages/pg7576.html"/>
+            <file href="contenu/media/ecouteur_macao.png"/>
+            <file href="contenu/media/ecran411.swf"/>
+            <file href="contenu/media/ecran412.swf"/>
+            <file href="contenu/media/ecran413.swf"/>
+            <file href="contenu/media/mot41_3.swf"/>
+            <file href="contenu/media/ecran414.swf"/>
+            <file href="contenu/media/ecran421.swf"/>
+            <file href="contenu/media/ecran422.swf"/>
+            <file href="contenu/media/ecran423.swf"/>
+            <file href="contenu/media/mot42_3.swf"/>
+            <file href="contenu/media/ecran424.swf"/>
+            <file href="contenu/media/mot42_4.swf"/>
+            <file href="contenu/media/ecran431.swf"/>
+            <file href="contenu/media/ecran432.swf"/>
+            <file href="contenu/media/ecran433.swf"/>
+            <file href="contenu/media/mot43_3.swf"/>
+            <file href="contenu/media/ecran434.swf"/>
+            <file href="contenu/media/mot43_4.swf"/>
+            <file href="contenu/glossaire/accueil.html"/>
+            <file href="contenu/glossaire/contenu.html"/>
+            <file href="contenu/glossaire/glossaire.html"/>
+            <file href="contenu/glossaire/menu.html"/>
+            <dependency identifierref="MSCO_FILES"/>
+        </resource>
+        <resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact759984" href="sco/act759984.html">
+            <file href="sco/act759984.html"/>
+            <file href="contenu/pages/pg1023.html"/>
+            <file href="contenu/pages/pg7429.html"/>
+            <file href="contenu/pages/pg5132.html"/>
+            <file href="contenu/pages/pg1188.html"/>
+            <file href="contenu/pages/pg910.html"/>
+            <file href="contenu/pages/pg9414.html"/>
+            <file href="contenu/media/ecouteur_macao.png"/>
+            <file href="contenu/media/ecran44.swf"/>
+            <file href="contenu/media/mot44_11.swf"/>
+            <file href="contenu/media/ecran45.swf"/>
+            <file href="contenu/media/mot45_11.swf"/>
+            <file href="contenu/media/ecran46.swf"/>
+            <file href="contenu/media/mot46_11.swf"/>
+            <file href="contenu/media/ecran471.swf"/>
+            <file href="contenu/media/mot47_11.swf"/>
+            <file href="contenu/media/ecran472.swf"/>
+            <file href="contenu/media/mot47_21.swf"/>
+            <file href="contenu/media/mot47_12.swf"/>
+            <file href="contenu/media/mot47_22.swf"/>
+            <file href="contenu/glossaire/accueil.html"/>
+            <file href="contenu/glossaire/contenu.html"/>
+            <file href="contenu/glossaire/glossaire.html"/>
+            <file href="contenu/glossaire/menu.html"/>
+            <dependency identifierref="MSCO_FILES"/>
+        </resource>
+        <resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact687805" href="sco/act687805.html">
+            <file href="sco/act687805.html"/>
+            <file href="contenu/pages/pg1809.html"/>
+            <file href="contenu/pages/pg7390.html"/>
+            <file href="contenu/pages/pg4797.html"/>
+            <file href="contenu/pages/pg4477.html"/>
+            <file href="contenu/media/ecouteur_macao.png"/>
+            <file href="contenu/media/ecran481.swf"/>
+            <file href="contenu/media/ecran482.swf"/>
+            <file href="contenu/media/ecran491.swf"/>
+            <file href="contenu/media/mot49_12.swf"/>
+            <file href="contenu/media/ecran492.swf"/>
+            <file href="contenu/media/ecran501.swf"/>
+            <file href="contenu/media/mot50_11.swf"/>
+            <file href="contenu/media/ecran502.swf"/>
+            <file href="contenu/glossaire/accueil.html"/>
+            <file href="contenu/glossaire/contenu.html"/>
+            <file href="contenu/glossaire/glossaire.html"/>
+            <file href="contenu/glossaire/menu.html"/>
+            <dependency identifierref="MSCO_FILES"/>
+        </resource>
+        <resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact838137" href="sco/act838137.html">
+            <file href="sco/act838137.html"/>
+            <file href="contenu/pages/pg1917.html"/>
+            <file href="contenu/pages/pg1894.html"/>
+            <file href="contenu/pages/pg5786.html"/>
+            <file href="contenu/pages/pg3531.html"/>
+            <file href="contenu/pages/pg4973.html"/>
+            <file href="contenu/pages/pg4396.html"/>
+            <file href="contenu/pages/pg5986.html"/>
+            <file href="contenu/pages/pg1773.html"/>
+            <file href="contenu/pages/pg1044.html"/>
+            <file href="contenu/pages/pg4192.html"/>
+            <file href="contenu/pages/pg5252.html"/>
+            <file href="contenu/pages/pg422.html"/>
+            <file href="contenu/media/ecouteur_macao.png"/>
+            <file href="contenu/media/mot52_12.swf"/>
+            <file href="contenu/media/ecran522.swf"/>
+            <file href="contenu/media/mot53_13.swf"/>
+            <file href="contenu/media/ecran532.swf"/>
+            <file href="contenu/media/mot54_11.swf"/>
+            <file href="contenu/media/ecran542.swf"/>
+            <file href="contenu/media/mot55_12.swf"/>
+            <file href="contenu/media/ecran552.swf"/>
+            <file href="contenu/media/mot55_11.swf"/>
+            <file href="contenu/media/mot56_12.swf"/>
+            <file href="contenu/media/ecran562.swf"/>
+            <file href="contenu/media/mot56_11.swf"/>
+            <file href="contenu/media/mot57_11.swf"/>
+            <file href="contenu/media/ecran572.swf"/>
+            <file href="contenu/glossaire/accueil.html"/>
+            <file href="contenu/glossaire/contenu.html"/>
+            <file href="contenu/glossaire/glossaire.html"/>
+            <file href="contenu/glossaire/menu.html"/>
+            <dependency identifierref="MSCO_FILES"/>
+        </resource>
+        <resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact765533" href="sco/act765533.html">
+            <file href="sco/act765533.html"/>
+            <file href="contenu/pages/pg3972.html"/>
+            <file href="contenu/pages/pg1418.html"/>
+            <file href="contenu/pages/pg4236.html"/>
+            <file href="contenu/pages/pg6795.html"/>
+            <file href="contenu/media/ecouteur_macao.png"/>
+            <file href="contenu/media/ecran581.swf"/>
+            <file href="contenu/media/ecran582.swf"/>
+            <file href="contenu/media/ecran583.swf"/>
+            <file href="contenu/media/ecran59.swf"/>
+            <file href="contenu/media/ecran59c1.swf"/>
+            <file href="contenu/media/ecran59c2.swf"/>
+            <file href="contenu/media/ecran592.swf"/>
+            <file href="contenu/glossaire/accueil.html"/>
+            <file href="contenu/glossaire/contenu.html"/>
+            <file href="contenu/glossaire/glossaire.html"/>
+            <file href="contenu/glossaire/menu.html"/>
+            <dependency identifierref="MSCO_FILES"/>
+        </resource>
+        <resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact56672" href="sco/act56672.html">
+            <file href="sco/act56672.html"/>
+            <file href="contenu/pages/pg2759.html"/>
+            <file href="contenu/pages/pg6180.html"/>
+            <file href="contenu/pages/pg4141.html"/>
+            <file href="contenu/pages/pg9615.html"/>
+            <file href="contenu/media/ecouteur_macao.png"/>
+            <file href="contenu/media/ecran601.swf"/>
+            <file href="contenu/media/ecran602.swf"/>
+            <file href="contenu/media/ecran611.swf"/>
+            <file href="contenu/media/ecran621.swf"/>
+            <file href="contenu/media/ecran63.swf"/>
+            <file href="contenu/glossaire/accueil.html"/>
+            <file href="contenu/glossaire/contenu.html"/>
+            <file href="contenu/glossaire/glossaire.html"/>
+            <file href="contenu/glossaire/menu.html"/>
+            <dependency identifierref="MSCO_FILES"/>
+        </resource>
+        <resource adlcp:scormType="sco" type="webcontent" identifier="rsrcact56626" href="sco/act56626.html">
+            <file href="sco/act56626.html"/>
+            <file href="contenu/pages/pg2538.html"/>
+            <file href="contenu/pages/pg4851.html"/>
+            <file href="contenu/pages/pg6968.html"/>
+            <file href="contenu/pages/pg5261.html"/>
+            <file href="contenu/pages/pg7651.html"/>
+            <file href="contenu/pages/pg2883.html"/>
+            <file href="contenu/pages/pg238.html"/>
+            <file href="contenu/pages/pg9221.html"/>
+            <file href="contenu/pages/pg4815.html"/>
+            <file href="contenu/pages/pg3981.html"/>
+            <file href="contenu/media/ecouteur_macao.png"/>
+            <file href="contenu/media/ecran641.swf"/>
+            <file href="contenu/media/ecran642.swf"/>
+            <file href="contenu/media/ecran643.swf"/>
+            <file href="contenu/media/ecran644.swf"/>
+            <file href="contenu/media/ecran645.swf"/>
+            <file href="contenu/media/ecran646.swf"/>
+            <file href="contenu/media/ecran647.swf"/>
+            <file href="contenu/media/ecran648.swf"/>
+            <file href="contenu/media/ecran649.swf"/>
+            <file href="contenu/media/ecran6410.swf"/>
+            <file href="contenu/media/ecran6411.swf"/>
+            <file href="contenu/media/ecran6412.swf"/>
+            <file href="contenu/media/ecran6413.swf"/>
+            <file href="contenu/media/ecran6414.swf"/>
+            <file href="contenu/media/ecran651.swf"/>
+            <file href="contenu/media/ecran652.swf"/>
+            <file href="contenu/media/ecran653.swf"/>
+            <file href="contenu/media/ecran654.swf"/>
+            <file href="contenu/media/ecran655.swf"/>
+            <file href="contenu/media/ecran656.swf"/>
+            <file href="contenu/media/ecran657.swf"/>
+            <file href="contenu/media/ecran661.swf"/>
+            <file href="contenu/media/ecran6621.swf"/>
+            <file href="contenu/media/ecran663.swf"/>
+            <file href="contenu/media/ecran671.swf"/>
+            <file href="contenu/media/ecran672.swf"/>
+            <file href="contenu/media/ecran673.swf"/>
+            <file href="contenu/media/ecran674.swf"/>
+            <file href="contenu/media/ecran675.swf"/>
+            <file href="contenu/media/ecran676.swf"/>
+            <file href="contenu/media/ecran677.swf"/>
+            <file href="contenu/media/ecran678.swf"/>
+            <file href="contenu/media/ecran6794.swf"/>
+            <file href="contenu/media/ecran681.swf"/>
+            <file href="contenu/media/ecran682.swf"/>
+            <file href="contenu/media/ecran683.swf"/>
+            <file href="contenu/media/ecran684.swf"/>
+            <file href="contenu/media/ecran685.swf"/>
+            <file href="contenu/media/ecran686.swf"/>
+            <file href="contenu/media/ecran687.swf"/>
+            <file href="contenu/media/ecran688.swf"/>
+            <file href="contenu/media/ecran689.swf"/>
+            <file href="contenu/media/ecran6810.swf"/>
+            <file href="contenu/media/ecran6811.swf"/>
+            <file href="contenu/media/ecran6812.swf"/>
+            <file href="contenu/glossaire/accueil.html"/>
+            <file href="contenu/glossaire/contenu.html"/>
+            <file href="contenu/glossaire/glossaire.html"/>
+            <file href="contenu/glossaire/menu.html"/>
+            <dependency identifierref="MSCO_FILES"/>
+        </resource>
+        <resource adlcp:scormType="asset" type="webcontent" identifier="rsrcdoc972802" href="contenu/pages/phoneme.htm">
+            <file href="contenu/pages/phoneme.htm"/>
+        </resource>
+        <resource adlcp:scormType="asset" type="webcontent" identifier="rsrcdoc28886"
+                  href="contenu/pages/aide_present_perf.htm">
+            <file href="contenu/pages/aide_present_perf.htm"/>
+        </resource>
+        <resource adlcp:scormType="asset" type="webcontent" identifier="rsrcdoc171337"
+                  href="contenu/pages/aide_preterit.htm">
+            <file href="contenu/pages/aide_preterit.htm"/>
+        </resource>
+        <resource adlcp:scormType="asset" type="webcontent" identifier="rsrcdoc713286"
+                  href="contenu/pages/consonne1.htm">
+            <file href="contenu/pages/consonne1.htm"/>
+        </resource>
+        <resource adlcp:scormType="asset" type="webcontent" identifier="rsrcdoc266709"
+                  href="contenu/pages/voyelle1.htm">
+            <file href="contenu/pages/voyelle1.htm"/>
+        </resource>
+        <resource identifier="MSCO_FILES" xml:base="MosMtr/" adlcp:scormType="asset" type="webcontent">
+            <file href="gen/blanc.gif"/>
+            <file href="gen/blanc.htm"/>
+            <file href="gen/blocNotes.htm"/>
+            <file href="gen/dewplayer.swf"/>
+            <file href="gen/dewslider.swf"/>
+            <file href="gen/envoiReponses.htm"/>
+            <file href="gen/mediaplayer.swf"/>
+            <file href="gen/redirect.xsl"/>
+            <file href="gen/swfir.swf"/>
+            <file href="gen/tempsMax.htm"/>
+            <file href="scripts/ICglobal.js"/>
+            <file href="scripts/actionsGen.js"/>
+            <file href="scripts/swfir.js"/>
+            <file href="scripts/sco/ClasseMosSCO.js"/>
+            <file href="scripts/sco/ClasseWBCEvaluation.js"/>
+            <file href="scripts/sco/ICsco.js"/>
+            <file href="scripts/contenu/ClasseCommentaire.js"/>
+            <file href="scripts/contenu/ClasseCurseur.js"/>
+            <file href="scripts/contenu/ClasseExerciceCURS.js"/>
+            <file href="scripts/contenu/ClasseExerciceEXP.js"/>
+            <file href="scripts/contenu/ClasseExerciceGD.js"/>
+            <file href="scripts/contenu/ClasseExerciceQC.js"/>
+            <file href="scripts/contenu/ClasseExerciceQM.js"/>
+            <file href="scripts/contenu/ClasseExerciceSEQ.js"/>
+            <file href="scripts/contenu/ClasseExerciceTAT.js"/>
+            <file href="scripts/contenu/ClasseZoneLien.js"/>
+            <file href="scripts/contenu/EDIT_contenu.js"/>
+            <file href="scripts/contenu/IC_exerciceCURS.js"/>
+            <file href="scripts/contenu/IC_exerciceGD.js"/>
+            <file href="scripts/contenu/ICcontenu.js"/>
+            <file href="scripts/contenu/ICcours.js"/>
+            <file href="scripts/contenu/ICexercices.js"/>
+            <file href="scripts/glossaire/ClasseGlossaire.js"/>
+            <file href="scripts/glossaire/ICglossaire.js"/>
+            <file href="scripts/glossaire/contenuGlossaire.js"/>
+            <file href="scripts/interface/ICdiplome.js"/>
+            <file href="scripts/interface/ICresultats.js"/>
+            <file href="ressources/langue/lexiqueGLO.js"/>
+            <file href="ressources/langue/lexiqueSCO.js"/>
+            <file href="ressources/style/glossaire.htm"/>
+            <file href="ressources/style/css/COURS2.css"/>
+            <file href="ressources/style/css/diplome.css"/>
+            <file href="ressources/style/css/document.css"/>
+            <file href="ressources/style/css/exercice.css"/>
+            <file href="ressources/style/css/general.css"/>
+            <file href="ressources/style/css/glossaireContenu.css"/>
+            <file href="ressources/style/css/glossaireDetail.css"/>
+            <file href="ressources/style/css/glossaireListe.css"/>
+            <file href="ressources/style/css/glossaireMenu.css"/>
+            <file href="ressources/style/css/glossaireRecherche.css"/>
+            <file href="ressources/style/css/rechercheLMS.css"/>
+            <file href="ressources/style/css/resultats.css"/>
+            <file href="ressources/style/css/styles.css"/>
+            <file href="ressources/style/media/S_montrescore.swf"/>
+            <file href="ressources/style/media/barrebouton1.gif"/>
+            <file href="ressources/style/media/barredoc.gif"/>
+            <file href="ressources/style/media/bascf.jpg"/>
+            <file href="ressources/style/media/bonhomej2.swf"/>
+            <file href="ressources/style/media/bonhomer2.swf"/>
+            <file href="ressources/style/media/diplom.gif"/>
+            <file href="ressources/style/media/flemenu0kkk_survl0.gif"/>
+            <file href="ressources/style/media/flemenu0kkk_survl1.gif"/>
+            <file href="ressources/style/media/fmenup.jpg"/>
+            <file href="ressources/style/media/fond_macao32.jpg"/>
+            <file href="ressources/style/media/fond_macao321.jpg"/>
+            <file href="ressources/style/media/fondbl5.jpg"/>
+            <file href="ressources/style/media/fongd.jpg"/>
+            <file href="ressources/style/media/fonglo.jpg"/>
+            <file href="ressources/style/media/items_survl0.gif"/>
+            <file href="ressources/style/media/items_survl1.gif"/>
+            <file href="ressources/style/media/jaugea.jpg"/>
+            <file href="ressources/style/media/pourdipl.gif"/>
+            <file href="ressources/style/media/gen/GTR_apercu.gif"/>
+            <file href="ressources/style/media/gen/boutonInit.gif"/>
+            <file href="ressources/style/media/gen/boutonInit.png"/>
+            <file href="ressources/style/media/gen/boutonInit_of.gif"/>
+            <file href="ressources/style/media/gen/boutonInit_of.png"/>
+            <file href="ressources/style/media/gen/boutonInit_on.gif"/>
+            <file href="ressources/style/media/gen/boutonInit_on.png"/>
+            <file href="ressources/style/media/gen/boutonPrecedent.gif"/>
+            <file href="ressources/style/media/gen/boutonPrecedent.png"/>
+            <file href="ressources/style/media/gen/boutonPrecedent_of.gif"/>
+            <file href="ressources/style/media/gen/boutonPrecedent_of.png"/>
+            <file href="ressources/style/media/gen/boutonPrecedent_on.gif"/>
+            <file href="ressources/style/media/gen/boutonPrecedent_on.png"/>
+            <file href="ressources/style/media/gen/boutonQCM.gif"/>
+            <file href="ressources/style/media/gen/boutonQCM.png"/>
+            <file href="ressources/style/media/gen/boutonQCM_dis.gif"/>
+            <file href="ressources/style/media/gen/boutonQCM_dis.png"/>
+            <file href="ressources/style/media/gen/boutonQCM_hlt.gif"/>
+            <file href="ressources/style/media/gen/boutonQCM_hlt.png"/>
+            <file href="ressources/style/media/gen/boutonQCM_sel.gif"/>
+            <file href="ressources/style/media/gen/boutonQCM_sel.png"/>
+            <file href="ressources/style/media/gen/boutonQCM_sel_dis.gif"/>
+            <file href="ressources/style/media/gen/boutonQCM_sel_dis.png"/>
+            <file href="ressources/style/media/gen/boutonQCM_sel_hlt.gif"/>
+            <file href="ressources/style/media/gen/boutonQCM_sel_hlt.png"/>
+            <file href="ressources/style/media/gen/boutonQCU.gif"/>
+            <file href="ressources/style/media/gen/boutonQCU.png"/>
+            <file href="ressources/style/media/gen/boutonQCU_dis.gif"/>
+            <file href="ressources/style/media/gen/boutonQCU_dis.png"/>
+            <file href="ressources/style/media/gen/boutonQCU_hlt.gif"/>
+            <file href="ressources/style/media/gen/boutonQCU_hlt.png"/>
+            <file href="ressources/style/media/gen/boutonQCU_sel.gif"/>
+            <file href="ressources/style/media/gen/boutonQCU_sel.png"/>
+            <file href="ressources/style/media/gen/boutonQCU_sel_dis.gif"/>
+            <file href="ressources/style/media/gen/boutonQCU_sel_dis.png"/>
+            <file href="ressources/style/media/gen/boutonQCU_sel_hlt.gif"/>
+            <file href="ressources/style/media/gen/boutonQCU_sel_hlt.png"/>
+            <file href="ressources/style/media/gen/boutonSuivant.gif"/>
+            <file href="ressources/style/media/gen/boutonSuivant.png"/>
+            <file href="ressources/style/media/gen/boutonSuivant_of.gif"/>
+            <file href="ressources/style/media/gen/boutonSuivant_of.png"/>
+            <file href="ressources/style/media/gen/boutonSuivant_on.gif"/>
+            <file href="ressources/style/media/gen/boutonSuivant_on.png"/>
+            <file href="ressources/style/media/gen/boutonValider.gif"/>
+            <file href="ressources/style/media/gen/boutonValider.png"/>
+            <file href="ressources/style/media/gen/boutonValider_of.gif"/>
+            <file href="ressources/style/media/gen/boutonValider_of.png"/>
+            <file href="ressources/style/media/gen/boutonValider_on.gif"/>
+            <file href="ressources/style/media/gen/boutonValider_on.png"/>
+            <file href="ressources/style/media/gen/btnEtpPrec.png"/>
+            <file href="ressources/style/media/gen/btnEtpPrec_of.png"/>
+            <file href="ressources/style/media/gen/btnEtpPrec_on.png"/>
+            <file href="ressources/style/media/gen/btnEtpSuiv.png"/>
+            <file href="ressources/style/media/gen/btnEtpSuiv_of.png"/>
+            <file href="ressources/style/media/gen/btnEtpSuiv_on.png"/>
+            <file href="ressources/style/media/gen/cursA_0c.gif"/>
+            <file href="ressources/style/media/gen/cursA_0e.gif"/>
+            <file href="ressources/style/media/gen/cursA_1c.gif"/>
+            <file href="ressources/style/media/gen/cursA_1e.gif"/>
+            <file href="ressources/style/media/gen/dossGlossaireFerme.gif"/>
+            <file href="ressources/style/media/gen/dossGlossaireOuvert.gif"/>
+            <file href="ressources/style/media/gen/paraBascule0.gif"/>
+            <file href="ressources/style/media/gen/paraBascule1.gif"/>
+            <file href="ressources/style/media/gen/planAuteur.gif"/>
+            <file href="ressources/style/media/gen/planEtape0.gif"/>
+            <file href="ressources/style/media/gen/planEtape1.gif"/>
+            <file href="ressources/style/media/gen/planFaq.gif"/>
+            <file href="ressources/style/media/gen/planForum.gif"/>
+            <file href="ressources/style/media/gen/planGroupe.gif"/>
+            <file href="ressources/style/media/gen/planMessagerie.gif"/>
+            <file href="ressources/style/media/gen/planModule0.gif"/>
+            <file href="ressources/style/media/gen/planModule1.gif"/>
+            <file href="ressources/style/media/gen/planRapports.gif"/>
+            <file href="ressources/style/media/gen/planStats.gif"/>
+            <file href="ressources/style/media/gen/planTelecharge.gif"/>
+            <file href="ressources/style/media/gen/planTuteur.gif"/>
+            <file href="ressources/style/media/gen/resQuestionFaux.gif"/>
+            <file href="ressources/style/media/gen/resQuestionJuste.gif"/>
+            <file href="ressources/style/scripts/fonctions.js"/>
+        </resource>
+    </resources>
+</manifest>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/imsss_v1p0.xsd b/Basilisk/MACAO/macao_3/imsss_v1p0.xsd
index d29cea80243d8970b38b53212162fbd37a4dda69..73d35cb03254d372c9874ca90d644edbb0669629 100755
--- a/Basilisk/MACAO/macao_3/imsss_v1p0.xsd
+++ b/Basilisk/MACAO/macao_3/imsss_v1p0.xsd
@@ -1 +1,316 @@
-<?xml version = "1.0" encoding = "UTF-8"?><!--Generated by Turbo XML 2.3.1.100. Conforms to w3c http://www.w3.org/2001/XMLSchema--><xs:schema xmlns = "http://www.imsglobal.org/xsd/imsss" targetNamespace = "http://www.imsglobal.org/xsd/imsss" xmlns:xs = "http://www.w3.org/2001/XMLSchema" elementFormDefault = "qualified" attributeFormDefault = "unqualified"><xs:element name = "sequencing" type = "sequencingType" block = "#all"></xs:element><xs:complexType name = "sequencingType"><xs:sequence><xs:element name = "controlMode" type = "controlModeType" block = "#all" minOccurs = "0"></xs:element><xs:element name = "sequencingRules" type = "sequencingRulesType" block = "#all" minOccurs = "0"/><xs:element name = "limitConditions" type = "limitConditionsType" block = "#all" minOccurs = "0"/><xs:element name = "auxiliaryResources" type = "auxiliaryResourcesType" block = "#all" minOccurs = "0"/><xs:element name = "rollupRules" type = "rollupRulesType" block = "#all" minOccurs = "0"/><xs:element name = "objectives" type = "objectivesType" block = "#all" minOccurs = "0"><!--<xs:unique name = "uniqueGlobalObjective"><xs:selector xpath = ".//imsss:mapInfo[@writeSatisfiedStatus = 'true' or @writeNormalizedMeasure = 'true']"/><xs:field xpath = "@targetObjectiveID"/></xs:unique>--></xs:element><xs:element name = "randomizationControls" type = "randomizationType" block = "#all" minOccurs = "0"/><xs:element name = "deliveryControls" type = "deliveryControlsType" block = "#all" minOccurs = "0"/><xs:any namespace = "##other" processContents = "strict" minOccurs = "0" maxOccurs = "unbounded"/></xs:sequence><xs:attribute name = "ID" type = "xs:ID"/><xs:attribute name = "IDRef" type = "xs:IDREF"/></xs:complexType><xs:element name = "sequencingCollection" block = "#all"><xs:complexType><xs:sequence><xs:element ref = "sequencing" maxOccurs = "unbounded"/></xs:sequence></xs:complexType></xs:element><xs:simpleType name = "childActivityType"><xs:restriction base = "xs:token"><xs:enumeration value = "all"/><xs:enumeration value = "any"/><xs:enumeration value = "none"/><xs:enumeration value = "atLeastCount"/><xs:enumeration value = "atLeastPercent"/></xs:restriction></xs:simpleType><xs:simpleType name = "conditionCombinationType"><xs:restriction base = "xs:token"><xs:enumeration value = "all"/><xs:enumeration value = "any"/></xs:restriction></xs:simpleType><xs:simpleType name = "conditionOperatorType"><xs:restriction base = "xs:token"><xs:enumeration value = "not"/><xs:enumeration value = "noOp"/></xs:restriction></xs:simpleType><xs:simpleType name = "measureType"><xs:restriction base = "xs:decimal"><xs:maxInclusive value = "1"/><xs:minInclusive value = "-1"/></xs:restriction></xs:simpleType><xs:simpleType name = "percentType"><xs:restriction base = "xs:decimal"><xs:maxInclusive value = "1"/><xs:minInclusive value = "0"/></xs:restriction></xs:simpleType><xs:simpleType name = "rollupRuleConditionType"><xs:restriction base = "xs:token"><xs:enumeration value = "satisfied"/><xs:enumeration value = "objectiveStatusKnown"/><xs:enumeration value = "objectiveMeasureKnown"/><xs:enumeration value = "completed"/><xs:enumeration value = "activityProgressKnown"/><xs:enumeration value = "attempted"/><xs:enumeration value = "attemptLimitExceeded"/><xs:enumeration value = "timeLimitExceeded"/><xs:enumeration value = "outsideAvailableTimeRange"/></xs:restriction></xs:simpleType><xs:simpleType name = "rollupActionType"><xs:restriction base = "xs:token"><xs:enumeration value = "satisfied"/><xs:enumeration value = "notSatisfied"/><xs:enumeration value = "completed"/><xs:enumeration value = "incomplete"/></xs:restriction></xs:simpleType><xs:simpleType name = "sequencingRuleConditionType"><xs:restriction base = "xs:token"><xs:enumeration value = "satisfied"/><xs:enumeration value = "objectiveStatusKnown"/><xs:enumeration value = "objectiveMeasureKnown"/><xs:enumeration value = "objectiveMeasureGreaterThan"/><xs:enumeration value = "objectiveMeasureLessThan"/><xs:enumeration value = "completed"/><xs:enumeration value = "activityProgressKnown"/><xs:enumeration value = "attempted"/><xs:enumeration value = "attemptLimitExceeded"/><xs:enumeration value = "timeLimitExceeded"/><xs:enumeration value = "outsideAvailableTimeRange"/><xs:enumeration value = "always"/></xs:restriction></xs:simpleType><xs:simpleType name = "weightType"><xs:restriction base = "xs:decimal"><xs:maxInclusive value = "1"/><xs:minInclusive value = "0"/></xs:restriction></xs:simpleType><xs:simpleType name = "randomTimingType"><xs:restriction base = "xs:token"><xs:enumeration value = "never"/><xs:enumeration value = "once"/><xs:enumeration value = "onEachNewAttempt"/></xs:restriction></xs:simpleType><xs:complexType name = "exitConditionRuleType"><xs:complexContent><xs:extension base = "sequencingRuleType"><xs:sequence><xs:element name = "ruleAction" block = "#all"><xs:complexType><xs:attribute name = "action" use = "required" type = "exitConditionRuleActionType"/></xs:complexType></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:complexType name = "postConditionRuleType"><xs:complexContent><xs:extension base = "sequencingRuleType"><xs:sequence><xs:element name = "ruleAction" block = "#all"><xs:complexType><xs:attribute name = "action" use = "required" type = "postConditionRuleActionType"/></xs:complexType></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:complexType name = "preConditionRuleType"><xs:complexContent><xs:extension base = "sequencingRuleType"><xs:sequence><xs:element name = "ruleAction" block = "#all"><xs:complexType><xs:attribute name = "action" use = "required" type = "preConditionRuleActionType"/></xs:complexType></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:complexType name = "sequencingRuleType" abstract = "true"><xs:sequence><xs:element name = "ruleConditions" block = "#all" minOccurs = "0"><xs:complexType><xs:sequence><xs:element name = "ruleCondition" block = "#all" maxOccurs = "unbounded"><xs:complexType><xs:attribute name = "referencedObjective" type = "xs:anyURI"/><xs:attribute name = "measureThreshold" type = "measureType"/><xs:attribute name = "operator" default = "noOp" type = "conditionOperatorType"/><xs:attribute name = "condition" use = "required" type = "sequencingRuleConditionType"/></xs:complexType></xs:element></xs:sequence><xs:attribute name = "conditionCombination" default = "all" type = "conditionCombinationType"/></xs:complexType></xs:element></xs:sequence></xs:complexType><xs:complexType name = "sequencingRulesType"><xs:sequence><xs:element name = "preConditionRule" type = "preConditionRuleType" block = "#all" minOccurs = "0" maxOccurs = "unbounded"/><xs:element name = "exitConditionRule" type = "exitConditionRuleType" block = "#all" minOccurs = "0" maxOccurs = "unbounded"/><xs:element name = "postConditionRule" type = "postConditionRuleType" block = "#all" minOccurs = "0" maxOccurs = "unbounded"/></xs:sequence></xs:complexType><xs:simpleType name = "exitConditionRuleActionType"><xs:restriction base = "xs:token"><xs:enumeration value = "exit"/></xs:restriction></xs:simpleType><xs:simpleType name = "postConditionRuleActionType"><xs:restriction base = "xs:token"><xs:enumeration value = "exitParent"/><xs:enumeration value = "exitAll"/><xs:enumeration value = "retry"/><xs:enumeration value = "retryAll"/><xs:enumeration value = "continue"/><xs:enumeration value = "previous"/></xs:restriction></xs:simpleType><xs:simpleType name = "preConditionRuleActionType"><xs:restriction base = "xs:token"><xs:enumeration value = "skip"/><xs:enumeration value = "disabled"/><xs:enumeration value = "hiddenFromChoice"/><xs:enumeration value = "stopForwardTraversal"/></xs:restriction></xs:simpleType><xs:complexType name = "rollupRuleType"><xs:sequence><xs:element name = "rollupConditions" block = "#all"><xs:complexType><xs:sequence><xs:element name = "rollupCondition" block = "#all" maxOccurs = "unbounded"><xs:complexType><xs:attribute name = "operator" default = "noOp" type = "conditionOperatorType"/><xs:attribute name = "condition" use = "required" type = "rollupRuleConditionType"/></xs:complexType></xs:element></xs:sequence><xs:attribute name = "conditionCombination" default = "any" type = "conditionCombinationType"/></xs:complexType></xs:element><xs:element name = "rollupAction" block = "#all"><xs:complexType><xs:attribute name = "action" use = "required" type = "rollupActionType"/></xs:complexType></xs:element></xs:sequence><xs:attribute name = "childActivitySet" default = "all" type = "childActivityType"/><xs:attribute name = "minimumCount" default = "0" type = "xs:nonNegativeInteger"/><xs:attribute name = "minimumPercent" default = "0" type = "percentType"/></xs:complexType><xs:complexType name = "rollupRulesType"><xs:sequence><xs:element name = "rollupRule" type = "rollupRuleType" block = "#all" minOccurs = "0" maxOccurs = "unbounded"/></xs:sequence><xs:attribute name = "rollupObjectiveSatisfied" default = "true" type = "xs:boolean"/><xs:attribute name = "rollupProgressCompletion" default = "true" type = "xs:boolean"/><xs:attribute name = "objectiveMeasureWeight" default = "1.0000" type = "weightType"/></xs:complexType><xs:complexType name = "randomizationType"><xs:attribute name = "randomizationTiming" default = "never" type = "randomTimingType"/><xs:attribute name = "selectCount" type = "xs:nonNegativeInteger"/><xs:attribute name = "reorderChildren" default = "false" type = "xs:boolean"/><xs:attribute name = "selectionTiming" default = "never" type = "randomTimingType"/></xs:complexType><xs:complexType name = "objectiveType"><xs:sequence><xs:element name = "minNormalizedMeasure" type = "measureType" block = "#all" default = "1.00000" minOccurs = "0"/><xs:element name = "mapInfo" block = "#all" minOccurs = "0" maxOccurs = "unbounded"><xs:complexType><xs:complexContent><xs:extension base = "objectiveMappingType"/></xs:complexContent></xs:complexType></xs:element></xs:sequence><xs:attribute name = "satisfiedByMeasure" default = "false" type = "xs:boolean"/></xs:complexType><xs:complexType name = "objectivesType"><xs:sequence><xs:element name = "primaryObjective" block = "#all"><xs:complexType><xs:complexContent><xs:extension base = "objectiveType"><xs:attribute name = "objectiveID" type = "xs:anyURI"/></xs:extension></xs:complexContent></xs:complexType></xs:element><xs:element name = "objective" block = "#all" minOccurs = "0" maxOccurs = "unbounded"><xs:complexType><xs:complexContent><xs:extension base = "objectiveType"><xs:attribute name = "objectiveID" use = "required" type = "xs:anyURI"/></xs:extension></xs:complexContent></xs:complexType></xs:element></xs:sequence></xs:complexType><xs:complexType name = "objectiveMappingType"><xs:attribute name = "targetObjectiveID" use = "required" type = "xs:anyURI"/><xs:attribute name = "readSatisfiedStatus" default = "true" type = "xs:boolean"/><xs:attribute name = "readNormalizedMeasure" default = "true" type = "xs:boolean"/><xs:attribute name = "writeSatisfiedStatus" default = "false" type = "xs:boolean"/><xs:attribute name = "writeNormalizedMeasure" default = "false" type = "xs:boolean"/></xs:complexType><xs:complexType name = "limitConditionsType"><xs:attribute name = "attemptLimit" type = "xs:nonNegativeInteger"></xs:attribute><xs:attribute name = "attemptAbsoluteDurationLimit" type = "xs:duration" ></xs:attribute><xs:attribute name = "attemptExperiencedDurationLimit" type = "xs:duration"></xs:attribute><xs:attribute name = "activityAbsoluteDurationLimit" type = "xs:duration"></xs:attribute><xs:attribute name = "activityExperiencedDurationLimit" type = "xs:duration" ></xs:attribute><xs:attribute name = "beginTimeLimit" type = "xs:dateTime"></xs:attribute><xs:attribute name = "endTimeLimit" type = "xs:dateTime"></xs:attribute></xs:complexType><xs:complexType name = "deliveryControlsType"><xs:attribute name = "tracked" default = "true" type = "xs:boolean"/><xs:attribute name = "completionSetByContent" default = "false" type = "xs:boolean"/><xs:attribute name = "objectiveSetByContent" default = "false" type = "xs:boolean"/></xs:complexType><xs:complexType name = "controlModeType"><xs:attribute name = "choice" default = "true" type = "xs:boolean"/><xs:attribute name = "choiceExit" default = "true" type = "xs:boolean"/><xs:attribute name = "flow" default = "false" type = "xs:boolean"/><xs:attribute name = "forwardOnly" default = "false" type = "xs:boolean"/><xs:attribute name = "useCurrentAttemptObjectiveInfo" default = "true" type = "xs:boolean"/><xs:attribute name = "useCurrentAttemptProgressInfo" default = "true" type = "xs:boolean"/></xs:complexType><xs:complexType name = "auxiliaryResourceType"><xs:attribute name = "auxiliaryResourceID" use = "required" type = "xs:anyURI"/><xs:attribute name = "purpose" use = "required" type = "xs:string"/></xs:complexType><xs:complexType name = "auxiliaryResourcesType"><xs:sequence><xs:element name = "auxiliaryResource" type = "auxiliaryResourceType" block = "#all" minOccurs = "0" maxOccurs = "unbounded"/></xs:sequence></xs:complexType></xs:schema>
\ No newline at end of file
+<?xml version = "1.0" encoding = "UTF-8"?><!--Generated by Turbo XML 2.3.1.100. Conforms to w3c http://www.w3.org/2001/XMLSchema-->
+<xs:schema xmlns="http://www.imsglobal.org/xsd/imsss" targetNamespace="http://www.imsglobal.org/xsd/imsss"
+           xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
+           attributeFormDefault="unqualified">
+    <xs:element name="sequencing" type="sequencingType" block="#all"></xs:element>
+    <xs:complexType name="sequencingType">
+        <xs:sequence>
+            <xs:element name="controlMode" type="controlModeType" block="#all" minOccurs="0"></xs:element>
+            <xs:element name="sequencingRules" type="sequencingRulesType" block="#all" minOccurs="0"/>
+            <xs:element name="limitConditions" type="limitConditionsType" block="#all" minOccurs="0"/>
+            <xs:element name="auxiliaryResources" type="auxiliaryResourcesType" block="#all" minOccurs="0"/>
+            <xs:element name="rollupRules" type="rollupRulesType" block="#all" minOccurs="0"/>
+            <xs:element name="objectives" type="objectivesType" block="#all"
+                        minOccurs="0"><!--<xs:unique name = "uniqueGlobalObjective"><xs:selector xpath = ".//imsss:mapInfo[@writeSatisfiedStatus = 'true' or @writeNormalizedMeasure = 'true']"/><xs:field xpath = "@targetObjectiveID"/></xs:unique>--></xs:element>
+            <xs:element name="randomizationControls" type="randomizationType" block="#all" minOccurs="0"/>
+            <xs:element name="deliveryControls" type="deliveryControlsType" block="#all" minOccurs="0"/>
+            <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded"/>
+        </xs:sequence>
+        <xs:attribute name="ID" type="xs:ID"/>
+        <xs:attribute name="IDRef" type="xs:IDREF"/>
+    </xs:complexType>
+    <xs:element name="sequencingCollection" block="#all">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element ref="sequencing" maxOccurs="unbounded"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:simpleType name="childActivityType">
+        <xs:restriction base="xs:token">
+            <xs:enumeration value="all"/>
+            <xs:enumeration value="any"/>
+            <xs:enumeration value="none"/>
+            <xs:enumeration value="atLeastCount"/>
+            <xs:enumeration value="atLeastPercent"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:simpleType name="conditionCombinationType">
+        <xs:restriction base="xs:token">
+            <xs:enumeration value="all"/>
+            <xs:enumeration value="any"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:simpleType name="conditionOperatorType">
+        <xs:restriction base="xs:token">
+            <xs:enumeration value="not"/>
+            <xs:enumeration value="noOp"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:simpleType name="measureType">
+        <xs:restriction base="xs:decimal">
+            <xs:maxInclusive value="1"/>
+            <xs:minInclusive value="-1"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:simpleType name="percentType">
+        <xs:restriction base="xs:decimal">
+            <xs:maxInclusive value="1"/>
+            <xs:minInclusive value="0"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:simpleType name="rollupRuleConditionType">
+        <xs:restriction base="xs:token">
+            <xs:enumeration value="satisfied"/>
+            <xs:enumeration value="objectiveStatusKnown"/>
+            <xs:enumeration value="objectiveMeasureKnown"/>
+            <xs:enumeration value="completed"/>
+            <xs:enumeration value="activityProgressKnown"/>
+            <xs:enumeration value="attempted"/>
+            <xs:enumeration value="attemptLimitExceeded"/>
+            <xs:enumeration value="timeLimitExceeded"/>
+            <xs:enumeration value="outsideAvailableTimeRange"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:simpleType name="rollupActionType">
+        <xs:restriction base="xs:token">
+            <xs:enumeration value="satisfied"/>
+            <xs:enumeration value="notSatisfied"/>
+            <xs:enumeration value="completed"/>
+            <xs:enumeration value="incomplete"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:simpleType name="sequencingRuleConditionType">
+        <xs:restriction base="xs:token">
+            <xs:enumeration value="satisfied"/>
+            <xs:enumeration value="objectiveStatusKnown"/>
+            <xs:enumeration value="objectiveMeasureKnown"/>
+            <xs:enumeration value="objectiveMeasureGreaterThan"/>
+            <xs:enumeration value="objectiveMeasureLessThan"/>
+            <xs:enumeration value="completed"/>
+            <xs:enumeration value="activityProgressKnown"/>
+            <xs:enumeration value="attempted"/>
+            <xs:enumeration value="attemptLimitExceeded"/>
+            <xs:enumeration value="timeLimitExceeded"/>
+            <xs:enumeration value="outsideAvailableTimeRange"/>
+            <xs:enumeration value="always"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:simpleType name="weightType">
+        <xs:restriction base="xs:decimal">
+            <xs:maxInclusive value="1"/>
+            <xs:minInclusive value="0"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:simpleType name="randomTimingType">
+        <xs:restriction base="xs:token">
+            <xs:enumeration value="never"/>
+            <xs:enumeration value="once"/>
+            <xs:enumeration value="onEachNewAttempt"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:complexType name="exitConditionRuleType">
+        <xs:complexContent>
+            <xs:extension base="sequencingRuleType">
+                <xs:sequence>
+                    <xs:element name="ruleAction" block="#all">
+                        <xs:complexType>
+                            <xs:attribute name="action" use="required" type="exitConditionRuleActionType"/>
+                        </xs:complexType>
+                    </xs:element>
+                </xs:sequence>
+            </xs:extension>
+        </xs:complexContent>
+    </xs:complexType>
+    <xs:complexType name="postConditionRuleType">
+        <xs:complexContent>
+            <xs:extension base="sequencingRuleType">
+                <xs:sequence>
+                    <xs:element name="ruleAction" block="#all">
+                        <xs:complexType>
+                            <xs:attribute name="action" use="required" type="postConditionRuleActionType"/>
+                        </xs:complexType>
+                    </xs:element>
+                </xs:sequence>
+            </xs:extension>
+        </xs:complexContent>
+    </xs:complexType>
+    <xs:complexType name="preConditionRuleType">
+        <xs:complexContent>
+            <xs:extension base="sequencingRuleType">
+                <xs:sequence>
+                    <xs:element name="ruleAction" block="#all">
+                        <xs:complexType>
+                            <xs:attribute name="action" use="required" type="preConditionRuleActionType"/>
+                        </xs:complexType>
+                    </xs:element>
+                </xs:sequence>
+            </xs:extension>
+        </xs:complexContent>
+    </xs:complexType>
+    <xs:complexType name="sequencingRuleType" abstract="true">
+        <xs:sequence>
+            <xs:element name="ruleConditions" block="#all" minOccurs="0">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element name="ruleCondition" block="#all" maxOccurs="unbounded">
+                            <xs:complexType>
+                                <xs:attribute name="referencedObjective" type="xs:anyURI"/>
+                                <xs:attribute name="measureThreshold" type="measureType"/>
+                                <xs:attribute name="operator" default="noOp" type="conditionOperatorType"/>
+                                <xs:attribute name="condition" use="required" type="sequencingRuleConditionType"/>
+                            </xs:complexType>
+                        </xs:element>
+                    </xs:sequence>
+                    <xs:attribute name="conditionCombination" default="all" type="conditionCombinationType"/>
+                </xs:complexType>
+            </xs:element>
+        </xs:sequence>
+    </xs:complexType>
+    <xs:complexType name="sequencingRulesType">
+        <xs:sequence>
+            <xs:element name="preConditionRule" type="preConditionRuleType" block="#all" minOccurs="0"
+                        maxOccurs="unbounded"/>
+            <xs:element name="exitConditionRule" type="exitConditionRuleType" block="#all" minOccurs="0"
+                        maxOccurs="unbounded"/>
+            <xs:element name="postConditionRule" type="postConditionRuleType" block="#all" minOccurs="0"
+                        maxOccurs="unbounded"/>
+        </xs:sequence>
+    </xs:complexType>
+    <xs:simpleType name="exitConditionRuleActionType">
+        <xs:restriction base="xs:token">
+            <xs:enumeration value="exit"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:simpleType name="postConditionRuleActionType">
+        <xs:restriction base="xs:token">
+            <xs:enumeration value="exitParent"/>
+            <xs:enumeration value="exitAll"/>
+            <xs:enumeration value="retry"/>
+            <xs:enumeration value="retryAll"/>
+            <xs:enumeration value="continue"/>
+            <xs:enumeration value="previous"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:simpleType name="preConditionRuleActionType">
+        <xs:restriction base="xs:token">
+            <xs:enumeration value="skip"/>
+            <xs:enumeration value="disabled"/>
+            <xs:enumeration value="hiddenFromChoice"/>
+            <xs:enumeration value="stopForwardTraversal"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:complexType name="rollupRuleType">
+        <xs:sequence>
+            <xs:element name="rollupConditions" block="#all">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element name="rollupCondition" block="#all" maxOccurs="unbounded">
+                            <xs:complexType>
+                                <xs:attribute name="operator" default="noOp" type="conditionOperatorType"/>
+                                <xs:attribute name="condition" use="required" type="rollupRuleConditionType"/>
+                            </xs:complexType>
+                        </xs:element>
+                    </xs:sequence>
+                    <xs:attribute name="conditionCombination" default="any" type="conditionCombinationType"/>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="rollupAction" block="#all">
+                <xs:complexType>
+                    <xs:attribute name="action" use="required" type="rollupActionType"/>
+                </xs:complexType>
+            </xs:element>
+        </xs:sequence>
+        <xs:attribute name="childActivitySet" default="all" type="childActivityType"/>
+        <xs:attribute name="minimumCount" default="0" type="xs:nonNegativeInteger"/>
+        <xs:attribute name="minimumPercent" default="0" type="percentType"/>
+    </xs:complexType>
+    <xs:complexType name="rollupRulesType">
+        <xs:sequence>
+            <xs:element name="rollupRule" type="rollupRuleType" block="#all" minOccurs="0" maxOccurs="unbounded"/>
+        </xs:sequence>
+        <xs:attribute name="rollupObjectiveSatisfied" default="true" type="xs:boolean"/>
+        <xs:attribute name="rollupProgressCompletion" default="true" type="xs:boolean"/>
+        <xs:attribute name="objectiveMeasureWeight" default="1.0000" type="weightType"/>
+    </xs:complexType>
+    <xs:complexType name="randomizationType">
+        <xs:attribute name="randomizationTiming" default="never" type="randomTimingType"/>
+        <xs:attribute name="selectCount" type="xs:nonNegativeInteger"/>
+        <xs:attribute name="reorderChildren" default="false" type="xs:boolean"/>
+        <xs:attribute name="selectionTiming" default="never" type="randomTimingType"/>
+    </xs:complexType>
+    <xs:complexType name="objectiveType">
+        <xs:sequence>
+            <xs:element name="minNormalizedMeasure" type="measureType" block="#all" default="1.00000" minOccurs="0"/>
+            <xs:element name="mapInfo" block="#all" minOccurs="0" maxOccurs="unbounded">
+                <xs:complexType>
+                    <xs:complexContent>
+                        <xs:extension base="objectiveMappingType"/>
+                    </xs:complexContent>
+                </xs:complexType>
+            </xs:element>
+        </xs:sequence>
+        <xs:attribute name="satisfiedByMeasure" default="false" type="xs:boolean"/>
+    </xs:complexType>
+    <xs:complexType name="objectivesType">
+        <xs:sequence>
+            <xs:element name="primaryObjective" block="#all">
+                <xs:complexType>
+                    <xs:complexContent>
+                        <xs:extension base="objectiveType">
+                            <xs:attribute name="objectiveID" type="xs:anyURI"/>
+                        </xs:extension>
+                    </xs:complexContent>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="objective" block="#all" minOccurs="0" maxOccurs="unbounded">
+                <xs:complexType>
+                    <xs:complexContent>
+                        <xs:extension base="objectiveType">
+                            <xs:attribute name="objectiveID" use="required" type="xs:anyURI"/>
+                        </xs:extension>
+                    </xs:complexContent>
+                </xs:complexType>
+            </xs:element>
+        </xs:sequence>
+    </xs:complexType>
+    <xs:complexType name="objectiveMappingType">
+        <xs:attribute name="targetObjectiveID" use="required" type="xs:anyURI"/>
+        <xs:attribute name="readSatisfiedStatus" default="true" type="xs:boolean"/>
+        <xs:attribute name="readNormalizedMeasure" default="true" type="xs:boolean"/>
+        <xs:attribute name="writeSatisfiedStatus" default="false" type="xs:boolean"/>
+        <xs:attribute name="writeNormalizedMeasure" default="false" type="xs:boolean"/>
+    </xs:complexType>
+    <xs:complexType name="limitConditionsType">
+        <xs:attribute name="attemptLimit" type="xs:nonNegativeInteger"></xs:attribute>
+        <xs:attribute name="attemptAbsoluteDurationLimit" type="xs:duration"></xs:attribute>
+        <xs:attribute name="attemptExperiencedDurationLimit" type="xs:duration"></xs:attribute>
+        <xs:attribute name="activityAbsoluteDurationLimit" type="xs:duration"></xs:attribute>
+        <xs:attribute name="activityExperiencedDurationLimit" type="xs:duration"></xs:attribute>
+        <xs:attribute name="beginTimeLimit" type="xs:dateTime"></xs:attribute>
+        <xs:attribute name="endTimeLimit" type="xs:dateTime"></xs:attribute>
+    </xs:complexType>
+    <xs:complexType name="deliveryControlsType">
+        <xs:attribute name="tracked" default="true" type="xs:boolean"/>
+        <xs:attribute name="completionSetByContent" default="false" type="xs:boolean"/>
+        <xs:attribute name="objectiveSetByContent" default="false" type="xs:boolean"/>
+    </xs:complexType>
+    <xs:complexType name="controlModeType">
+        <xs:attribute name="choice" default="true" type="xs:boolean"/>
+        <xs:attribute name="choiceExit" default="true" type="xs:boolean"/>
+        <xs:attribute name="flow" default="false" type="xs:boolean"/>
+        <xs:attribute name="forwardOnly" default="false" type="xs:boolean"/>
+        <xs:attribute name="useCurrentAttemptObjectiveInfo" default="true" type="xs:boolean"/>
+        <xs:attribute name="useCurrentAttemptProgressInfo" default="true" type="xs:boolean"/>
+    </xs:complexType>
+    <xs:complexType name="auxiliaryResourceType">
+        <xs:attribute name="auxiliaryResourceID" use="required" type="xs:anyURI"/>
+        <xs:attribute name="purpose" use="required" type="xs:string"/>
+    </xs:complexType>
+    <xs:complexType name="auxiliaryResourcesType">
+        <xs:sequence>
+            <xs:element name="auxiliaryResource" type="auxiliaryResourceType" block="#all" minOccurs="0"
+                        maxOccurs="unbounded"/>
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/index.html b/Basilisk/MACAO/macao_3/index.html
index 5534735ffe3864fa7e04f340ceab2755bd84053b..aa334cc58b4755c50085a84b727a0c4729dbe674 100755
--- a/Basilisk/MACAO/macao_3/index.html
+++ b/Basilisk/MACAO/macao_3/index.html
@@ -1 +1,22 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><script language="JavaScript" src="MosMtr/scripts/lms/ClasseLMSLocal.js"> </script><script language="JavaScript" src="MosMtr/scripts/lms/APIAdapter.js"> </script><script language="JavaScript" src="MosMtr/scripts/lms/IClms.js"> </script><script language="JavaScript" src="MosMtr/ressources/langue/lexiqueSCO.js"> </script><script id="dimParams">var FEN_X='0';var FEN_Y='0';var FEN_L='1000';var FEN_H='568';var LISTE_BL='20%';</script></head><frameset name="frame1" onload="LMS_init('html')" border="0" framespacing="0" frameborder="0" onunload="LMS_quitter()" rows="26px,*"><frame name="haut" scrolling="no" border="0" frameborder="0" framespacing="0"/><frameset id="frame2" border="1" bordercolor="#ffffff" frameborder="1" framespacing="1" cols="20%,*"><frame name="planLMS" id="planLMS" scrolling="no"/><frame name="contenuLMS" scrolling="auto" border="0" frameborder="0" framespacing="0"/></frameset></frameset></html>
\ No newline at end of file
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+    <script language="JavaScript" src="MosMtr/scripts/lms/ClasseLMSLocal.js"></script>
+    <script language="JavaScript" src="MosMtr/scripts/lms/APIAdapter.js"></script>
+    <script language="JavaScript" src="MosMtr/scripts/lms/IClms.js"></script>
+    <script language="JavaScript" src="MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script id="dimParams">var FEN_X = '0';
+    var FEN_Y = '0';
+    var FEN_L = '1000';
+    var FEN_H = '568';
+    var LISTE_BL = '20%';</script>
+</head>
+<frameset name="frame1" onload="LMS_init('html')" border="0" framespacing="0" frameborder="0" onunload="LMS_quitter()"
+          rows="26px,*">
+    <frame name="haut" scrolling="no" border="0" frameborder="0" framespacing="0"/>
+    <frameset id="frame2" border="1" bordercolor="#ffffff" frameborder="1" framespacing="1" cols="20%,*">
+        <frame name="planLMS" id="planLMS" scrolling="no"/>
+        <frame name="contenuLMS" scrolling="auto" border="0" frameborder="0" framespacing="0"/>
+    </frameset>
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/act153876.html b/Basilisk/MACAO/macao_3/sco/act153876.html
index c89280972cbed3ef486c4033c97c6afc321601a0..3edc271849e861460ce434c80f19f34292a97612 100755
--- a/Basilisk/MACAO/macao_3/sco/act153876.html
+++ b/Basilisk/MACAO/macao_3/sco/act153876.html
@@ -1 +1,38 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Se servir de données grammaticales et phonologiques</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("act153876","Se servir de données grammaticales et phonologiques","MACAO 3","Assimilation","","macao3_ss_barre","fr");oSco.init("",'html',"2009-11-17T09:22");oSco.autorisePrecedent="";oSco.ordrePlan="1";oSco.nbTotalPages=parseInt("86");oSco.indexPremierePage=parseInt("20"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Première tâche (1)","pg3602","exercice","","","","GD"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Première tâche (2)","pg6329","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Deuxième tâche","pg1888","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Troisième tâche","pg3746","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Quatrième tâche (1)","pg7434","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Quatrième tâche (2)","pg191","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Quatrième tâche (3)","pg8601","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Quatrième tâche (4)","pg6866","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Cinquième tâche","pg7664","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Sixième tâche","pg2429","exercice","","","","TAT");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc972802;perso,20,40,500,350;phoneme;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc28886;perso,20,40,500,350;aide_present_perf;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc171337;perso,20,40,500,350;aide_preterit;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc713286;perso,20,40,500,350;consonne1;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc266709;perso,20,40,500,350;voyelle1;;";}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Se servir de données grammaticales et phonologiques</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("act153876", "Se servir de données grammaticales et phonologiques", "MACAO 3", "Assimilation", "", "macao3_ss_barre", "fr");
+        oSco.init("", 'html', "2009-11-17T09:22");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "1";
+        oSco.nbTotalPages = parseInt("86");
+        oSco.indexPremierePage = parseInt("20");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Première tâche (1)", "pg3602", "exercice", "", "", "", "GD");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Première tâche (2)", "pg6329", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Deuxième tâche", "pg1888", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Troisième tâche", "pg3746", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Quatrième tâche (1)", "pg7434", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Quatrième tâche (2)", "pg191", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Quatrième tâche (3)", "pg8601", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Quatrième tâche (4)", "pg6866", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Cinquième tâche", "pg7664", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Sixième tâche", "pg2429", "exercice", "", "", "", "TAT");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc972802;perso,20,40,500,350;phoneme;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc28886;perso,20,40,500,350;aide_present_perf;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc171337;perso,20,40,500,350;aide_preterit;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc713286;perso,20,40,500,350;consonne1;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc266709;perso,20,40,500,350;voyelle1;;";
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/act482478.html b/Basilisk/MACAO/macao_3/sco/act482478.html
index d18ace75c5326567f6df59c07f58b8fba441fca3..2789534c31a22ca46b220e836a23ff56553ec4c4 100755
--- a/Basilisk/MACAO/macao_3/sco/act482478.html
+++ b/Basilisk/MACAO/macao_3/sco/act482478.html
@@ -1 +1,31 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Découvrir le phénomène de proximité</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("act482478","Découvrir le phénomène de proximité","MACAO 3","Proximité","","macao3_ss_barre","fr");oSco.init("",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="1";oSco.nbTotalPages=parseInt("86");oSco.indexPremierePage=parseInt("36"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Première tâche","pg9764","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Deuxième tâche","pg3870","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Mémento : la proximité","pg3845","","","","","COURS");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc972802;perso,20,40,500,350;phoneme;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc28886;perso,20,40,500,350;aide_present_perf;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc171337;perso,20,40,500,350;aide_preterit;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc713286;perso,20,40,500,350;consonne1;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc266709;perso,20,40,500,350;voyelle1;;";}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Découvrir le phénomène de proximité</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("act482478", "Découvrir le phénomène de proximité", "MACAO 3", "Proximité", "", "macao3_ss_barre", "fr");
+        oSco.init("", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "1";
+        oSco.nbTotalPages = parseInt("86");
+        oSco.indexPremierePage = parseInt("36");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Première tâche", "pg9764", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Deuxième tâche", "pg3870", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Mémento : la proximité", "pg3845", "", "", "", "", "COURS");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc972802;perso,20,40,500,350;phoneme;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc28886;perso,20,40,500,350;aide_present_perf;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc171337;perso,20,40,500,350;aide_preterit;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc713286;perso,20,40,500,350;consonne1;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc266709;perso,20,40,500,350;voyelle1;;";
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/act56626.html b/Basilisk/MACAO/macao_3/sco/act56626.html
index 50140fd0962d171c8c6407bf374624881a71a048..d12294fe86776dd214264af095e20f42e5aac1d6 100755
--- a/Basilisk/MACAO/macao_3/sco/act56626.html
+++ b/Basilisk/MACAO/macao_3/sco/act56626.html
@@ -1 +1,38 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Des sons et des formes</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("act56626","Des sons et des formes","MACAO 3","Mémentos","","macao3_ss_barre","fr");oSco.init("",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="1";oSco.nbTotalPages=parseInt("86");oSco.indexPremierePage=parseInt("77"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Des sons aux formes (1a)","pg2538","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Des sons aux formes (1b)","pg4851","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Des sons aux formes (1c)","pg6968","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Des sons aux formes (2)","pg5261","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Des sons aux formes (3)","pg7651","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Des formes aux sons (1a)","pg2883","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Des formes aux sons (1b)","pg238","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Des formes aux sons (2a)","pg9221","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Des formes aux sons (2b)","pg4815","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Des formes aux sons (2c)","pg3981","","","","","COURS");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc972802;perso,20,40,500,350;phoneme;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc28886;perso,20,40,500,350;aide_present_perf;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc171337;perso,20,40,500,350;aide_preterit;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc713286;perso,20,40,500,350;consonne1;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc266709;perso,20,40,500,350;voyelle1;;";}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Des sons et des formes</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("act56626", "Des sons et des formes", "MACAO 3", "Mémentos", "", "macao3_ss_barre", "fr");
+        oSco.init("", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "1";
+        oSco.nbTotalPages = parseInt("86");
+        oSco.indexPremierePage = parseInt("77");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Des sons aux formes (1a)", "pg2538", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Des sons aux formes (1b)", "pg4851", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Des sons aux formes (1c)", "pg6968", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Des sons aux formes (2)", "pg5261", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Des sons aux formes (3)", "pg7651", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Des formes aux sons (1a)", "pg2883", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Des formes aux sons (1b)", "pg238", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Des formes aux sons (2a)", "pg9221", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Des formes aux sons (2b)", "pg4815", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Des formes aux sons (2c)", "pg3981", "", "", "", "", "COURS");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc972802;perso,20,40,500,350;phoneme;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc28886;perso,20,40,500,350;aide_present_perf;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc171337;perso,20,40,500,350;aide_preterit;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc713286;perso,20,40,500,350;consonne1;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc266709;perso,20,40,500,350;voyelle1;;";
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/act56672.html b/Basilisk/MACAO/macao_3/sco/act56672.html
index 7121327734c0fbfbd3138c7d7057bdf0010f1a54..d7c913533e3b4e5e91d0294d1af3628c816b5a87 100755
--- a/Basilisk/MACAO/macao_3/sco/act56672.html
+++ b/Basilisk/MACAO/macao_3/sco/act56672.html
@@ -1 +1,32 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Utiliser différents types d'indices</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("act56672","Utiliser différents types d'indices","MACAO 3","Homophonie","","macao3_ss_barre","fr");oSco.init("",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="1";oSco.nbTotalPages=parseInt("86");oSco.indexPremierePage=parseInt("73"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Première tâche","pg2759","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Deuxième tâche","pg6180","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Troisième tâche","pg4141","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Quatrième tâche","pg9615","exercice","","","","TAT");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc972802;perso,20,40,500,350;phoneme;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc28886;perso,20,40,500,350;aide_present_perf;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc171337;perso,20,40,500,350;aide_preterit;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc713286;perso,20,40,500,350;consonne1;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc266709;perso,20,40,500,350;voyelle1;;";}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Utiliser différents types d'indices</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("act56672", "Utiliser différents types d'indices", "MACAO 3", "Homophonie", "", "macao3_ss_barre", "fr");
+        oSco.init("", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "1";
+        oSco.nbTotalPages = parseInt("86");
+        oSco.indexPremierePage = parseInt("73");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Première tâche", "pg2759", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Deuxième tâche", "pg6180", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Troisième tâche", "pg4141", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Quatrième tâche", "pg9615", "exercice", "", "", "", "TAT");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc972802;perso,20,40,500,350;phoneme;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc28886;perso,20,40,500,350;aide_present_perf;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc171337;perso,20,40,500,350;aide_preterit;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc713286;perso,20,40,500,350;consonne1;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc266709;perso,20,40,500,350;voyelle1;;";
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/act592613.html b/Basilisk/MACAO/macao_3/sco/act592613.html
index 6368440c001e8d46294ee6fb238ade4737848e16..359cc5a7d1389f59e44789512ba695987e1bf347 100755
--- a/Basilisk/MACAO/macao_3/sco/act592613.html
+++ b/Basilisk/MACAO/macao_3/sco/act592613.html
@@ -1 +1,32 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Présentation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("act592613","Présentation","MACAO 3","Présentation","","macao3_ss_barre","fr");oSco.init("",'html',"2010-02-01T14:05");oSco.autorisePrecedent="";oSco.ordrePlan="1";oSco.nbTotalPages=parseInt("86");oSco.indexPremierePage=parseInt("1"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Présentation","pg7628","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Développer des connaissances sur l'oral et des stratégies d'écoute","pg2410","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Réalisation","pg6917","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Prérequis techniques","pg9439","","","","","COURS");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc972802;perso,20,40,500,350;phoneme;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc28886;perso,20,40,500,350;aide_present_perf;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc171337;perso,20,40,500,350;aide_preterit;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc713286;perso,20,40,500,350;consonne1;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc266709;perso,20,40,500,350;voyelle1;;";}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Présentation</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("act592613", "Présentation", "MACAO 3", "Présentation", "", "macao3_ss_barre", "fr");
+        oSco.init("", 'html', "2010-02-01T14:05");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "1";
+        oSco.nbTotalPages = parseInt("86");
+        oSco.indexPremierePage = parseInt("1");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Présentation", "pg7628", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Développer des connaissances sur l'oral et des stratégies d'écoute", "pg2410", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Réalisation", "pg6917", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Prérequis techniques", "pg9439", "", "", "", "", "COURS");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc972802;perso,20,40,500,350;phoneme;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc28886;perso,20,40,500,350;aide_present_perf;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc171337;perso,20,40,500,350;aide_preterit;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc713286;perso,20,40,500,350;consonne1;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc266709;perso,20,40,500,350;voyelle1;;";
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/act687805.html b/Basilisk/MACAO/macao_3/sco/act687805.html
index 525c0682169794aa78fbf2fd81a7247c1c4585f3..45eab1636176d48b1bbd57676cbfeab127ae98c6 100755
--- a/Basilisk/MACAO/macao_3/sco/act687805.html
+++ b/Basilisk/MACAO/macao_3/sco/act687805.html
@@ -1 +1,32 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Découvrir le phénomène d'homophonie</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("act687805","Découvrir le phénomène d'homophonie","MACAO 3","Homophonie","","macao3_ss_barre","fr");oSco.init("",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="1";oSco.nbTotalPages=parseInt("86");oSco.indexPremierePage=parseInt("53"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Exemples (1)","pg1809","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Exemples (2)","pg7390","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Exemples (3)","pg4797","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Mémento : l'homophonie","pg4477","","","","","COURS");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc972802;perso,20,40,500,350;phoneme;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc28886;perso,20,40,500,350;aide_present_perf;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc171337;perso,20,40,500,350;aide_preterit;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc713286;perso,20,40,500,350;consonne1;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc266709;perso,20,40,500,350;voyelle1;;";}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Découvrir le phénomène d'homophonie</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("act687805", "Découvrir le phénomène d'homophonie", "MACAO 3", "Homophonie", "", "macao3_ss_barre", "fr");
+        oSco.init("", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "1";
+        oSco.nbTotalPages = parseInt("86");
+        oSco.indexPremierePage = parseInt("53");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Exemples (1)", "pg1809", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Exemples (2)", "pg7390", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Exemples (3)", "pg4797", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Mémento : l'homophonie", "pg4477", "", "", "", "", "COURS");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc972802;perso,20,40,500,350;phoneme;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc28886;perso,20,40,500,350;aide_present_perf;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc171337;perso,20,40,500,350;aide_preterit;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc713286;perso,20,40,500,350;consonne1;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc266709;perso,20,40,500,350;voyelle1;;";
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/act704962.html b/Basilisk/MACAO/macao_3/sco/act704962.html
index ef272892c41eb3c51f2096f44791a9a3e99d03e1..818c33867bff827e656b1493ee58fd0658ef667a 100755
--- a/Basilisk/MACAO/macao_3/sco/act704962.html
+++ b/Basilisk/MACAO/macao_3/sco/act704962.html
@@ -1 +1,34 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Utiliser différents types d'indices</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("act704962","Utiliser différents types d'indices","MACAO 3","Assimilation","","macao3_ss_barre","fr");oSco.init("",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="1";oSco.nbTotalPages=parseInt("86");oSco.indexPremierePage=parseInt("30"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Première tâche","pg4487","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Deuxième tâche","pg8400","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Troisième tâche","pg3862","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Quatrième tâche","pg7682","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Cinquième tâche","pg3092","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Sixième tâche","pg3600","exercice","","","","TAT");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc972802;perso,20,40,500,350;phoneme;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc28886;perso,20,40,500,350;aide_present_perf;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc171337;perso,20,40,500,350;aide_preterit;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc713286;perso,20,40,500,350;consonne1;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc266709;perso,20,40,500,350;voyelle1;;";}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Utiliser différents types d'indices</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("act704962", "Utiliser différents types d'indices", "MACAO 3", "Assimilation", "", "macao3_ss_barre", "fr");
+        oSco.init("", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "1";
+        oSco.nbTotalPages = parseInt("86");
+        oSco.indexPremierePage = parseInt("30");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Première tâche", "pg4487", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Deuxième tâche", "pg8400", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Troisième tâche", "pg3862", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Quatrième tâche", "pg7682", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Cinquième tâche", "pg3092", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Sixième tâche", "pg3600", "exercice", "", "", "", "TAT");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc972802;perso,20,40,500,350;phoneme;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc28886;perso,20,40,500,350;aide_present_perf;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc171337;perso,20,40,500,350;aide_preterit;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc713286;perso,20,40,500,350;consonne1;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc266709;perso,20,40,500,350;voyelle1;;";
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/act759984.html b/Basilisk/MACAO/macao_3/sco/act759984.html
index b8536fdce1638d0bc397f9eb5332b0bc2508940a..3252177923fb53f741b296e0770e9e1a4031e812 100755
--- a/Basilisk/MACAO/macao_3/sco/act759984.html
+++ b/Basilisk/MACAO/macao_3/sco/act759984.html
@@ -1 +1,34 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Utiliser différents types d'indices</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("act759984","Utiliser différents types d'indices","MACAO 3","Proximité","","macao3_ss_barre","fr");oSco.init("",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="1";oSco.nbTotalPages=parseInt("86");oSco.indexPremierePage=parseInt("47"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Première tâche","pg1023","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Deuxième tâche","pg7429","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Troisième tâche","pg5132","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Quatrième tâche (1)","pg1188","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Quatrième tâche (2)","pg910","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Quatrième tâche (3)","pg9414","exercice","","","","TAT");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc972802;perso,20,40,500,350;phoneme;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc28886;perso,20,40,500,350;aide_present_perf;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc171337;perso,20,40,500,350;aide_preterit;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc713286;perso,20,40,500,350;consonne1;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc266709;perso,20,40,500,350;voyelle1;;";}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Utiliser différents types d'indices</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("act759984", "Utiliser différents types d'indices", "MACAO 3", "Proximité", "", "macao3_ss_barre", "fr");
+        oSco.init("", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "1";
+        oSco.nbTotalPages = parseInt("86");
+        oSco.indexPremierePage = parseInt("47");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Première tâche", "pg1023", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Deuxième tâche", "pg7429", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Troisième tâche", "pg5132", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Quatrième tâche (1)", "pg1188", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Quatrième tâche (2)", "pg910", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Quatrième tâche (3)", "pg9414", "exercice", "", "", "", "TAT");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc972802;perso,20,40,500,350;phoneme;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc28886;perso,20,40,500,350;aide_present_perf;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc171337;perso,20,40,500,350;aide_preterit;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc713286;perso,20,40,500,350;consonne1;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc266709;perso,20,40,500,350;voyelle1;;";
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/act761960.html b/Basilisk/MACAO/macao_3/sco/act761960.html
index 26acf8563b3877d751108b122a38af94ca8469e3..fb1d59281de042f0390775abb619d623e9ca8b72 100755
--- a/Basilisk/MACAO/macao_3/sco/act761960.html
+++ b/Basilisk/MACAO/macao_3/sco/act761960.html
@@ -1 +1,34 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Découvrir le phénomène d'assimilation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("act761960","Découvrir le phénomène d'assimilation","MACAO 3","Assimilation","","macao3_ss_barre","fr");oSco.init("",'html',"2009-12-03T15:41");oSco.autorisePrecedent="";oSco.ordrePlan="1";oSco.nbTotalPages=parseInt("86");oSco.indexPremierePage=parseInt("5"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Exemples (1)","pg7035","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Exemples (2)","pg5670","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Exemples (3)","pg3209","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Exemples (4)","pg1181","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Exemples (5)","pg5136","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Mémento : l'assimilation","pg8783","","","","","COURS");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc972802;perso,20,40,500,350;phoneme;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc28886;perso,20,40,500,350;aide_present_perf;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc171337;perso,20,40,500,350;aide_preterit;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc713286;perso,20,40,500,350;consonne1;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc266709;perso,20,40,500,350;voyelle1;;";}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Découvrir le phénomène d'assimilation</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("act761960", "Découvrir le phénomène d'assimilation", "MACAO 3", "Assimilation", "", "macao3_ss_barre", "fr");
+        oSco.init("", 'html', "2009-12-03T15:41");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "1";
+        oSco.nbTotalPages = parseInt("86");
+        oSco.indexPremierePage = parseInt("5");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Exemples (1)", "pg7035", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Exemples (2)", "pg5670", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Exemples (3)", "pg3209", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Exemples (4)", "pg1181", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Exemples (5)", "pg5136", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Mémento : l'assimilation", "pg8783", "", "", "", "", "COURS");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc972802;perso,20,40,500,350;phoneme;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc28886;perso,20,40,500,350;aide_present_perf;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc171337;perso,20,40,500,350;aide_preterit;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc713286;perso,20,40,500,350;consonne1;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc266709;perso,20,40,500,350;voyelle1;;";
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/act765533.html b/Basilisk/MACAO/macao_3/sco/act765533.html
index 7b26e1fa505bb1f341807b0dd91c96b662a523f7..0161258d8cd0c4cfaae05a20f2a057cdf89dab25 100755
--- a/Basilisk/MACAO/macao_3/sco/act765533.html
+++ b/Basilisk/MACAO/macao_3/sco/act765533.html
@@ -1 +1,32 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Se servir d'indices grammaticaux</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("act765533","Se servir d'indices grammaticaux","MACAO 3","Homophonie","","macao3_ss_barre","fr");oSco.init("",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="1";oSco.nbTotalPages=parseInt("86");oSco.indexPremierePage=parseInt("69"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Première tâche (1)","pg3972","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Première tâche (2)","pg1418","exercice","","","","QM"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Deuxième tâche (1)","pg4236","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Deuxième tâche (2)","pg6795","exercice","","","","QM");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc972802;perso,20,40,500,350;phoneme;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc28886;perso,20,40,500,350;aide_present_perf;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc171337;perso,20,40,500,350;aide_preterit;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc713286;perso,20,40,500,350;consonne1;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc266709;perso,20,40,500,350;voyelle1;;";}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Se servir d'indices grammaticaux</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("act765533", "Se servir d'indices grammaticaux", "MACAO 3", "Homophonie", "", "macao3_ss_barre", "fr");
+        oSco.init("", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "1";
+        oSco.nbTotalPages = parseInt("86");
+        oSco.indexPremierePage = parseInt("69");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Première tâche (1)", "pg3972", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Première tâche (2)", "pg1418", "exercice", "", "", "", "QM");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Deuxième tâche (1)", "pg4236", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Deuxième tâche (2)", "pg6795", "exercice", "", "", "", "QM");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc972802;perso,20,40,500,350;phoneme;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc28886;perso,20,40,500,350;aide_present_perf;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc171337;perso,20,40,500,350;aide_preterit;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc713286;perso,20,40,500,350;consonne1;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc266709;perso,20,40,500,350;voyelle1;;";
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/act828642.html b/Basilisk/MACAO/macao_3/sco/act828642.html
index ce1b543b728744abd2d1ed2a02dd17efa783f18d..69742b80b054a6c7d5fc5ba07bc9a6199ea8cdd5 100755
--- a/Basilisk/MACAO/macao_3/sco/act828642.html
+++ b/Basilisk/MACAO/macao_3/sco/act828642.html
@@ -1 +1,31 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Se servir d'indices grammaticaux</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("act828642","Se servir d'indices grammaticaux","MACAO 3","Proximité","","macao3_ss_barre","fr");oSco.init("",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="1";oSco.nbTotalPages=parseInt("86");oSco.indexPremierePage=parseInt("44"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Première tâche","pg8027","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Deuxième tâche","pg3628","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Troisième tâche","pg7576","exercice","","","","TAT");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc972802;perso,20,40,500,350;phoneme;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc28886;perso,20,40,500,350;aide_present_perf;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc171337;perso,20,40,500,350;aide_preterit;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc713286;perso,20,40,500,350;consonne1;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc266709;perso,20,40,500,350;voyelle1;;";}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Se servir d'indices grammaticaux</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("act828642", "Se servir d'indices grammaticaux", "MACAO 3", "Proximité", "", "macao3_ss_barre", "fr");
+        oSco.init("", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "1";
+        oSco.nbTotalPages = parseInt("86");
+        oSco.indexPremierePage = parseInt("44");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Première tâche", "pg8027", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Deuxième tâche", "pg3628", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Troisième tâche", "pg7576", "exercice", "", "", "", "TAT");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc972802;perso,20,40,500,350;phoneme;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc28886;perso,20,40,500,350;aide_present_perf;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc171337;perso,20,40,500,350;aide_preterit;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc713286;perso,20,40,500,350;consonne1;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc266709;perso,20,40,500,350;voyelle1;;";
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/act838137.html b/Basilisk/MACAO/macao_3/sco/act838137.html
index aaed22ffe469729671398bf1a911095aa789d901..b932f47f70be6c89b6a7cd05b911e920bcc13da8 100755
--- a/Basilisk/MACAO/macao_3/sco/act838137.html
+++ b/Basilisk/MACAO/macao_3/sco/act838137.html
@@ -1 +1,40 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Repérer les indices pertinents</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("act838137","Repérer les indices pertinents","MACAO 3","Homophonie","","macao3_ss_barre","fr");oSco.init("",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="1";oSco.nbTotalPages=parseInt("86");oSco.indexPremierePage=parseInt("57"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Première tâche (1)","pg1917","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Première tâche (2)","pg1894","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Deuxième tâche (1)","pg5786","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Deuxième tâche (2)","pg3531","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Troisième tâche (1)","pg4973","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Troisième tâche (2)","pg4396","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Quatrième tâche (1)","pg5986","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Quatrième tâche (2)","pg1773","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Cinquième tâche (1)","pg1044","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Cinquième tâche (2)","pg4192","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Sixième tâche (1)","pg5252","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Sixième tâche (2)","pg422","exercice","","","","QC");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc972802;perso,20,40,500,350;phoneme;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc28886;perso,20,40,500,350;aide_present_perf;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc171337;perso,20,40,500,350;aide_preterit;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc713286;perso,20,40,500,350;consonne1;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc266709;perso,20,40,500,350;voyelle1;;";}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Repérer les indices pertinents</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("act838137", "Repérer les indices pertinents", "MACAO 3", "Homophonie", "", "macao3_ss_barre", "fr");
+        oSco.init("", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "1";
+        oSco.nbTotalPages = parseInt("86");
+        oSco.indexPremierePage = parseInt("57");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Première tâche (1)", "pg1917", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Première tâche (2)", "pg1894", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Deuxième tâche (1)", "pg5786", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Deuxième tâche (2)", "pg3531", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Troisième tâche (1)", "pg4973", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Troisième tâche (2)", "pg4396", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Quatrième tâche (1)", "pg5986", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Quatrième tâche (2)", "pg1773", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Cinquième tâche (1)", "pg1044", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Cinquième tâche (2)", "pg4192", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Sixième tâche (1)", "pg5252", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Sixième tâche (2)", "pg422", "exercice", "", "", "", "QC");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc972802;perso,20,40,500,350;phoneme;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc28886;perso,20,40,500,350;aide_present_perf;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc171337;perso,20,40,500,350;aide_preterit;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc713286;perso,20,40,500,350;consonne1;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc266709;perso,20,40,500,350;voyelle1;;";
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/act89909.html b/Basilisk/MACAO/macao_3/sco/act89909.html
index 49cd5a6b460c808d136e7990ba2b701f2e396e29..0c2490fd181b11871157c9887e6fc1bc11bba247 100755
--- a/Basilisk/MACAO/macao_3/sco/act89909.html
+++ b/Basilisk/MACAO/macao_3/sco/act89909.html
@@ -1 +1,33 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Repérer des indices pertinents</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("act89909","Repérer des indices pertinents","MACAO 3","Proximité","","macao3_ss_barre","fr");oSco.init("",'html',"");oSco.autorisePrecedent="";oSco.ordrePlan="1";oSco.nbTotalPages=parseInt("86");oSco.indexPremierePage=parseInt("39"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Première tâche (1)","pg9719","exercice","","","","QM"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Première tâche (2)","pg1027","","","","","COURS"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Deuxième tâche","pg9264","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Troisième tâche (1)","pg9152","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Troisième tâche (2)","pg8876","exercice","","","","QC");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc972802;perso,20,40,500,350;phoneme;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc28886;perso,20,40,500,350;aide_present_perf;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc171337;perso,20,40,500,350;aide_preterit;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc713286;perso,20,40,500,350;consonne1;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc266709;perso,20,40,500,350;voyelle1;;";}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Repérer des indices pertinents</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("act89909", "Repérer des indices pertinents", "MACAO 3", "Proximité", "", "macao3_ss_barre", "fr");
+        oSco.init("", 'html', "");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "1";
+        oSco.nbTotalPages = parseInt("86");
+        oSco.indexPremierePage = parseInt("39");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Première tâche (1)", "pg9719", "exercice", "", "", "", "QM");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Première tâche (2)", "pg1027", "", "", "", "", "COURS");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Deuxième tâche", "pg9264", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Troisième tâche (1)", "pg9152", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Troisième tâche (2)", "pg8876", "exercice", "", "", "", "QC");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc972802;perso,20,40,500,350;phoneme;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc28886;perso,20,40,500,350;aide_present_perf;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc171337;perso,20,40,500,350;aide_preterit;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc713286;perso,20,40,500,350;consonne1;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc266709;perso,20,40,500,350;voyelle1;;";
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/act957420.html b/Basilisk/MACAO/macao_3/sco/act957420.html
index d5eac188af24d2a4a26c4e6f08747f1c9fa90257..415895704d9b32b22560c4d4f8b5035d8687c511 100755
--- a/Basilisk/MACAO/macao_3/sco/act957420.html
+++ b/Basilisk/MACAO/macao_3/sco/act957420.html
@@ -1 +1,37 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"><html><head><META http-equiv="Content-Type" content="text/html"><title>Se servir d'indices provenant du texte</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script><script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script><script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script><script type="text/javascript">function entrerDonnees(){oSco= new MosSCO("act957420","Se servir d'indices provenant du texte","MACAO 3","Assimilation","","macao3_ss_barre","fr");oSco.init("",'html',"2010-01-13T10:11");oSco.autorisePrecedent="";oSco.ordrePlan="1";oSco.nbTotalPages=parseInt("86");oSco.indexPremierePage=parseInt("11"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Première tâche","pg4031","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Deuxième tâche","pg9988","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Troisième tâche","pg1235","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Quatrième tâche","pg186","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Cinquième tâche","pg7973","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Sixième tâche (1)","pg5836","exercice","","","","QC"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Sixième tâche (2)","pg2493","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Septième tâche","pg1919","exercice","","","","TAT"); oSco.tabPages[oSco.tabPages.length]=new PageContenu("Huitième tâche","pg3579","exercice","","","","TAT");oSco.posFenLocale="top=50,left=50,width=740,height=570";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc972802;perso,20,40,500,350;phoneme;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc28886;perso,20,40,500,350;aide_present_perf;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc171337;perso,20,40,500,350;aide_preterit;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc713286;perso,20,40,500,350;consonne1;;";oSco.tabPosDocs[oSco.tabPosDocs.length]="doc266709;perso,20,40,500,350;voyelle1;;";}</script></head><frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*"><frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes"></frameset></html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<html>
+<head>
+    <META http-equiv="Content-Type" content="text/html">
+    <title>Se servir d'indices provenant du texte</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ClasseMosSCO.js"></script>
+    <script type="text/javascript" src="../MosMtr/scripts/sco/ICsco.js"></script>
+    <script type="text/javascript" src="../MosMtr/ressources/langue/lexiqueSCO.js"></script>
+    <script type="text/javascript">function entrerDonnees() {
+        oSco = new MosSCO("act957420", "Se servir d'indices provenant du texte", "MACAO 3", "Assimilation", "", "macao3_ss_barre", "fr");
+        oSco.init("", 'html', "2010-01-13T10:11");
+        oSco.autorisePrecedent = "";
+        oSco.ordrePlan = "1";
+        oSco.nbTotalPages = parseInt("86");
+        oSco.indexPremierePage = parseInt("11");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Première tâche", "pg4031", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Deuxième tâche", "pg9988", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Troisième tâche", "pg1235", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Quatrième tâche", "pg186", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Cinquième tâche", "pg7973", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Sixième tâche (1)", "pg5836", "exercice", "", "", "", "QC");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Sixième tâche (2)", "pg2493", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Septième tâche", "pg1919", "exercice", "", "", "", "TAT");
+        oSco.tabPages[oSco.tabPages.length] = new PageContenu("Huitième tâche", "pg3579", "exercice", "", "", "", "TAT");
+        oSco.posFenLocale = "top=50,left=50,width=740,height=570";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc972802;perso,20,40,500,350;phoneme;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc28886;perso,20,40,500,350;aide_present_perf;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc171337;perso,20,40,500,350;aide_preterit;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc713286;perso,20,40,500,350;consonne1;;";
+        oSco.tabPosDocs[oSco.tabPosDocs.length] = "doc266709;perso,20,40,500,350;voyelle1;;";
+    }</script>
+</head>
+<frameset onload="SCO_init()" cols="*" onunload="SCO_quitter()" frameborder="NO" border="0" framespacing="0" rows="*">
+    <frame name="contenu" scrolling="no" noresize="true" frameborder="NO" border="0" framespacing="0" application="yes">
+</frameset>
+</html>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/md_act153876.xml b/Basilisk/MACAO/macao_3/sco/md_act153876.xml
index 10150fcc818df3c60c54f58a8e0ea8fa5d9ed8f4..9ad4b25bb267936757177e0eb58dc5e087d08ba9 100755
--- a/Basilisk/MACAO/macao_3/sco/md_act153876.xml
+++ b/Basilisk/MACAO/macao_3/sco/md_act153876.xml
@@ -1,9 +1,78 @@
-<?xml version="1.0" encoding="utf-8"?><lom xmlns="http://ltsc.ieee.org/xsd/LOM"><general><identifier><entry>macao3_ss_barre/act153876</entry></identifier><title><string>Se servir de données grammaticales et phonologiques</string></title><language>fr</language><aggregationLevel><source>LOMv1.0</source><value>2</value></aggregationLevel></general><lifeCycle><status><source>LOMv1.0</source><value>final</value></status><contribute><role><source>LOMv1.0</source><value>author</value></role><entity>BEGIN:VCARD
-VERSION:3.0
+<?xml version="1.0" encoding="utf-8"?>
+<lom xmlns="http://ltsc.ieee.org/xsd/LOM">
+    <general>
+        <identifier>
+            <entry>macao3_ss_barre/act153876</entry>
+        </identifier>
+        <title>
+            <string>Se servir de données grammaticales et phonologiques</string>
+        </title>
+        <language>fr</language>
+        <aggregationLevel>
+            <source>LOMv1.0</source>
+            <value>2</value>
+        </aggregationLevel>
+    </general>
+    <lifeCycle>
+        <status>
+            <source>LOMv1.0</source>
+            <value>final</value>
+        </status>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>author</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
 
-N:;
-FN: 
-END:VCARD</entity><date><dateTime>2009-11-17T09:22</dateTime></date></contribute></lifeCycle><metaMetadata><identifier><entry>md_/act153876</entry></identifier><contribute><role><source>LOMv1.0</source><value>creator</value></role><entity>BEGIN:VCARD
-VERSION:3.0
-FN:MOS Solo R1 023
-END:VCARD</entity><date><dateTime>2009-02-11T22:23</dateTime></date></contribute><metadataSchema>LOMv1.0</metadataSchema><metadataSchema>ADLv1.0</metadataSchema></metaMetadata><technical><format>text/html</format></technical><educational><interactivityType><source>LOMv1.0</source><value>active</value></interactivityType><learningResourceType><source>LOMv1.0</source><value>exercise</value></learningResourceType></educational><rights><copyrightAndOtherRestrictions><source>LOMv1.0</source><value>no</value></copyrightAndOtherRestrictions></rights></lom>
\ No newline at end of file
+                N:;
+                FN:
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2009-11-17T09:22</dateTime>
+            </date>
+        </contribute>
+    </lifeCycle>
+    <metaMetadata>
+        <identifier>
+            <entry>md_/act153876</entry>
+        </identifier>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>creator</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
+                FN:MOS Solo R1 023
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2009-02-11T22:23</dateTime>
+            </date>
+        </contribute>
+        <metadataSchema>LOMv1.0</metadataSchema>
+        <metadataSchema>ADLv1.0</metadataSchema>
+    </metaMetadata>
+    <technical>
+        <format>text/html</format>
+    </technical>
+    <educational>
+        <interactivityType>
+            <source>LOMv1.0</source>
+            <value>active</value>
+        </interactivityType>
+        <learningResourceType>
+            <source>LOMv1.0</source>
+            <value>exercise</value>
+        </learningResourceType>
+    </educational>
+    <rights>
+        <copyrightAndOtherRestrictions>
+            <source>LOMv1.0</source>
+            <value>no</value>
+        </copyrightAndOtherRestrictions>
+    </rights>
+</lom>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/md_act592613.xml b/Basilisk/MACAO/macao_3/sco/md_act592613.xml
index c3a81fa5459e9bb3d8de431a0548d3732133e9fb..975aefa788239d2cc3e1c488dcb9a2441489c9fa 100755
--- a/Basilisk/MACAO/macao_3/sco/md_act592613.xml
+++ b/Basilisk/MACAO/macao_3/sco/md_act592613.xml
@@ -1,9 +1,78 @@
-<?xml version="1.0" encoding="utf-8"?><lom xmlns="http://ltsc.ieee.org/xsd/LOM"><general><identifier><entry>macao3_ss_barre/act592613</entry></identifier><title><string>Présentation</string></title><language>fr</language><aggregationLevel><source>LOMv1.0</source><value>2</value></aggregationLevel></general><lifeCycle><status><source>LOMv1.0</source><value>final</value></status><contribute><role><source>LOMv1.0</source><value>author</value></role><entity>BEGIN:VCARD
-VERSION:3.0
+<?xml version="1.0" encoding="utf-8"?>
+<lom xmlns="http://ltsc.ieee.org/xsd/LOM">
+    <general>
+        <identifier>
+            <entry>macao3_ss_barre/act592613</entry>
+        </identifier>
+        <title>
+            <string>Présentation</string>
+        </title>
+        <language>fr</language>
+        <aggregationLevel>
+            <source>LOMv1.0</source>
+            <value>2</value>
+        </aggregationLevel>
+    </general>
+    <lifeCycle>
+        <status>
+            <source>LOMv1.0</source>
+            <value>final</value>
+        </status>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>author</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
 
-N:;
-FN: 
-END:VCARD</entity><date><dateTime>2010-02-01T14:05</dateTime></date></contribute></lifeCycle><metaMetadata><identifier><entry>md_/act592613</entry></identifier><contribute><role><source>LOMv1.0</source><value>creator</value></role><entity>BEGIN:VCARD
-VERSION:3.0
-FN:MOS Solo R1 023
-END:VCARD</entity><date><dateTime>2009-03-11T18:57</dateTime></date></contribute><metadataSchema>LOMv1.0</metadataSchema><metadataSchema>ADLv1.0</metadataSchema></metaMetadata><technical><format>text/html</format></technical><educational><interactivityType><source>LOMv1.0</source><value>expositive</value></interactivityType><learningResourceType><source>LOMv1.0</source><value>narrative text</value></learningResourceType></educational><rights><copyrightAndOtherRestrictions><source>LOMv1.0</source><value>no</value></copyrightAndOtherRestrictions></rights></lom>
\ No newline at end of file
+                N:;
+                FN:
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2010-02-01T14:05</dateTime>
+            </date>
+        </contribute>
+    </lifeCycle>
+    <metaMetadata>
+        <identifier>
+            <entry>md_/act592613</entry>
+        </identifier>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>creator</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
+                FN:MOS Solo R1 023
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2009-03-11T18:57</dateTime>
+            </date>
+        </contribute>
+        <metadataSchema>LOMv1.0</metadataSchema>
+        <metadataSchema>ADLv1.0</metadataSchema>
+    </metaMetadata>
+    <technical>
+        <format>text/html</format>
+    </technical>
+    <educational>
+        <interactivityType>
+            <source>LOMv1.0</source>
+            <value>expositive</value>
+        </interactivityType>
+        <learningResourceType>
+            <source>LOMv1.0</source>
+            <value>narrative text</value>
+        </learningResourceType>
+    </educational>
+    <rights>
+        <copyrightAndOtherRestrictions>
+            <source>LOMv1.0</source>
+            <value>no</value>
+        </copyrightAndOtherRestrictions>
+    </rights>
+</lom>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/md_act761960.xml b/Basilisk/MACAO/macao_3/sco/md_act761960.xml
index 1c9fbc8322488c3e150b3fc5c4acdb6dd0109f5e..0c9d852a3bdc51351f84f811ba7bf6e6c1f81947 100755
--- a/Basilisk/MACAO/macao_3/sco/md_act761960.xml
+++ b/Basilisk/MACAO/macao_3/sco/md_act761960.xml
@@ -1,9 +1,82 @@
-<?xml version="1.0" encoding="utf-8"?><lom xmlns="http://ltsc.ieee.org/xsd/LOM"><general><identifier><entry>macao3_ss_barre/act761960</entry></identifier><title><string>Découvrir le phénomène d'assimilation</string></title><language>fr</language><aggregationLevel><source>LOMv1.0</source><value>2</value></aggregationLevel></general><lifeCycle><status><source>LOMv1.0</source><value>final</value></status><contribute><role><source>LOMv1.0</source><value>author</value></role><entity>BEGIN:VCARD
-VERSION:3.0
+<?xml version="1.0" encoding="utf-8"?>
+<lom xmlns="http://ltsc.ieee.org/xsd/LOM">
+    <general>
+        <identifier>
+            <entry>macao3_ss_barre/act761960</entry>
+        </identifier>
+        <title>
+            <string>Découvrir le phénomène d'assimilation</string>
+        </title>
+        <language>fr</language>
+        <aggregationLevel>
+            <source>LOMv1.0</source>
+            <value>2</value>
+        </aggregationLevel>
+    </general>
+    <lifeCycle>
+        <status>
+            <source>LOMv1.0</source>
+            <value>final</value>
+        </status>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>author</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
 
-N:;
-FN: 
-END:VCARD</entity><date><dateTime>2009-12-03T15:41</dateTime></date></contribute></lifeCycle><metaMetadata><identifier><entry>md_/act761960</entry></identifier><contribute><role><source>LOMv1.0</source><value>creator</value></role><entity>BEGIN:VCARD
-VERSION:3.0
-FN:MOS Solo R1 023
-END:VCARD</entity><date><dateTime>2009-02-15T18:32</dateTime></date></contribute><metadataSchema>LOMv1.0</metadataSchema><metadataSchema>ADLv1.0</metadataSchema></metaMetadata><technical><format>text/html</format></technical><educational><interactivityType><source>LOMv1.0</source><value>mixed</value></interactivityType><learningResourceType><source>LOMv1.0</source><value>narrative text</value></learningResourceType><learningResourceType><source>LOMv1.0</source><value>exercise</value></learningResourceType></educational><rights><copyrightAndOtherRestrictions><source>LOMv1.0</source><value>no</value></copyrightAndOtherRestrictions></rights></lom>
\ No newline at end of file
+                N:;
+                FN:
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2009-12-03T15:41</dateTime>
+            </date>
+        </contribute>
+    </lifeCycle>
+    <metaMetadata>
+        <identifier>
+            <entry>md_/act761960</entry>
+        </identifier>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>creator</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
+                FN:MOS Solo R1 023
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2009-02-15T18:32</dateTime>
+            </date>
+        </contribute>
+        <metadataSchema>LOMv1.0</metadataSchema>
+        <metadataSchema>ADLv1.0</metadataSchema>
+    </metaMetadata>
+    <technical>
+        <format>text/html</format>
+    </technical>
+    <educational>
+        <interactivityType>
+            <source>LOMv1.0</source>
+            <value>mixed</value>
+        </interactivityType>
+        <learningResourceType>
+            <source>LOMv1.0</source>
+            <value>narrative text</value>
+        </learningResourceType>
+        <learningResourceType>
+            <source>LOMv1.0</source>
+            <value>exercise</value>
+        </learningResourceType>
+    </educational>
+    <rights>
+        <copyrightAndOtherRestrictions>
+            <source>LOMv1.0</source>
+            <value>no</value>
+        </copyrightAndOtherRestrictions>
+    </rights>
+</lom>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/md_act957420.xml b/Basilisk/MACAO/macao_3/sco/md_act957420.xml
index e07127d5ff0a4d34c26dfb5e059492d5f1fbb7c8..7741db3533f53e0bc2c6063ed59ebfce034e064a 100755
--- a/Basilisk/MACAO/macao_3/sco/md_act957420.xml
+++ b/Basilisk/MACAO/macao_3/sco/md_act957420.xml
@@ -1,9 +1,78 @@
-<?xml version="1.0" encoding="utf-8"?><lom xmlns="http://ltsc.ieee.org/xsd/LOM"><general><identifier><entry>macao3_ss_barre/act957420</entry></identifier><title><string>Se servir d'indices provenant du texte</string></title><language>fr</language><aggregationLevel><source>LOMv1.0</source><value>2</value></aggregationLevel></general><lifeCycle><status><source>LOMv1.0</source><value>final</value></status><contribute><role><source>LOMv1.0</source><value>author</value></role><entity>BEGIN:VCARD
-VERSION:3.0
+<?xml version="1.0" encoding="utf-8"?>
+<lom xmlns="http://ltsc.ieee.org/xsd/LOM">
+    <general>
+        <identifier>
+            <entry>macao3_ss_barre/act957420</entry>
+        </identifier>
+        <title>
+            <string>Se servir d'indices provenant du texte</string>
+        </title>
+        <language>fr</language>
+        <aggregationLevel>
+            <source>LOMv1.0</source>
+            <value>2</value>
+        </aggregationLevel>
+    </general>
+    <lifeCycle>
+        <status>
+            <source>LOMv1.0</source>
+            <value>final</value>
+        </status>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>author</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
 
-N:;
-FN: 
-END:VCARD</entity><date><dateTime>2010-01-13T10:11</dateTime></date></contribute></lifeCycle><metaMetadata><identifier><entry>md_/act957420</entry></identifier><contribute><role><source>LOMv1.0</source><value>creator</value></role><entity>BEGIN:VCARD
-VERSION:3.0
-FN:MOS Solo R1 023
-END:VCARD</entity><date><dateTime>2009-05-19T07:32</dateTime></date></contribute><metadataSchema>LOMv1.0</metadataSchema><metadataSchema>ADLv1.0</metadataSchema></metaMetadata><technical><format>text/html</format></technical><educational><interactivityType><source>LOMv1.0</source><value>active</value></interactivityType><learningResourceType><source>LOMv1.0</source><value>exercise</value></learningResourceType></educational><rights><copyrightAndOtherRestrictions><source>LOMv1.0</source><value>no</value></copyrightAndOtherRestrictions></rights></lom>
\ No newline at end of file
+                N:;
+                FN:
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2010-01-13T10:11</dateTime>
+            </date>
+        </contribute>
+    </lifeCycle>
+    <metaMetadata>
+        <identifier>
+            <entry>md_/act957420</entry>
+        </identifier>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>creator</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
+                FN:MOS Solo R1 023
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2009-05-19T07:32</dateTime>
+            </date>
+        </contribute>
+        <metadataSchema>LOMv1.0</metadataSchema>
+        <metadataSchema>ADLv1.0</metadataSchema>
+    </metaMetadata>
+    <technical>
+        <format>text/html</format>
+    </technical>
+    <educational>
+        <interactivityType>
+            <source>LOMv1.0</source>
+            <value>active</value>
+        </interactivityType>
+        <learningResourceType>
+            <source>LOMv1.0</source>
+            <value>exercise</value>
+        </learningResourceType>
+    </educational>
+    <rights>
+        <copyrightAndOtherRestrictions>
+            <source>LOMv1.0</source>
+            <value>no</value>
+        </copyrightAndOtherRestrictions>
+    </rights>
+</lom>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/md_manifest.xml b/Basilisk/MACAO/macao_3/sco/md_manifest.xml
index e3ebb56bfb35fecfb99930865d710360c023e3e0..bf2dceab9b66685bacf523e9f4c333c989b9978a 100755
--- a/Basilisk/MACAO/macao_3/sco/md_manifest.xml
+++ b/Basilisk/MACAO/macao_3/sco/md_manifest.xml
@@ -1,9 +1,102 @@
-<?xml version="1.0" encoding="utf-8"?><lom xmlns="http://ltsc.ieee.org/xsd/LOM"><general><identifier><entry>macao3_ss_barre</entry></identifier><title><string>MACAO 3</string></title><language>fr</language><aggregationLevel><source>LOMv1.0</source><value>3</value></aggregationLevel></general><lifeCycle><contribute><role><source>LOMv1.0</source><value>author</value></role><entity>BEGIN:VCARD
-VERSION:3.0
+<?xml version="1.0" encoding="utf-8"?>
+<lom xmlns="http://ltsc.ieee.org/xsd/LOM">
+    <general>
+        <identifier>
+            <entry>macao3_ss_barre</entry>
+        </identifier>
+        <title>
+            <string>MACAO 3</string>
+        </title>
+        <language>fr</language>
+        <aggregationLevel>
+            <source>LOMv1.0</source>
+            <value>3</value>
+        </aggregationLevel>
+    </general>
+    <lifeCycle>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>author</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
 
-N:;
-FN: 
-END:VCARD</entity><date><dateTime>2010-06-16T08:49</dateTime></date></contribute></lifeCycle><metaMetadata><identifier><entry>md_macao3_ss_barre</entry></identifier><contribute><role><source>LOMv1.0</source><value>creator</value></role><entity>BEGIN:VCARD
-VERSION:3.0
-FN:MOS Solo R1 023
-END:VCARD</entity><date><dateTime>2009-12-03T14:36</dateTime></date></contribute><metadataSchema>LOMv1.0</metadataSchema><metadataSchema>ADLv1.0</metadataSchema></metaMetadata><educational><interactivityType><source>LOMv1.0</source><value>mixed</value></interactivityType><learningResourceType><source>LOMv1.0</source><value>narrative text</value></learningResourceType><learningResourceType><source>LOMv1.0</source><value>exercise</value></learningResourceType></educational><rights><copyrightAndOtherRestrictions><source>LOMv1.0</source><value>no</value></copyrightAndOtherRestrictions></rights><relation><kind><source>LOMv1.0</source><value>hasformat</value></kind><resource><identifier><catalog>Styles</catalog><entry>an_ns_3_MG_SSBarre</entry></identifier><description><string>an_ns_3_MG_SSBarre</string></description></resource></relation><classification><purpose><source>LOMv1.0</source><value>educational objective</value></purpose><description><string></string></description><keyword><string /></keyword></classification></lom>
\ No newline at end of file
+                N:;
+                FN:
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2010-06-16T08:49</dateTime>
+            </date>
+        </contribute>
+    </lifeCycle>
+    <metaMetadata>
+        <identifier>
+            <entry>md_macao3_ss_barre</entry>
+        </identifier>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>creator</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
+                FN:MOS Solo R1 023
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2009-12-03T14:36</dateTime>
+            </date>
+        </contribute>
+        <metadataSchema>LOMv1.0</metadataSchema>
+        <metadataSchema>ADLv1.0</metadataSchema>
+    </metaMetadata>
+    <educational>
+        <interactivityType>
+            <source>LOMv1.0</source>
+            <value>mixed</value>
+        </interactivityType>
+        <learningResourceType>
+            <source>LOMv1.0</source>
+            <value>narrative text</value>
+        </learningResourceType>
+        <learningResourceType>
+            <source>LOMv1.0</source>
+            <value>exercise</value>
+        </learningResourceType>
+    </educational>
+    <rights>
+        <copyrightAndOtherRestrictions>
+            <source>LOMv1.0</source>
+            <value>no</value>
+        </copyrightAndOtherRestrictions>
+    </rights>
+    <relation>
+        <kind>
+            <source>LOMv1.0</source>
+            <value>hasformat</value>
+        </kind>
+        <resource>
+            <identifier>
+                <catalog>Styles</catalog>
+                <entry>an_ns_3_MG_SSBarre</entry>
+            </identifier>
+            <description>
+                <string>an_ns_3_MG_SSBarre</string>
+            </description>
+        </resource>
+    </relation>
+    <classification>
+        <purpose>
+            <source>LOMv1.0</source>
+            <value>educational objective</value>
+        </purpose>
+        <description>
+            <string></string>
+        </description>
+        <keyword>
+            <string/>
+        </keyword>
+    </classification>
+</lom>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/md_seq100407.xml b/Basilisk/MACAO/macao_3/sco/md_seq100407.xml
index eeed17923ae5b50f68360308d0e02a4e111eaec5..15dd0652921193f9a8462422214c9db039d77cbc 100755
--- a/Basilisk/MACAO/macao_3/sco/md_seq100407.xml
+++ b/Basilisk/MACAO/macao_3/sco/md_seq100407.xml
@@ -1,9 +1,79 @@
-<?xml version="1.0" encoding="utf-8"?><lom xmlns="http://ltsc.ieee.org/xsd/LOM"><general><identifier><entry>macao3_ss_barre/seq100407</entry></identifier><title><string>Assimilation</string></title><language>fr</language><aggregationLevel><source>LOMv1.0</source><value>2</value></aggregationLevel></general><lifeCycle><status><source>LOMv1.0</source><value>final</value></status><contribute><role><source>LOMv1.0</source><value>author</value></role><entity>BEGIN:VCARD
-VERSION:3.0
+<?xml version="1.0" encoding="utf-8"?>
+<lom xmlns="http://ltsc.ieee.org/xsd/LOM">
+    <general>
+        <identifier>
+            <entry>macao3_ss_barre/seq100407</entry>
+        </identifier>
+        <title>
+            <string>Assimilation</string>
+        </title>
+        <language>fr</language>
+        <aggregationLevel>
+            <source>LOMv1.0</source>
+            <value>2</value>
+        </aggregationLevel>
+    </general>
+    <lifeCycle>
+        <status>
+            <source>LOMv1.0</source>
+            <value>final</value>
+        </status>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>author</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
 
-N:;
-FN: 
-END:VCARD</entity><date><dateTime>2010-01-13T10:11</dateTime></date></contribute></lifeCycle><metaMetadata><identifier><entry>md_/seq100407</entry></identifier><contribute><role><source>LOMv1.0</source><value>creator</value></role><entity>BEGIN:VCARD
-VERSION:3.0
-FN:MOS Solo R1 023
-END:VCARD</entity><date><dateTime>2009-03-19T00:21</dateTime></date></contribute><metadataSchema>LOMv1.0</metadataSchema><metadataSchema>ADLv1.0</metadataSchema></metaMetadata><educational><interactivityType><source>LOMv1.0</source><value>mixed</value></interactivityType><learningResourceType><source>LOMv1.0</source><value>narrative text</value></learningResourceType><learningResourceType><source>LOMv1.0</source><value>exercise</value></learningResourceType></educational><rights><copyrightAndOtherRestrictions><source>LOMv1.0</source><value>no</value></copyrightAndOtherRestrictions></rights></lom>
\ No newline at end of file
+                N:;
+                FN:
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2010-01-13T10:11</dateTime>
+            </date>
+        </contribute>
+    </lifeCycle>
+    <metaMetadata>
+        <identifier>
+            <entry>md_/seq100407</entry>
+        </identifier>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>creator</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
+                FN:MOS Solo R1 023
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2009-03-19T00:21</dateTime>
+            </date>
+        </contribute>
+        <metadataSchema>LOMv1.0</metadataSchema>
+        <metadataSchema>ADLv1.0</metadataSchema>
+    </metaMetadata>
+    <educational>
+        <interactivityType>
+            <source>LOMv1.0</source>
+            <value>mixed</value>
+        </interactivityType>
+        <learningResourceType>
+            <source>LOMv1.0</source>
+            <value>narrative text</value>
+        </learningResourceType>
+        <learningResourceType>
+            <source>LOMv1.0</source>
+            <value>exercise</value>
+        </learningResourceType>
+    </educational>
+    <rights>
+        <copyrightAndOtherRestrictions>
+            <source>LOMv1.0</source>
+            <value>no</value>
+        </copyrightAndOtherRestrictions>
+    </rights>
+</lom>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/md_seq502762.xml b/Basilisk/MACAO/macao_3/sco/md_seq502762.xml
index 9ce64457887de0a7e9f05805ab9a3f5057b9a0a1..ba1971d82bab882b8f49f94561175792aca4483a 100755
--- a/Basilisk/MACAO/macao_3/sco/md_seq502762.xml
+++ b/Basilisk/MACAO/macao_3/sco/md_seq502762.xml
@@ -1,9 +1,75 @@
-<?xml version="1.0" encoding="utf-8"?><lom xmlns="http://ltsc.ieee.org/xsd/LOM"><general><identifier><entry>macao3_ss_barre/seq502762</entry></identifier><title><string>Présentation</string></title><language>fr</language><aggregationLevel><source>LOMv1.0</source><value>2</value></aggregationLevel></general><lifeCycle><status><source>LOMv1.0</source><value>final</value></status><contribute><role><source>LOMv1.0</source><value>author</value></role><entity>BEGIN:VCARD
-VERSION:3.0
+<?xml version="1.0" encoding="utf-8"?>
+<lom xmlns="http://ltsc.ieee.org/xsd/LOM">
+    <general>
+        <identifier>
+            <entry>macao3_ss_barre/seq502762</entry>
+        </identifier>
+        <title>
+            <string>Présentation</string>
+        </title>
+        <language>fr</language>
+        <aggregationLevel>
+            <source>LOMv1.0</source>
+            <value>2</value>
+        </aggregationLevel>
+    </general>
+    <lifeCycle>
+        <status>
+            <source>LOMv1.0</source>
+            <value>final</value>
+        </status>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>author</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
 
-N:;
-FN: 
-END:VCARD</entity><date><dateTime>2010-02-01T14:05</dateTime></date></contribute></lifeCycle><metaMetadata><identifier><entry>md_/seq502762</entry></identifier><contribute><role><source>LOMv1.0</source><value>creator</value></role><entity>BEGIN:VCARD
-VERSION:3.0
-FN:MOS Solo R1 023
-END:VCARD</entity><date><dateTime>2009-03-19T00:21</dateTime></date></contribute><metadataSchema>LOMv1.0</metadataSchema><metadataSchema>ADLv1.0</metadataSchema></metaMetadata><educational><interactivityType><source>LOMv1.0</source><value>expositive</value></interactivityType><learningResourceType><source>LOMv1.0</source><value>narrative text</value></learningResourceType></educational><rights><copyrightAndOtherRestrictions><source>LOMv1.0</source><value>no</value></copyrightAndOtherRestrictions></rights></lom>
\ No newline at end of file
+                N:;
+                FN:
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2010-02-01T14:05</dateTime>
+            </date>
+        </contribute>
+    </lifeCycle>
+    <metaMetadata>
+        <identifier>
+            <entry>md_/seq502762</entry>
+        </identifier>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>creator</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
+                FN:MOS Solo R1 023
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2009-03-19T00:21</dateTime>
+            </date>
+        </contribute>
+        <metadataSchema>LOMv1.0</metadataSchema>
+        <metadataSchema>ADLv1.0</metadataSchema>
+    </metaMetadata>
+    <educational>
+        <interactivityType>
+            <source>LOMv1.0</source>
+            <value>expositive</value>
+        </interactivityType>
+        <learningResourceType>
+            <source>LOMv1.0</source>
+            <value>narrative text</value>
+        </learningResourceType>
+    </educational>
+    <rights>
+        <copyrightAndOtherRestrictions>
+            <source>LOMv1.0</source>
+            <value>no</value>
+        </copyrightAndOtherRestrictions>
+    </rights>
+</lom>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/md_seq602682.xml b/Basilisk/MACAO/macao_3/sco/md_seq602682.xml
index 44fdde98b8c3fb721e82f4b254cac9f3e76faa5b..dee2d716b9c709a5d54a4735581152785c4121d5 100755
--- a/Basilisk/MACAO/macao_3/sco/md_seq602682.xml
+++ b/Basilisk/MACAO/macao_3/sco/md_seq602682.xml
@@ -1,9 +1,75 @@
-<?xml version="1.0" encoding="utf-8"?><lom xmlns="http://ltsc.ieee.org/xsd/LOM"><general><identifier><entry>macao3_ss_barre/seq602682</entry></identifier><title><string>Mémentos</string></title><language>fr</language><aggregationLevel><source>LOMv1.0</source><value>2</value></aggregationLevel></general><lifeCycle><status><source>LOMv1.0</source><value>final</value></status><contribute><role><source>LOMv1.0</source><value>author</value></role><entity>BEGIN:VCARD
-VERSION:3.0
+<?xml version="1.0" encoding="utf-8"?>
+<lom xmlns="http://ltsc.ieee.org/xsd/LOM">
+    <general>
+        <identifier>
+            <entry>macao3_ss_barre/seq602682</entry>
+        </identifier>
+        <title>
+            <string>Mémentos</string>
+        </title>
+        <language>fr</language>
+        <aggregationLevel>
+            <source>LOMv1.0</source>
+            <value>2</value>
+        </aggregationLevel>
+    </general>
+    <lifeCycle>
+        <status>
+            <source>LOMv1.0</source>
+            <value>final</value>
+        </status>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>author</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
 
-N:;
-FN: 
-END:VCARD</entity><date><dateTime>2010-06-01T14:16</dateTime></date></contribute></lifeCycle><metaMetadata><identifier><entry>md_/seq602682</entry></identifier><contribute><role><source>LOMv1.0</source><value>creator</value></role><entity>BEGIN:VCARD
-VERSION:3.0
-FN:MOS Solo R1 023
-END:VCARD</entity><date><dateTime>2009-03-19T00:21</dateTime></date></contribute><metadataSchema>LOMv1.0</metadataSchema><metadataSchema>ADLv1.0</metadataSchema></metaMetadata><educational><interactivityType><source>LOMv1.0</source><value>expositive</value></interactivityType><learningResourceType><source>LOMv1.0</source><value>narrative text</value></learningResourceType></educational><rights><copyrightAndOtherRestrictions><source>LOMv1.0</source><value>no</value></copyrightAndOtherRestrictions></rights></lom>
\ No newline at end of file
+                N:;
+                FN:
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2010-06-01T14:16</dateTime>
+            </date>
+        </contribute>
+    </lifeCycle>
+    <metaMetadata>
+        <identifier>
+            <entry>md_/seq602682</entry>
+        </identifier>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>creator</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
+                FN:MOS Solo R1 023
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2009-03-19T00:21</dateTime>
+            </date>
+        </contribute>
+        <metadataSchema>LOMv1.0</metadataSchema>
+        <metadataSchema>ADLv1.0</metadataSchema>
+    </metaMetadata>
+    <educational>
+        <interactivityType>
+            <source>LOMv1.0</source>
+            <value>expositive</value>
+        </interactivityType>
+        <learningResourceType>
+            <source>LOMv1.0</source>
+            <value>narrative text</value>
+        </learningResourceType>
+    </educational>
+    <rights>
+        <copyrightAndOtherRestrictions>
+            <source>LOMv1.0</source>
+            <value>no</value>
+        </copyrightAndOtherRestrictions>
+    </rights>
+</lom>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/md_seq68058.xml b/Basilisk/MACAO/macao_3/sco/md_seq68058.xml
index 3d023a28f4fa81dc80e0962e1ce1b0a4e5fdf03a..3fc8548478992bf86d37ddff7b61c0c228c7323e 100755
--- a/Basilisk/MACAO/macao_3/sco/md_seq68058.xml
+++ b/Basilisk/MACAO/macao_3/sco/md_seq68058.xml
@@ -1,9 +1,79 @@
-<?xml version="1.0" encoding="utf-8"?><lom xmlns="http://ltsc.ieee.org/xsd/LOM"><general><identifier><entry>macao3_ss_barre/seq68058</entry></identifier><title><string>Proximité</string></title><language>fr</language><aggregationLevel><source>LOMv1.0</source><value>2</value></aggregationLevel></general><lifeCycle><status><source>LOMv1.0</source><value>final</value></status><contribute><role><source>LOMv1.0</source><value>author</value></role><entity>BEGIN:VCARD
-VERSION:3.0
+<?xml version="1.0" encoding="utf-8"?>
+<lom xmlns="http://ltsc.ieee.org/xsd/LOM">
+    <general>
+        <identifier>
+            <entry>macao3_ss_barre/seq68058</entry>
+        </identifier>
+        <title>
+            <string>Proximité</string>
+        </title>
+        <language>fr</language>
+        <aggregationLevel>
+            <source>LOMv1.0</source>
+            <value>2</value>
+        </aggregationLevel>
+    </general>
+    <lifeCycle>
+        <status>
+            <source>LOMv1.0</source>
+            <value>final</value>
+        </status>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>author</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
 
-N:;
-FN: 
-END:VCARD</entity><date><dateTime>2010-05-31T08:50</dateTime></date></contribute></lifeCycle><metaMetadata><identifier><entry>md_/seq68058</entry></identifier><contribute><role><source>LOMv1.0</source><value>creator</value></role><entity>BEGIN:VCARD
-VERSION:3.0
-FN:MOS Solo R1 023
-END:VCARD</entity><date><dateTime>2009-03-19T00:21</dateTime></date></contribute><metadataSchema>LOMv1.0</metadataSchema><metadataSchema>ADLv1.0</metadataSchema></metaMetadata><educational><interactivityType><source>LOMv1.0</source><value>mixed</value></interactivityType><learningResourceType><source>LOMv1.0</source><value>narrative text</value></learningResourceType><learningResourceType><source>LOMv1.0</source><value>exercise</value></learningResourceType></educational><rights><copyrightAndOtherRestrictions><source>LOMv1.0</source><value>no</value></copyrightAndOtherRestrictions></rights></lom>
\ No newline at end of file
+                N:;
+                FN:
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2010-05-31T08:50</dateTime>
+            </date>
+        </contribute>
+    </lifeCycle>
+    <metaMetadata>
+        <identifier>
+            <entry>md_/seq68058</entry>
+        </identifier>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>creator</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
+                FN:MOS Solo R1 023
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2009-03-19T00:21</dateTime>
+            </date>
+        </contribute>
+        <metadataSchema>LOMv1.0</metadataSchema>
+        <metadataSchema>ADLv1.0</metadataSchema>
+    </metaMetadata>
+    <educational>
+        <interactivityType>
+            <source>LOMv1.0</source>
+            <value>mixed</value>
+        </interactivityType>
+        <learningResourceType>
+            <source>LOMv1.0</source>
+            <value>narrative text</value>
+        </learningResourceType>
+        <learningResourceType>
+            <source>LOMv1.0</source>
+            <value>exercise</value>
+        </learningResourceType>
+    </educational>
+    <rights>
+        <copyrightAndOtherRestrictions>
+            <source>LOMv1.0</source>
+            <value>no</value>
+        </copyrightAndOtherRestrictions>
+    </rights>
+</lom>
\ No newline at end of file
diff --git a/Basilisk/MACAO/macao_3/sco/md_seq906956.xml b/Basilisk/MACAO/macao_3/sco/md_seq906956.xml
index 1f4546f027a5ddf7b6b42cbaf648e56e33322d49..1e76078ff4df6b8fa889f1219c0800ed19773821 100755
--- a/Basilisk/MACAO/macao_3/sco/md_seq906956.xml
+++ b/Basilisk/MACAO/macao_3/sco/md_seq906956.xml
@@ -1,9 +1,79 @@
-<?xml version="1.0" encoding="utf-8"?><lom xmlns="http://ltsc.ieee.org/xsd/LOM"><general><identifier><entry>macao3_ss_barre/seq906956</entry></identifier><title><string>Homophonie</string></title><language>fr</language><aggregationLevel><source>LOMv1.0</source><value>2</value></aggregationLevel></general><lifeCycle><status><source>LOMv1.0</source><value>final</value></status><contribute><role><source>LOMv1.0</source><value>author</value></role><entity>BEGIN:VCARD
-VERSION:3.0
+<?xml version="1.0" encoding="utf-8"?>
+<lom xmlns="http://ltsc.ieee.org/xsd/LOM">
+    <general>
+        <identifier>
+            <entry>macao3_ss_barre/seq906956</entry>
+        </identifier>
+        <title>
+            <string>Homophonie</string>
+        </title>
+        <language>fr</language>
+        <aggregationLevel>
+            <source>LOMv1.0</source>
+            <value>2</value>
+        </aggregationLevel>
+    </general>
+    <lifeCycle>
+        <status>
+            <source>LOMv1.0</source>
+            <value>final</value>
+        </status>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>author</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
 
-N:;
-FN: 
-END:VCARD</entity><date><dateTime>2010-06-16T08:52</dateTime></date></contribute></lifeCycle><metaMetadata><identifier><entry>md_/seq906956</entry></identifier><contribute><role><source>LOMv1.0</source><value>creator</value></role><entity>BEGIN:VCARD
-VERSION:3.0
-FN:MOS Solo R1 023
-END:VCARD</entity><date><dateTime>2009-03-19T00:21</dateTime></date></contribute><metadataSchema>LOMv1.0</metadataSchema><metadataSchema>ADLv1.0</metadataSchema></metaMetadata><educational><interactivityType><source>LOMv1.0</source><value>mixed</value></interactivityType><learningResourceType><source>LOMv1.0</source><value>narrative text</value></learningResourceType><learningResourceType><source>LOMv1.0</source><value>exercise</value></learningResourceType></educational><rights><copyrightAndOtherRestrictions><source>LOMv1.0</source><value>no</value></copyrightAndOtherRestrictions></rights></lom>
\ No newline at end of file
+                N:;
+                FN:
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2010-06-16T08:52</dateTime>
+            </date>
+        </contribute>
+    </lifeCycle>
+    <metaMetadata>
+        <identifier>
+            <entry>md_/seq906956</entry>
+        </identifier>
+        <contribute>
+            <role>
+                <source>LOMv1.0</source>
+                <value>creator</value>
+            </role>
+            <entity>BEGIN:VCARD
+                VERSION:3.0
+                FN:MOS Solo R1 023
+                END:VCARD
+            </entity>
+            <date>
+                <dateTime>2009-03-19T00:21</dateTime>
+            </date>
+        </contribute>
+        <metadataSchema>LOMv1.0</metadataSchema>
+        <metadataSchema>ADLv1.0</metadataSchema>
+    </metaMetadata>
+    <educational>
+        <interactivityType>
+            <source>LOMv1.0</source>
+            <value>mixed</value>
+        </interactivityType>
+        <learningResourceType>
+            <source>LOMv1.0</source>
+            <value>narrative text</value>
+        </learningResourceType>
+        <learningResourceType>
+            <source>LOMv1.0</source>
+            <value>exercise</value>
+        </learningResourceType>
+    </educational>
+    <rights>
+        <copyrightAndOtherRestrictions>
+            <source>LOMv1.0</source>
+            <value>no</value>
+        </copyrightAndOtherRestrictions>
+    </rights>
+</lom>
\ No newline at end of file