\documentclass[11pt]{article}

\usepackage[francais]{babel} %
% \usepackage[T1]{fontenc} %
\usepackage[latin1]{inputenc} %
% \usepackage[applemac]{inputenc} %
% \usepackage{a4wide} %

% \setlength{\parskip}{0.3\baselineskip}

\begin{document}

\title{Report title}

\author{Your name, name of your supervisor(s), name of their team/lab}

\date{Date}

\maketitle

\pagestyle{empty} %
\thispagestyle{empty}

%% Attention: pas plus d'un recto-verso!
% Ne conservez pas les questions

\begin{center}
\underline{
This summary should be at most one (two-sided) page.
}
\end{center}

\subsection*{General context}
What is the report about ? Where does the problem come from ? What is the state of the art in that area ?

\subsection*{Research problem}

What specific question(s) have you studied ?
What motivates the question? What are its applications/consequences?
Is it a new problem ?
Why did you choose this problem?
%If so, why are you the first researcher in the universe to consider it?
%If not, why did you think that you could bring an original contribution?

\subsection*{Your contribution}

What is your answer to the research problem?

Please remain at a high level; technical details should be given in the main body of the report.
Pay special attention to the description  of the \emph{scientific} approach.

\subsection*{Arguments supporting its validity}

What is the evidence that your solution is a good solution?
(Experiments? Proofs?)

Comment on the robustness of your solution: does it rely on assumptions, and if so, to what extent?

\subsection*{Summary and future work}

What did you contribute to the area?
What comes next?
What is a good \emph{next} step or question?

\end{document}



