#tabs #current, #tabs #current:hover {
      background-position:0% -48px;
		}
#tabs #current span, #tabs #current:hover span {
      background-position:100% -48px;
}

#tabs {
	background:url(../images/tab_right.png) repeat-x left top;
	font-size:0.7em;
	background:url(../images/tab_right.png) repeat-x left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
	height:23px;
	margin-bottom: 0px;
	display: block;
	float: left;
      }
    #tabs ul {
	margin:0;
	padding:0;
	list-style:none;
      }
    #tabs li {
	display:inline;
	margin:0;
	padding:0;
	float: right;
      }
    #tabs a {
      float:left;
      background:url(../images/tab_left.png) no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
.titremenu {
	font-size: 15px;
	font-weight: bold;
	padding:2px 11px 2px 2px;
	float: left;
	display: block;
	height: 8px;
}

    #tabs a span {
      float:left;
      display:block;
      background:url(../images/tab_right.png) no-repeat right top;
      padding:5px 11px 5px 6px;
      color:#666;
      }
	#tabs .aide span {
	  cursor:pointer;
      float:left;
      display:block;
      background:url(../images/tab_right_aide.png) no-repeat right top;
      padding:5px 11px 5px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      /*color:#FFF;*/
      }
    #tabs a:hover {
      background-position:0% -24px;
      }
    #tabs a:hover span, #tabs .aide:hover span {
      background-position:100% -24px;
      }
.fond_left {
	background: url(../images/fond_left.png);
	float: left;
	width: 5px;
	height:23px;
}
.fond_right {
	background: url(../images/fond_right.png) no-repeat right top;
	float: right;
	width: 5px;
	height:23px;
}
