#banniere {
  background-image : url(images/css/banniere.jpg);
  background-repeat : repeat-x;
  height : 169px;
  width : 100%;
  font-family : Century Gothic;
  font-size : 17pt;
  color : #ffffff;
  font-weight : normal;
  padding-top : 115px;
  padding-left : 280px;
}

#encart {
  background-color : fffddb;
  border-width : 1px;
  border-style : dotted;
  border-color : silver;
  display : table;
  float : left;
  padding : 5px;
  width : 188px;
}

#main {
  height : 100%;
  padding-top : 20px;
  padding-right : 10px;
}

#rubriquesGauche {
  padding-top : 20px;
  padding-left : 15px;
  padding-right : 5px;
  text-align : left;
  width : 150px;
  background-image : url(images/css/rubriquesgauche.png);
  background-repeat : no-repeat;
  background-position : top left;
}

#rubriquesGauche a.link {
  display : block;
  font-size : 10pt;
  line-height : 90%;
  margin-bottom : 10px;
  text-decoration : none;
  color : #000000;
}

#rubriquesGauche a.link:hover {
  text-decoration : underline;
}

#rubriquesGauche a.selected {
  font-weight : bold;
}

#rubriquesDroite {
  background-color : #dedeff;
  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.link {
  color : black;
  display : block;
  font-size : 10pt;
  line-height: 90%;
  margin-bottom : 10px;
  text-decoration : none;
}

#rubriquesDroite a.link:hover {
  text-decoration : underline;
}

#rubriquesDroite a.selected {
  font-weight : bold;
}

#rubriquesHaut {
  text-align : right;
  height : 23px;
  background-image : url(images/css/rubriqueshaut.jpg);
  padding-top : 5px;
}

#rubriquesHaut a.link {
  color : #FFFFFF;
  font-size : 9pt;
  text-decoration : none;
  font-family : Arial;
  font-style : normal;
  text-transform : uppercase;
  padding-right : 10px;
  font-weight : bold;
  letter-spacing : 1px;
}

#rubriquesHaut a.link:hover {
  text-decoration : none;
  color : #6b6a17;
}

#rubriquesHaut a.selected {
  color : #6b6a17;
}

#rubriquesBas {
  color : silver;
  padding : 5px;
  text-align : center;
  width : 0 /* FIX pour le bug colspan sur IE*/;
  padding-top : 20px;
}

#rubriquesBas a.link {
  color : black;
}

#rubriquesBas a.link:hover {
  text-decoration : underline;
}

#rubriquesBas a.selected {
  font-weight : bold
}

#tablemain {
  height : 100%;
  width : 900px;
  background-repeat : repeat-x;
  background-position : top center;
  background-color : #faf8d6;
  background-image : url(images/css/tablemain.gif);
}

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-repeat : repeat-x;
  background-position : top left;
}

div.menuDeroulant {
  background-color : #296aba;
  position : absolute;
  list-style: none;
  margin : 0px;
  padding : 0px;
  width : 180px;
  visibility : hidden;
}

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-width : normal;
  text-decoration : none;
}

h1 {
  font-weight : normal;
  font-size : 24pt;
  font-family : Century Gothic;
  margin : 0px;
  margin-bottom : 30px;
  text-align : left;
  letter-spacing : 1px;
  color : #6b6a17;
}

h2 {
  font-weight : bold;
  font-size : 12pt;
  font-family : Trebuchet MS;
  margin-bottom : 3px;
  color : #e9e747;
  background-color : #6b6a17;
  padding : 5px;
  margin-top : 3px;
}

body,table {
  font-family : Trebuchet MS;
  font-size : 10pt;
  font-style : normal;
}

div.article {
}

#rubriquesGauche a.niveau0 {
}
