I apply \rotatebox{0} to a tabular with a 3 times reproduction of the same column. The result is different than without \rotatebox.
\begin{center}
%\rotatebox{0}{
\begin{tiny}
\begin{tabular}[t]{|\Tattab|\Tattab|\Tattab|}
\hline
\GMLta & \GMLta & \GMLta \\
A & b & c \\
\hline
\end{tabular}
\end{tiny}
%}
\end{center}
with:
\newcommand{\tattitre}[1]{\begin{center}\textbf{#1}\end{center}}
\newcommand{\GMLta}{
\begin{tabular}[t]{\Tattab}
\tattitre{Série A - Rigidité\\~ \\A1\\Référence à la réalité externe}\\
+B1-1 : Accent porté sur les relations inter-personnelles, mise en dialogue $\rightarrow \\
$A1-2 : Précisions temporelles, spatiale, chiffrée
\tattitre{A2\\ Investissement de la réalité
interne}\\
A2-1 : recours au fictif \\
\tattitre{A3\\ Procédés de type obsessionel}
++A3-1 : Doute\\
A3-2 : annulation \\
\end{tabular}}
\documentclass{...}and ending with\end{document}. – egreg Jan 21 at 15:47\rotatebox{0}is just a very slow way of doing\mboxand in your posted code will introduce extra white space as you are missing%at the ends of lines – David Carlisle Jan 21 at 17:07