body {
	margin: auto;
	width: 1000px;
	background-color: rgb(231,255,255);
	background-image: url('./images/fond.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1 {
	text-align: right;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu 
{
	float: left;
	position: fixed;
	width: 150px;
	font-size: 15px;
}
#menu img {
	border: 0;
}
#menu .drapeau {
	margin-top: 15px;
}
#menu a {
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#menu a:hover {
	color: black;
	text-decoration: underline;
}
#menu .select {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

#menufond {
	width: 125px;
	padding: 10px;
	background-color: white;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
} 

#pieds
{
	overflow: auto;
	margin-left: 400px;
	margin-bottom: 20px;
}
.pied
{
	float: left;
	margin-right: 50px;
	width: 150px;
	background-color: white;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#pieds a {
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#pieds a:hover {
	color: black;
	text-decoration: underline;
}
