/* ---------- Général ---------- */

div#menu {
	width: 773px;
	background: url("images/barre-nav.png") no-repeat !important;
	z-index:100;
	position:absolute;
	font-family: Arial, sans-serif;
}

div#menu ul { list-style-type: none; }

	div#menu ul#menu_menu_0 li  {
		position: relative;
		float: left;
	}

		div#menu a {
			display: block;
			width: 149px;
			_width: 157px;
			padding: 4px;
			text-decoration: none !important;
			text-align: center;
			font-size: 11px;
		}
		div#menu a, div#menu a.out {
			color: #ffffff;
		}


/* ---------- Sous-menu ---------- */

div#menu ul.sous-menu, div#menu ul.sous-menu ul {
	position: absolute;
	display: none;
}

	div#menu ul#menu_menu_0  li ul li {
		display: block;
		float: none;
		padding: 0;
		margin: 0;
	}

div#menu ul.sous-menu {
	top: 22px;
	left: 0;
}

div#menu ul.sous-menu ul {
	top: 0;
	left: 157px;
}

div#menu ul.sous-menu a {
	width: 148px;
	height: auto;
	_width: 158px;
	border: 1px solid #b69d94;
	padding: 4px;
	margin-bottom: -1px;
	text-align: left;
	font-size: 10px;
}

div#menu ul.sous-menu a, div#menu ul.sous-menu a.out {
	background-color: #f8ecd4;
	/*background-color: #90b3d3;*/
	/*color: #c28b60;*/
	color: #713e1a !important;
}

div#menu ul.sous-menu a:hover, div#menu ul.sous-menu a.over {
	background-color: #c28b60;
	color: #ffffff;
}

div#menu ul.sous-menu a.parent {
	background-image: url("images/puce-ex2.gif");
	background-position: center right;
	background-repeat: no-repeat;
}

