diff --git a/commun/commun.sty b/commun/commun.sty
index e57fcc8..5dcc1ac 100644
--- a/commun/commun.sty
+++ b/commun/commun.sty
@@ -97,6 +97,14 @@
 
 % texte gras
 \newcommand{\tb}[1]{\textbf{#1}}
+
+% vecteurs i et j
+\NewDocumentCommand \veci { } {
+	\vec{\imath}
+}
+\NewDocumentCommand \vecj { } {
+	\vec{\jmath}
+}
 %--%