.dprimeur{
text-align: center;
background-color: #d2ffff;
color: blue;
}

.last {
border-style: none;
}

.current {
font-weight: bold;
color: red;
}

table.tprimeur {
cellspacing: 0;
width: 100%;
cellpadding: 2px;
}

table.tprimeur td {
text-align: center;
border-width: 0px 1px 0px 0px;
border-style: none;
border-color: white; /*black;*/
  padding:0;
  margin:0 auto;

}

table.tprimeur td a {
text-decoration:none;
color:navy;
background-color:#d2ffff;
display:block;
/*height:2.5em;*/
padding:3px;
}

#blg table.tprimeur td:hover {
/*background-color:navy;
color:white;*/
  color: yellow; /*#000;*/
  background-color: navy;/*#d4d4d4;*/
/*  font-weight: bold;
  text-decoration: underline;*/  
}


#blg table.tprimeur td a:hover {
  color: yellow;
  background-color: navy;
/*  font-weight: bold;*/
  text-decoration: underline;
}

table.tprimeur a:active {
/*background-color:navy;
color:white;*/
  color: yellow; /*#000;*/
  background-color:#d4d4d4;

}

span.more_info {
	font-size: small;
	font-weight: normal;
	font-style: normal;
}
