body
{
	width: 760px;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: rgb(255, 255, 204);
}

#en_tete
{
	width: 200px;
	height: 102px;
	background-image: url("images/mini_dakar.jpg");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 50%;
}
#accueil
{
	width: 600px;
	height: 400px;
	background-image: url("photos/desert.jpg");
	background-repeat: no-repeat;
	margin-top: 100px;
	margin: auto;
}
p
{
	font-size: 2em;
	color: rgb(126, 169, 201);
	font-family: Verdana, Arial, Serif;
}

.color
{
	color: red;
	font-weight: bold;
}
.color
{
    font-size: XL;
	color: rgb(0, 0, 255);
}	
