/* -----------------Tout l'année------------------- */
#boutton {
    width: 225px;
    color: #333;
	z-index:100;
}

#boutton ul {
    list-style: circle;
    margin: 0;
    padding:0;
    border: none;
	background-color:#ffffff;
	padding-bottom:10px;
}

#boutton li {
	list-style-type: none;
    border-bottom: 1px solid #384f61;
    margin: 0;
	background-color:#384f61;
}

#boutton li a {
	padding-left:20px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	width:100%;
	font-weight: normal;
}

#boutton li a {
    width: auto;
   }

#boutton li a:hover {
	padding-left:20px;
	border-left: 1px solid #384f61;
	border-right: 1px solid #384f61;
	background-color: #ffffff;
	color: #384f61;
	list-style-type: square;
}

#menuhaut {
	position:absolute;
	z-index:2;
	right: 10px;
	top: 0px;
	width: 443px;
	height: 16px;
}

#menuhaut a {
	font-size: 14px;
	font-weight: normal;
	color: #384f61;
	text-decoration: none; /* pour éviter le soulignement au survol */
	margin-left: 5px; /* espacement entre chaque sous-menu */
	font-weight:bold;
}

#menuhaut a:hover {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none; /* pour éviter le soulignement au survol */
	margin-left: 5px; /* espacement entre chaque sous-menu */
	font-weight:bold;
}

.fond_cat {
	color:#FFFFFF; 
	background: #b5ad6f;
	background-repeat:no-repeat;
	line-height:25px;
	text-indent:20px;
	font-weight:bold;
}

#boutton ul {
    list-style: circle;
    margin: 0;
    padding:0;
    border: none;
	background-color:#ffffff;
	padding-bottom:10px;
}

#boutton dl, dd {
	padding : 0px;
	margin	: 0px;
}
