.tabs {
    margin-left: -4px;
}

.tabs ul.tabs-nav {
    position: relative;
    margin: 0 0 0 7px;
    padding: 0;
    width: 517px; /* 521px - 4px margin */
    overflow: hidden;
}

.tabs ul.tabs-nav li {
    float: left;
    margin: 0 1px 0 2px;
    padding-left: 18px;
    border-bottom: 1px solid #0D338D;
    list-style-type: none;
    background: url(../_images-fr/tabs-nav-off.gif) no-repeat;
}

.tabs ul.tabs-nav li.active {
    border-bottom: 1px solid #fff;
    background-image: url(../_images-fr/tabs-nav-on.gif);
}

.tabs ul.tabs-nav li span {
    display: block;
    padding: 6px 18px 6px 0;
    width: 87px;
    height: 1.2em;
    background: url(../_images-fr/tabs-nav-off.gif) no-repeat 100% 0;
}

.tabs ul.tabs-nav li.active span {
    background-image: url(../_images-fr/tabs-nav-on.gif);
}

.tabs ul.tabs-nav li span a {
    position: relative;
    font-size: 0.9em;
}

.tabs ul.tabs-nav li.active span a {
    font-weight: bold;
    color: #000;
    cursor: default;
    text-decoration: none;
}

.tabs .tabs-panel {
    margin-top: -1px;
}

.tabs .tabs-panel .tabs-panel-top {
    width: 521px;
    height: 4px;
    background: url(../_images-fr/tabs-panel-top.gif) no-repeat;
}

.tabs .tabs-panel .tabs-panel-bottom {
    width: 521px;
    height: 10px;
    background: url(../_images-fr/tabs-panel-bottom.gif) no-repeat;
}

.tabs .tabs-panel .tabs-panel-content {
    position: relative;
    padding: 14px 15px 4px 15px;
    width: 491px; /* 521px - 30px padding */
    background: url(../_images-fr/tabs-panel-middle.gif) no-repeat bottom;
}


