#banniere {
  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 : 20px;
}

#rubriquesGauche
{
  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;
}

#rubriquesGauche a.link
{
  color : black;
  display : block;
  font-size : 10pt;
  line-height: 90%;
  margin-bottom : 10px;
  text-decoration : none;
}

#rubriquesGauche a.link:hover
{
  text-decoration : underline;
}

#rubriquesGauche a.selected
{
  font-weight : bold;
}

#tablemain {
  height : 500px;
  width : 800px;
  background-position : center center;
  display : block;
}

#rubriquesHaut {
  background-color : silver;
  border-bottom : 1px solid black;
  padding : 5px;
  padding-left : 160px;
}

#rubriquesHaut a.link {
  border-right: 1px solid white;
  color : white;
  font-size : 9pt;
  font-family : Arial;
  letter-spacing : 1px;
  padding : 5px;
  text-decoration : none;
}

#rubriquesHaut a.link:hover {
  background-color : #d5d7d6;
}

#rubriquesHaut a.selected {
  background-color : #d5d7d6;
}

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 {
  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 : #00498E;
  font-weight : bold;
  font-size : 15pt;
  font-family : Arial;
  font-style : italic;
  margin-bottom : 10px;
}

#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;
}

#rubriquesBas {
  color : silver;
  padding : 5px;
  text-align ; center;
}

#rubriquesBas a.link {
  color : black;
  text-decoration : underline;
}

#rubriquesBas a.selected {
  font-weight : bold
}