body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: #d1dc73;
	margin-top: 30px;
	color: #000000;
	background-image: url(images/Fonddegrade.png);
	background-repeat: repeat-x;
}

#menu
{
	width: 750px;
	height: 65px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	text-align: center;
}  
#logo {
	height: 100px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}

#menu a
{
	height:50px;
	color:#FF0000;
	font-weight:bold;
	text-decoration: none;
	float: left;
	padding-left: 22px;
	padding-right: 50px;
}


/* Le corps de la page */

#corp
{
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 680px;
}

#corp h1
{
	color:#E41819;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corp  h2
{
	height: 40px;
	background-repeat: no-repeat;
	color:#FCBA02;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 5px;
	font-size: 24px;
	font-weight: bold;
}
#corp p {
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#corp a {
	text-decoration: none;
	color: #000000;
}


    



/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#footer
{
	width: 680px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	color: #E41819;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
}
