/* outremer.css */

#MainContent ul li {
  margin-bottom: 5px;
}
#MainContent .numberList {
  list-style-type: none;
}
#MainContent table {
  margin: 10px auto;
  width: 95%;
}
#MainContent table.table {
  margin: 10px;
  text-align: center;
}
#MainContent table .header {
  background: #273666;
  color: white;
  font-weight: bold;
  text-align: center;
}
#MainContent table tr td {
  padding: 10px 5px;
  border: 2px solid white;
}
#MainContent table .even{
  background: #d6e5ef;
}
#MainContent table .odd{
  background: #c4d1da;
}
#MainContent table .vertical {
  vertical-align: middle;
}
#MainContent table tr td ul {
  margin: 0 0 0 15px;
}
#MainContent .important {
  color: #C40000;
}
#MainContent .staticImage {
  float: left;
  margin: 5px 5px 0 5px;
}
#MainContent .rightList {
  margin-left: 300px;
}
