#banniere
{
  background-image: url(images/css/banniere.jpg);
  background-repeat: repeat-x;
  height: 100%;
  width: 100%;
}

#encart
{
  background-color: #fffddb;
  border-width: 1px;
  border-style: dotted;
  border-color: silver;
  display: table;
  float: left;
  padding: 5px;
  width: 188px;
}

#main
{
  border-bottom: 1px solid black;
  height: 100%;
  padding-right: 10px;
}

#rubriquesGauche
{
  background-color: #AAAAAA;
  padding: 6px;
  text-align: left;
  width: 151px;
  background-image: url(images/css/rubriquesgauche.png);
}

#rubriquesGauche a
{
  color: #AAAAA;
  display: block;
  font-size: 9pt;
  text-decoration: none;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
}

#rubriquesGauche a:hover
{
  text-decoration: underline;
}

#rubriquesGauche a.selected
{
  background-color: #b1bbc7;
  font-weight: bold;
}

#rubriquesDroite
{
  background-color: #D6D6D6;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  width: 150px;
}

#rubriquesDroite a
{
  color: black;
  display: block;
  font-size: 10pt;
  line-height: 90%;
  margin-bottom: 10px;
  text-decoration: none;
}

#rubriquesDroite a:hover
{
  text-decoration: underline;
}

#rubriquesDroite a.selected
{
  font-weight: bold;
}

#rubriquesHaut
{
  background-color: silver;
  border-bottom: 1px solid black;
  padding: 5px;
  padding-left: 160px;
  text-align: left;
}

#rubriquesHaut a
{
  border-right: 1px solid white;
  color: white;
  display: block;
  font-size: 9pt;
  font-family: Arial;
  letter-spacing: 1px;
  padding: 5px;
  text-decoration: none;
}

#rubriquesHaut a:hover
{
  background-color: #d5d7d6;
}

#rubriquesHaut a.selected
{
  background-color: #d5d7d6;
}

#rubriquesBas
{
  color: silver;
  padding: 5px;
  text-align: center; /* FIX pour le bug colspan sur IE*/
  width: 0;
}

#rubriquesBas a
{
  color: black;
}

#rubriquesBas a:hover
{
  text-decoration: underline;
}

#rubriquesBas a.selected
{
  font-weight: bold;
}

#tablemain
{
  width: 998px;
}

a
{
  color: blue;
  font-weight: normal;
  text-decoration: underline;
}

a:hover
{
  color: red;
}

body
{
  font: normal 9pt Arial;
  margin: 0px;
  scrollbar-face-color: #e6e9f7;
  scrollbar-highlight-color: #cdd4f5;
  scrollbar-shadow-color: #cdd4f5;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #1111a3;
  scrollbar-track-color: rgb(245,245,245);
  scrollbar-darkshadow-color: #ffffff;
  text-align: left;
}

div.menuDeroulant
{
  background-color: #296aba;
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 180px;
}

div.menuDeroulant a
{
  border-top: 1px solid #235ea6;
  border-bottom: 1px solid #507fba;
  color: white;
  display: block;
  font: normal 9pt Arial;
  margin: 0;
  padding: 5px;
  text-decoration: none;
}

div.menuDeroulant a:hover
{
  background-color: #507fba;
  color: white;
  font-weight: normal;
  text-decoration: none;
}

h1
{
  color: #FF0000;
  font-weight: normal;
  font-size: 16pt;
  font-family: Arial;
  margin: 0px;
  margin-bottom: 5px;
  text-align: left;
  background-image: url(images/css/h1.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-top: 5px;
  margin-left: 5px;
}

h2
{
  color: #666666;
  font-weight: bold;
  font-size: 14pt;
  font-family: Arial;
  font-style: normal;
  margin-bottom: 10px;
  font-variant: small-caps;
  margin-left: 10px;
}

#rubriquesGauche a.niveau0 {
  background-repeat: no-repeat;
  background-position: center left;
  border-bottom: 1px solid #000000;
  color: #E20000;
  font-size: 9t;
  font-weight: bold;
  text-align: left;
  margin-top: 5px;
  padding-top: 4px;
  padding-left: 20px;
}

#rubriquesGauche a.niveau0:hover {
  text-decoration: none;
  color: #000000;
}

#rubriquesGauche a.niveau0Selected {
  color: #FFFFFF;
}

div.article {
  padding-left: 5px;
}

#logo {
  width: 1000px;
}