#banniere {
  background-repeat : no-repeat;
  color : black;
  font : bold 20pt Arial;
  font-style : italic;
  height : 111px;
  width : 100%;
  background-color : #FFFFFF;
  background-image : url(images/css/BANNIERE.jpg);
}

#encart {
  background-color : #F5F5F5;
  border-width : 1px;
  border-style : solid;
  border-color : #E3E3E3;
  float : left;
  padding : 5px;
  width : 188px;
  font-weight : normal;
  font-style : normal;
}

#main {
  font-weight : normal;
  font-style : normal;
  background-color : #FFFFFF;
  border-bottom-color : silver;
  border-bottom-style : solid;
  border-bottom-width : 1px;
  border-right-color : silver;
  border-right-style : solid;
  border-right-width : 1px;
  background-repeat : no-repeat;
  background-position : bottom right;
  background-image : url(images/css/MAIN.jpg);
  padding : 10px;
  padding-right : 20px;
}

#rubriquesGauche
{
  background-color : #5D89B0;
  padding-top : 20px;
  padding-left : 5px;
  padding-right : 5px;
  text-align : left;
  width : 150px;
  border-bottom-color : silver;
  border-bottom-style : solid;
  border-bottom-width : 1px;
  filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#5D89B0', EndColorStr='#FFFFFF');
}

#rubriquesGauche a.link
{
  color : black;
  display : block;
  font-size : 9pt;
  line-height : 90%;
  margin-bottom : 10px;
  text-decoration : none;
}

#rubriquesGauche a.link:hover
{
  text-decoration : underline;
}

#rubriquesGauche a.selected
{
  font-weight : bold;
}

#tablemain {
  width : 800px;
  height : 100%;
}

#rubriquesHaut {
  background-color : #5D8AB1;
  height : 21px;
  padding-left : 160px;
  text-align : left;
}

#rubriquesHaut a.link {
  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.link:hover {
  background-color : #6dace1;
}

#rubriquesHaut a.selected {
  background-color : #6dace1;
}

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 : #A0B0BF;
}

form {
  display : inline;
  margin : 0px;
}

h1 {
  color : #00498E;
  font-weight : normal;
  font-size : 22pt;
  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;
}

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 : Verdana;
  color : #808080;
  font-size : 12px;
}

#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
}
