.onglet {
    font-size: 12px;
    list-style: none;
    margin: 0;
	padding:0 0 0 10px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.onglet:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.onglet li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
	list-style:none;
}
.onglet a, .onglet a span {
    display: block;
    padding: 0 10px;
    background: url(../image/tab.png) no-repeat;
}
.onglet a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #000;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.onglet a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 16px; /* IE 6 treats height as min-height */
    min-height: 16px;
    padding-top: 2px;
    padding-right: 0;
}
*>.onglet a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.onglet a:hover, .onglet a:focus, .onglet a:active {
    background-position: 100% -150px;
}
.onglet a {
    background-position: 100% -100px;
}
.onglet a:hover span, .onglet a:focus span, .onglet a:active span {
    background-position: 0 -50px;
}
.onglet a span {
    background-position: 0 0;
}
.onglet a:hover, .onglet a:focus, .onglet a:active {
    cursor: pointer;
}
