@charset "iso-8859-1";

table#produits {
  border-width:10px;
  border-color:#99CC00;

}

table#produits td {

  font-family: arial;
  font-size: 75%;
  font-weight: normal;
  border-width:10px;
  border-color:#99CC00;
  background-color:#99FFCC;
  text-align: center;
}

table#produits td.titre {
  font-size: 95%;
  font-weight: normal;
  color: blue;  
}

table#produits td.soustitre {
  font-size: 90%;
  font-weight: normal;
  color: blue;  
}

table#numerotation td {
  font-family:verdana;
  font-size: 65%;
  font-weight: normal;
  color: green;
  text-align: center;
  border-style: solid; 
  border-width:1px;
  border-color:black;
}

.tabnormal {
  font-family: arial;
  font-size: 75%;
  color:blue;
  font-weight: normal;
  border-width:1px;
  border-color:#99CC00;
  background-color:#66FFCC;
  }


.tabover {
  font-family: arial;
  font-size: 75%;
  color:blue;
  font-weight: normal;
  border-color:#99CC00;
  border-width:1px;
  background-color:#99CC00;
  
  }  
  
 a:link {
font-family:arial;
font-size:100%;
color:black;
background-color:transparent;
text-decoration:none;
}
 a:visited {
font-family:arial;
font-size:100%;
color:black;
background-color:transparent;
text-decoration:none;
}
 a:hover {
font-family:arial;
font-size:100%;
color:blue;
background-color:transparent;
text-decoration:none;
} 
 