
$(document).ready(function(){
	$('#archives').html('<a href="archives"><h3><img src="/wp-content/themes/australopitech/images/tt_archives.jpg" alt="Les archives" /></h3></a>');
	$('#tag_cloud h3').html('<img src="/wp-content/themes/australopitech/images/tt_nuages.jpg" alt="Nuage de tags" />');
	var contenu_bloc=$('#tag_cloud').html();
	var rajout_lien=contenu_bloc+'<p class="po_tag"><a href="tag"><strong>voir tous les tags</strong></a></p>';
	$('#tag_cloud').html(rajout_lien);
	$('.categories h3').html('<img src="/wp-content/themes/australopitech/images/tt_categories.jpg" alt="Cat&eacute;gories" />');
	$('.bookmarks h3').html('<img src="/wp-content/themes/australopitech/images/tt_blogroll.gif" alt="Blogroll" />');
	$('#recent-posts h3').html('<img src="/wp-content/themes/australopitech/images/tt_derniers_articles.gif" alt="Derniers articles" />');
	
});
