/*-----------------Patie générique------------------*/
body {
	margin:0;
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2 { margin-top:0; }
a {
	text-decoration:none;
	outline:none;
}
ul {
	padding:0;
	margin:0;
}
li { list-style:none; }
a.titre {
	float:left;
	width:180px;
	color:#6d8a20;
	font-size:36px;
	line-height:48px;
	font-weight:normal;
}
/*-----------------Patie menu principal------------------*/
#wrap_header {
	width:100%;
	height:50px;
	background:#91b439;
	border-top:1px solid #aad246;
	border-bottom:1px solid #6d8a27;
}
#header {
	width:950px;
	height:50px;
	margin:0 auto;
	position:relative;
}
#header ul {
	float:right;
	border-left:1px solid #6d8a27;
	border-right:1px solid #aad246;
}
#header li {
	padding:0;
	float:left;
	height:50px;
	line-height:50px;
	border-left:1px solid #aad246;
	border-right:1px solid #6d8a27;
}
#header li a {
	display:block;
	color:#fff;
	padding:0 30px;
	height:50px;
}
#header li a.down {
	padding-left:40px;
	background:url(../images/puce.gif) 20px center no-repeat;
}
#header li a:hover { background:#aad246 !important; }
#header li a.down:hover,
#header li a.active { background:#aad246 url(../images/puce.gif) 20px center no-repeat !important; }

/*-----------------Patie sous-menu------------------*/
#header li div {
	position:absolute;
	top:52px;
	right:0;
}
#header li div ul {
	border:none;
	border-left:1px solid #fff;
	margin-left:0;
}
#header li div li {
	border:none;
	border-right:1px solid #fff;
}
#header li div a {
	height:20px;
	line-height:20px;
	color:#474747;
	height:49px;
	line-height:49px;
	float:left;
}
#header li div a:hover {
	background:none;
	color:#6d8a27;
}

#wrap_menu {
	width:100%;
	height:0px;
	background:#ddd;
}
/*-----------------Patie Contenu------------------*/
#wrap_body {
	width:100%;
	background:url(../images/degr.png) repeat-x;
	height:200px;
	border-top:1px solid #fff;
}
#body {
	width:950px;
	margin:0 auto;
	padding:30px 0;
}
#body img {
	float:right;
	margin-left:10px;
}