diff --git a/dist/habillage.css b/dist/habillage.css
index 45bb11ff91a06d861d050fee80ba271f05c4ce2c..f397862ec9cbab52886b54318fbd9360cd1afddb 100755
--- a/dist/habillage.css
+++ b/dist/habillage.css
@@ -78,9 +78,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
 ---------------------------------------------- */
 
 /* * Entete */
-#entete {
-	width: 100%;
-	font-size: 0.77em; }
+#entete { width: 100%; }
 #entete #nom_site_spip {
 	float: left;
 	font-weight: bold;
diff --git a/dist/style_prive.html b/dist/style_prive.html
index cd51e38be53c1f5420a3db544a71b48a4b45db5f..a29ab74b67a4536cfa9b3a2e1d4810833cec2d1f 100644
--- a/dist/style_prive.html
+++ b/dist/style_prive.html
@@ -1295,18 +1295,18 @@ a.triangle_block:hover {
 	color: #666666; 
  }
 
- div.highlight {
+div.highlight {
   	color: #000;
  	background-color: ##ENV{couleur_claire,edf3fe};
- }
-  div.highlight, div.pashighlight {
+}
+div.highlight, div.pashighlight {
   	color: #666666;
   	padding: 2px;
-  }
-  div.highlight:hover, div.pashighlight:hover {
+}
+div.highlight:hover, div.pashighlight:hover {
   	color: #000;
   	cursor: pointer;
-  }
+}
 
 div.petite-rubrique {
 	background: [(#ENV{ltr}|choixsiegal{left,1,99})%] no-repeat;
@@ -1316,4 +1316,4 @@ div.petite-rubrique {
 div.rub-ouverte {
 	padding-[(#ENV{ltr}|choixsiegal{left,right,left})]: 10px;
 	background: url(#EVAL{_DIR_IMG_PACK}triangle-droite[(#ENV{ltr}|choixsiegal{left,'',_rtl})].gif) [(#ENV{ltr}|choixsiegal{left,right,left})] center no-repeat;
-}
+}
\ No newline at end of file