.shadetabs{
font: bold 8px Tahoma;
text-align:center;
padding-right:40px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
font-size:12px;
text-decoration: none;
padding: 3px 0.66mm;
padding-top:3px;
margin-right: 0px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../graphisme/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

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

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image	: url(../graphisme/shadeactive.gif);
border-bottom-color: white;
}

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