#banniere {
  background-repeat : no-repeat;
  color : black;
  font : bold 20pt Arial;
  font-style : italic;
  height : 140px;
  width : 100%;
  background-position : center center;
  background-image : url(images/css/BANNIERE.jpg);
  background-color : #FFFFFF;
}

#encart {
  background-color : #7CCBF2;
  border-width : 1px;
  border-style : dotted;
  border-color : silver;
  float : left;
  padding : 5px;
  width : 188px;
  font-weight : normal;
  font-style : normal;
}

#main {
  border-bottom : 1px solid black;
  height : 100%;
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-color : #FFFFFF;
  padding-right : 20px;
}

#rubriquesGauche
{
  text-align : left;
  width : 0;
  background-color : #FFFFFF;
  display : none;
}

#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 : 600;
  width : 800;
  border-color : #FFFFFF;
}

#rubriquesHaut {
  border-bottom : 1px solid black;
  padding : 5px;
  padding-left : 5;
  background-color : #fcc508;
  height : 12pt;
}

#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;
  background-repeat : no-repeat;
  background-position : bottom center;
  background-color : #00498E;
}

form {
  display : inline;
  margin : 0px;
}

h1 {
  color : #00498E;
  font-weight : normal;
  font-size : 18pt;
  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;
  background-color : #fcc508;
}

hr {
  display: none;
}

img {
  border : 0px;
}

img.img1 {
  vertical-align : middle;
}

li {
  margin-top : 5px;
}

p {
  margin : 0px;
}

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;
}

#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
}