%
% Ce fichier definie un exemple de texte a mettre dans les petits
% boitiers rouges destines a contenir une identification.
%
% Il contient:
%	Le LOGO du batiment
%	Le LOGO du labo
%	L'intitule
%
%
\documentclass[12pt]{article}

\textheight 10.6cm
\textwidth 15.8cm
\oddsidemargin 0cm
\evensidemargin 0cm
\topmargin -1.5cm
\pagestyle{empty}

\begin{document}

\input /home/exco/REDACTEX/LETTRES/entete.tex
\input psfig

\centerline{\rule{15.2cm}{1mm}}

\vfill

\centerline{\psfig{file=/home/exco/REDACTEX/710e.ps,width=13cm}}

\vfill

\parbox{6.4cm}
{
\centerline{
\psfig{file=/home/exco/DATA/IMAGES/LIGIM/ligim.ps,width=7cm}
}
}
\parbox{6.7cm}{
\Huge
\centerline{Jean-Michel MOREAU}

\vspace{4mm}

\centerline{Éric TOSAN}
}

\vfill
\centerline{\rule{15.2cm}{1mm}}

\end{document}


