#banniere {
  background-image : url(images/css/banniere.jpg);
  background-repeat : repeat-x;
  height : 100%;
  width : 100%;
}

#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 : 20px;
}

#rubriquesGauche {
  text-align : left;
  width : 20px;
}

#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;
  text-align : left;
}

#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 : silver;
  border-bottom : 1px solid black;
  padding : 5px;
  padding-left : 160px;
  text-align : left;
}

#rubriquesHaut a {
  display : block;
  border-right: 1px solid white;
  color : white;
  font-size : 9pt;
  font-family : Arial;
  letter-spacing : 1px;
  padding : 5px;
  text-decoration : none;
}

#rubriquesHaut a:hover {
  background-color : #d5d7d6;
}

#rubriquesHaut a.selected {
  background-color : #d5d7d6;
}

#rubriquesBas {
  color : silver;
  padding : 5px;
  text-align : center;
  width : 0 /* FIX pour le bug colspan sur IE*/;
}

#rubriquesBas a {
  color : #585858;
}

#rubriquesBas a:hover {
  text-decoration : underline;
  color : #000000;
}

#rubriquesBas a.selected {
  font-weight : bold;
}

#tablemain {
  width : 950px;
  background-color : #ffffff;
}

a {
  font-weight : normal;
}

a:hover {
}

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 : white;
}

div.menuDeroulant {
  background-color : #296aba;
  position : absolute;
  list-style: none;
  margin : 0px;
  padding : 0px;
  width : 180px;
  visibility : hidden;
}

div.menuDeroulant a {
  border-top : 1px solid #235ea6;
  border-bottom : 1px solid #507fba;
  color : white;
  display : block;
  font : normal 9pt Arial;
  margin : 0;
  padding : 5px;
  text-decoration : none;
}

div.menuDeroulant a:hover {
  background-color : #507fba;
  color : white;
  font-width : normal;
  text-decoration : none;
}

h1 {
  color: #58595B;
  font-weight: bold;
  font-size: 12pt;
  font-family: Arial;
  letter-spacing: 2px;
  margin: 0px;
  text-align: left;
  padding-top: 10px;
  text-decoration: underline;
  padding-bottom: 10px;
}

h2 {
  color: #1c4a5a;
  font-weight: bold;
  font-size: 11pt;
  font-family: Arial;
  letter-spacing: 1px;
}

body,table {
  font-family : Arial;
  color : #58595B;
  font-size : 8pt;
}

div.article {
}

table.formulaire hr {
  width: 800px;
  color: #888888;
}

table.formulaire {
  text-align: left;
}

table.formulaire th {
}

table.formulaire td.titre {
  font-weight: bold;
  font-size: 10pt;
  font-family: Trebuchet MS;
}

table.formulaire textarea {
  height: 50px;
}