/* travaux.css */

#MainContent ul {
  font-size: 12px;
  line-height: 20px;
  margin: 0 20px 0 50px;
}

.table {
  margin-left: 20px;  
}

.table tr td {
  border: 2px solid white;
  font-size: 12px;
  padding: 5px;
}

.title {
  background: #E73800; 
  color: white;
  font-weight: bold;
  text-align: center;
}

.one {
  background-color: #cfe0f0;
}

.two {
  background-color: #b4d0e6;
}