


/*  Informations complémentaires
------------------------------------------------------------------------------*/

#fullAdMoreData {
    background: #E0E0E0;
    width: 669px;
    padding: 7px 0;
    text-align: center;
    margin: 0 0 14px 0;
}


/* Onglets */

#fullAdTabs {
    width: 652px;
    margin: 0 auto;
}

#tabAnchor {
    display: none;
}

#fullAdTabs ul {
    padding: 0 0 0 10px;
}

#fullAdTabs li {
    float: left;
    clear: none;
    width: auto;
    background: #545454 url(../img/fullAdTabLeftPart.gif) 0 0 no-repeat;
    margin: 3px 4px 0 3px;
}

#fullAdTabs li.on {
    margin: 0 0px 0 0px;
    background: #fff url(../img/fullAdTabOnLeftPart.gif) 0 0 no-repeat;
}

#fullAdTabs a {
    float: left;
    clear: none;
    width: auto;
    color: #fff;
    font-weight: bold;
    background: url(../img/fullAdTabRightPart.gif) 100% 0 no-repeat;
    padding: 16px 15px 12px 15px;
}

#fullAdTabs li.on a {
    color: #575757;
    padding-top: 19px;
    background: url(../img/fullAdTabOnRightPart.gif) 100% 0 no-repeat;
}



/* Contenu des onglets */

#tabContent {
    background: #fff;
    width: 640px;
    margin: 0 auto;
    padding: 15px 0 14px 15px;
    text-align: left;
}

* html #tabContent {
    width: 652px;
}

#tabContent h3 {
    color: #575757;
    font-size: 1.2em;
    padding: 0 0 14px 0;
}

#tabContent p {
    float: left;
    clear: none;
    width: 110px;
    color: #575757;
    font-size: .9em;
    margin-right: 14px;
}

#tabContent a {
    float: left;
    clear: none;
    width: auto;
    margin-right: 14px;
}

#tabContent img {
    
}



