#banniere {
  background-image : url(images/css/BANNIERE.jpg);
  background-repeat : repeat-x;
  height : 100px;
  width : 700%px;
  background-position : top left;
}

#encart {
  background-color : fffddb;
  border-width : 1px;
  border-style : dotted;
  border-color : silver;
  float : left;
  padding : 5px;
  width : 188px;
}

#main {
  border-bottom : 1px solid black;
  height : 100%;
  padding : 10px;
  padding-right : 20px;
}

#rubriquesGauche
{
  display: block;
  text-align  : left;
  width : 151px;
}

#rubriquesGauche a
{
  color : #898989;
  display : block;
  font-size : 9pt;
  text-decoration : none;
  padding-top : 3px;
  padding-bottom : 3px;
  padding-left : 8px;
  padding-right : 2px;
  background-color : #edede3;
  margin-bottom : 2px;
  margin-left : 5px;
  margin-right : 5px;
}

#rubriquesGauche a:hover
{
  color : #002b3b;
  background-color : #b1bbc7;
}

#rubriquesGauche a.selected
{
  background-color : #b1bbc7;
  color : #002b3b;
}

#tablemain {
  height : 600px;
  width : 800px;
  background-color : #FFFFFF;
}

#rubriquesHaut {
  background-image : url(images/css/themes.jpg);
  background-repeat : repeat-x;
  background-color : #ccd0d1;
  width : 100%;
}

#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);
}

a {
  color : blue;
  font-weight : normal;
  text-decoration : underline;
}

a:hover {
  color : blue;
  font-style : normal;
}

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-attachment : fixed;
  background-image : url(images/css/body.jpg);
}

div.menuDeroulant {
  position : absolute;
  list-style: none;
  margin : 0px;
  padding : 0px;
  width : 180px;
  visibility : hidden;
  background-image : url(images/css/div_sousthemes.gif);
  border-color : #BDBDBD;
  border-style : solid;
  border-width : 1px;
}

div.menuDeroulant a {
  color : #858585;
  display : block;
  font : normal 9pt Arial;
  margin : 0;
  padding : 5px;
  text-decoration : none;
  border-top-color : #e5e5e5;
  border-top-style : solid;
  border-top-width : 1px;
  border-bottom-color : #ffffff;
  border-bottom-style : solid;
  border-bottom-width : 1px;
}

div.menuDeroulant a:hover {
  font-width : normal;
  text-decoration : none;
  color : #858585;
  background-color : #E6E6E6;
}

form {
  display : inline;
  margin : 0px;
}

h1 {
  color : #00498E;
  font-weight : normal;
  font-size : 25pt;
  font-family : Arial;
  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;
}

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;
}

body,table {
  font-family : Arial;
  font-size : 10pt;
  font-weight : normal;
  font-style : normal;
}

#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 {
  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;
}

#rubriquesBas {
  color : silver;
  padding : 5px;
  text-align ; center;
}

#rubriquesBas a {
  color : black;
  text-decoration : underline;
}

#rubriquesBas a.selected {
  font-weight : bold
}

#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 : bold;
  text-align : center;
  padding-top : 4px;
  background-color : #ffffff;
  margin-top : 5px;
  margin-bottom : 0px;
  margin-left : 0;
  margin-right : 0;
}

#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;
  background-color : #ffffff;
  margin-top : 5px;
  margin-bottom : 0px;
  margin-left : 0px;
}