body
{
	background-color: #8c918b ;
}

#head
{
	text-align: center;
	padding-top: 10px ;
}

div#menu_horizontal li 
{
	display : inline;
	padding : 0 0.5em; /* Pour espacer les boutons entre eux */
}

div#menu_horizontal ul
{
	text-align: center ;
	list-style-type : none; /* Car sinon les puces se placent n'importe oł */
}

div#menu_horizontal a
{
	text-decoration: underline ;
	color: blue;
	font-size: 1.2em ;
	font-family: "south park" ,"arial black", serif;
}

#corps
{
	text-align: center ;
}

div#corps h1
{
	color : red ;
}

div#corps p
{
	margin-left: 40px ;
	width: 90%;
	color: blue ;
	font-family : "arial black" , serif ;
}

#pied
{
	color: blue;
	text-align:center ;
}

.adresse
{
	text-align: center;
	font-size: 1.3em ;
}
	
