diff --git a/dist/habillage.css b/dist/habillage.css
index 8c74169362004b146da661a170d02611830f2b97..9d75c3ccbdae061a86886f303e0058ca9d2d2c87 100755
--- a/dist/habillage.css
+++ b/dist/habillage.css
@@ -235,6 +235,7 @@ q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
 	padding-top: 2px;
 	border-top: 2px solid #CCC; }
 #documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
+#documents_joints ul { margin: 0; padding: 0; list-style: none; }
 #documents_joints li { margin-bottom: 0.4em; }
 #documents_joints li .spip_doc_titre {}
 #documents_joints li .spip_doc_titre small { font-weight: normal; }
diff --git a/dist/spip_style.css b/dist/spip_style.css
index c0bd281cffafa10abd9d22663afe130fe15c3c10..2a2cdea9a55fa4232af6d869b97fd443cf9d4eb6 100644
--- a/dist/spip_style.css
+++ b/dist/spip_style.css
@@ -78,7 +78,7 @@ span.spip_documents_center { display: block; margin-top:1em; }
 .format_png { behavior: url(win_png.htc); }
 
 /* modeles par defaut */
-.spip_modele { float: right; display: block; border: 1px dotted grey; width: 180px; }
+.spip_modele { float: right; display: block; border: 1px dotted #666; width: 180px; }
 
 /* Barre de raccourcis typographiques */
 table.spip_barre { width: 100%; }