/* GENERAL */
* {padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; color: Black; font-size: 12px;}


body{	 
	margin-left: auto;	
	margin-right: auto; 
	width: 1000px;  
	background-color: white
}
.fond{
	background-image: url(fond.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 650px;
	margin-top: 10px;
}
.fond .titre{
	color: White;
	font-size: 60px;
	color: #0F6C04;
	margin-left: 5px;
}
.contenu{
	width: 800px;
	height: 300px;
	background-position: right;

	margin-top: 145px;
	margin-left:100px;
	color: White;
	text-align: center;
}
.contenu h1 a{
	font-size: 24px;
	color: White;
	text-decoration: none;
}
.contenu h1 a:hover{
	font-size: 24px;
	color: White;
	text-decoration: underline;
}