/* General */
body
{
	float:left;
	height: 100%;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif; 
	padding: 0;
	margin:0;
	cursor: url("images/curseur.cur");
	width:100%;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF6533;
}
#corps
{
	z-index:1;
	color:white;
	margin:auto;
	font-size:20px;
	font-weight:bolder;
	max-width:70%;
	height:100%;
}
/* En-t&ecirc;te */
#entete {
	float:left;
	padding: 20px 0;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}



