Diminution de la taille des polices

This commit is contained in:
Rodolphe Quiedeville 2003-10-10 13:39:12 +00:00
parent d2062a0930
commit e5fb5e683d

View File

@ -19,7 +19,7 @@
*/ */
body { body {
background: #e0ebeb; background: #e0ebeb;
font-family: sans-serif; font-size: 1.0em; font-family: sans-serif; font-size: 0.9em;
} }
/* /*
* Menu superieur * Menu superieur
@ -56,21 +56,21 @@ td.border {
.menu { .menu {
background: #b3cccc; background: #b3cccc;
font-size: 1.0em; font-weight: bold; font-size: 0.9em; font-weight: bold;
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
.menusel .menusel
{ {
background: #bbbb88; background: #bbbb88;
font-size: 1.0em; font-weight: bold; font-size: 0.9em; font-weight: bold;
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
.submenu .submenu
{ {
background: #b3cccc; background: #b3cccc;
font-size: 1.0em; font-size: 0.9em;
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
@ -82,7 +82,7 @@ a.impayee { font-weight: bold }
*/ */
a.leftmenu { a.leftmenu {
font-size: 1.0em; font-size: 0.9em;
font-weight: bold; font-weight: bold;
color: #202020; color: #202020;
} }
@ -92,7 +92,7 @@ td.barre {
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
background: #b3cccc; background: #b3cccc;
font-family: Helvetica, Verdana; font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 0.9em;
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
@ -103,7 +103,7 @@ td.barre_select {
div.titre { div.titre {
font-family: Helvetica, Verdana; font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 0.9em;
font-weight: bold; font-weight: bold;
color: #336666; color: #336666;
text-decoration: none } text-decoration: none }
@ -113,20 +113,20 @@ div.titre {
tr.liste_titre { tr.liste_titre {
background: #669999; background: #669999;
font-family: Helvetica, Verdana; font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 0.9em;
font-weight: bold; font-weight: bold;
} }
tr.pair { tr.pair {
background: #b3cccc; background: #b3cccc;
font-family: Helvetica, Verdana; font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 0.9em;
} }
tr.impair { tr.impair {
background: #cceeee; background: #cceeee;
font-family: Helvetica, Verdana; font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 0.9em;
} }
/* /*
@ -134,18 +134,18 @@ tr.impair {
*/ */
tr.box_titre { tr.box_titre {
font-family: Helvetica, Verdana; font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 0.9em;
font-weight: bold; font-weight: bold;
} }
tr.box_pair { tr.box_pair {
background: #b3cccc; background: #b3cccc;
font-size: 0.9em; font-size: 0.8em;
} }
tr.box_impair { tr.box_impair {
background: #cceeee; background: #cceeee;
font-size: 0.9em; font-size: 0.8em;
} }
tr.fiche { tr.fiche {