/*page format*/

body
{
	/*background-color : rgb(155,115,85);*/
	background-image : url("img/fond.jpg");
	background-attachment: fixed;
    font-family: Bradley hand itc, Comic Sans MS, Arial, sans-serif;
    color: white;
}
#page
{
    min-width: 600px;
    margin: auto;
}

/*en-tête*/

heater
{
	display: flex;
	align-items: center;
    justify-content: center;
}

/* Navigation */
p
{
	color : white;
	font-size: x-large;
	front-weight: bold;
    text-align: center;
	margin-right: 5px;
}

a
{
	text-decoration: none;
	color : white;
	font-size: x-large;
	front-weight: bold;
    text-align: center;
	margin-right: 5px;
}
