diff --git a/06_cicruits_electriques.md b/06_cicruits_electriques.md
index 808eab7d3963f6f65e4efa8443add8a6be9b6328..6f1a141f69a77a222637134461cfa3adf8d0f34e 100644
--- a/06_cicruits_electriques.md
+++ b/06_cicruits_electriques.md
@@ -265,7 +265,7 @@ V_C=V(1-\exp{(-t/(RC))}).
 $$
 On voit bien qu'à $t=0$, le potentiel et nul et qu'avec $t\rightarrow \infty$ on tend vers $V_C=V$.
 
-```{.matplotlib #fig:continu_alternatif source=true format=SVG caption="Illustration de courant continu, et de courant alternatif."}
+```{.matplotlib #fig:rc_charge source=true format=SVG caption="Illustration de courant continu, et de courant alternatif."}
 import matplotlib.pyplot as plt
 import numpy as np
 import math