
#header {
      float:left;
      width:100%;
      font-size:10;
      line-height:normal;
	  height:25px;
      }
    #header ul {
      margin:0;
	  padding:0px 0px 0;
      list-style:none;
      }
    #header li {
	float:left;
      display:inline;
      margin:0;
      padding:0;
      }
    #header a {
      float:left;
      /*background:url("images/left_bothv4.jpg") no-repeat left top;*/
      margin:0;
      padding:0 1 0 0px;
      text-decoration:none;
	  FONT-SIZE: 10;
	  FONT-FAMILY: Arial;
	  color: Black;
	  width: 100px;
	  height: 25px;
	  text-align: center;
	  vertical-align : middle;
	  font-weight: normal; 
      }
    #header a span {
      float:left;
      display:block;
      background:url("images/right_bothv4.jpg") no-repeat right top;
	  text-decoration:none;
	  FONT-SIZE: 10;
	  FONT-FAMILY: Arial;
	  color: Black;
	  width: 1O0px;
	  height: 25px;
	  text-align: center;
	  padding-top:5px;
	  vertical-align : middle;
	  font-weight: normal;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a span {float:none;}
    /* End IE5-Mac hack */
    #header a:hover span {
      color:#333;
      }
    #header #current a {
      background-position:0 -150px;
      border-width:0;
      }
    #header #current a span {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;  /* Text color of current tab */
      }
    #header a:hover {
      background-position:0% -150px;
	  
      }
    #header a:hover span {
      background-position:100% -150px;
      }


/*#hosting #nav-hosting, 
#cp #nav-cp,
#cd #nav-cd, 
#record #nav-record,
#emprunter #nav-emprunter,
#search #nav-search {
  background-position:0% -150px;
  border-width:0;
  }*/
#mdd #nav-mdd a, 
#conc #nav-conc a,
#subs #nav-subs a, 
#mag #nav-mag a,
#sdr #nav-sdr a,
#liens #nav-liens a {
  background-position:0 -150px;
  border-width:0;
  color:#333;/* Text color of current tab */
  /*padding-bottom:5px;*/
  }
#mdd #nav-mdd a span, 
#conc #nav-conc a span,
#subs #nav-subs a span, 
#mag #nav-mag a span,
#sdr #nav-sdr a span,
#liens #nav-liens a span{
  background-position:100% -150px;
  color:#333;/* Text color of current tab */
  /*padding-bottom:5px;*/
  }
