\documentclass[12pt]{article}
\usepackage{docstyle}
% Champs à modifier au besoin
\renewcommand{\doctitle}{Modèle \LaTeX}
\newcommand{\institution}{M. Robert Poitras}
\newcommand{\studyprogram}{Génie électrique/informatique}
\newcommand{\faculte}{Faculté de génie}
\newcommand{\uni}{Université de Sherbrooke}
\newcommand{\suni}{UdeS}
\begin{document}
\title{\doctitle}
\pagenumbering{roman}
\input{title}
\newpage
% Décommenter au besoin
\tableofcontents
% \listoffigures
% \listoftables
\pagenumbering{arabic}
\input{sections/exemple}
% Décommentez, ayez au moins une référence sinon il y aura un warning
% \printbibliography
\end{document}