#bandeaugauche {
  background-color : white;
  text-align : center;
  background-repeat : repeat-y;
  background-position : top right;
  background-image : url(images/css/BANDEAUGAUCHE.jpg);
  padding-right : 20px;
  width : 120px;
}

#banniere {
  background-image : url(images/css/banniere.jpg);
  background-repeat : repeat-x;
  color : black;
  font : bold 20pt Arial;
  font-style : italic;
  width : 100%;
  height : 70px;
}

#encart {
  background-color : fffddb;
  border-width : 1px;
  border-style : dotted;
  border-color : silver;
  float : left;
  padding : 5px;
  width : 188px;
}

#main {
  height : 100%;
  padding : 20px;
  background-image : url(images/css/MAIN.jpg);
  background-repeat : no-repeat;
  background-position : bottom right;
  background-color : #FFFFFF;
}

#tablemain {
  height : 100%;
  width : 1024px;
}

a {
  color  : blue;
  font-weight : normal;
  text-decoration : none;
}

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 : #246096;
}

form {
  display : inline;
  margin : 0px;
}

h1 {
  color : black;
  letter-spacing : 3px;
  margin : 0px;
  margin-bottom : 5px;
  text-align : left;
  font-family : Verdana;
  font-size : 12pt;
  font-weight : bold;
}

h2 {
  color : #122270;
  font-weight : bold;
  font-size : 11pt;
  font-family : Verdana;
  margin-bottom : 0px;
  margin-top : 10px;
  font-style : normal;
}

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;
}

#menu a {
  font-family : Arial;
  color : #0000FF;
  font-size : 10pt;
  font-weight : normal;
}

#menu a.titre {
  color : #000000;
  font-size : 11pt;
  font-weight : bold;
  font-family : Verdana;
}

#menu a:hover {
  text-decoration : underline;
}