#corps
{
/*  border : 3px solid green;*/
  width: 800px;
  height: 400px;
  margin-top: 10px;
  margin-left: 180px;
  font-family: Garamond;
  text-align: justify;
  padding: 5px;
  overflow: auto;
  color : gray;
}

#corps h3
{
  margin-top: 15px;
  text-align: center;
  color: rgb(170,4,9);
  text-transform: uppercase;
}


