.exp_onglets {
 margin:0;
 padding:0;
}
#exp_onglets a{
 text-decoration:none;
 outline:none;
}
#exp_onglets ul{
 height:23px;
 margin-left:0 !important;
 margin-bottom:0 !important;
 font-size:100% !important;
}
#exp_onglets #onglet_contenu_1 {
 margin-left:10px;
}
#exp_onglets li{
 float: left;
 display: inline;
 margin-bottom:0 !important;
 cursor:pointer;
}
#exp_onglets a.onglet_on, a.onglet {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-align:center;
 display: block;
 padding:4px 0 4px 8px;
}
#exp_onglets a.onglet {
 background: url(onglet_off.gif) no-repeat !important;
 color:#4c102d;
 text-decoration: none;
}
#exp_onglets .onglet span {
 background: url(onglet_right_off.gif) top right no-repeat !important;
 width:7px;
 padding-top:4px;
 height: 23px;
 color:#4c102d;
}
#exp_onglets a.onglet_on {
 background: url(onglet.gif) no-repeat !important;
 color:#d9cc9f;
 text-decoration: none;
}
#exp_onglets .onglet_on span {
 background: url(onglet_right.gif) top right no-repeat !important;
 width:7px; 
 padding-top:4px;
 height: 23px;
 color:#4c102d;
}
#contenu_onglet {
 background: url('bg_conteneur.gif') top left no-repeat;
 z-index:100 !important;
 width:441px;
 height:305px;
}
#suppr_onglet {
 text-align: right;
}