#banniere {
  background-image : url(images/css/BANNIERE.jpg);
  background-repeat : no-repeat;
  height : 117px;
  width : 100%;
  background-color : #d75b13;
  background-position : top left;
}

#encart {
  background-color : fffddb;
  border-width : 1px;
  border-style : dotted;
  border-color : silver;
  float : left;
  padding : 5px;
  width : 188px;
}

#main {
  height : 100%;
  background-repeat : no-repeat;
  background-position : top left;
  padding-top : 150px;
  background-image : url(images/css/MAIN.jpg);
  background-color : #ffffff;
  padding-bottom : 10px;
  padding-left : 10px;
  padding-right : 20px;
  text-align : center;
}

#rubriquesGauche
{
  background-color : #dedeff;
  border-right : 1px solid black;
  border-bottom : 1px solid black;
  text-align : left;
  width : 0px;
  display : none;
}

#rubriquesGauche a
{
  color : black;
  display : block;
  font-size : 10pt;
  line-height: 90%;
  margin-bottom : 10px;
  text-decoration : none;
}

#rubriquesGauche a:hover
{
  text-decoration : underline;
}

#rubriquesGauche a.selected
{
  font-weight : bold;
}

#tablemain {
  height : 600px;
  width : 727px;
  background-repeat : repeat-x;
  background-position : bottom left;
  background-image : url(images/css/TABLEMAIN.gif);
}

#rubriquesHaut {
  border-bottom : 1px solid black;
  padding : 0px;
  height : 42px;
  background-position : center left;
  background-repeat : repeat-x;
  background-image : url(images/css/THEMES.jpg);
}

#rubriquesHaut a {
  color : #0000dd;
  font-size : 9pt;
  font-family : Arial;
  letter-spacing : 1px;
  padding : 5px;
  background-repeat : no-repeat;
  background-position : center right;
  background-image : url(images/css/THEMES_A.jpg);
  font-weight : bold;
  height : 42px;
  padding-top : 15px;
  padding-right : 20px;
  display : table-cell;
}

#rubriquesHaut a:hover {
  text-decoration : underline;
}

#rubriquesHaut a.selected {
  color : #ab0018;
}

a {
  color : #412bae;
  font-weight : normal;
  text-decoration : none;
  background-repeat : repeat-x;
  background-position : bottom center;
  background-image : url(images/css/A.gif);
}

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 : #efefef;
}

div.menuDeroulant {
  position : absolute;
  visibility : hidden;
  list-style: none;
  margin : 0px;
  margin-top : 11px;
  padding : 0px;
  width : 190px;
}

div.menuDeroulant a {
  color : red;
  display : block;
  font : normal 9pt Arial;
  margin : 0;
  padding : 5px;
  text-decoration : none;
  width : 190px;
}

h1 {
  color : #00498E;
  font-weight : normal;
  font-size : 25pt;
  font-family : Arial;
  letter-spacing : 3px;
  margin : 0px;
  margin-bottom : 5px;
  text-align : left;
}

h2 {
  color : #5a5575;
  font-weight : normal;
  font-size : 18pt;
  font-family : Century Gothic;
  margin-bottom : 10px;
  text-align : center;
}

body,table {
  font-family : Century Gothic;
  color : #5e5979;
  font-size : 10pt;
}

#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 {
  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;
}

#rubriquesBas {
  color : silver;
  padding : 5px;
  text-align ; center;
}

#rubriquesBas a {
  color : black;
  text-decoration : underline;
}

#rubriquesBas a.selected {
  font-weight : bold
}