/*
  # written by: Nicolas MARCHE <nico.marche@free.fr>
  # project: ebrigade
  # homepage: http://sourceforge.net/projects/ebrigade/
  # version: 2.0

  # Copyright (C) 2004, 2007 Nicolas MARCHE
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
  # the Free Software Foundation; either version 2 of the License, or
  # (at your option) any later version.
  #
  # This program is distributed in the hope that it will be useful,
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  # GNU General Public License for more details.
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

BODY {
 background-color : #FFFFFF;
 font-family: Arial;
 font-size : 12px;
 margin : 2 0 0 5;
 color: #000099;
}

TR { font-family: Arial, Helvetica, sans-serif; font-size : 12px; }

/* LIENS */
A   { text-decoration : underline; color : #003399;}
A:HOVER  { text-decoration : underline; color : green;}
A.s  { text-decoration : none; font-size:12px; }
A.z   { text-decoration : none; font-size:25px; }
A:HOVER.s { font-size:12px; text-decoration : underline; color : purple;  }
A:HOVER.z { font-size:25px; text-decoration : underline; color : purple;  }

/*MENUS VERTICAUX*/
.TabHeader {
 color : white;
 font-family: Arial;
 font-weight: bold;
 background-color: #000099;
}

/*SEPARATIONS*/
.charte      {  background-color: white;    }
.dark        {  background-color: #000000; }
.bright      {  background-color: #C6C6C6; }

/*MENUS VERTICAUX*/
.FondMenu {
 background-color: #000099;
 border : 1px solid #000099;
}
.MenuRub  {
 background-color: #000099;
 font-weight: bold;
 letter-spacing : 1px;
 padding-left : 4px;
 color : white;
 }
.Menu {
 background-color:  #B7D8FB;
 padding : 0px 0px 0px 4px;
 line-height : 15px;
        text-decoration : none;
}
.Bottom {
 background-color:  #000099;
 padding-left : 4px;
 color : white;
 font-family: Arial;
}
.SousTotal{
 color : yellow;
 font-family: Arial;
 font-weight: bold;
 background-color: #000099;
}
.TabTotal{
 color : orange;
 font-family: Arial;
 font-weight: bold;
 background-color: #000099;
}

