h1{
  margin-bottom : 20px;
}

#content-middle{

}

table{
  border: 1px solid #8A8993;
  width : 100%;
}


table td,table th{
  padding : 5px 20px;
  border-left: none;
  border-right : none;
  text-align : left;
}

table tr.impair td{
  background : white;
}

table th{
  color : white;
  text-align : center;
  background : #2D2D2D;
}

table tr.first_line th{
  border-right: 1px solid #8A8993;
  background : white;
  color : #8A8993;
  border-top : none;
  font-size : 1.2em;
}


