body {
    background: #250600 url(../imgs/bg_body.png) repeat-x;
    margin: 0;
    padding: 0;
}

body, table {
    font-family: Arial;
    font-size: 13px;
}

.spacer {
    clear: both;
    font-size: 1px;
}

/** ======================= Zones principales ============================== **/

body.bodysite {
    width: 927px;
    margin: 0 auto;
}

.site-container {
    width: 927px;
    text-align: left;
}

.site {
    width: 927px;
    background: url(../imgs/bg_content.png) repeat-y;
}

.main-container {
    clear: both;
    margin-top: 25px;
}

/** ===================== / Zones principales ============================== **/






/** ======================= Bandeau top ==================================== **/

.top {
    margin: 0 13px;
}

.top img {
    float: left;
}

.top .illustration {
    border-top: 1px solid #77382c;
    background-color: #5b0e00;
    padding: 5px 0;
    clear: both;
}

.top .illustration #top-banner img {
    float: none;
}

.top .illustration #top-banner-legend {
    bottom: 21px;
    position: relative;
}

.top .topsearch {
    float: right;
    margin-right: 25px;
    margin-top: 8px;
}

.top .topsearch .topsearchfield {
    background: url(../imgs/bg_topsearchfield.png) no-repeat;
    width: 148px;
    height: 23px;
    line-height: 20px;
    font-weight: bold;
    padding: 2px 0 0 5px;
    border: 0;
    vertical-align: top;
}

.topsearch .default-text {
    color: #ccc;
    font-style: italic;
}

/** ===================== / Bandeau top ==================================== **/





/** ======================= Bandeau bottom ================================= **/

.bottom {
    background: url(../imgs/bg_content_bottom.png) no-repeat;
    height: 48px;
}

.bottom-content {
    float: left;
    margin-top: 6px;
    color: white;
    font-size: 12px;
    width: 926px;
}

.bottom a, .copyright a {
    color: white;
    text-decoration: none;
}

.bottom a:hover, .copyright a:hover {
    text-decoration: underline;
}

.bottom .address {
    float: left;
    margin-left: 30px;
}

.bottom .mail {
    float: right;
    margin-right: 30px;
}

.copyright {
    clear: both;
    text-align: center;
    margin-bottom: 30px;
    font-size: 11px;
    color: #990000;
}

/** ===================== / Bandeau bottom ================================= **/






/** ======================= Menu principal ================================= **/

.menu-container {
    float: right;
    margin-top: 21px;
    font-size: 16px;
}

.menu-container li {
    display: block;
    float: left;
    margin-right: 25px;
    text-align: center;
    text-transform: uppercase;
}

.menu-container li a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.menu-container li a:hover {
    text-decoration: underline;
}

.menu-container li.on a {
    color: #800000;
}

/** ===================== / Menu principal ================================= **/





/** ======================= Sous-menu ====================================== **/

.smenu-container {
    float: left;
    width: 180px;
    margin-right: 20px;
}

.smenu-container ul {
    margin-left: 28px;
}

.smenu-container li {
    padding: 3px 0;
    border-bottom: 1px solid #5b0e00;
    font-style: italic;
    font-weight: bold;
}

.smenu-container a {
    color: #5b0e00;
    text-decoration: none;
}

.smenu-container a:hover {
    color: black;
}

.smenu-container li.on {
    font-style: normal;
}

.smenu-container li.on a {
    color: black;
}

/** ===================== / Sous-menu ====================================== **/





/** ======================= Contenu de page ================================ **/

.content-container {
    float: left;
    width: 698px;
}

.content-container-large {
    margin: 0 28px;
}

hr {
    clear: both;
    border: 0;
    border-top: 1px dotted #5b0e00;
    height: 1px;
    font-size: 1px;
    margin: 10px 0;
    padding: 0;
}

.link {
    cursor: pointer;
}

.content-container h1, .content-container-large h1 {
    font-size: 17px;
    margin-bottom: 15px;
}

