
#breadcrumb {
    width:915px;
    overflow: hidden;
    /*line-height: 0px;*/
    color: #bcbcbc;
    background: transparent;
    background-position:top right; 
	background-repeat:no-repeat;
	
	-moz-user-select: -moz-none;
    -webkit-user-select: none;
	-ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
	}
#breadcrumb a {
	  font-family: Arial;
  	  font-size: 10px;
  	  font-weight: bold;
  	  width:125px;
  	  height: 45px;
      display: block;
      float: left;
      background: #ffffff;/*#F0F0F0;*/
      margin-top: 0px;
      margin-right: 25px;
      text-decoration: none;
      text-align:center;
      color: #bcbcbc;
	  border: 1px solid #dadad9;
	  cursor:pointer;
	  }
#breadcrumb a > #titre_btn_menu{
	position:absolute;
	/*margin-top:15px;*/
	margin-left: 4px;
	width:60px;
	cursor:pointer;
	/*line-height:12px;*/
}
#breadcrumb a div[data-num-btn]{
	float: right;
	font-weight : 600;
}
#breadcrumb a img[data-img-icon]{
	width:22px;
  	height: 30px;
	margin-top:8px;
	margin-left: -83px;
}

#breadcrumb a:after {
	content:'';
	width:15px;
  	height: 33px;
	background-image:url(../images/icone_menu/flechegris.png);
	background-repeat: no-repeat;
	position: absolute;
	margin-left:99px;
	margin-top: 5px; 
	
	}
/*#breadcrumb a:hover:after,*/
#breadcrumb a.active:after,
#breadcrumb a.active-passer:hover:after {
    background-image: url(../images/icone_menu/flecherouge.png);
		}	
/*#breadcrumb a:hover,*/
#breadcrumb a.active,
#breadcrumb a.active-passer:hover {
        background:#e5e38b;
        color:#5c666f;
        border: 1px solid transparent;
        /*border-bottom: 5px solid #00b0ec;*/
		}
#breadcrumb a.active-passer {
		background: #72b1c7;
		 color:#ffffff;
		border: 1px solid transparent;
		}
#breadcrumb a.active-passer:after {
		 background-image: url(../images/icone_menu/flechegrisfonce.png);
		}

#breadcrumb a:last-of-type:after,
#breadcrumb a.active:last-of-type:after,
#breadcrumb a.active-passer:last-of-type:after {
	background-image:url();
	}
