#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 a
{
  color: gray;
  text-decoration: none;
}


#corps .content table
{
	text-align: center;
	margin-left: 150px;
	border-collapse : collapse;
}

#corps .content td
{
	border : Red solid 1px;
}
         
#corps .titre .img1
{
	float: left;
	margin-right: 150px;
}

#corps .titre h3
{
	float: left;	
}

#corps .titre .img2
{
	float: left;	
	margin-left: 150px;
}

#corps .portail table
{
  margin-left: 0px;
}

#corps .portail td
{
	border: White;
}

#corps .content .portail a
{
/*	color: white;*/
}