@media print
{
    ul.onglets {
        display: none !important;
    }

    .tab-title {
        margin: 10px 0px;
        font-size: 14pt;
        display: block !important;
    }

    div.tab-item {
        display: block !important;
    }

    body {
        background: none !important;
    }
    #global,
    #content {
        width: auto;
        background: none;
        overflow: visible;
    }
    #pied,
    div.pager {
        display: none !important;
    }
    #menu {
        display: none;
    }

    #card {

        bottom: auto;
    }

    #entete {
        background: none;
    }
    #entete ul {
        display: none;
    }
    #attributes-list {
        clear: both;
    }
}

input.button,img.button {
    cursor: pointer;
}

div.product-item {
    position: relative;
    margin: 5px 1%;
    padding-top: 20px;
    width: 31%;
    float: left;
    width: 31%;
    z-index: 50;
}

div.product-item div.product-content {
    margin: 0;
    position: relative;
    padding: 5px;
    border: 1px solid #643948;
    background: #feffe8 url(medias/background_fiche_liste_bien.png) left
        bottom repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.product-item div.product-content.gotoFirstLinkActive {
    cursor: pointer;
}

div.product-item div.product-content:hover {
    -moz-box-shadow: 0px 0px 4px 1px #abb100;
    -webkit-box-shadow: 0px 0px 4px 1px #abb100;
}

div.product-item div.product-content:hover a {
    color: #abb100;
    text-decoration: none;
}

div.product-item div.product-content p.image {
    margin: 0px 0px;
    padding: 10px;
    width: 165px;
    height: 125px;
    background: transparent url(medias/background_photo_liste_bien.png)
        center top no-repeat;
    text-align: center;
}

div.product-item div.product-content p.position {
    font-size: 9pt;
    padding: 2px 4px;
}

div.product-item div.product-content p.price {
    font-weight: bold;
}

div.product-item div.product-content p.note {
    position: absolute;
    z-index: -1;
    font-size: 8pt;
    height: 20px;
    font-weight: bold;
    padding: 2px 8px 2px 4px;
    border: 1px solid #643948;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    top: -26px;
    left: -1px;
    background: transparent url(medias/note_background.png) left bottom
        repeat-x;
    border: 1px solid #643948;
    font-size: 8pt;
}

div.product-item div.product-content p.note  img {
    float: left;
    margin-right: 2px;
}

div.product-item div.product-content p.price,div.product-item div.product-content p.description
    {
    text-align: left;
    padding: 2px 4px;
    background: #fff;
}

div.product-item div.product-content p.button {
    padding: 2px 0px 4px 0px;
    font-size: 8pt;
    background: transparent url(medias/bouton_voir_detail.png) center top
        no-repeat;
    text-align: center;
}

#product-item div.contact {
    margin: 25px 0px;
    padding: 10px;
    border: 1px solid #abb100;
    overflow: auto;
    color: #643948;
    padding: 10px;
}

#product-item div.contact strong {
    font-size: 9pt;
}

#product-item div.contact p {
    font-size: 9pt;
    color: #888;
    margin: 4px 0px 6px 0px;
}

#product-item p.type,#product-item p.position {
    font-weight: bold;
    color: #abb100;
    font-size: 11pt;
}

#product-item p.price {
    padding: 2px 0px;
    font-weight: bold;
    font-size: 12pt;
    overflow: auto;
}

#product-item p.note {
    padding: 2px 0px;
    color: #643948;
}

#product-item p.price strong {
    padding: 2px 4px;
    color: white;
    background: #abb100;
}

#product-item div.contact h3 {
    margin: -10px -10px 10px -10px;
    padding: 2px 4px;
    background: #abb100;
    color: white;
    text-transform: uppercase;
}

#product-item .onglets,#product-item .onglets li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#product-item .onglets {
    margin: 5px 0px 20px 0px;
    width: 100%;
    border-bottom: 1px solid #bdbcbd;
}

