\documentclass{article}
\setlength{\topmargin}{-35mm}
\setlength{\textheight}{25.5cm}
\setlength{\oddsidemargin}{-5mm}
\addtolength{\textwidth}{40mm}
\begin{document}
%de verbatimfiles par Chris Rowley 
% ou de french.sty par Bernard Gaulle
% ici par Raymond Juillerat
  \makeatletter %
  \def\verbatimfile#1{\begingroup
                    \@verbatim \frenchspacing \@vobeyspaces
                    \input#1 \endgroup
  }
\makeatother %
\verbatimfile{french_doc.txt}
\end{document}