diff --git a/javascripts.js.html b/javascripts.js.html
index aa7bc392e033e5396fff5f6758f550df2c2d7379..ef090192394d0e860541f611ec9fff0324c2632b 100644
--- a/javascripts.js.html
+++ b/javascripts.js.html
@@ -230,7 +230,7 @@ function myInitPages() {
 ;
 [(#CONFIG{soyezcreateurs/native_tooltips}|=={on}|non)
 	$(function() {
-		$('a, input, select, img, button, h2, h3, dd, acronym, abbr, area, strong.agendastatut').tooltip({ 
+		$('a, input, select, img, button, h2, h3, dd, acronym, abbr, area, strong.agendastatut, li').tooltip({ 
 			track: false, 
 			delay: 1000, 
 			showURL: false, 
diff --git a/noisettes/sommaire/sommaire_modecommuniquant_slideshow_antichrono.html b/noisettes/sommaire/sommaire_modecommuniquant_slideshow_antichrono.html
index 387bfe058fc9fec74c71baa1cbea0387f29ec26d..ed26b8c4520fd3e6ad58e89ac8df753a2668e987 100644
--- a/noisettes/sommaire/sommaire_modecommuniquant_slideshow_antichrono.html
+++ b/noisettes/sommaire/sommaire_modecommuniquant_slideshow_antichrono.html
@@ -2,7 +2,7 @@
 <div id="homeSpecialFeature">
 	<ul>
 	<BOUCLE_articles_recentsAlaUne(ARTICLES) {!par #CONFIG{soyezcreateurs/ordre_quoideneuf,date_modif}} {0,(#CONFIG{soyezcreateurs/nombres_alanune,4})}{titre_mot=AlaUne}{lang}>
-		<li id="hSFItem#COMPTEUR_BOUCLE" class="hSFItem">
+		<li id="hSFItem#COMPTEUR_BOUCLE" class="hSFItem" onclick="location.href='#ARTICLE_URL';" title="[(#TITRE|attribut_html)][ - (#DESCRIPTIF|attribut_html)][ ((#INCLURE{fond=noisettes/aff_datepublication}{id_article}|supprimer_tags))]" style="cursor:pointer">
 		<div class="postListItem">	
 			<h2 class="postListItemTitle #EDIT{titre}"><a href="#ARTICLE_URL" title="[(#DESCRIPTIF|attribut_html)][ ((#INCLURE{fond=noisettes/aff_datepublication}{id_article}|supprimer_tags))]">[(#TITRE)]</a></h2>
 			<span class="hSFDecoSpan"></span>
diff --git a/noisettes/sommaire/sommaire_modecommuniquant_slideshow_parnum.html b/noisettes/sommaire/sommaire_modecommuniquant_slideshow_parnum.html
index 22d96a4ae348473fc3a7969ab1d0eb3c7cc12027..558615a14b53615c8734507f9d7aa2caaecb4afb 100644
--- a/noisettes/sommaire/sommaire_modecommuniquant_slideshow_parnum.html
+++ b/noisettes/sommaire/sommaire_modecommuniquant_slideshow_parnum.html
@@ -2,7 +2,7 @@
 <div id="homeSpecialFeature">
 	<ul>
 	<BOUCLE_articles_recentsAlaUne(ARTICLES) {par num titre} {!par #CONFIG{soyezcreateurs/ordre_quoideneuf,date_modif}} {0,(#CONFIG{soyezcreateurs/nombres_alanune,4})}{titre_mot=AlaUne}{lang}>
-		<li id="hSFItem#COMPTEUR_BOUCLE" class="hSFItem">
+		<li id="hSFItem#COMPTEUR_BOUCLE" class="hSFItem" onclick="location.href='#ARTICLE_URL';" title="[(#TITRE|attribut_html)][ - (#DESCRIPTIF|attribut_html)][ ((#INCLURE{fond=noisettes/aff_datepublication}{id_article}|supprimer_tags))]" style="cursor:pointer">
 		<div class="postListItem">	
 			<h2 class="postListItemTitle #EDIT{titre}"><a href="#ARTICLE_URL" title="[(#DESCRIPTIF|attribut_html)][ ((#INCLURE{fond=noisettes/aff_datepublication}{id_article}|supprimer_tags))]">[(#TITRE)]</a></h2>
 			<span class="hSFDecoSpan"></span>
diff --git a/plugin.xml b/plugin.xml
index d67989b4e2459ab5894dd38c9c608ca80bafbf88..5d0d5f623498416b64d4853323f92e36558ee436 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -5,7 +5,7 @@
 	<licence>&#169; 2003-2013 - GPL</licence>
 	<lien>http://www.spip-contrib.net/SoyezCreateurs,1237?tri_articles=titre</lien>
 	
-	<version>3.5.5</version>
+	<version>3.5.6</version>
 	<version_base>3.0.29</version_base>
 	
 	<etat>stable</etat>
diff --git a/stylescommuniquant.css.html b/stylescommuniquant.css.html
index 0607412d342ea31b26d1dfd9c451bd2c52164d12..7b2658b1f12819f260fd3e9c3a5dfade5912e372 100644
--- a/stylescommuniquant.css.html
+++ b/stylescommuniquant.css.html
@@ -80,6 +80,7 @@ div#content { margin: 0; width:#GET{LargeurContaineur}px; }
 ]
 #homeSpecialFeature img { padding:0; background-color: transparent; }
 #homeSpecialFeature {[ background: url('(#CHEMIN{images/hsf_over.png}|image_reduire{[(#GET{LargeurSlideShow})],0}|extraire_attribut{src})') top left no-repeat; ]position: relative; margin: 0 0 10px 0; width: #GET{LargeurSlideShow}px; padding-top: 10px; [min-height: (#CHEMIN{images/hsf#GET{ModeSlideShow}.png}|image_reduire{[(#GET{LargeurSlideShow})],0}|hauteur)px;] height: auto; }
+#homeSpecialFeature h2 { margin: 0; }
 .hasJS #homeSpecialFeature .hSFItem { margin: 0 0 10px 10px; width: 209px; }
 #homeSpecialFeature .hSFItem .hSFDecoImg { display: block; }
 .hasJS #homeSpecialFeature .hSFItem .hSFDecoImg { position: absolute; top: 0; left: 0; z-index: 0; }