#banniere {
  background-repeat: no-repeat;
  height: 130px;
  width: 950px;
  text-align: right;
  padding: 0px;
  background-image: url(images/css/banniere.jpg);
}

#encart {
  background-color : fffddb;
  border-width : 1px;
  border-style : dotted;
  border-color : silver;
  display : table;
  float : left;
  padding : 5px;
  width : 188px;
}

#main {
  height : 100%;
  background-repeat : repeat-x;
  background-position : top left;
  background-image : url(images/css/main.gif);
  line-height : 150%;
  text-align : justify;
  padding : 20px;
}

#rubriquesGauche
{
  text-align : left;
  padding : 6px;
  padding-top : 10px;
  width : 151px;
  padding-left : 10px;
}

#rubriquesGauche a
{
  color : #898989;
  display : block;
  font-size : 9pt;
  text-decoration : none;
  width : 135px;
  padding-top : 3px;
  padding-bottom : 3px;
  padding-left : 5px;
  background-color : #edede3;
  margin-bottom : 2px;
  margin-left : 5px;
  margin-right : 5px;
}

#rubriquesGauche a:hover
{
  color : #002b3b;
  background-color : #b1bbc7;
}

#rubriquesGauche a.selected
{
  background-color : #b1bbc7;
  color : #002b3b;
}

#tablemain {
  background-color : #FFFFFF;
  width : 950px;
  display : block;
}

#rubriquesHaut {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 370px;
  background-color: #000c31;
  background-image: url(images/css/rubriqueshaut.jpg);
}

#rubriquesHaut a {
  color: white;
  font-size: 7pt;
  font-family: Arial;
  text-decoration: none;
  border-left-color: #384332;
  border-left-width: 1px;
  border-left-style: solid;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 1px;
}

#rubriquesHaut a:hover {
  text-decoration : underline;
}

#rubriquesHaut a.selected {
  text-decoration : underline;
}

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;
}

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 {
  color : #071440;
  font-weight : bold;
  font-size : 14pt;
  font-family : Arial;
  letter-spacing : 3px;
  margin : 0px;
  margin-bottom : 5px;
  text-align : left;
  background-repeat : no-repeat;
  background-position : center left;
  background-image : url(images/css/h1.gif);
  padding-left : 15px;
  text-transform : lowercase;
}

h2 {
  color : #00498E;
  font-weight : bold;
  font-size : 13pt;
  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 {
  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 : 2px;
  text-align ; center;
  text-align : right;
  background-color : #edede3;
}

#rubriquesBas a {
  color : #a5ab91;
  text-decoration : none;
  font-size : 7pt;
  text-transform : uppercase;
  border-left-style : solid;
  letter-spacing : 1px;
  border-width : 0px;
}

#rubriquesBas a.selected {
  text-decoration : underline;
}

#rubriquesGauche a.niveau0 {
  background-image : url(images/css/rubriquesgauche_a_niveau0.gif);
  background-repeat : no-repeat;
  background-position : center left;
  color : #ffffff;
  height : 17px;
  font-size : 9t;
  font-weight : bold;
  text-align : left;
  padding-top : 4px;
  padding-bottom : 0px;
  padding-left : 15px;
  padding-right : 0px;
  background-color : #ffffff;
  width : 151px;
  margin-top : 5px;
  margin-bottom : 0px;
  margin-left : 0px;
}

#rubriquesGauche a.niveau1 {
}

#rubriquesBas a:hover {
  text-decoration : underline;
}

body,table {
  font-size : 9pt;
}

#logo2 {
  width: 692px;
  height: 130px;
}

#rubriquesGauche a.niveau0:hover {
  color : #ffffff;
  background-color : #ffffff;
  background-image : url(images/css/rubriquesgauche_a_niveau0_hover.gif);
}

div.article {
  border-bottom-color : #c7c6c1;
  border-bottom-style : dotted;
  border-bottom-width : 2px;
  padding-bottom : 5px;
}