/*************/
/* MENU HAUT */
/*************/
#backoffice_menu_haut {
  /* background: transparent url('../images/bo_menu_haut.gif') repeat-x scroll left top; */
  height:80px;
  overflow:hidden;
  /* padding-top: 9px; */
  /* border-top:1px solid #fff; */
  width:100%;
  margin:auto;
  position:fixed;
  top:-42px;
/*   -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.5);
box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.5); */
z-index:1000;

  left:0;
  -webkit-transition:top .5s ease-out, right .5s ease-out;
  transition:top .5s ease-out, right .5s ease-out;

}


#conteneur #backoffice_menu_haut:after{
  cursor:pointer;
  z-index:40!important;
  content:"i";
  font-style:italic;
  position:absolute;
 right:40px;
  height:22px;
  padding-top:10px;
  font-size:30px;
  z-index:50;
  cursor:pointer;
  top:40px;
  color:#fff;
  background-color:#000;
  width:40px;
  padding-bottom:5px;
  -webkit-border-radius: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 15px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-left:1px solid black;
  border-right:1px solid black;border-bottom:1px solid black;
  text-align:center;
}
#backoffice_menu_haut:after{
  cursor:pointer;
  z-index:40!important;
  content:"i";
  font-style:italic;
  position:absolute;
 right:40px;
height:30px;
  
  font-size:30px;
  z-index:50;
  cursor:pointer;
  top:40px;
  color:#fff;
  background-color:#000;
  width:40px;
  padding-bottom:5px;
  -webkit-border-radius: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 15px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-left:1px solid black;
  border-right:1px solid black;border-bottom:1px solid black;
  text-align:center;
}
#backoffice_menu_haut:hover{
width:100%;
left:0;
top:0px; 
}

#backoffice_menu_haut table tbody{
  float:right;
}
#backoffice_menu_haut table {
      -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.5);
box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  font-family: Verdana, Arial Helvetica, sans-serif;
  font-weight: bold;
  border-collapse: collapse;
  float:right;
  height:40px;
  display:block;
  width:100%;
  overflow:hidden;
  background-color:#037097/*dynamique*/;
 
  
}
#backoffice_menu_haut table a{
  color:#fff/*dynamique*/;
}
#backoffice_menu_haut td {
  /* background: transparent url('../images/bo_menu_haut_td_off.gif') no-repeat scroll left top; */
  font-size:11pt;
  
  text-align: center;
  padding: 0;
}
#backoffice_menu_haut td.noBackground {
  background-image: none;
  width: 10px;
}
#backoffice_menu_haut td.selected {
  /* background-image: url('../images/bo_menu_haut_td_on.gif'); */
}
#backoffice_menu_haut td.big {
  background-image: url('images/bo_menu_haut_td_off_b.gif');
  width: 120px;
}
#backoffice_menu_haut td.big_selected {
  background-image: url('images/bo_menu_haut_td_on_b.gif');
  width: 120px;
}
#backoffice_menu_haut a {
  color: #000000;
  text-decoration: none;
  padding:0 20px;
  line-height:40px;
  display:block;
  border-left: 1px solid #fff;

}
#backoffice_menu_haut a:hover {
  background-color:#e11f16/*dynamique*/;
}
.bo_field {
   background-image: url('../images/bo_field_background.gif');
}
ul {
  padding:0;
  margin:0 0 0 20px;
}
a.bouton, a.bouton:visited {
   
}
