diff --git a/class/facture.php b/class/facture.php
index 8ab7aa576210d919928c07a0613863fcc5cd2b82..89d96b0aca912d8d316ec30c18329bd0322afac9 100644
--- a/class/facture.php
+++ b/class/facture.php
@@ -40,43 +40,43 @@ class Facture extends Objet
         $this->animal = $animal;
     }
 
-    public function date_edition()
+    public function dateEdition()
     {
         return $this->date_edition;
     }
     
-    public function setDate_edition($date_edition)
+    public function setDateEdition($dateEdition)
     {
-        $this->date_edition = $date_edition;
+        $this->dateEdition = $dateEdition;
     }
 
-    public function date_paiement()
+    public function datePaiement()
     {
-        return $this->date_paiement;
+        return $this->datePaiement;
     }
     
-    public function setDate_paiement($date_paiement)
+    public function setDatePaiement($datePaiement)
     {
-        $this->date_paiement = $date_paiement;
+        $this->datePaiement = $datePaiement;
     }
 
-    public function moyen_paiement()
+    public function moyenPaiement()
     {
-        return $this->moyen_paiement;
+        return $this->moyenPaiement;
     }
     
-    public function setMoyen_paiement($moyen_paiement)
+    public function setMoyenPaiement($moyenPaiement)
     {
-        $this->moyen_paiement = $moyen_paiement;
+        $this->moyenPaiement = $moyenPaiement;
     }
 
-    public function prix_total()
+    public function prixTotal()
     {
-        return $this->prix_total;
+        return $this->prixTotal;
     }
     
-    public function setPrix_total($prix_total)
+    public function setPrixTotal($prixTotal)
     {
-        $this->prix_total = $prix_total;
+        $this->prixTotal = $prixTotal;
     }
 }
\ No newline at end of file
diff --git a/class/race.php b/class/race.php
index 1e6151bcbe36186339965822d16aa74df148016f..affd104e71bd54b0db75295e5f63e52d1ef342db 100644
--- a/class/race.php
+++ b/class/race.php
@@ -26,13 +26,13 @@ class Race extends Objet
         $this->espece = $espece;
     }
 
-    public function prix_consult()
+    public function prixIntervention()
     {
-        return $this->prix_intervention;
+        return $this->prixIntervention;
     }
     
-    public function setPrix_intervention($prix_intervention)
+    public function setPrixIntervention($prixIntervention)
     {
-        $this->prix_intervention = $prix_intervention;
+        $this->prixIntervention = $prixIntervention;
     }
 }
\ No newline at end of file