diff --git a/code/index.html b/code/index.html
index 1ca831f..6260eab 100644
--- a/code/index.html
+++ b/code/index.html
@@ -26,10 +26,10 @@
@@ -402,6 +402,8 @@
//[fromTab,toTab]=[toTab,fromTab];
toutDessiner(fromTab,eval("canvas"+from),eval("ctx"+from));
toutDessiner(toTab,eval("canvas"+to),eval("ctx"+to));
+ toutDessiner(tabTotal,canvasT,ctxT);
+ empiler();
}