function image_typo_titre_article ($titre) { $ret = image_typo($titre, "police=SlimbBol.ttf", "taille=30", "couleur=d83d1f", "largeur=900"); $ret = image_diviser_par($ret, 2); $ret = image_aplatir($ret, "gif", "ffffff"); return $ret; }