#banniere {
  height : 162px;
  background-image : url(images/css/banniere.jpg);
  background-repeat : no-repeat;
  width : 100%;
  font-weight : normal;
  background-position : top center;
  font-family : Century Gothic;
  color : #F0F0F0;
  font-size : 30pt;
  padding-top : 12px;
  padding-right : 70px;
}

#encart {
  background-color : #F7F7F7;
  float : left;
  padding : 5px;
  font-size : 7pt;
  border : 1px solid #e3e3e3;
  color : #8d8d8d;
  width : 150px;
  background-repeat : no-repeat;
  background-position : top right;
  background-image : url(images/css/encart.jpg);
  height : 150px;
  display : table;
  text-align : left;
}

#main {
  font-weight : normal;
  background-repeat : no-repeat;
  background-position : top left;
  font-style : normal;
  height : 100%;
  padding : 10px;
  background-image : url(images/css/main.jpg);
  padding-right : 20px;
}

#rubriquesGauche
{
  color : white;
  text-align : ,;
  white-space : nowrap;
  width : 180px;
  font-weight : normal,normal;
  padding-left : 22px;
  background-repeat : repeat-y;
  background-position : top right;
  background-image : url(images/css/rubriques.jpg);
  padding-top : 20px;
  padding-bottom : 50px;
}

#rubriquesGauche a
{
  display : block;
  line-height : 90%;
  text-decoration : none;
  color : #dee0e5;
  background-color : #33415D;
  border-top : 1px solid #1f2635;
  border-bottom : 1px solid #576178;
  border-left : 1px solid #1f2635;
  border-right : 1px solid #576178;
  font-size : 8pt;
  padding : 5px;
}

#rubriquesGauche a:hover {
  text-decoration : none;
  background-color : #475470;
}

#rubriquesGauche a.selected
{
  color : #FFFFFF;
  background-color : #475470;
}

#tablemain {
  height : 100%;
  width : 900px;
  background-repeat : no-repeat;
  background-image : url(images/css/tablemain.jpg);
  background-position : bottom center;
}

#rubriquesHaut {
  background-color : #5D8AB1;
  height : 21px;
  padding-left : 160px;
  text-align : left;
  display : none;
}

#rubriquesHaut a {
  border-left : 1px solid #869eb3;
  border-right : 1px solid #3675ab;
  color : white;
  font : normal 9pt Arial;
  height : 100%;
  padding : 3px;
  padding-left : 10px;
  padding-right : 10px;
  text-decoration : none;
}

#rubriquesHaut a:hover {
  background-color : #6dace1;
}

#rubriquesHaut a.selected {
  background-color : #6dace1;
}

a {
  color : #332E99;
  font-weight : normal;
  text-decoration : none;
}

a:hover {
  text-decoration : underline;
}

body {
  background-color : #ececec;
  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;
  font-weight : normal;
  font-style : normal;
  background-repeat : repeat-y;
  background-position : center center;
  background-image : url(images/css/body.jpg);
}

form {
  display : inline;
  margin : 0px;
}

h1 {
  color : 443b8a;
  font-weight : bold;
  font-size : 25pt;
  font-family : Century Gothic;
  letter-spacing : 3px;
  margin : 0px;
  margin-bottom : 5px;
  text-align : left;
}

h2 {
  color : #999999;
  font-weight : bold;
  font-size : 15pt;
  font-family : Century Gothic;
  margin-bottom : 10px;
}

hr {
  display: none;
}

img {
  border : 0px;
}

img.img1 {
  vertical-align : middle;
}

input.texte {
  color : #0a488d;
  font-family : Verdana;
  font-size : 9pt;
  border : 1px solid silver;
}

li {
  margin-top : 5px;
}

p {
  margin : 0px;
}

p.aide {
  border : 3px solid white;
  color : red;
  padding : 3px;
  padding-left : 20px;
  text-align : justify;
  width : 400px;
  margin : 3px;
}

select {
  font : normal 9pt Arial;
  color : #0a488d;
  vertical-align : middle;
}

table {
  empty-cells  : show;
  font : normal 9pt Arial;
}

textarea {
  border : 1px solid gray;
  font : normal 9pt Arial;
}

ul {
  list-style-type : square;
  list-style-position : inside;
  margin : 0px;
  padding : 0;
}

body,table {
  font-family : Century Gothic;
  color : #575757;
  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
}

#rubriquesGauche a.niveau0 {
  background-color : #33415D;
}