\documentclass{report}

% redefinit la marge paire
\setlength{\oddsidemargin}{0pt}
% redefinit la marge impaire
\setlength{\evensidemargin}{0pt}
\setlength{\marginparwidth}{1in}
\setlength{\marginparsep}{0pt}
% d?finit la marge a 1 pouce
\setlength{\topmargin}{0pt}
 %red?finit la marge en retrait par rapport a 1 pouce
\addtolength{\topmargin}{-0.5in}
%redefinit la s?paration en l'ent?te et le corps du document
\setlength{\headsep}{19pt}
\setlength{\textwidth}{\paperwidth}
%ajoute 2 pouces ? la largeur du document
\addtolength{\textwidth}{-2in}
%red?finit la hauteur de la page
\setlength{\textheight}{\paperheight}
\addtolength{\textheight}{-2in}
\setlength{\parindent}{0pt}

\usepackage{multicol}
%\usepackage[html, 1, next]{tex4ht}
\usepackage[french]{babel}
\usepackage[latin1]{inputenc}

\title{Walt Disney}
\author{Joris Quenee
  \and Joel Ngo
  \and Jeremy Goldschmidt
  \and Jerome Buchler
  \and Jerome Van Der Linden
  \and Jerome Pouiller
  \and Joseph Zerbib
  \and Jerome Villemazet
  \and Jerome Leroy
  \and Jerome Louis}
\date{Wesdneday, the 28th of May}

\begin{document}

  \maketitle
  \tableofcontents

%Joris Quenee --> ABSTRACT
\include{01-abstract}

%Joel Ngo --> COMPANY BACKGROUND
\include{02-background}
\include{03-empire}
%         --> WHAT IS/ARE THE PROBLEMS AND OPPORTUNITIES
\include{04-problems&opportunities}

%Jeremy Goldschmidt --> SWOT ANALYSIS
\include{05-swot}

%Jerome Buchler --> SUMMARIZE MAJOR PROBLEMS & OPPORTUNITIES
\include{06-problems&opportunities(bis)}

%Jerome Pouiller --> CONSIDER THE KEY STAKE HOLDERS
\include{07-stake_holders}

%Joseph Zerbib --> WHAT ARE THE MAJOR OBJECTIVES
\include{08-majors_objectives}

%Jerome Van Der Linden --> WHAT ARE THE ALTERNATIVES
\include{09-alternatives}

%Jerome Villemazet --> WHAT ARE YOUR SPECIFIC RECOMMENDATIONS
\include{10-recommandations}

%Jerome LEROY --> WHAT ARE THE SPECIFIC NEXT STEPS
\include{11-next_steps}

%Jerome LOUIS --> POSITION
\include{12-position}

%\chapter{CV \& lettres de motivation}

%\section{Jeremy Goldschmidt}
%\include{CV-goldsc_j}
%\include{motiv-goldsc_j}

%\section{Jerome Pouiller}
%\include{CV-pouill_j}
%\include{motiv-pouill_j}

%\section{Jerome Buchler}
%\include{CV-buchle_j}
%\include{motiv-buchle_j.tex}

%\section{Joel Ngo}
%CV-ngo_j.doc

%\section{Jerome Louis}
%CV-louis_j.rtf
%motiv-louis_j.rtf

%\section{
\end{document}
