<!--
input         {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
  color : #000000 ;
  border : 1px #5E6C7D solid ;
}
/*
input.button         {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
  border : 1px #5E6C7D solid ;
  background-color : #FFFFFF ;
}
*/
button        {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
  border : 1px #5E6C7D solid ;
  color : #990000 ;
  background-color : #FFFFFF ;
}
select        {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
}
textarea      {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
}
table         {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
  width : 100% ;
  border-collapse : separate ;
  white-space : normal ;
}
table.titre   {
  border-collapse : collapse ;
}
table.75   {
  width : 70% ;
}
table.dialogue   {
  width : 50% ;
}
p             {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
  line-height : 16px ;
}
ul            {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
  line-height : 20px ;
}
tr {
    height: 30px;
}
tr.grey1 {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
  background-color : #EEEEEE ;
}
tr.grey2 {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
  background-color : #DDDDDD ;
}
td.grey1 {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
  background-color : #EEEEEE ;
}
td.grey2 {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
  background-color : #DDDDDD ;
}
th {
    font-family : Tahoma, Verdana, Geneva ;
    font-size : 8pt ;
    color : #FFFFFF ;
    text-indent : 5px ;
    background-color : #990000 ;
    height : 25px;
    vertical-align : middle;
}
th.titre {
  font-family      : Tahoma, Verdana, Geneva ;
  font-size        : 8pt ;
  color            : #FFFFFF ;
  text-indent      : 5px ;
  background-color : #CC0000 ;
}
th.petit {
  font-family      : Tahoma, Verdana, Geneva ;
  font-size        : 7pt ;
  color            : #FFFFFF ;
  text-indent      : 5px ;
  background-color : #990000 ;
}
a {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
  color : #990000 ;
}
a.lienTH {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
  color : #FFFFFF ;
}
a.petitLienTH {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 7pt ;
  color : #FFFFFF ;
}
a.dernier {
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
  color : #990000 ;
  text-decoration: none;
}
a:hover {
  color : #FF0000 ;
  text-decoration:underline
}
a.lienTH:hover {
  color : #DDDDDD ;
  text-decoration:underline
}
a.petitLienTH:hover {
  color : #DDDDDD ;
  text-decoration:underline
}
a.dernier:hover {
    font-family : Tahoma, Verdana, Geneva ;
    font-size : 8pt ;
    color : #FF0000 ;
    background-color: #EEEEEE;
    display: block;
    text-decoration: none;
}

.button, .button:visited {
    text-decoration: none;
    background-color: Silver;
    border: 1px solid Black;
    color: Black;
    padding: 1px 5px 1px 5px;
}
.button:hover {
    background-color: Gray;
    color: White;
    text-decoration: none;
}

.big {
  font-family : Arial, Verdana, Geneva ;
  font-size : 12pt ;
  line-height : 18px ;
}
.bigbold {
    font-family : Arial, Verdana, Geneva ;
    font-size : 14pt ;
    line-height : 18px ;
    font-weight : bold;
}
.bold {
    font-family : Arial, Verdana, Geneva ;
    font-size : 8pt ;
    line-height : 18px ;
    font-weight : bold;
}
.petit {
  font-family : Arial, Verdana, Geneva ;
  font-size : 7pt ;
}
.link {
  font-family : Tahoma, Verdana, Geneva ;
  text-decoration : none ;
}

body, tbody,textarea {
  scrollbar-face-color       : #990000 ;
  scrollbar-highlight-color  : #FF0000 ;
  scrollbar-shadow-color     : #FFFFFF ;
  scrollbar-3dlight-color    : #990000 ;
  scrollbar-arrow-color      : #FFFFFF ;
  scrollbar-track-color      : #990000 ;
  scrollbar-darkshadow-color : #FF0000 ;
  background-color : #FFFFFF ;
  font-family : Tahoma, Verdana, Geneva ;
  font-size : 8pt ;
  border : 1px #5E6C7D solid ;
}

/* -------------------------------------------------------------------------- */
/* gestion des listes de repertoires et de fichiers                           */
ul#rep
{
  list-style-type: none;
  padding-left: 10px;
}
ul#rep li
{
  vertical-align: top;
  padding-bottom: 10px;
}
ul#rep li img
{
  vertical-align: middle;
}
ul#rep a
{
}
ul#rep a:hoover
{
}
ul#fic
{
  list-style-type: none;
  padding-left: 10px;
}
ul#fic li
{
  vertical-align: top;
  padding-bottom: 10px;
}
ul#fic li img
{
  vertical-align: middle;
}
/* fin gestion des listes de repertoires et de fichiers                       */
/* -------------------------------------------------------------------------- */

//-->