.content-container h2, .content-container-large h2 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.content-container h3, .content-container-large h3 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.content-container a, .content-container-large a {
    color: #847c00;
    text-decoration: none;
}

.content-container a:hover, .content-container-large a:hover {
    color: #ada300;
    text-decoration: underline;
}

.list-infos {
    margin: 10px 0;
    padding: 0;
    border-bottom: 1px solid #5b0e00;
}



.list-infos li {
    padding: 3px 3px 3px 25px;
    border: 1px solid #5b0e00;
    border-bottom: 0;
    display: block;
    background-color: #FFFEDA;
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.list-infos .info {
    background-image: url($icons/fam/information.png);
}

.list-infos .download {
    background-image: url($icons/fam/application_put.png);
}

.list-infos .link {
    background-image: url($icons/fam/application_go.png);
}

.info-box {
    margin: 10px 0;
    border: 1px solid #5b0e00;
    background-color: #FFFEDA;
    padding: 5px;
}

/** ===================== / Contenu de page ================================ **/





/** ======================= Formulaires ==================================== **/

form .field {
    margin-bottom: 5px;
}

label {
    display: block;
    float: left;
    width: 100px;
}

/** ===================== / Formulaires ==================================== **/





/** ======================= Conditions de vente ============================ **/

.conditions-vente p {
    margin: 8px 0;
    text-align: justify;
}

.conditions-vente strong {
    font-weight: bold;
}

.conditions-vente em {
    font-style: italic;
    text-decoration: underline;
}

.conditions-vente ol li {
    margin-bottom: 5px;
    text-align: justify;
}

.conditions-vente .options {
    text-align: center;
    margin-bottom: 10px;
}

/** ===================== / Conditions de vente ============================ **/







/** ======================= Affichage des lots ============================= **/

.lots-container h2, .lots-photos-container h2 {
    margin-top: 20px;
    margin-bottom: 7px;
    clear: both;
}

.lots {
    border-collapse: collapse;
}

.lots th {
    background-color: #5b0e00;
    color: white;
    text-align: left;
    padding: 5px;
    font-weight: bold;
}

.lots td {
    padding: 5px;
    border-bottom: 1px solid #5b0e00;
}

.lots .estimate {
    white-space: nowrap;
}

.lots-photos-container .photo, .lots-photos-container .photo-vide {
    float: left;
    margin: 6px 6px 0 0;
    border: 1px solid #ddd;
    padding: 3px;
    background-color: #fafafa;
    width: 160px;
    height: 160px;
    cursor: pointer;
}

.lots-photos-container .photo div {
    display: table-cell;
    vertical-align: middle;
    width: 160px;
    height: 160px;
    text-align: center;
}

.asterix {
    font-size: 11px;
    margin-top: 5px;
}

/** ===================== / Affichage des lots ============================= **/




/** ======================= Tableau des vacations ========================== **/

.ordre-vacations {
    width: 690px;
}

.ordre-vacations td {
    padding: 5px;
}

.ordre-vacations td.hour {
    vertical-align: top;
    width: 100px;
}

.ordre-vacations td.lots {
    width: 100px;
}

/** ===================== / Tableau des vacations ========================== **/





/** ======================= Prochaine vente (homepage) ===================== **/

.next-sale {
    background-color: #5b0e00;
    padding: 5px 0;
    clear: both;
    color: white;
    font-size: 13px;
    font-weight: bold;
    margin: 0 13px;
}

.next-sale h1 {
    font-size: 22px;
}

.next-sale .sales {
    float: left;
    width: 412px;
    margin-left: 25px;
    border-right: 2px solid white;
    padding-right: 8px;
}

.next-sale .silent {
    float: right;
    width: 410px;
    margin-right: 25px;
}

/** ===================== / Prochaine vente (homepage) ===================== **/




/** ======================= Résultats de vente ============================= **/

.sales-results {
    width: 100%;
    border-collapse: collapse;
}

.sales-results th {
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
}

.sales-results td {
    text-align: center;
}

.sales-results td.title {
    border-right: 5px solid #ddd;
    vertical-align: top;
}

.sales-results tr.download td {
    padding-bottom: 15px;
}

.sales-results img {
    border: 1px solid #efefef;
}

/** ===================== / Résultats de vente ============================= **/




/** ======================= Formulaire de recherche ======================== **/

.search {
    background-color: #FFEEC4;
    border: 1px solid #e7b58d;
    margin-bottom: 15px;
}

.search .illustration {
    width: 128px;
    height: 128px;
    background: url(../imgs/find.png) no-repeat;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.search .legend {
    float: left;
    width: 400px;
    margin-right: 30px;
    margin-left: 10px;
}

.search-small .legend {
    width: 250px;
    margin-right: 20px;
}

.search h1 {
    background-color: #e7b58d;
    padding: 4px;
    color: white;
}

.search p {
    margin: 8px 0;
    text-align: justify;
}

.search strong {
    font-weight: bold;
}

.search .form {
    float: left;
    width: 400px;
    padding: 8px;
}

.search label {
    display: block;
    float: none;
    margin-bottom: 5px;
    width: auto;
    color: #5b0e00;
    font-weight: bold;
}

.search input.searchfield {
    background: url(../imgs/bg_searchfield.png) no-repeat;
    width: 251px;
    height: 28px;
    line-height: 24px;
    font-weight: bold;
    padding: 2px 0 0 5px;
    border: 0;
    vertical-align: top;
}

.search-catalog {
    margin-top: 5px;
    text-align: center;
    margin-bottom: 5px;
}

.search-catalog img {
    border: 1px solid  #efefef;
}

/** ===================== / Formulaire de recherche ======================== **/




/** ======================= Homepage ======================================= **/

.ventes-container {
    margin-bottom: 15px;
}

.vente-principale, .vente-silencieuse {
    width: 410px;
    float: left;
}

.vente-principale {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #5B0E00;
}

.news-container {
    clear:both;
    margin-top: 15px;
}

.news-container .news {
    margin-top: 10px;
    border-left: 5px solid #e7b58d;
    padding-left: 5px;
}

/** ===================== / Homepage ======================================= **/




/** ======================= Catalogues ===================================== **/

.catalog {
    float: left;
    width: 200px;
    margin-right: 20px;
}

.catalog h3 {
    background-color: #ccc;
    padding: 4px;
    height: 35px;
}

.catalog-inside, .catalog-cover {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    text-align: center;
}

.catalog img {
    margin: 3px;
    border: 1px solid #efefef;
}

/** ===================== / Catalogues ===================================== **/




/** ======================= Revue de presse ================================ **/

.revue-presse .illustration {
    float: left;
    width: 200px;
    margin-right: 10px;
    margin-top: 10px;
}

.revue-presse .description {
    float: left;
    text-align: justify;
    width: 350px;
    margin-top: 10px;
}

/** ===================== / Revue de presse ================================ **/




/** ======================= Icones d'admin ================================ **/

.action-edit, .ux-row-action .edit {
    background-image:url($icons/pencil.png) !important;
}
.action-remove, .ux-row-action .trash {
    background-image:url($icons/fam/cross.gif) !important;
}

.bt-add {
    background-image: url($icons/fam/folder_add.png) !important;
}

.bt-search {
    background-image:url($icons/search.png) !important;
}

.bt-search-cancel {
    background-image:url($icons/filter_cancel.png) !important;
}




/** ======================= Newsletter ===================================== **/

.newsletter-box {
    float: right;
    border-left: 1px solid #330000;
    width: 350px;
}

.newsletter-box h3 {
    background-color: #330000;
    color: white;
    margin: 0;
    padding: 3px 5px;
}

.newsletter-box-content {
    padding: 5px 0 5px 5px;
}

/** ===================== / Newsletter ===================================== **/