#banniere {
  background-image : url(images/css/banniere.jpg);
  height : 250px;
  width : 100%;
  background-position : center center;
  display : block;
  padding : 10px;
  text-align : center;
  color : #FFFFFF;
  background-repeat : no-repeat;
}

#encart {
  background-color : fffddb;
  border-width : 1px;
  border-style : dotted;
  border-color : silver;
  display : table;
  float : left;
  padding : 5px;
  width : 188px;
}

#main {
  border-bottom : 1px solid black;
  padding-right : 20px;
  height : 100%;
}

#rubriquesGauche {
  border-bottom : 1px solid black;
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 5px;
  text-align : left;
  width : 160px;
}

#rubriquesGauche a {
  color : #000A06;
  display : block;
  font-size : 10pt;
  text-decoration : none;
}

#rubriquesGauche a:hover {
  background-color : #C6EFFF;
}

#rubriquesGauche a.selected {
  background-color : #ccccff;
}

#rubriquesDroite {
  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 {
  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 {
  padding : 5px;
  padding-left : 160px;
  text-align : left;
}

#rubriquesHaut a {
  	border-left : 1px solid #e6e6e6;
  	border-right : 1px solid #b0b0b0;
  	background-image : url(images/rubriquesHaut_a.jpg);
  	background-repeat : repeat;
  	background-position : center;
  	color			 : black;
  	padding-top		 : 3px;
  	padding-right		 : 5px;
  	padding-left		 : 5px;
  height : 100%;
  text-decoration : none;
}

#rubriquesHaut a:hover {
  	background-image : url(images/rubriquesHaut_a_hover.jpg);
}

#rubriquesHaut a.selected {
  	background-image : url(images/rubriquesHaut_a_selected.jpg);
}

#rubriquesBas {
  color : silver;
  padding : 5px;
  text-align : center;
  width : 0; /* FIX pour le bug colspan sur IE*/
}

#rubriquesBas a {
  color : black;
}

#rubriquesBas a:hover {
  background-image : url(images/css/rubriquesGauche_a_niveau0.gif);
  background-repeat : no-repeat;
  background-position : center left;
  color : #ffffff;
  height : 17px;
  font-size : 9t;
  font-weight : bold;
  text-align : left;
  padding-top : 4px;
  padding-bottom : 0px;
  padding-left : 15px;
  padding-right : 0px;
  background-color : #ffffff;
  width : 151px;
  margin-top : 5px;
  margin-bottom : 0px;
  margin-left : 0px;
}

#rubriquesBas a.selected {
  font-weight : bold
}

#tablemain {
  height : 600px;
  background-color : #FFFFFF;
  width : 789px;
}

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 : repeat;
  background-image : url(images/css/body.jpg);
}

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 : #00498E;
  font-weight : normal;
  font-size : 25pt;
  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;
}

#rubriquesGauche a.niveau0 {
  background-image : url(images/css/rubriquesGauche_a_niveau0.gif);
  background-repeat : no-repeat;
  background-position : center left;
  color : #ffffff;
  height : 17px;
  font-size : 9t;
  font-weight : bolder;
  text-align : left;
  padding-top : 4px;
  padding-bottom : 0px;
  padding-left : 15px;
  padding-right : 0px;
  background-color : #ffffff;
  width : 151px;
  margin-top : 5px;
  margin-bottom : 0px;
  margin-left : 0px;
}