.shadetabs
{
	display: block;
	padding: 0 0 0 160px;
}


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

.shadetabs li a{
text-decoration: none;
background: url(../images/charte/bg_buttons_acces.jpg) top left no-repeat;
float: left;
display: block;
overflow: hidden;
padding-top: 56px;
height: 0px;
}

.shadetabs li#tab01 a{
 width: 58px;
}
.shadetabs li#tab01 a:hover{
background-position: 0 -56px;
}
.shadetabs li#tab02 a{
 width: 57px;
 background-position: -58px 0;
}
.shadetabs li#tab02 a:hover{
background-position: -58px -56px;
}
.shadetabs li#tab03 a{
 width: 59px;
 background-position: -115px 0;
}
.shadetabs li#tab03 a:hover{
background-position: -115px -56px;
}



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

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

.shadetabs li#tab01.selected a{ /*selected main tab style */
background-position: 0 -56px;
}
.shadetabs li#tab02.selected a{ /*selected main tab style */
background-position: -58px -56px;
}
.shadetabs li#tab03.selected a{ /*selected main tab style */
background-position: -115px -56px;
}

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

.contentstyle{
float: left;
width: 100%;
padding: 6px 0 0 0;
}