body
{
	background-color: rgb(147,147,147); 
}
a img 
{
	border : none;
}

a
{
	font-style: normal;
}
#corps
{
	background-color: rgb(179,179,179); 
	width:800px;
	margin:auto;
	padding: 10px;
	text-align: center;
}
.presentation
{
	background-color: rgb(192,192,192); 
	border: 4px ridge black;
	padding: 10px;
	width:700px;
	margin:auto;
	font-style: italic;
}
#menup table
{
	border-collapse: collapse; 
}
#menup th 
{
	color:blue;
	border: none;
	text-align: center;
	padding: 5px;
}
#menup td 
{
	border: none;
	text-align: center;
	padding: 5px;
}
