/* ----------------------------------------------------------------
   - Styles spécifiques à la barre de Navigation : "div id=navig" - 
   ----------------------------------------------------------------
 */

#navig {
	position: relative; 		
	margin: 0px 6px;
	height: 33px;	
	background: url("../images/fondnav.jpg") repeat-x bottom;
	z-index: 9999;	
}

#navig ul {
    margin: 0;			
    padding: 0;			
    list-style-type: none;		
}

#navig ul.menu {
    padding-left: 20px;		
    float: left;			
}


#navig li {
   position: relative;		
   display: block;	
   z-index: 9990;		
   margin: 0px;
   padding: 0px 5px;		
   float: left;
   background-position: 98% 1px;	
   background-repeat: no-repeat;
   background-image: url("../images/delimNav.png");
}


#navig li.last  {
   background: none;
}


#navig a {
    position: relative;	
    display: block;
    z-index: 9991;	 
    text-align:left;
    float: left;		
    text-decoration: none;
}

#navig a.menutxt {	
    height: 33px;					
    line-height: 30px;		
    text-decoration: none;
    text-transform:uppercase;			
    padding: 0px 6px;
    font-family: inherit;	
    font-size: 12px;					
    font-weight: bold;		
    color: rgb(169,169,169);
}

#navig a:hover, #navig a:hover span { 
    color: #fff; 			
}


#navig a span {
    margin-top: 3px;	
    display: block;
    cursor: pointer;
    font-family: inherit;	
    font-size: 12px;					
    font-weight: bold;		
    color: rgb(169,169,169);
}


#navig ul ul {
    position: absolute;			
    top: 32px;				
    left: -999em;				
    width: 150px;				
    padding: 1px 0px 0px 0px;			
    background-color: rgb(72,46,28); /* #6f1618;	*/
    margin-top: 1px;		
    border: 1px solid #fff;	

    opacity : 0.95; 
    -moz-opacity : 0.95; 
    -ms-filter: "alpha(opacity=95)";	/* IE 8 */ 
    filter : alpha(opacity=95);		/* IE < 8 */ 
		
}

#navig ul ul li {
    padding: 1px 0px 2px 0px;
    background: none;
    width: 100%;

}

#navig ul ul li a {
    display: block;
    margin: 0px;
    padding: 4px 5px;
    height: auto;
    float: none;
}

#navig ul ul a.menutxt {
    height: 16px;					
    line-height: 16px;		
    text-transform: none;	
}


#navig ul ul a.menutxt:hover {
	color: #fff;
	background-position: 0px 50%;
	background-repeat: no-repeat;
	background-image: url("../images/pointerNavig.gif");
	padding-left: 12px;
}

#navig ul ul img { 
	display: block;
	margin: 0;
	padding: 0px;
	width: 140px;
	height: 95px;
	border: 1px solid #636363;	
}

#navig ul ul a:hover img { 
	border: 1px solid #fff;	

	opacity : 0.8; 
    -moz-opacity : 0.8; 
    -ms-filter: "alpha(opacity=80)";	/* IE 8 */ 
    filter : alpha(opacity=80);		 	/* IE < 8 */ 

}