*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-12-30 23:00:00 +00:00
parent 7bbb1878b8
commit 6487f2459c

View File

@ -19,29 +19,28 @@
* *
*/ */
BODY body {
{
background: #e0ebeb; background: #e0ebeb;
font-family: Helvetica, Verdana; font-size: 12px; font-family: Helvetica, Verdana; font-size: 12px;
text-decoration: none text-decoration: none ;
} }
/*
* Menu superieur
*/
a { a {
text-decoration: none; text-decoration: none;
} }
a.leftmenu /*
{ * Menu superieur
background: #b3cccc; */
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
color: #202020;
td.menu {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
} }
.menu
{ .menu {
background: #b3cccc; background: #b3cccc;
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold; font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
color: #000000; color: #000000;
@ -60,24 +59,32 @@ a.leftmenu
* Barre de gauche * Barre de gauche
*/ */
TD.barre a.leftmenu
{ {
border: 1px solid #000000; font-family: Helvetica, Verdana;
font-size: 14px;
font-weight: bold;
color: #202020;
}
td.barre {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
background: #b3cccc; background: #b3cccc;
font-family: Helvetica, Verdana; font-size: 14px; font-family: Helvetica, Verdana; font-size: 14px;
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
TD.barre_select
{ td.barre_select {
background: #b3cccc; background: #b3cccc;
color: #000000 color: #000000
} }
DIV.titre div.titre {
{
font-family: Helvetica, Verdana; font-size: 16px; font-weight: bold; font-family: Helvetica, Verdana; font-size: 16px; font-weight: bold;
color: #336666; color: #336666;
text-decoration: none } text-decoration: none }