Suppression des styles obsolètes et uniformisation des existants.

This commit is contained in:
Laurent Destailleur 2004-10-29 21:30:09 +00:00
parent b56d631a0d
commit a4ac81efc4
2 changed files with 18 additions and 28 deletions

View File

@ -123,9 +123,10 @@ table.topbarre
} }
.menusel .menusel
{ {
background: #a8bdc0; background: #7699A9;
font-size: 12px; font-weight: bold; font-size: 12px;
color: #000000; font-weight: bold;
color: #f0f0ff;
text-decoration: none; text-decoration: none;
} }

View File

@ -104,20 +104,25 @@ div.fiche
* Menu superieur et 1ere ligne tableau * Menu superieur et 1ere ligne tableau
*/ */
.menu { .menu
background: #DDDDDD; {
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold; background: #ccccb3;
color: #000000; font-weight: bold;
text-decoration: none; font-size: 12px;
color: #000000;
text-decoration: none;
} }
.menusel .menusel
{ {
background: #DDDDDD; background: #777799;
font-size: 12px; font-weight: bold; font-weight: bold;
color: #000000; font-size: 12px;
text-decoration: none; color: #221166;
text-decoration: none;
} }
a.tmenu a.tmenu
{ {
color: #234046; color: #234046;
@ -446,22 +451,6 @@ div.leftmenu {
.menu
{
background: #ccccb3;
font-weight: bold;
font-size: 0.95em;
color: #000000;
text-decoration: none }
.menusel
{
background: #bbbb88;
font-weight: bold;
font-size: 0.95em;
color: #000000;
text-decoration: none }
.alerte .alerte
{ {
background: #FF9988; background: #FF9988;