\documentclass[french]{xreport}
%\usepackage[T1]{fontenc}
%\usepackage{listings}
\usepackage{eurosym}
\usepackage{tabularx}
\usepackage{calc}

%% Script pour faire une image de fond
%% http://latex.s-v-p.de/titlepage/background.pdf
%\usepackage{eso-pic,graphicx}
%\newcommand\BackgroundPicture[2]{%
%\setlength{\unitlength}{1pt}%
%default \put(0,\strip@pt\paperheight){%
%\parbox[t][\paperheight]{\paperwidth}{%
%\vfill
%\centering\includegraphics[angle=#2]{#1}
%\vfill
%\AddToShipoutPicture{\BackgroundPicture{logo_Filigrame}{0}}
%\lstset{frame=single}
%}}}

% Formalités administratives
\title{{\Large Business Plan}
       \includegraphics{./images/logo-Main}}
\author{Alexandre  \textsc{Bargeton}  \and
        Claire     \textsc{Calméjane} \and
        Fabrice    \textsc{Hesling}   \and
	Jérôme     \textsc{Louis}     \and
	Marc-André \textsc{Lureau}    \and
	Jérôme     \textsc{Pouiller}  \and
        Marco      \textsc{Tessari}}

\begin{document}

%\newcommand{\glosref}[1]{(glossaire, page \pageref{#1})}

\maketitle

\tableofcontents
\pagenumbering{arabic}

%% Introduction (??)
  \include{intro}
%% Etude de marche (Fabecc)
  \include{marche}
%% Etude de la concurence (Jezz)
  \include{concurence}
%% Definition de l'offre (Claire)
  \include{def_offre}
%% Orgonisation de l'équipe (Alex & Claire)
  \include{organigrame}
%% Stratégie de développement (Big)
  \include{developpement}
%% Marketing et publicité (Marco L. ?)
  \include{market}
%% Stratégie commerciale (zapata)
  \include{commerce}
%% Modèle économique
  \include{business_model}
%% Conclusion (??)
 % \include{conlu}

%  \nocite{*}
%  \bibliographystyle{plain}
%  \addcontentsline{toc}{chapter}{Références}
%  \bibliography{report}

\end{document}


