@charset "utf-8";
/* CSS Document */

ul.onglets{list-style:none;margin:0; padding:0; border-bottom:3px solid #ffd47f;}
ul.onglets li{margin:0; padding:0; float:left; height:56px; font-size:10px; line-height:12px; padding:0 0 0 23px; background:transparent url(../images/onglet_bg.png) no-repeat top left;}

ul.onglets li span{background:transparent url(../images/onglet_bg_d.png) no-repeat right top; width:100%;  padding-top:17px;  height:38px; display:block;  text-align:center;}
* html ul.onglets li span{width:70px;}
ul.onglets li a{margin-right:23px; display:block;}
ul.onglets li.last span{background-image:url(../images/onglet_bg_d_last.png);}


ul.onglets li.select{background-image:url(../images/onglet_select_bg.png); font-weight:bold; }
ul.onglets li.select span{background:url(../images/onglet_select_bg_d.png) right 0 no-repeat; padding-top:12px;  height:43px;}
