﻿.bodyCss
{
  font-family: Verdana;
  background-color:  #271816;
  background-image: url('Images/Fonds/fdECRAN2.jpg');
  background-position: center top;
  vertical-align: middle; 
  margin: 0px;
  *margin: -2px;  /*  burk, permet de faire un décalage sous IE et pas sous FF */
  padding: 0px;
  cursor: default;
}

/*  IE  */
.bodyCss
{
  text-align: center; 
}

/*  FF  */
.bodyCss
{
  text-align: -moz-center; 
}

/* colonne qui contient le scrolling */
td.scrolling
{
  width: 0px;
  visibility: visible;
  padding: 5px;
  /*border: solid 1px #E7D8D3;*/
  margin-left: 0px;
  /*background-color: White;*/
  text-align: left;
}

/*  div qui va être inséré dans la colonne du scrolling */
div.scrolling
{
  overflow: hidden;
  height: 420px;     /*400 - 2 fois la marge de 2px   */
  position: relative;
  padding: 0px;
  margin: 0px;
}

.classhistorytext
{
   color: #ffffff;
   font-size: x-small;
   text-transform: uppercase; 
   height: 20px; 
   text-align: left; 
   vertical-align: baseline;
   margin-left: 5px;
}

.classlinks
{
   color: #ffffff;
   font-size: x-small;
   text-transform: uppercase; 
   cursor: pointer;
}

