/* Je sélectionne les <li> du menu horizontal */
ul#menu_horizontal li { 
display : inline;
padding : 0 3em; /* Pour espacer les boutons entre eux */
list-style-type : none;
}
ul#menu_horizontal {
list-style-type : none; /* Car sinon les puces se placent n'importe où */
}

li{
	font-size:34.5px;
	list-style-type : none;
	color:#000000;
}
a
{
	text-decoration:none;
}
body
{
	font-family:Gabriola;
	color:#000000;
}
h1
{
	text-align:center;
	font-family:Gabriola;
	font-size:35px;
}