//En-t�te
function Header()
{
$this->Image('../css/logo_upea.png',120,5,70);
$this->SetLeftMargin(25);
$this->SetFont('Arial','B',12);
$this->SetTextColor(0,0,0);
$this->SetY(25);
$this->SetRightMargin(20);
$this->Cell(0,20,'Union des Parents d�El�ves et Amis',0,0,'R');
$this->Cell(0,30,'du Lyc�e Fran�ais de Francfort e.V.',0,0,'R');
$this->Line(0,99,5,99);
}
//Page footer
function Footer()
{
//Position at 1.5 cm from bottom
$this->SetY(-15);
//Arial italic 8
$this->SetDrawColor(48,89,203);
$this->Line(0,280,210,280);
$this->SetTextColor(0,0,0);
$this->SetFont('Arial','',6);
$this->MultiCell(0,2,'UPEA e.V., Postadresse: Gontardstrasse 11, 60488 Frankfurt - VR Frankfurt/Main Nr.11905 - 1. Vorsitzender Marc de la Fouchardi�re - 2. Vorsitzende V�ronique Schlederer',0,'C',0);
$this->MultiCell(0,5,'Kontakt: comptabilite@upea.de - Bankverbindung/IBAN: DE76 5004 0000 0721 0024 00, BIC: COBADEFFXXX',0,'C',0);
}