.shadetabs{
padding: 13px 0;
margin-left: 0;
margin-top: 7px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 2px;
background:url(../images/_LJ_tmplv2/sites/top_meilleurs/tab_off.png) no-repeat right bottom;
}

.shadetabs li a{
text-decoration: none;
padding:12px 15px ;
top:5px;
border: none;
color: #ffffff;
background:url(../images/_LJ_tmplv2/sites/top_meilleurs/tab_off_left.png) no-repeat left bottom;
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #bd4a6d;
}

.shadetabs li.selected{
background:url(../images/_LJ_tmplv2/sites/top_meilleurs/tab_on.png) no-repeat right bottom;
position: relative;
top: 1px;
color: #bd4a6d;
}

.shadetabs li.selected a{ /*selected main tab style */
background:url(../images/_LJ_tmplv2/sites/top_meilleurs/tab_on_left.png) no-repeat left bottom;
color: #bd4a6d;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #bd4a6d;
}

.contentstyle{
border: none;

}