#product-item .onglets li {
    display: block;
    margin-bottom: -1px;
    height: 25px;
    padding-left: 15px;
    float: left;
    background: url(medias/onglet_gauche.png) left top no-repeat;
    float: left;
    height: 25px;
}

#product-item .onglets li a {
    display: block;
    font-weight: bold;
    color: #555;
    padding-top: 4px;
    padding-right: 15px;
    text-decoration: none;
    height: 25px;
    background: url(medias/onglet_droite.png) right top no-repeat;
    height: 25px;
}

#product-item .onglets li a:hover {
    text-decoration: underline;
}

#product-item .onglets li.selected {
    background: white url(medias/onglet_actif_gauche.png) left top no-repeat
        ;
}

#product-item .onglets li.selected a {
    color: #abb100;
    background: url(medias/onglet_actif_droite.png) right top no-repeat;
}

#carrousel {
    position: relative;
    margin: 0px 5px 0px -15px;
    padding: 10px 30px;
    width: 290px;
    height: 340px;
    float: left;
    background: transparent url(medias/background_image_principale.png)
        center top no-repeat;
    margin: 0px 5px 0px -15px;
    overflow: hidden;
}

#carrousel .carrousel-data {
    text-align: center;
}

#carrousel .carrousel-navigation {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    color: #abb100;
    font-weight: bold;
}

#carrousel .carrousel-navigation img {
    vertical-align: middle;
}

#carrousel .carrousel-navigation img.zoom {
    float: right;
}

#images-list a {
    margin: 0px 8px 5px 8px;
    padding: 10px;
    background: transparent url(medias/background_vignette.png) center top
        no-repeat;
    text-align: center;
    float: left;
    width: 120px;
    height: 120px;
    padding: 10px;
}

#images-list img {
    max-width: 100%;
    max-height: 100%;
}

#products-list {
    width: 100%;
}

#attributes-list {
    clear: both;
}

#attributes-list h4 {
    color: #643948;
    margin-bottom: 5px;
}

#attributes-list table {
    border-collapse: collapse;
    width: 100%;
}

#attributes-list table th,#attributes-list table td {
    padding: 2px;
    border: 1px solid #ccc;
}

div.pager {
    margin: 0px;
    clear: both;
}

div.pager p {
    margin: 5px;
    padding: 0;
    line-height: normal;
    float: left;
}

div.pager.top {
    margin-top: -10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 15px;
}

div.pager.bottom {
    border-top: 1px solid #aaa;
    margin-top: 15px;
}

ul.pager {
    margin: 5px 0px;
    padding: 0px 0px;
    list-style: none;
    text-align: right;
    float: right;
}

ul.pager li {
    display: inline;
    margin: 0;
    padding: 0px 5px;
}

a.back-link {
    font-size: 9pt;
    font-weight: bold;
}

ul.pager li.previous a,ul.pager li.next a {
    color: #abb100;
    font-size: 9pt;
}

ul.pager li a {
    color: #555;
    font-weight: bold;
    text-decoration: none;
}

ul.pager li.selected a {
    color: #643948;
    text-decoration: underline;
}

#search {
    margin: 10px 0px 5px 0px;
    padding: 5px 15px 0px 15px;
    border: 1px solid #643948;
    background: #feffe8 url(medias/background_fiche_liste_bien.png) left
        bottom repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    clear: left;
}

#search div {
    margin-top: 5px;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#search fieldset {
    margin: 5px 2% 0px 2%;
    background: #fff;
    border: none;
    padding: 5px 0;
    float: left;
    width: 29%;
}

#search fieldset legend {
    padding: 0;
    background: #fff;
    color: #643948;
    font-weight: bold;
    font-size: 9pt;
}

#search select {
    width: 100%;
}

#search p {
    margin: 5px 0px 2px 0px;
    padding: 0;
}

#search h3 {
    margin: 0px auto;
    padding: 0;
    text-transform: uppercase;
}

#search label {
    color: #643948;
}

/* Réinialisation des float ********************************************************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}