diff --git a/ecrire/spip_style.php3 b/ecrire/spip_style.php3
index ec999e6be0853bd16cd38df7a548c4c1c622871a..31afa2812d45fcb95b196a459280c9ba318d63d3 100644
--- a/ecrire/spip_style.php3
+++ b/ecrire/spip_style.php3
@@ -356,9 +356,9 @@ a.cellule-h-texte {
 	display: block;
 	clear: both;
 	text-align: <?php echo $left; ?>;
-	font-family: Verdana, Arial, Sans, sans-serif;
+	font-family: Trebuchet Sans MS, Arial, Sans, sans-serif;
 	font-weight: bold;
-	font-size: 9px;
+	font-size: 11px;
 	color: #606060;
 	padding: 4px;
 	margin: 3px;
diff --git a/ecrire/synchro.php3 b/ecrire/synchro.php3
index b5d822b43da9656897920699a811289bbcddee01..66ad61b5f8a17c6d9b3d2a8427eb90cf3d349820 100644
--- a/ecrire/synchro.php3
+++ b/ecrire/synchro.php3
@@ -88,6 +88,7 @@ function afficher_liens_calendrier($lien, $icone, $texte) {
 		$webcal = ereg_replace("https?://", "webcal://", $adresse_site);
 		icone_horizontale (_T('ical_methode_webcal'), "$webcal/$lien", "calendrier-24.gif");
 	echo "</div>";
+	echo "<div style='clear:both;'></div>\n";
 	echo fin_cadre_enfonce();
 }