/* scellier.css */

#MainContent table {
  margin: 10px auto;
  width: 95%;
}
#MainContent table .header {
  background: #b9c2cb;
  color: #E3272D;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
#MainContent table tr td {
  padding: 10px 5px;
  border: 2px solid #99a6b4;
}
#MainContent table .even{
  background: white;
}
#MainContent table .odd{
  background: #ebebeb;
}
#MainContent table tr td ul {
  margin: 0 0 0 15px;
}
#MainContent .loyerTable {
  width: 300px;
  text-align: center;
}
#MainContent .important {
  color: #C40000;
  font-weight: bold;
}
#MainContent .numberList {
  list-style-type: none;
}