body
{
  background-color: gray;
  color: white;
}

h1
{
	font-style: italic;    
	text-align: center;
	font-size: xx-large;
	font-family: "Times new roman";
}

h2
{   
	text-align: center;
	font-size: x-large;
	font-family: "Times new roman";
}


#corps
{
	text-align: center;
	font-size: medium;
	font-family: "Times new roman";
}

#catalogue 
{
	width: 400px;
	text-align: center;
	font-size: medium;
	font-family: "Times new roman";
	border: 1px white solid;
	padding: 15px;
	margin: auto;
}
