
#header_menu, #header_menu ul {
        padding : 0; 
        margin : 0; 
        list-style : none; 
        height : 45px; 
        text-align : center;
}

#header_menu {
    font-family : Arial; 
    font-size : 16px; 
	padding-top:5px;
	height:20px;
	width:970px;		
	z-index:10;
	position:relative;
}
#header_bloc{ 
		width:40px;
		height:45px;
		float:left;
		background:url('../_img/separateur.jpg') no-repeat top right;	
}
#header_menu ul{
	width:970px;
	margin:0px auto;
}
#header_menu li a{
	padding:12px 0px 8px 0px;
}
#header_menu a {
        display : block; 
        color : #ffffff; 
        text-decoration : none; 
}
#header_menu li a:hover{
	color:#7D110F;
}
#header_menu li a.hover{
	color:#7D110F;
}
#header_menu ul li a{
	width :138px; 		
	background:url('../_img/barre.jpg') no-repeat left center;
}
#header_menu ul li:first-child a{
	background:none;
}

#header_menu li { 
    float : left; 
	font-size:11px; 
}
#header_menu li ul { 
        position: absolute; 
        width: 138px; 
        font-size:12px;
        left: -999em; 
		padding-left:1px;
}
#header_menu a:hover {
        color: #ffffff; 
}

#header_menu li:hover ul ul, #header_menu li.sfhover ul ul {
        left: -999em; 
}

#header_menu li:hover ul, #header_menu li li:hover ul, #header_menu li.sfhover ul, #header_menu li li.sfhover ul  {
        left: auto;		
        min-height: 0; 
}
#header_menu li ul li{
	background-color:#230604;
	text-align:left;
}
#header_menu ul li ul li a{
	width:117px;
	padding-left:20px;
	font-weight:bold;
	border:none;
	background:none;
}
#header_menu li.hover a{
	color: #7D110F;	
}
#header_menu li.hover li a{
	color: white;
}
#header_menu li.hover li.hover a{
	color: #7D110F;	
}
#header_menu .last{
	width :137px; 
	height:7px;
}
