/* CSS Document */
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 {
	/*	border:4px #ececec solid;*/
	float:left;
	margin: 10px 0;
}
#contenu h1 {
	color:#2f516c;
	font-weight:bold;
	font-size:18px;
	height:32px;
	letter-spacing:-1px;
	background:url(../images/ligne_bleu.jpg) no-repeat 0 bottom;
	width:100%;
	display:block;
	float:left;
	margin-bottom:5px;
}
h3 {
	color:#b60000;
	font-weight:bold;
	font-size:18px;
	height:32px;
	letter-spacing:-1px;
	background:url("../images/ligne_rouge.jpg") no-repeat 0 bottom;
	width:100%;
	display:block;
	float:left;
	margin-bottom:5px;
}
/* Menu horizontal */
#menu {
	height:34px;
	float:left;
	background: url("../images/bg_menu.jpg") repeat-x 0 0;
	line-height:34px; /* largeur 100% */
}
/*#menu {height:29px; float:left;background:#fff;	margin:7px 0 7px 10px; width:970px;}*/
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:100%
}
#menu h2 {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#menu ul li {
	display:inline;
	line-height:29px;
	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;
}
h5, h6 {
	float:left;
	margin-right:15px;
}
