diff --git a/DLdossier.php b/DLdossier.php
index 6d56751cf79ce3d66743eb453908461285e5391b..26515a824ec92ad1dce52455ecac64ba541147b5 100644
--- a/DLdossier.php
+++ b/DLdossier.php
@@ -10,8 +10,8 @@ $query = $connexion->query($sql);
 
 $pdf = new TCPDF();
 
-$pdf->SetCreator('Club de Foot');
-$pdf->SetAuthor('Club de Foot');
+$pdf->SetCreator('Club MatchZéro');
+$pdf->SetAuthor('Club MatchZéro');
 $pdf->SetTitle('Dossiers d\'Inscription - Club MatchZéro');
 $pdf->SetMargins(10, 10, 10);
 
@@ -54,7 +54,7 @@ $html .= '</table>';
 
 $pdf->writeHTML($html, true, false, true, false, '');
 
-$file_name = 'Dossiers_Inscription_Club_Foot.pdf';
+$file_name = 'Dossiers_Inscription_Club_MatchZéro.pdf';
 
 $pdf->Output($file_name, 'D');
 ?>
\ No newline at end of file
diff --git a/DLprogramme.php b/DLprogramme.php
index cf145ef912e32b4a1e666b8f0314c1db2b841ce4..35a9a2a6fd081057711c7ab5e1a88f0940884940 100644
--- a/DLprogramme.php
+++ b/DLprogramme.php
@@ -11,8 +11,8 @@ date_default_timezone_set('Europe/Paris');
 require_once('TCPDF-main/tcpdf.php');
 $pdf = new TCPDF();
 
-$pdf->SetCreator('Club de Foot');
-$pdf->SetAuthor('Club de Foot');
+$pdf->SetCreator('Club MatchZéro');
+$pdf->SetAuthor('Club MatchZéro');
 $pdf->SetTitle('Programmes du Club MatchZéro');
 $pdf->SetMargins(10, 10, 10);
 
@@ -41,7 +41,7 @@ $html .= '</table>';
 
 $pdf->writeHTML($html, true, false, true, false, '');
 
-$nom_fichier = 'Programmes_Club_Foot.pdf';
+$nom_fichier = 'Programmes_Club_MatchZéro.pdf';
 
 $pdf->Output($nom_fichier, 'D');
 ?>
\ No newline at end of file
diff --git a/DLrdv.php b/DLrdv.php
index 33cb6ae85536dab65e6bfe07ff7baae66f968322..c679ef0dc289a45273d933a3bd1ab2c8d2efb5d1 100644
--- a/DLrdv.php
+++ b/DLrdv.php
@@ -10,8 +10,8 @@ $query = $connexion->query($sql);
 
 $pdf = new TCPDF();
 
-$pdf->SetCreator('Club de Foot');
-$pdf->SetAuthor('Club de Foot');
+$pdf->SetCreator('Club MatchZéro');
+$pdf->SetAuthor('Club MatchZéro');
 $pdf->SetTitle('Planifications des Matchs - Club MatchZéro');
 $pdf->SetMargins(10, 10, 10);
 
@@ -38,6 +38,6 @@ $html .= '</table>';
 
 $pdf->writeHTML($html, true, false, true, false, '');
 
-$file_name = 'Planifications_Matchs_Club_Foot.pdf';
+$file_name = 'Planifications_Matchs_Club_MatchZéro.pdf';
 
 $pdf->Output($file_name, 'D');
\ No newline at end of file