/* ---------------------------------------- */
/* --------------- PROCEDES --------------- */
/* ---------------------------------------- */
#sous_menu {
  width: 729px;
  border: 1px solid #d1d2d4;
  height: 22px;
  background: url(/uk/images/fond_ss_menu.jpg);
  background-repeat: repeat-x;
}
#sous_menu ul li {
  float: left;
  list-style-type: none;
  padding-top: 3px;
}
#sous_menu ul li a {
  color: #87888A;
  font-size: 10px;
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: none;
}
#sous_menu ul li.li_hover a {
  color: #93bd11;
  font-size: 10px;
  font-weight: bold;
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: none;
}


/* ------------------------------------------ */
/* --------------- ENTREPRISE --------------- */
/* ------------------------------------------ */
#sous_menu_entreprise {
  width: 565px;
  border: 1px solid #d1d2d4;
  height: 22px;
  background: url(/uk/images/fond_ss_menu.jpg);
  background-repeat: repeat-x;
}
#sous_menu_entreprise ul li {
  float: left;
  list-style-type: none;
  padding-top: 2px;
}
#sous_menu_entreprise ul li a {
  color: #87888A;
  font-size: 10px;
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: none;
}
#sous_menu_entreprise ul li.li_hover a {
  color: #93bd11;
  font-size: 10px;
  font-weight: bold;
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: none;
}