#onglets{
/*float:left;*/
width:960px ; 
margin-left:auto ; margin-right:auto ;
/*line-height:normal;
border-bottom: 1px solid #7e9fff;*/ /*Add border strip to bottom of menu*/
background:url(images/onglet_motif_on.jpg) left top no-repeat ;
}

#onglets ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#onglets li{
display:inline;
margin:0;
padding:0;
}

#onglets a{
float:left;
background:url(images/onglet_gauche.jpg) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 15px;
text-decoration:none;
}

#onglets a span{
float:left;
display:block;
background:url(images/onglet_droit.jpg) no-repeat right top;
padding: 11px 15px 12px 0px;
font-weight:bold;
font-size:14px;
font-family:Arial, Helvetica, sans-serif ;
color:#FFFFFF;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#onglets a span {float:none;}
/* End IE5-Mac hack */

#onglets a:hover span {
color: #000000;
}

#onglets #current a{ /*Selected Tab style*/
background-position:0% -39px; /*Shift background image up to start of 2nd tab image*/
}

#onglets #current a span{ /*Selected Tab style*/
background-position:100% -39px; /*Shift background image up to start of 2nd tab image*/
color: #000000;
}

#onglets a:hover{ /*onMouseover style*/
background-position:0% -39px; /*Shift background image up to start of 2nd tab image*/
}

#onglets a:hover span{ /*onMouseover style*/
background-position:100% -39px; /*Shift background image up to start of 2nd tab image*/
}