#simpleTabs, #simpleTabs2{
width: 394px;
background: #fff;
}
.simpleTabs-nav ul{
overflow: hidden;
list-style: none;
margin: 0;
padding: 0;
background: #fff;
}
.simpleTabs-nav li{
width: 165px;
float: left;
padding: 5px;
color: #333333;
background : url(../images/title_bg.gif) repeat-x;
height: 22px;
cursor: pointer;
font-weight: bold;
padding: 7px 15px;
border: solid 1px #cccccc;
border-bottom: none;
}
.simpleTabs-nav li:hover{
background: #152456;
color: #fff;
border: solid 1px #152456;
border-bottom: none;
}
.simpleTabs-nav li.close{
float: right;
}
.simpleTabs-nav li.actif{
width: 165px;
color: #fff;
font-weight: bold;
background: #283d70;
height: 22px;
padding: 7px 15px;
border: solid 1px #283d70;
border-bottom: none;
}
.simpleTabs-content{
clear: both;
padding: 15px;
color: #333;
border: solid 1px #283d70;
}

