#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 h4
{
  color: rgb(170,4,9);
}

#corps p
{
	text-align: center;
}

#corps .imgguy
{
	float: left;
	width: 143px;	
	margin-left: 10px;
}

#corps .stages
{
	margin-left: 10px;
	margin-right: 10px;
	width: 460px;
	height: 300px;
	float: left;
}

#corps .imgolivier
{
	float: left;
	width: 143px;	
}

#corps a:hover
{
  background-color: rgb(249,189,204);
}