﻿body
{
  background-image:url('/Images/Fond.png');
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

a:link
{
  color: #d5d2c5;
  text-decoration: none;
}
a:visited
{
  color: #d5d2c5;
  text-decoration: none;
}
a:hover
{
  color: #d5d2c5;
  text-decoration: underline;
}
a:active
{
  color: #d5d2c5;
  text-decoration: none;
}

.Cellule
{
  border-style: solid;
  border-width: 1px;
  border-color: #9C9C9C;
  background-color: #434343;
  font-size: 11px;
  color: #C2C2C2;
}

.Bouton
{
  border-style: solid;
  border-width: 1px;
  border-color: #9C9C9C;
  background-color: #434343;
  font-size: 11px;
  color: #C2C2C2;
}

.BoutonTransparent
{
  border-style: hidden;
  border-width:0px;
  background-color:Transparent;
    font-size: 11px;
  color: #C2C2C2;
}


body, td, th
{
  color: #d5d2c5;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  vertical-align: top;
}

.DroiteTitre
{
  color: #996633;
  font-weight:bold;
  background-image: url('/Images/AlbumTitre.png');
}

.FondSommaire
{
  background-image: url('/Images/Sommaire.png' );
}
.ReferencementTop
{
  font-size: 0px;
}

