/* entete */
body {
	font-family: Arial;
	font-size: 90%;
	margin: 0 auto;
	text-align: center;
}
.center {
	margin: 0 auto;
	width: 980px;
}
div.entete {
	height: 50px;
	margin-top:10px;
	margin-bottom: 1px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
        padding-left:5px;
}
div.logo {
	float: left;
}
div.menu_header {
	float: left;
	margin-left: 30px;
	padding-top: 117px;
}
div.menu_header ul li {
	display: inline;
	margin-right: 55px;
}
a.lien_menu {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.lien_menu:hover {
	text-decoration: underline;
}
a.lacrosse {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a.lacrosse:hover {
	text-decoration: underline;
}
