.shadetabs{
border: 1px solid #BBB;
list-style-type: none;
background: url(/images/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left;
}
.shadetabs:after { /*Ajoute une marge avant le menu et le reste du content dans firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.shadetabs li{
display: inline;
margin: 0 -4px 0 0;
}

.shadetabs li a {
background: url(/images/chromebg.gif) center center repeat-x;
color: #494949;
padding: 5px;
margin: 0;
border-right: 1px solid #DADADA;
}

.shadetabs li a:hover{
background: url(/images/chromebg2.gif) center center repeat-x;
text-decoration: none!important;
color: #000;
}

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

.shadetabs li.selected a{ /*selected main tab style */
background-color: #FFF;
border-bottom-color: white;
color: #000;
font-weight:bolder;
border-bottom: 1px solid white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
margin: 0 0 1em 0;
padding: 10px;
border:1px solid #DADADA;
border-top:none;
/*background-color:#F7F7F7;*/
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
