I share with you the solution :
Create a link /var/www
sudo ln -s /usr/share/phpmyadmin /var/www/
sudo nano /etc/apache2/apache2.conf
Then add the following line :
Include /etc/phpmyadmin/apache.conf
then Restart your apache
sudo service apache2 reload