body {
	background:url("../images/bg_site.jpg") repeat-x 0 0;
}
#centre {
	background:#f3f3f3;
	padding:10px 0;
}
#header {
	height:99px;
}
#contenu {
	background:#FFF;
	min-height: 400px
}
#logo {
	margin-top:5px;
}
#contenu img {
	float:left;
	margin: 10px 0;
}
#contenu h1 {
	color:#2f516c;
}
#menu {
	height:34px;
	float:left;
	background: url("../images/bg_menu.jpg") repeat-x 0 0;
	line-height:34px;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:100%
}
#menu ul li {
	display:inline;
	line-height:34px;
	padding:0px;
	margin:0 4px 0 0;
	float:left;
	list-style:none;
}
#menu ul li a {
	color:#fff;
	font-size:11px;
	display:inline;
	margin:0;
	padding:0 10px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	float:left;
	height:34px;
}
#menu ul li a.actif {
	display:block;
	text-decoration:none;
	text-align:center;
	background:#97bf0d;
}
#menu ul li a:hover {
	display:block;
	text-decoration:none;
	text-align:center;
	background:#97bf0d;
}
#footer {
	background:#303030;
	height:60px;
	padding:10px 0;
	width:100%;
	color:#FFF;
	float:left;
}
#footer a {
	color: #fff;
	text-decoration: none
}
#footer a:hover {
	text-decoration: underline
}
