#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 p
{
	margin-top: 30px;
	text-align: center; 	
}

#corps hr
{
	width: 400px;
  margin-left: 190px;
}

#corps h3
{
  margin-top: 15px;
  text-align: center;
  color: rgb(170,4,9);
  text-transform: uppercase;
}

#corps table
{
	border-collapse : collapse;
	text-align: center;
  margin-left: 120px;
}

#corps table td
{
	border: 2px solid gray;
	width: 130px;
}
