This is my code:
\usepackage[french]{minitoc}
\fancyfoot{}
\fancyfoot[RO,LE]{ \textbf{ \small \textsf{\thepage}}}
\documentclass[12pt,a4paper]{book}
\usepackage[T1]{fontenc}
\renewcommand{\baselinestretch}{1.5}
\begin{document}
\include{Chapter1}
\include{Chapter2}
\end{document}
With this code, I have the number of pages: one on the left and one the right. I ask how can change it all on the middle? And the first page of each chapter (which contains the minitoc) is without number, I ask how can add a number of page in this page?

\include. There are packages that produce filler text, e.g.lipsum,blindtext, orkantlipsum. Make sure to include things like minitocs, but don't just paste your original document, reduce it to the minimum necessary to show all features present. – doncherry Dec 29 '12 at 19:34