/* CSS Document */
    
    #onglets {
	width:99%;
	font-size:93%;
	line-height:normal;
	height: 22px;
	display: block;
	overflow: hidden;
      }
    #onglets ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
      }
    #onglets li {
	float:right;
	background-image: url(images/gauche.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 6px;
	margin: 0;
	height: 22px;
      }
    #onglets a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	background-image: url(images/droite.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 27px;
	padding-left: 5px;
	color: #FFFFFF;
/*height: 10px;*/
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #onglets a {float:none;}
    /* End IE5-Mac hack */
    #onglets a:hover {
      color:#333;
      }
    #onglets #current {
	background-image:url(images/gauche-on.jpg);
	/*position: relative;
	right: -8px;*/
      }
    #onglets #current a {
	background-image:url(images/droite-on.gif);
	color:#333;
	padding-bottom: 27px;
      }
