\documentclass[a4paper]{book}
\usepackage{t1enc}
\usepackage[latin1]{inputenc}
\usepackage[french]{minitoc}
%\usepackage{palatino,euler}
%\usepackage{times}
\usepackage{fancyhdr,amsmath,amsthm,amssymb,fancybox}
\usepackage[francais]{babel}
\usepackage{a4wide,jlq2eams}
\setlength{\shadowsize}{1.5pt}
\pagestyle{fancy}
\addtolength{\headwidth}{\marginparsep}
\addtolength{\headwidth}{\marginparwidth}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{}
\fancyhead[LE,RO]{\bfseries\thepage}
\fancyhead[LO]{\bfseries\rightmark}
\fancyhead[RE]{\bfseries\leftmark}
\fancypagestyle{plain}{%
\fancyhead{} % get rid of headers
\renewcommand{\headrulewidth}{0pt} % and the line
}
\setcounter{minitocdepth}{3}
% Début du préambule
\theoremstyle{plain}% default
\newtheorem{Th}{Théorème}[section]
\newtheorem{Lem}[Th]{Lemme}
\newtheorem{Prop}[Th]{Proposition}
\newtheorem*{Cor}{Corollaire}
\theoremstyle{definition}
\newtheorem{Df}{Définition}[section]
\newtheorem{Dfs}[Df]{Définitions}%[section]
\newtheorem{conj}{Conjecture}[section]
\newtheorem{Ex}{Exemple}[section]
\newtheorem{Exs}[Ex]{Exemples}%[section]
\theoremstyle{remark}
\newtheorem*{NB}{Remarque}
\newtheorem*{NBs}{Remarques}
\newtheorem*{Gen}{Généralisation}
\newtheorem*{note}{Note}
\newtheorem*{nota}{Notation}
\addto\captionsfrench{\def\proofname{\textsc{Preuve}}}
% \renewcommand ne donne pas de résultat; aller voir dans frenchb.cfg
\renewcommand{\qedsymbol}{\textsf{cqfd}}
% pour changer le carré blanc de amsth.sty
\addtocounter{secnumdepth}{1}
\renewcommand{\thesection}{\arabic{section}}
\renewcommand{\thesubsection}{\thesection.\arabic{subsection}}
\renewcommand{\thesubsubsection}{\thesubsection.\arabic{subsubsection}}
\makeatletter
\@addtoreset{equation}{section}
\makeatother
\renewcommand{\theequation}{\thesection.\arabic{equation}}
\addtolength{\headheight}{1pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\dominitoc
\tableofcontents
\include{groupe} % chapitre -1. Résumé groupe, anneaux, corps
\include{ev} % chapitre 0. Résumé espace vectoriel
\include{evcomplt} % chapitre 1. Espace vectoriel, complément
\include{determt} % chapitre 2. Déterminant
\include{reducton} % chapitre 3. Réduction des endomorphismes et des matrices
\include{analhilb} % chapitre 4. Analyse hilbertienne
\include{eucldien} % chapitre 5. Espace euclidien
\end{document}