#banniere {
  background-repeat : no-repeat;
  background-position : top center;
  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%;
  padding-left : 20px;
  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 {
  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;
}

#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;
}

#rubriquesHaut {
  background-color : #4D4D4D;
  text-align : left;
  width : 980px;
  text-transform : uppercase;
  border-top-style : solid;
  display : block;
  border-top-color : white;
  border-top-width : 1px;
  border-bottom-color : white;
  border-bottom-style : solid;
  border-bottom-width : 1px;
  border-left-color : white;
  border-left-style : solid;
  border-left-width : 1px;
}

#rubriquesHaut a {
  display : block;
  color : white;
  font-size : 8pt;
  font-family : Arial;
  text-decoration : none;
  width : 139px;
  height : 18px;
  text-align : center;
  text-transform : uppercase;
  padding-top : 4px;
  border-right-color : white;
  border-right-style : solid;
  border-right-width : 1px;
}

#rubriquesHaut a:hover {
  display : block;
  background-image : url(images/css/rubriqueshaut_a_hover.png);
}

#rubriquesHaut a.selected {
  background-color : #294895;
}

#rubriquesBas {
  color : silver;
  text-align : right;
  text-transform : uppercase;
  padding-right : 15px;
  padding-bottom : 5px;
}

#rubriquesBas a {
  color : silver;
  font-family : Trebuchet MS;
  font-size : 8pt;
  text-decoration : none;
}

#rubriquesBas a:hover {
  color : #4D4D4D;
  text-decoration : none;
}

#rubriquesBas a.selected {
  font-weight : bold
}

#tablemain {
  width : 980px;
  background-position : top center;
  background-color : #ededed;
  border-top-color : #294895;
}

a {
  color : #be152e;
  text-decoration : none;
}

a:hover {
  text-decoration : underline;
  color : #294895;
}

body {
  font : normal 9pt Arial;
  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;
  margin : 0px;
  background-color : #294895;
}

div.menuDeroulant {
  background-color : #cccccc;
  position : absolute;
  list-style: none;
  width : 180px;
  visibility : hidden;
}

div.menuDeroulant a {
  color : black;
  display : block;
  margin : 0;
  text-decoration : none;
  padding : 5px;
  border-bottom-color : WHITE;
  border-bottom-style : solid;
  border-bottom-width : 1px;
  font-family : Arial;
  font-size : 9pt;
}

div.menuDeroulant a:hover {
  color : white;
  font-width : normal;
  text-decoration : none;
  background-image : url(images/css/div_sousthemes_a_hover.png);
}

h1 {
  color : #999999;
  font-weight : bold;
  font-size : 12pt;
  font-family : Arial;
  letter-spacing : 2px;
  margin : 0px;
  margin-bottom : 5px;
  text-align : left;
  text-transform : uppercase;
  padding-top : 20px;
}

h2 {
  color : #294895;
  font-weight : bold;
  font-size : 14pt;
  font-family : Trebuchet MS;
  margin-bottom : 10px;
  letter-spacing : 2px;
  text-transform : uppercase;
}

body,table {
  font-family : Trebuchet MS;
  color : #1A171B;
  font-size : 10pt;
}

div.article {
  text-align : justify;
  padding-right : 10px;
}

#logo {
  width : 980px;
  height : 100px;
}