/*css menu horizontal */
div.sc_menu_hor {
  /* Set it so we could calculate the offsetLeft */
  /*position: relative;*/
  float: right;
  height: 90px; /*145*/
  width: 781px;
  border-top: solid #BD0000 1px;
  border-bottom: solid #BD0000 1px;
  /*border-right: solid #000 1px;*/
  background-color: #DFB772; /*336699;*/
  /*background-image: url("../images/puce-fer.gif");*/
  /*background-repeat: no-repeat;
  background-color : transparent;*/
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu_hor {
  display: block;
  height: 55px; /*110px;*/
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 8px 0 0 5px; /*15px 0 0 15px;*/ 
  /* Remove default margin */
  margin: 0;
  /*background: url('navigation.png');*/
  list-style: none;
}
.sc_menu_hor li {
  display: block;
  float: left;
  padding: 0 3px; /*espacement entre images*/
}
.sc_menu_hor a {
  display: block;
  text-decoration: none;
}
.sc_menu_hor span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px; /*3px*/
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu_hor span {
  display: none;
  margin-top: 3px; /*3px*/
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #000;/*couleur du texte sous image*/
}
.sc_menu_hor a:hover span {
  display: block;
}
.sc_menu_hor img {
  border: 2px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu_hor a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}