diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php
index 5d3b4b26c685e89a74df2344ab2171f5a01d6838..0e56ae1258cd37c5539fd4012c3304b97330579b 100644
--- a/htdocs/lib/functions.lib.php
+++ b/htdocs/lib/functions.lib.php
@@ -1292,7 +1292,7 @@ function img_tick($alt = "default")
  \param      allow       Authorise ou non
  \return     string      Retourne tag img
  */
-function img_allow($allow)
+function img_allow($allow,$alt='default')
 {
 	global $conf,$langs;
 	if ($alt=="default") $alt=$langs->trans("Active");
@@ -1858,7 +1858,7 @@ function print_titre($titre)
  *	\param	picto				Icon to use before title (should be a 32x32 transparent png file)
  *	\param	pictoisfullpath		1=Icon name is a full absolute url of image
  */
-function print_fiche_titre($titre, $mesg='', $picto='title.gif', $pictoisfullpath=0)
+function print_fiche_titre($titre, $mesg='', $picto='title.png', $pictoisfullpath=0)
 {
 	print "\n";
 	print '<table width="100%" border="0" class="notopnoleftnoright" style="margin-bottom: 2px;"><tr>';
@@ -1887,7 +1887,7 @@ function print_fiche_titre($titre, $mesg='', $picto='title.gif', $pictoisfullpat
  *	\param	picto				Icon to use before title (should be a 32x32 transparent png file)
  *	\param	pictoisfullpath		1=Icon name is a full absolute url of image
  */
-function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $sortorder='', $center='', $num=-1, $totalnboflines=0, $picto='title.gif', $pictoisfullpath=0)
+function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $sortorder='', $center='', $num=-1, $totalnboflines=0, $picto='title.png', $pictoisfullpath=0)
 {
 	global $conf,$langs;
 
diff --git a/htdocs/theme/auguria/img/title.gif b/htdocs/theme/auguria/img/title.gif
deleted file mode 100644
index f7b6917596f9d3bcfd920df68cf8b7e11e284518..0000000000000000000000000000000000000000
Binary files a/htdocs/theme/auguria/img/title.gif and /dev/null differ
diff --git a/htdocs/theme/auguria/img/title.png b/htdocs/theme/auguria/img/title.png
new file mode 100644
index 0000000000000000000000000000000000000000..bcd70489c80b81cc5a93523a1531e0ba321292f8
Binary files /dev/null and b/htdocs/theme/auguria/img/title.png differ
diff --git a/htdocs/theme/bluelagoon/img/title.gif b/htdocs/theme/bluelagoon/img/title.gif
deleted file mode 100644
index 52d910c1b9b54bdbf4b2d536a211eeac9edb1b9b..0000000000000000000000000000000000000000
Binary files a/htdocs/theme/bluelagoon/img/title.gif and /dev/null differ
diff --git a/htdocs/theme/bluelagoon/img/title.png b/htdocs/theme/bluelagoon/img/title.png
new file mode 100644
index 0000000000000000000000000000000000000000..bcd70489c80b81cc5a93523a1531e0ba321292f8
Binary files /dev/null and b/htdocs/theme/bluelagoon/img/title.png differ
diff --git a/htdocs/theme/eldy/img/title.gif b/htdocs/theme/eldy/img/title.gif
deleted file mode 100644
index c1afa93ae4cc3a74956a8ce8e51f1d04ef20b0b5..0000000000000000000000000000000000000000
Binary files a/htdocs/theme/eldy/img/title.gif and /dev/null differ
diff --git a/htdocs/theme/freelug/img/title.gif b/htdocs/theme/freelug/img/title.gif
deleted file mode 100644
index c1afa93ae4cc3a74956a8ce8e51f1d04ef20b0b5..0000000000000000000000000000000000000000
Binary files a/htdocs/theme/freelug/img/title.gif and /dev/null differ
diff --git a/htdocs/theme/rodolphe/img/title.gif b/htdocs/theme/rodolphe/img/title.gif
deleted file mode 100644
index 3b0ece8b73e9b09565fab967237e4297f8e122de..0000000000000000000000000000000000000000
Binary files a/htdocs/theme/rodolphe/img/title.gif and /dev/null differ
diff --git a/htdocs/theme/rodolphe/img/title.png b/htdocs/theme/rodolphe/img/title.png
new file mode 100644
index 0000000000000000000000000000000000000000..bcd70489c80b81cc5a93523a1531e0ba321292f8
Binary files /dev/null and b/htdocs/theme/rodolphe/img/title.png differ
diff --git a/htdocs/theme/yellow/img/title.gif b/htdocs/theme/yellow/img/title.gif
deleted file mode 100644
index 575bc31ef29b0e734ece8cabef4e51683c8a5992..0000000000000000000000000000000000000000
Binary files a/htdocs/theme/yellow/img/title.gif and /dev/null differ