diff --git a/HERRY-M--HERRY-E/TABLO.js b/HERRY-M--HERRY-E/TABLO.js
index c14ab5739a466d6c133fc83ef4c1f76e9ce99e9a..ad8e7859de65a398fc8bebaa92d13ee6a42833ab 100644
--- a/HERRY-M--HERRY-E/TABLO.js
+++ b/HERRY-M--HERRY-E/TABLO.js
@@ -223,6 +223,7 @@ function fillScene() {
         ]);
     
         scene.background = textureCube; // Appliquer la skybox en arrière-plan
+        scene.environment = textureCube; // Appliquer la skybox comme environment map
     }
     
     //Brouillard
diff --git a/HERRY-M--HERRY-E/checklistProjet.md b/HERRY-M--HERRY-E/checklistProjet.md
index 5713b95e74ddf1c19537eb2bd1501b0ef6731034..d9362135003d17535dd74240be71802928760ec1 100644
--- a/HERRY-M--HERRY-E/checklistProjet.md
+++ b/HERRY-M--HERRY-E/checklistProjet.md
@@ -1,7 +1,7 @@
 - [X] Esthetisme
-- [ ] Mise en page de la page web
-- [ ] Paragraphe(s) d'explications techniques
-- [ ] Légèreté du dossier (<2Mo)
+- [X] Mise en page de la page web
+- [X] Paragraphe(s) d'explications techniques
+- [X] Légèreté du dossier (<2Mo)
 - [X] Géométrie(table)
 - [X] Couleur(table)
 - [X] Transparence(verre)
@@ -16,8 +16,8 @@
 - [X] Texture classique(livre)
 - [X] Texture avec transparence (verre)
 - [X] Sprites
-- [ ] Environment map
-- [ ] Skybox
+- [X] Environment map
+- [X] Skybox
 - [X] Animations (fumée cigarette)
 - [X] normal maps(la nappe)
 - [X] Interaction par GUI (brouillard)
\ No newline at end of file