diff --git a/app/view/Admin/displayJoueur.html b/app/view/Admin/displayJoueur.html
index 68fbf4b53f1f6f3df1d14a1fa87efbf35790da75..dea7b729f3e96de048086cb26be619d3fd373d47 100644
--- a/app/view/Admin/displayJoueur.html
+++ b/app/view/Admin/displayJoueur.html
@@ -22,7 +22,7 @@ include(ROOT."/app/view/Includes/header.include.html");
             if($ligne->avatar) { print "
             <td><a href=\"".BASE_URL."/profil/".$ligne->slug."\"> <img src=\"".BASE_URL."/images/avatar/".$ligne->slug.".jpg\" alt=\"avatar de ".$ligne->pseudo."\" /></a></td>
             "; } else { print "
-            <td><a href=\"".BASE_URL."/profil/".$ligne->slug."\"> <img src=\"".BASE_URL."/images/profil_42.jpg\" alt=\"avatar de ".$ligne->pseudo."\" /></a></td>
+            <td><a href=\"".BASE_URL."/profil/".$ligne->slug."\"> <img src=\"".BASE_URL."/images/avatar/default.jpg\" alt=\"avatar de ".$ligne->pseudo."\" /></a></td>
             "; }
             print "
             <td><a href=\"".BASE_URL."/profil/".$ligne->slug."\">".$ligne->pseudo."</a></td>