
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	/*display:		block;* nizar nmb #151964 */
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.9em; /* match top ul list item height */
	_top:			1.8em; /* match top ul list item height */
	z-index:		99;
	background-color:white;
	float:left;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/

/*** arrows **/
/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
span.sf-sub-indicator{
	background:url("../../img/header/sub-indicator.gif") no-repeat scroll 0 7px transparent;
	margin-left:3px;
}

#bloc_navigation_principale .columns{
	border-color: #2E2E2E #565656 #565656;
    border-style: solid;
    border-width: 1px 2px 2px;
    box-shadow: 1px 0 10px 0 #666666, -1px 0 10px 0 #666666, 0 1px 10px 0 #666666;

}


#bloc_navigation_principale .columns-1{
	width:230px;
	background:url(../../img/header/columns-1.png) no-repeat 0 bottom;
    z-index:-1;
}
/* IE6 */
*html #bloc_navigation_principale .columns-1 {
	background: white;
	border-left:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
	margin-left:6px;
}
#bloc_navigation_principale .columns-2{
	width:462px;
	background:url(../../img/header/columns-2.png) no-repeat 0 bottom;
    z-index:-1;
}
/* IE6 */
*html #bloc_navigation_principale .columns-2 {
	background: white;
	border-left:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
	margin-left:6px;
}

#bloc_navigation_principale .columns-3{
	width:694px;
	background:url(../../img/header/columns-3.png) no-repeat 0 bottom;
    z-index:-1;
}
/* IE6 */
*html #bloc_navigation_principale .columns-3 {
	background: white;
	border-left:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
	margin-left:6px;
}

#bloc_navigation_principale .columns-4{
	width:924px;
	background:url(../../img/header/columns-4.png) no-repeat 0 bottom;
    z-index:-1;
}

/* IE6 */
*html #bloc_navigation_principale .columns-4 {
	background: white;
	border-left:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
	margin-left:6px;
}

#bloc_navigation_principale li.column{
	width:210px ;/**/
	_width:200px;
	margin-bottom:10px;
}

.links{
    float: left;
    /*min-height: 147px;*/
    text-align: left;
    
    }
 .links .link{
  	border-bottom: 1px solid #CCCCCC;
    line-height: 21px;
    text-align: left;
    width: 220px;
    overflow:hidden;
}
 .links .last-item-link{
 	line-height: 21px;
    text-align: left;
    width: 220px;
    overflow:hidden;
}
ul.sub-menu{
	background-color:white;
}
.sf-menu .column img.img-pub-menu{
	padding:5px;
}

ul.columns a:link, ul.columns a:visited {
    background: url("../../img/icone-menu-hover.png") no-repeat scroll 0 2px transparent;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding-left: 10px;
    text-align: left;
    text-decoration: none;
}
