.listeBleu{
  width:100%;
  border-color:#b2b2b1;
}

.listeBleu th{
  background-color:#4d8ffd;
/*
  background-image:url(../../image/v2/template/separateur_lettre.png);
  */
  color:white;
  text-align:left;
  font-size:12px;
}

.liste{
  width:100%;
  border-color:#b2b2b1;
}

.liste th{
  background-color:white;
  background-image:url(../../image/template/menuGauche.png);
  color:black;
  text-align:left;
  font-size:12px;
}

.listeHtmlTable_pair{
  background-color:#e8e8e8;
  color:black;
  font-size:12px;
}

.listeHtmlTable_pair:hover{
  background-color:#98C5F8;
  cursor:pointer;
}

.listeHtmlTable_impair{
  background-color:white;
  color:black;
  font-size:12px;
}

.listeHtmlTable_impair:hover{
  background-color:#98C5F8;
  cursor:pointer;
}