
/*** ESSENTIAL STYLES ***/
.sf-contener {
	clear: both;
	height:44px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #e9e7e5;
    border-bottom: 1px solid #e9e7e5;
	background-color: #ffffff;
	/*top: -88px; */
    position: relative;	
}
.sf-right {
  margin-right: 14px;
  float: right;
  width: 7px;
}
.sf-menu, .sf-menu * {
	padding:		0;
	list-style:		none;
}
.sf-menu {
	behavior:url(../../../Css4IE/PIE.htc);
}
.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;
	/* background: transparent url(../img/bg_blocktopmenu_li_hover2.png) 0 0; */
}
.sf-menu a {
	display:		block;
	position:		relative;
	color:#fff;
	/*text-shadow:0 1px 0 #333;*/
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			95px; /* match top ul list item height */
	z-index:		99;
	width:auto
}
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:			200px; /* 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 ***/
.sf-menu {
	float: left;
}
.sf-menu a {
	display:block;
	margin-right:2px;
	line-height:34px;
	border: 0;
	text-decoration:none;
	color:#ffffff;
}

.sf-menu li li {
	background: rgba(113, 113, 113, 0.9);
}
.sf-menu li li li {
	background:	rgba(113, 113, 113, 0.9);
}

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

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

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../img/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;
	behavior:url(../../../Css4IE/PIE.htc);
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
li.sf-search {
  background: inherit;
  float: right;
  line-height: 25px;
}
li.sf-search input {
  -moz-border-radius: 0 5px 5px 0;
  padding: 3px 0;
  padding-left: 20px;
  margin-top: 4px;
  background: #fff url(../img/search.gif) no-repeat left center;
  behavior:url(../../../Css4IE/PIE.htc);
}

/* hack IE7 */
.sf-menu a, .sf-menu a:visited {color:#ffffff; height:34px !IE;}
.sf-menu li li {
	width:200px;
	background:#726f72 !IE;
}

/* override barre de recherche rapide */
#search_block_top {
	position: relative;
    border-radius: 5px;
    top: 2px;
    margin-left: 0px;
    float: right;
    margin-top: -30px;
	/* margin-right: 4%; */
}

div.top_menu_logo { 
	width:65px; 
	height:65px;
	margin:auto;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	behavior:url(../../../Css4IE/PIE.htc);
}



a.mainLink_menuTop {
	height:40px; /* IE */
	min-height:34px;
}

li.item-hover {
	  
}

#topmenu_title  {
	/* color:#6c5947;
	font-family: HelveticaNeue;
	line-height:16px;
	margin-top:8px;
	font-size:15px;
	font-weight: normal; */
}






.smenu div{
	width:200px; 
	text-align:left;
	line-height:25px;
	color:#ffffff;
}
.smenu div a {
	font-weight:light;	
	line-height:25px;
	color:#ffffff;	
}



.smenu_content_left { 
	float:left;
	width:200px;
	padding:20px 0 10px 10px;
}


.smenu_content_right{ 
	float:right;
	width:200px;
	min-height:150px;
	margin:10px 10px 0 0;
	text-align:center;
}

div.topMenu_product_image { 
	border-top:2px solid orange;
	border-left:2px solid orange;
	border-right:2px solid orange;
	border-bottom:0px;
	background:white;
	text-align:center;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	margin:center;
	padding:5px 0 0 0;
	width:100%;
	min-height:130px;
	behavior:url(../../../Css4IE/PIE.htc);
}
div.topMenu_product_infos { 
	border-bottom:2px solid orange;
	border-left:2px solid orange;
	border-right:2px solid orange;
	border-top:0px;
	background:orange;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	margin:center;
	color:white;
	height:45px;
	font-weight:bold;
	width:100%;
	behavior:url(../../../Css4IE/PIE.htc);
}
div.topMenu_product_infos div { 
	width:150px; line-height:18px; padding:5px 0 0 15px; float:left; 
}

a.btnAddCart {
	border:0;
	width:35px; 
	height:35px;
	background:url("../img/addCart.png") no-repeat left top;
	float:right;
	margin:10px 0 0 0;
	cursor:pointer;
	display:auto;
}

.cat_topmenu_productList {
	line-height:25px;
	padding:0 0 3px 15px;
	border-bottom:1px solid silver;
}
.cat_topmenu_productList a{
	color:gray;
}

.item_lvl_1 a {
	color: ffffff;
    font-size: 15px;
    padding-left: 10px;
    /* font-weight: bold; */
    font-family: HelveticaNeue;
	position: relative;
    bottom: 6px;	
}

.item_lvl_2 a {
	color:black;
	font-size:12px;
	padding-left:15px;
	font-weight:lighter;
}

.smenu div.item_lvl_2 { line-height:15px; height:15px;}
.smenu div.item_lvl_2  a{	line-height:15px; height:15px;}
.smenu div.item_lvl_2  a:hover{	line-height:15px; height:15px; color:#999999;}
.cat_topmenu a { text-align:center; }
/*
.cat_topmenu10 {
	background:url('../../../../img/category/10.jpg') no-repeat left top;
}
.cat_topmenu11 {
	background:url('../../../../img/category/11.jpg')  no-repeat left top;
}
.cat_topmenu12 {
	background:url('../../../../img/category/12.jpg')  no-repeat left top;
}
.cat_topmenu13 {
	background:url('../../../../img/category/13.jpg')  no-repeat left top;
}
.cat_topmenu14 {
	background:url('../../../../img/category/14.jpg')  no-repeat left top;
}
.cat_topmenu15 {
	background:url('../../../../img/category/15.jpg')  no-repeat left top;
}
.cat_topmenu16 {
	background:url('../../../../img/category/16.jpg')  no-repeat left top;
}
.cat_topmenu69,
.cat_topmenucadon,
.cat_topmenu9848495 {
	background: url('../../../../img/category/cadon.jpg') no-repeat left top;
}
.cat_topmenulabels{
	background: url('../../../../img/category/labels.jpg') no-repeat left top;
}
*/

/* ITEM OVER */
/*
.cat_topmenu_over10 {
	background: url('../../../../img/category/10.jpg') no-repeat left -65px;
}
.cat_topmenu_over11 {
	background: url('../../../../img/category/11.jpg') no-repeat left -65px;
}
.cat_topmenu_over12 {
	background: url('../../../../img/category/12.jpg') no-repeat left -65px;
}
.cat_topmenu_over13 {
	background: url('../../../../img/category/13.jpg') no-repeat left -65px;
}
.cat_topmenu_over14 {
	background: url('../../../../img/category/14.jpg') no-repeat left -65px;
}
.cat_topmenu_over15 {
	background: url('../../../../img/category/15.jpg') no-repeat left -65px;
}
.cat_topmenu_over16 {
	background: url('../../../../img/category/16.jpg') no-repeat left -65px;
}
.cat_topmenu_over69,
.cat_topmenu_overcadon ,
.cat_topmenu_over9848495{
	background: url('../../../../img/category/cadon.jpg') no-repeat left -65px;
}
.cat_topmenu_overlabels {
	background: url('../../../../img/category/labels.jpg') no-repeat left -65px;
}
*/
li.item-hover .top_menu_logo{
	background-position: left -65px;
}
/* H4 HOVER with cat color */


#puce_menu{
	margin-top:10px;
	float:left;
	top:10px;
}