/* ========================================================
	left-col.css - Stylesheet

======================================================== */
#left-col {
	float: left;
	width: 157px;
	margin-left: 5px;
}
	/* ================  Menu  ===================*/
	#left-col #menu {
		background: #f9c188;
		border-right: #ad4382 1px solid;
		border-left: #ad4382 1px solid;
	}
	
	#left-col .top {
		background: transparent url(../images/site/menu-top.png) top center no-repeat;
		line-height: 0px;
		height: 10px;
	}
	#left-col .bottom {
		background: transparent url(../images/site/menu-bottom.png) bottom center no-repeat;
		line-height: 0px;
		height: 10px;
	}
	
		#menu li {
			border-bottom: 1px dashed #414141;
			list-style-position: outside;
			margin: 0 auto;
			padding: 10px 0 15px 10px;
			width: 136px !important;
			width: 125px;
		}
			#menu li.fumet {
				border-bottom: none;
				margin: 0;
				padding: 0 0 0 30px;
			}
			#menu li a {
				background: url(../images/site/fleche-menu.gif) no-repeat left 2px;
				font-weight: bold;
				padding-left: 20px;
			}

		ul#menu ul.under-nav {
			
		}
			ul#menu ul.under-nav.active {
				display: block;
			}
			
			#menu .under-nav li {
				border-bottom: none;
				margin: 0;
				padding: 0 0 0 20px;
				width: auto !important;
			}
				#menu .under-nav li a {
					background: none;
					font-style: italic;
					font-weight: normal;
					padding: 0;
				}
				#menu .under-nav li.active a {
					color: #9c0000;
					font-weight: bold;
				}
