#banniere {
  background-image : url(images/css/banniere.jpg);
  background-repeat : repeat-x;
  height : 100%;
  width : 100%;
}

#encart {
  border-width : 1px;
  border-style : solid;
  border-color : #4B575F;
  display : table;
  float : left;
  padding : 5px;
  width : 170px;
  text-align : left;
  margin-left : 10px;
}

#main {
  height : 100%;
  padding-left : 20px;
  text-align : justify;
  padding-bottom : 20px;
  background-color : #FFFFFF;
  padding-right : 20px;
}

#rubriquesGauche {
  background-color: #000000;
  text-align : left;
  width: 210px;
  background-attachment: scroll;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-top: 250px;
}

#rubriquesGauche a {
  color : #FFFFFF;
  display : block;
  font-size : 8pt;
  text-decoration : none;
  font-family : Tahoma;
  text-align : right;
  letter-spacing : 1px;
  width : 200px;
  height : 18px;
  border-top-color : #FFFFFF;
  border-top-style : solid;
  border-top-width : 1px;
  background-position : center right;
  padding-right : 10px;
  background-repeat : no-repeat;
  background-image : url(images/css/rubriquesgauche_a.jpg);
  padding-top : 3px;
}

#rubriquesGauche a:hover {
  background-repeat : no-repeat;
  background-position : center right;
  background-image : url(images/css/rubriquesgauche_a_hover.jpg);
  background-color : #cc071e;
}

#rubriquesGauche a.selected {
  font-weight : normal;
  background-repeat : no-repeat;
  background-position : center right;
  background-image : url(images/css/rubriquesgauche_a_selected.jpg);
  background-color : #58585a;
}

#rubriquesDroite {
  text-align : left;
  width: 170px;
  padding-top: 10px;
  background-position: top right;
  vertical-align: top;
  border-left-color: #7B7C7E;
  border-left-style: solid;
  border-left-width: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffff;
}

#rubriquesDroite a {
  text-decoration: none;
}

#rubriquesDroite a:hover {
  text-decoration : underline;
}

#rubriquesDroite a.selected {
  font-weight : bold;
}

#rubriquesHaut {
  background-color: black;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1pt;
  text-align: right;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 294px;
}

#rubriquesHaut a {
  color: #ffffff;
  text-decoration: none;
  font-family: Tahoma;
  font-size: 8pt;
  letter-spacing: 1px;
  vertical-align : middle;
  display: block;
  background-image : url(images/css/rubriqueshaut_a.jpg);
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-top: 4px;
}

#rubriquesHaut a:hover {
  letter-spacing: 1px;
  background-repeat: no-repeat;
  background-image: url(images/css/rubriqueshaut_a_hover.jpg);
}

#rubriquesHaut a.selected {
  letter-spacing: 1px;
  background-repeat: no-repeat;
  background-image: url(images/css/rubriqueshaut_a_selected.jpg);
}

#rubriquesBas {
  color : silver;
  padding : 5px;
  text-transform : uppercase;
  text-decoration : none;
  text-align : right;
}

#rubriquesBas a {
  color : #333333;
  font-family : Arial;
  font-size : 7pt;
  text-align : right;
  text-transform : uppercase;
  text-decoration : none;
}

#rubriquesBas a:hover {
  text-decoration : underline;
}

#rubriquesBas a.selected {
  font-weight : bold
}

#tablemain {
  background-position : top left;
  width : 1000px;
  background-repeat : no-repeat;
  background-attachment : fixed;
  display : inline;
  float : left;
}

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;
  background-color: #ededed;
  background-position: top left;
}

div.menuDeroulant {
  background-color: #58585A;
  position : absolute;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 120px;
  visibility : hidden;
  border-left-color: #CC071E;
  border-left-style: solid;
  border-left-width: 10px;
  display: table-cell;
  background-attachment: scroll;
  z-index : 99;
}

div.menuDeroulant a {
  color : #ffffff;
  display : block;
  margin : 0;
  padding : 5px;
  text-decoration : none;
  font-family : Tahoma;
  font-size : 8pt;
}

div.menuDeroulant a:hover {
  background-color : #CC071E;
  color : #ffffff;
  font-width : normal;
  text-decoration : none;
  font-family : Tahoma;
  font-size : 8pt;
}

h1 {
  color : #CC071E;
  font-weight : bold;
  font-size : 12pt;
  font-family : Tahoma;
  letter-spacing : 2px;
  margin : 0px;
  text-align : left;
  padding-top : 15px;
}

h2 {
  font-weight : normal;
  font-size : 11pt;
  font-family : Tahoma;
  color : #7b7c7e;
}

body,table {
  font-family : Tahoma;
  font-size : 8pt;
}

#rubriquesGauche a.niveau0:hover {
  background-color : #6C867A;
}

div.article {
  border-bottom-color : #7B7C7E;
  border-bottom-style : solid;
  border-bottom-width : 1px;
  padding-bottom : 5px;
}