
/*** ESSENTIAL STYLES ***/
.sf2-menu, .sf2-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	}
.sf2-menu {
	line-height:	1.0;
	float: left;
}
.sf2-menu ul {
	position:		absolute;
	top:			-999em;
	width:			180px; /* left offset of submenus need to match (see below) */
}
.sf2-menu ul li {

	width:			100%;
	padding-top: 	3px;
	padding-bottom: 3px;
	font-weight: normal;
}
.sf2-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf2-menu li {
	float:			left;
	position:		relative;
	padding: 5px 5px;
	font-weight: bold;
	margin-right: 4px;
	
}

.sf2-menu a {
	display:		block;
	position:		relative;
	text-align: 	left;
}
.sf2-menu li:hover ul,
.sf2-menu li.sfHover ul {
	left:			0;
	top:			20px; /* match top ul list item height */
	z-index:		99;
}

ul.sf2-menu li:hover li ul,
ul.sf2-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf2-menu li li:hover ul,
ul.sf2-menu li li.sfHover ul {
	left:			180px; /* match ul width */
	top:			0;
}
ul.sf2-menu li li:hover li ul,
ul.sf2-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf2-menu li li li:hover ul,
ul.sf2-menu li li li.sfHover ul {
	left:			180px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf2-menu {
	float:			left;
	margin-top:		5px;
		
}
.sf2-menu a {
	cursor: pointer;
	text-decoration:none;
}
.sf2-menu a, .sf2-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
.sf2-menu li {
	
	background-color:#464f52;
}
.sf2-menu li li {

	background-color:#464f52;
}
.sf2-menu li li li {
	background-color:#464f52;
}
.sf2-menu li:hover, .sf2-menu li.sfHover,
.sf2-menu a:focus, .sf2-menu a:hover, .sf2-menu a:active {
	background-color: #af552c;
	outline:		0;
}


/*** arrows **/
.sf2-menu a.sf2-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf2-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf2-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf2-sub-indicator,
a:hover > .sf2-sub-indicator,
a:active > .sf2-sub-indicator,
li:hover > a > .sf2-sub-indicator,
li.sfHover > a > .sf2-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf2-menu ul .sf2-sub-indicator { background-position:  -10px 0; }
.sf2-menu ul a > .sf2-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf2-menu ul a:focus > .sf2-sub-indicator,
.sf2-menu ul a:hover > .sf2-sub-indicator,
.sf2-menu ul a:active > .sf2-sub-indicator,
.sf2-menu ul li:hover > a > .sf2-sub-indicator,
.sf2-menu ul li.sfHover > a > .sf2-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf2-shadow ul {
	background:	url('../../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf2-shadow ul.sf2-shadow-off {
	background: transparent;
}

/*CSS DE MENU PHP*/

#m_principal ul{
	margin:			0;
	padding:		0;
	list-style:		none;
	

}
#m_principal li{
	float: left;
	list-style:none;
	display:inline;
	padding:0;
	margin-top: 5px;
		
}

/*MENU NOUVEAUTE*/
a.menu_top_nouv:link {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color:#af552c;
	padding: 2px 10px;
	font-weight: bold;
	margin-right: 5px;
	
}
a.menu_top_nouv:visited {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color:#af552c;
	padding: 2px 10px;
	font-weight: bold;
	margin-right: 5px;
}
a.menu_top_nouv:hover {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color:#000;
	padding: 2px 10px;
	font-weight: bold;
	margin-right: 5px;
}


