@charset "utf-8";
body {
	background-color: #d2cdc4;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../images/fond-bully.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
}
#container a {
	font-size: 16px;
	font-weight: bold;
	color: #044481;
	text-decoration: none;
}
#container li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#container a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container li a:hover {
	color:#FFFFFF;
}

