diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bdadb8f9bc9c4e9227853b11b5254093c651d135..23c32f0536a89260f3db19a67a3b3c816917bbf2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,24 +2,14 @@
 image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
 
 
-test:
-  script:
-      - pwd
-      - cd web
-      - hugo
-      - mv public ../public
-      - ls -la ..
-      - ls -la ../public
-      - chmod 755 ../public
-      - chmod 644 ../public/index.html
-  except:
-    - main
 
 pages:
   script:
       - cd web
       - hugo
       - mv public ../public
+      - ls -la ..
+      - ls -la ../public
   artifacts:
     paths:
       - public
@@ -28,3 +18,15 @@ pages:
 
 
 
+# test:
+#   script:
+#       - pwd
+#       - cd web
+#       - hugo
+#       - mv public ../public
+#       - ls -la ..
+#       - ls -la ../public
+#       - chmod 755 ../public
+#       - chmod 644 ../public/index.html
+#   except:
+#     - main
diff --git a/web/content/NP_controle.md b/web/content/NP_controle.md
new file mode 100644
index 0000000000000000000000000000000000000000..be662e7b74ffbe4bd4d16a7cf881d11949ac526f
--- /dev/null
+++ b/web/content/NP_controle.md
@@ -0,0 +1,14 @@
+# Master 1 Informatique - UE M1if37 Animation en synthèse d'image (3 ECTS)
+
+## Contrôle de mouvement
+
+Télécharger [les transparents du cours](documents/NP_controle/M1IF37_CM_CONTROLEUR.pdf)
+
+
+Télécharger [l'énoncé du TP](documents/NP_controle/M1IF37_TP_CONTROLEUR.pdf)
+
+
+Accéder [aux ressources pour le TP](TP/NP_controle)
+
+
+Télécharger [le modèle pour le rapport](documents/NP_controle/M1IF37_TP_CONTROLEUR-modele_rapport.docx)		
\ No newline at end of file
diff --git a/web/content/index.md b/web/content/index.md
index c46ab89413ab2524642414ae07897ac3b2d3090b..f5af80f3cdaaf2266e3724435d9fb11ba0b94238 100644
--- a/web/content/index.md
+++ b/web/content/index.md
@@ -1,8 +1,11 @@
 # Master 1 Informatique - UE M1if37 Animation en synthèse d'image (3 ECTS)
 
-Responsables de l'enseignement : A. Meyer, N. Pronost et F. Zara
+Responsables de l'enseignement : [Alexandre Meyer](	
+http://liris.cnrs.fr/alexandre.meyer), [Nicolas Pronost](	
+http://liris.cnrs.fr/nicolas.pronost) et [Florence Zara](	
+http://liris.cnrs.fr/florence.zara)
 
-Volume horaire : 10h30 CM, 18h TP
+Volume horaire : 10h30 CM, 19h30 TP
 
 
 ![im_all.png](images/im_all.png)
@@ -15,19 +18,19 @@ M1if37 est une UE optionnelle de la 1ère année du Master d'Informatique de l'U
 
 ## Thématiques abordées
 
-### Animation par modèles physiques (F. Zara) - 4h30 CM, 6h TP
+### Animation par modèles physiques (F. Zara) - 4h30 CM, 6h30 TP
   * Concepts physiques (forces, lois de Newton)
   * Méthodes d'intégration numérique
   * [La page de cette partie](https://perso.liris.cnrs.fr/fzara/Web/M1Animation.html)
 
 
-### Animation de personnage (A. Meyer) - 4h30 CM, 6h TP
+### Animation de personnage (A. Meyer) - 4h30 CM, 6h30 TP
   * Animation basée squelette
   * Déformation de maillage (skinning)
   * [La page de cette partie](https://perso.liris.cnrs.fr/alexandre.meyer/public_html/www/doku.php?id=charanim_m1#master_1_informatique_-_ue_m1if37_animation_en_synthese_d_image)
 
 
-### Contrôle de mouvement (Nicolas Pronost) - 1h30 CM, 6h TP
+### Contrôle de mouvement (Nicolas Pronost) - 1h30 CM, 6h30 TP
   * Mouvement d'objets rigides articulés
   * [La page de cette partie](NP_controle.md)