%# entete
\usepackage{boxedminipage}
\usepackage{fancyhdr} 
\usepackage{graphics}
\usepackage[dvips]{graphicx} 


\newcommand\hautdepage {
\noindent\includegraphics{<TMPL FICHIER_LOGO>}
}
\newcommand\basdepage {
\noindent\includegraphics{<TMPL FICHIER_PIED>}
}

\fancypagestyle{plain} {
\fancyhf{}
\fancyhead[L] {\hautdepage}
\fancyfoot[L] {\basdepage}
\fancyfoot[C] { }
\fancyfoot[R] { }
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
}

\pagestyle{fancy}
\lhead{\hautdepage}
\lfoot{\basdepage}
\chead{}
\rhead{}
\rfoot{}
\cfoot{}

\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}

