diff --git a/index.md b/index.md
index 1834deafaa1603d08f6f3aa3b9f3c6ce4ff241bf..b1c992db84935a2f45464ddd0333a33faf39ff7d 100644
--- a/index.md
+++ b/index.md
@@ -6,26 +6,14 @@ author: Orestis Malaspinas
 sansfont: Sans Serif
 ---
 
-# Cours de programmation séquentielle en Rust
-
-## Première séance
-
-- [Introduction](intro.html).
-- [Installation](installation.html).
-- [Variables](variables.html).
-- [Types](types.html).
-- [Structures de contrôle](control.html).
-
-## Deuxième séance
-
-- [Types avancés](types_avances.html).
-- [Organisation du code](modules.html)
-
-## Troisième séance
-
-- [Fonctions](fonctions.html).
-- [Ownership](ownership.html).
-
-## Quatrième séance
-
-- [Commentaires](commentaires.html).
+# Programmation en Rust
+
+- [1.1 Introduction](intro.html).
+- [1.2 Installation](installation.html).
+- [1.3 Variables](variables.html).
+- [1.4 Types](types.html).
+- [1.5 Structures de contrôle](control.html).
+- [2.1 Types avancés](types_avances.html).
+- [2.2 Organisation du code](modules.html)- [3.1 Fonctions](fonctions.html).
+- [3.2 Ownership](ownership.html).
+- [4.1 Commentaires](commentaires.html).