diff --git a/dist/habillage.css b/dist/habillage.css
index fa4789b5b38bb7de64f9c9ff0725d08be2bd1ab4..0fc9e9eb2d6d3e4e9582028d5dd6ffc0b9f53d52 100755
--- a/dist/habillage.css
+++ b/dist/habillage.css
@@ -27,7 +27,6 @@ body {
 	background: #FFF;
 	margin: 1.5em;
 	text-align: center;
-	font-family: "Bitstream Vera Sans", Verdana, Tahoma, Arial, Helvetica, sans-serif;
 	font-size: 1em;
 	color: #333;
 }
@@ -107,6 +106,19 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
 .invisible { position: absolute; top: -3000em; height: 1%; }
 
 
+/*  ------------------------------------------
+/*  Typographie generale du site
+/*  ------------------------------------------ */
+body {
+	font-family: "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; }
+#contenu {
+	font-family: "Trebuchet MS", Helvetica, sans-serif; }
+#navigation, .encart,.formulaire_spip {
+	font-family: "Bitstream Vera Sans", Verdana, Tahoma, Arial, sans-serif; }
+q, blockquote, .liste-articles li .texte, h3.spip {
+	font-family: "Bitstream Vera Serif", Georgia, Times, serif; }
+
+
 /*  ------------------------------------------
 /*  Habillage des menus et de la navigation
 /*  ------------------------------------------ */
@@ -193,8 +205,6 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
 
 .texte { color: #000; font-size: 0.96em; }
 
-q, blockquote { font-family: "Bitstream Vera Serif", Georgia, Times, serif; }
-
 .ps, .notes {
 	margin-top: 1.4em;
 	padding-top: 2px;