#headerc {
  float:left;
  width:100%;
  /*height: 200px;
  background:#DAE0D2 url("/squelettes/img/jpg/credit-hypothecaire.jpg") no-repeat bottom;*/
  font-size:93%;
  margin-top:30px;
  line-height:normal;
  }
#headerc ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#headerc li {
  display:inline;
  margin:0;
  padding:0;
  }
#headerc a {
  float:left;
  background:url("left_both.png") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  text-decoration:none;
  white-space:nowrap;
  }
#headerc a span {
  float:left;
  display:block;
  background:url("right_both.png") no-repeat right top;
  padding:5px 15px 4px 6px;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#headerc a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
  color:#333;
  }
#headerc #current a {
  background-position:0 -150px;
  border-width:0;
  }
#headerc #current a span {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
#headerc a:hover {
  background-position:0% -150px;
  }
#headerc a:hover span {
  background-position:100% -150px;
  }
