
div.template {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: 980px
}

td.body {
  text-align: left;
  color: #000;
  width: 500px;
  background-color: #fff;
  padding: 6px
}


p.heading, table.menu p.heading  {
  border-bottom: solid 1px #86c0f0;
  color: #d3610e;
  font-weight: bold;
  text-align: center;
  margin: 6px;
  padding: 2px
}


table.prog {
  color: #000;
  font-size: 11px;
  text-decoration: none
}

table.prog td.entete {
  background-color: #a0aeab;
  font-weight: bold;
  text-align: left
}


table.prog td {
  background-color: #c7d8d5
}

table.prog th {
  background-color: #c7d8d5
}

table.prog td.highlighted {
  background-color: #ffbaa2
}

table.prog td.update {
  background-color: #91CFF7
}

table.prog p {
  color: #000;
  font-size: 11px;
  text-decoration: none
}

table.prog a:link,
table.prog a:active,
table.prog a:visited {
  font-size: 10px;
  color: #00e;
  font-weight: normal;
  text-decoration: none
}

table.prog a:hover {
  color: #f00 ! important;
  text-decoration: underline
}


