#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;
}


#corps p
{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

#corps .stages table
{
	margin-left: 10px;
	margin-top: 10px;
	border-collapse : collapse;
	width: 450px;
}

#corps .stages table td
{
	border: 2px solid gray;
	text-align: center;
	height: 45px;
}

#corps .image
{
	float: right;
	width: 262px;
	height: 199px;
	margin-top: 100px;
	margin-right: 15px;
}

#corps a, #corps a:visited
{
	color : gray;
  text-decoration: none;
}

#corps a:hover
{
  background-color: rgb(249,189,204);
}