/* MENU */

#menuSimple {
	float: left;
	width: 574px; height: 42px;
	padding: 0 0 0 40px; margin: 0;
}
	#menuSimple ul {
		height: 42px;
		list-style-type: none;
		margin: 0; padding: 0;
	}
	#menuSimple ul li {
		list-style-type: none;
		display: block;
		float: left; height: 42px;
	}
	#menuSimple ul li a img {
		display: block;
		float: left; height: 42px;
		border: 0;
	}

#smenu {
	width: 279px;
	display: block;
	padding: 0; margin: 0 0 15px 0;
	border: 0;
	font-size: 11px;
}
	#smenu ul {
	width: 279px;
	padding: 10px 0; margin: 0;
	list-style-type: none;
	}
	#smenu ul li {
		width: 229px;
		padding: 5px 0 0 50px; margin: 0;
		list-style-type: none;
		text-decoration: none;
		font-weight: bold;
		color: #A14F05;
		font-size: 13px;
	}
	#smenu ul li.rubriqueSmenu a, #smenu ul li.rubriqueSmenu {
		padding-top: 5px;
		font-size: 12px;
		color: #FE7E03;
		font-weight: normal;
		text-decoration: none;
	}
	#smenu ul li.rubriqueSmenu a:hover {
		text-decoration: underline;
	}
	#smenu ul li .prix {
		float: right;
		width: 100px;
		font-size: 12px;
		text-decoration: normal;
		text-align: right;
		font-weight: bold;
	}
	#smenu ul li .prixPromo {
		font-size: 11px;
		text-decoration: line-through;
		text-align: right;
		font-weight: normal;
		margin-right: 5px;
	}


/* MENU DEROULANT */

#menuDropDown {
	float: left;
	width: 740px; height: 30px;
}
	#menuDropDown dl, #menu dt, #menu dd, #menu ul, #menu li {
		margin: 0; padding: 0; list-style-type: none;
	}
	#menuDropDown dl {
		float: left; 
		display: block;
		width: 150px; height: 30px;
		background-color: #98CC05;
		margin: 0; padding: 0; 
	}
	#menuDropDown dl dt a {
		display: block;
		float: left;
		width: 176px; height: 28px;
		text-align: left; color: #FFFFFF; line-height: 27px; text-decoration: none;
		padding-left: 10px;
		border-bottom: 1px solid #BF4E17;
	}
	#menuDropDown dl dt a:hover {
		display: block;
		width: 176px; height: 28px;
		background-color: #682402;
		background-image:url(../imagesFront/ic_ligne_menu.jpg); background-position: left 9px; background-repeat: no-repeat;
	}
	#menuDropDown dl dt a.accueilActif, #menu dl dt a.presentationActif, #menu dl dt a.vinsActif {
		width: 176px;
		padding-left: 10px;
		background-color: #682402;
		background-image:url(../imagesFront/ic_ligne_menu.jpg); background-position: left 9px; background-repeat: no-repeat;
	}
	#menuDropDown dd {
		position: absolute; z-index: 1000;
		display: none;
		width: 350px;
		text-align: left;
		margin: 0 0 0 186px;
    	background-color: #682402;
	}
		#menuDropDown dd li a {
			display: block;
			text-decoration: none; color:#FFFFFF; line-height: 15px;
			padding: 5px 5px 5px 12px; height: 18px;
		}
		#menuDropDown dd li a:hover {
			color: #FFFFFF;
			background-color: #682402;
			border-bottom: 1px solid #BF4E17;
		}
