#contenu
{
  width: 960px;
  margin-left: 20px;
  font-size: 12px;
  margin-bottom: 5px;
}

table
{
  width: 98%;
  margin-left: 1%;
  border: 1px solid #1C8B2F;
  border-collapse: collapse;
  margin-bottom: 10px;
}
thead th
{
  text-align: center;
  height: 30px;
  background-color: #1C8B2F;
  color: white;
   
}
tbody th
{
  text-align: left;
  padding-left: 2px;
  padding-right: 5px;
  font-size: 11px;
  border-right: 1px solid #1C8B2F;
}
tbody td
{
  border-right: 1px solid #1C8B2F;
  padding-left: 2px;
  font-size: 11px;
}
tbody tr
{
  background-color: #F1F9E1;
  height: 30px;
}
tbody tr.mod
{
  background-color: white;
}
tbody tr:hover
{
  background-color: #D7F09D;
  cursor: pointer;
}
tbody th a
{
  color: #158869;
  text-decoration: none;;
}
