#tabs {
width:100%;
clear:both;
}
.stContainer {
width:100%;
}
.stContainer ul {
list-style: none;
padding:0;
margin:0;
}

.stContainer li {
border-color:#BBBBBB; 
border-style:solid; 
border-width:1px 1px 0; 
font-size:11px; 
position:relative; 
float:left; 
width:130px;
background:url("../images/btnBG.gif") bottom left repeat-x #ccc; 
margin:10px 0.2em 0 0; 
text-align:center; 
}
.stContainer li a {
color:#000;

height:20px; 
padding:5px; 
text-decoration:none; 
vertical-align:bottom; 
width:110px;
font-weight:normal; 

}


.stPanel { width: 100%;
background:url("../images/meunBG.gif") bottom left repeat-x #eee;
border:1px #ccc solid;
clear: both;
margin-bottom:10px; }

