diff --git a/src/syntax/constituents.gv b/src/syntax/constituents.gv
index 91a595af5e5d0ee7f7510ba368c49994611b0798..e06c7df005b3ed0faf86267f40a9c50c9043abac 100644
--- a/src/syntax/constituents.gv
+++ b/src/syntax/constituents.gv
@@ -15,6 +15,12 @@ digraph const {
     7 [label="type:N"];
     8 [label="multipolaire:A"];
 
+    subgraph order {
+        rankdir="LR";
+        rank="same";
+        4 -> NP4 [style=invis];
+    }
+
     1, 2 -> NP1;
     NP1, 3 -> NP3;
     4, NP4 -> VP;
diff --git "a/\303\211dlA/TAL.md" "b/\303\211dlA/TAL.md"
index 456fa67a0e6cfe829565a1861d8aa9e175ac32cb..ae22e48455a299e5d48be05b9342cb174a22b857 100644
--- "a/\303\211dlA/TAL.md"
+++ "b/\303\211dlA/TAL.md"
@@ -329,12 +329,12 @@ la même phrase.
 
 \begin{figure}
   \centering
-  \begin{subfigure}[b]{0.54\textwidth}
+  \begin{subfigure}[b]{0.6\textwidth}
     \includegraphics[width=\textwidth]{figure/syntax/constituents.png}
     \caption{Analyse en constituants}
     \label{fig:syntax_trees_constituents}
   \end{subfigure}
-  \begin{subfigure}[b]{0.44\textwidth}
+  \begin{subfigure}[b]{0.38\textwidth}
     \includegraphics[width=\textwidth]{figure/syntax/dependencies.png}
     \caption{Analyse en dépendances}
     \label{fig:syntax_trees_dependencies}