@charset "utf-8";
/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */

@import url('https://fonts.googleapis.com/css?family=Pacifico');

@media screen,
projection,
print {
    * {
        font-size: 100.01%;
    }
    html {
        height: 100%;
        width: 100%;
    }
    body {
        font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.02em;
        font-size: 14px;
        line-height: 1.3em;
        margin: 0;
        color: #373D3F;
    }
    body.vide {
        font-size: 14px;
        line-height: 1.3em;
        padding: 1em 0;
        margin: 0;
        background-color: white;
        background-image: none;
    }
    table {
        border-spacing: 0px;
        border-collapse: collapse;
        /* hack is needed for IE7 also */
    }
    table.gabarit {
        padding: -2px;
        border-spacing: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        border-width: 0px;
        border-collapse: collapse;
        border-color: #6B6251;
        background: #FFFFFF;
    }
    table.bordure {
        padding: -2px;
        border-spacing: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
        border-width: 0px;
        border-collapse: collapse;
        border-color: #6B6251;
    }
    tr.bordure-bas {
        line-height: 0.4em;
    }
    td.bordure-gauche {
        padding: 0px;
        text-align: left;
    }
    td.bordure-centre {
        background-color: #ffffff;
        width: 972px;
    }
    td.bordure-droite {
        padding: 0px;
        text-align: right;
    }
    td.logo {
        width: 330px;
        height: 80px;
    }
    td.logo-baseline {
        width: 400px;
        padding-top:20px;
    }
    span.logo {
        width: 109px;
        padding-left: 15px;
        text-align: center;
        vertical-align: top;
        font-size: 18px;
        font-family: 'Pacifico', Roboto;
        text-align: center;
        color: white;
    }
    span.logo-baseline {
        width: 409px;
        padding-left: 15px;
        padding-top: 15px;
        text-align: center;
        vertical-align: top;
        font-size: 18px;
        text-align: center;
        color: white;
    }
    a.logo {
        color: white;
        font-size:30px;
    }
    a.logo:hover {
        color: white;
    }
    .blanc {
        background-color: #ffffff;
    }
    span.option {
        font-weight: normal;
        font-size: 9px;
    }
    table.entete {
        margin-top: -2px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        background: #ff4136;
    }
    table.gabarit-interieur {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
        background: #FFFFFF;
    }
    table.gabarit-resultat {
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
        background: #FFFFFF;
        width:1001px;
    }
    table.gabarit-banniere {
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
        color:white;
        background: white;
    }
    table.gabarit-interieur-adsense {
        width: 770px;
        vertical-align: top;
    }
    table.adsense {
        width: 220px;
        vertical-align: top;
    }
    table.appellations {
        width: 700px;
    }
    table.cepages {
        padding: 0px;
        border-spacing: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 700px;
        background: #FFFFFF;
    }
    table.popup {
        padding: 0px;
        border-spacing: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 360px;
        background: white;
    }
    table.popup-interieur {
        margin-left: auto;
        margin-right: auto;
        width: 360px;
    }
    select {
        color: #373D3F;
    }
    select.alerte {
        background-color: #FFBABA;
    }
    textarea {
        color: #373D3F;
        background-color: #FFF;
        border: 1px solid rgba(0,0,0,.15);
    }
    submit {
        color: #373D3F;
        background-color: #FFFFFF;
    }
    textarea.alerte {
        background-color: #FFBABA;
    }
    span.pastille-rouge {
        height: 10px;
        width: 10px;
        background-color: #A5383B;
        border-radius: 50%;
        border:1px solid #A5383B;
        display: inline-block;
    }
    span.pastille-blanc {
        height: 10px;
        width: 10px;
        background-color: #FDFCCD;
        border-radius: 50%;
        border:1px solid #adadad;
        display: inline-block;
    }
    span.pastille-rose {
        height: 10px;
        width: 10px;
        background-color: #FF8E6A;
        border-radius: 50%;
        border:1px solid #FF8E6A;
        display: inline-block;
    }
    span.pastille-effervescent {
        height: 10px;
        width: 10px;
        background-color: #F8F2D7;
        border-radius: 50%;
        border:1px solid #adadad;
        display: inline-block;
    }
    span.pastille-liquoreux {
        height: 10px;
        width: 10px;
        background-color: #FFD700;
        border-radius: 50%;
        border:1px solid #FFD700;
        display: inline-block;
    }
    text.rouge {
        color: #FFFFFF;
        background-color: #8B2552;
    }
    text.blanc {
        color: #FFFFFF;
        background-color: #373D3F;
    }
    text.rose {
        color: #FFFFFF;
        background-color: #FFA07A;
    }
    text.effervescent {
        color: #FFFFFF;
        background-color: #373D3F;
    }
    text.liquoreux {
        color: #FFFFFF;
        background-color: #FFD700;
    }
    .bloc {
        padding: 0px;
        border-spacing: 0px;
        border-collapse: collapse;
        background-color: white;
    }
    .libelle {
        padding-right: 10px;
        color:rgba(0,0,0,.54);
        font-weight: bold;
    }
    tr.pitch {
    }
    td.adsense {
        vertical-align: top;
        horizontal-align: left;
    }
    td.trait-autour {
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        color: #373D3F;
        border: 1px solid #DCDEDC;
        background-color: #ECEEEC;
        padding: 5px;
    }
    td.trait-haut {
        border-top: 1px solid #DCDEDC;
        background-color: white;
    }
    td.trait-cotes {
        background-color: #FFFFFF;
        border-left: 1px solid #DCDEDC;
        border-right: 1px solid #DCDEDC;
        padding-left: 10px;
        padding-right: 10px;
    }
    td.trait-gauche {
        background-color: #FFFFFF;
        border-left: 1px solid #DCDEDC;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    td.trait-droit {
        background-color: #FFFFFF;
        border-right: 1px solid #DCDEDC;
        padding-right: 10px;
    }
    td.trait-bas {
        border-bottom: 1px solid #DCDEDC;
        background-color: white;
    }
    td.legende {
        font-size: 0.8em;
        color: #373D3F;
    }
    td.milieu {
        font-size: 0.8em;
        color: #373D3F;
        background-color: #F3F6FB;
        font-weight: bold;
    }
    li.puce1 {
        text-indent: 10px;
        /* list-style-type: none; */
    }
    td.texte {
        color: #373D3F;
    }
    td.texte-espace {
        padding: 4px;
    }
    label {
        display: inline-block;
        padding-left: 15px;
        text-indent: -15px;
    }
    input {
        color: #373D3F;
        background: #fff;
        border: 0;
        border-bottom: 1px solid rgba(0,0,0,.15);
        border-radius: 0;
        padding: 0.33333em 10px;
        margin: 5px;
        height: 24px;
    }

    input.recherche {
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        padding-left: 20px
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }
    input[type='checkbox'] {
        display: inline-block;
        vertical-align: middle;
    }
    input.none {
        border: none;
    }
    input.titre {
        font-size: 1.5em;
    }
    input.alerte {
        background-color: #FFBABA;
    }
    input.entier {
        text-align: right;
        font-size: 14px;
        width: 46px;
    }
    input.rouge {
        color: #FFFFFF;
        background-color: #9f3839;
    }
    input.blanc {
        color: #373D3F;
        background-color: #f7f6c0;
    }
    input.rose {
        color: #373D3F;
        background-color: #fc8e65;
    }
    input.effervescent {
        color: #373D3F;
        background-color: #fffde6;
    }
    input.liquoreux {
        color: #373D3F;
        background-color: #e5be47;
    }
    a {
        font-size: 1.3em;
        text-decoration: none;
        color: #373D3F;
    }
    a.vue {
        font-size: 1.4em;
        color: #373D3F;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 7px;
        text-transform: uppercase;
    }
    a.vue:hover {
        font-size: 1.4em;
        color: #373D3F;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 7px;
        border-bottom: 3px solid #dddddd;
        text-transform: uppercase;
    }
    a.vue-selectionne {
        font-size: 1.4em;
        font-weight: bold;
        color: #373D3F;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 7px;
        border-radius : 5px 5px 0px 0px;
        border-top : 1px solid #dddddd;
        border-left : 1px solid #dddddd;
        border-right : 1px solid #dddddd;
        border-bottom : 2px solid white;
        text-transform: uppercase;
    }
    a.vue-selectionne:hover {
        font-size: 1.4em;
        font-weight: bold;
        color: #373D3F;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 7px;
        border-radius : 5px 5px 0px 0px;
        border-top : 1px solid #dddddd;
        border-left : 1px solid #dddddd;
        border-right : 1px solid #dddddd;
        border-bottom : 1px solid white;
        text-transform: uppercase;
    }
    a.highlight {
        font-size: 1.3em;
        color: #DF3737;
    }
    a.noir {
        color: #FFFFFF;
    }
    a.noir:hover {
        color: #FFFFFF;
        border-bottom: none;
    }
    a:hover {
        color: #DF3737;
    }
    a.tooltip span {
        display: none;
        padding: 2px 3px;
        margin-left: 8px;
        width: 200px;
        font-size: 13px;
    }
    a.tooltip:hover span {
        display: inline;
        position: absolute;
        background: #f8f8f8;
        border: 1px solid #f8f8f8;
        color: #373D3F;
    }
    a.tooltipimage span {
        display: none;
        margin-left: -130px;
        margin-top: 25px;
        font-size: 10px;
        width: 270px;
    }
    a.tooltipimage:hover span {
        display: inline;
        position: absolute;
        color: #373D3F;
        background-color: white;
    }
    .entete {
        font-size: 14px;
        height: 30px;
        color: #777578;
        text-align: center;
        vertical-align: middle;
        background-color: #EDEDED;
        border-left: 1px solid #EDEDED;
        border-right: 1px solid #EDEDED;
        padding: 5px;
    }
    .entete-bloc {
        font-size: 14px;
        height: 30px;
        color: #777578;
        text-align: left;
        font-size: 30px;
        vertical-align: middle;
        border-top: 1px solid #EDEDED;
        border-left: 1px solid #EDEDED;
        border-right: 1px solid #EDEDED;
        padding: 20px;
    }
    .entete_riche {
        font-size: 12px;
        height: 30px;
        color: #373D3F;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
        background-color: #ECEEEC;
        border-left: 1px solid #DCDEDC;
        border-right: 1px solid #DCDEDC;
        background-color: #DEDEDE;
        padding: 5px;
    }
    .pair {
        color: #373D3F;
        background-color: white;
    }
    .impair {
        color: #373D3F;
        background-color: white;
    }
    .highlightpair {
        color: #373D3F;
        background-color: #ECEEEC;
        cursor: pointer;
    }
    .highlightimpair {
        color: #373D3F;
        background-color: #ECEEEC;
        cursor: pointer;
    }
    .valeur {
        font-size: 14px;
        text-align: left;
        padding: 15px;
        vertical-align: top;
    }
    .valeur-parente {
        font-size: 12px;
        text-align: left;
        text-transform: uppercase;
        padding: 15px;
        vertical-align: top;
    }
    td.sep-bas {
        border-bottom: 1px solid #dddddd;
    }
    td.sep-gauche {
        border-left: 1px solid #dddddd;
    }
    td.sep-droite {
        border-right: 1px solid #dddddd;
    }
    td.libelle-vin {
        font-size: 20px;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 0px;
        line-height: 16px;
        width: 400px;
    }
    td.image-vin {
        padding-left: 8px;
        padding-right: 20px;
    }
    a.lientexte {
        font-size: 1em;
        color: #DF3737;
        text-transform: none;
    }
    a.lienpetitnoir {
        font-size: 0.95em;
        color: #373D3F;
    }
    a.lienpetitnoir:hover {
        color: #DF3737;
        border-bottom: none;
    }
    a.lienpetit {
        font-size: 1.1em;
        color: white;
        padding-bottom: 3px;
    }
    a.lienpetit:hover {
        color: white;
    }
    a.lienpetitgris {
        font-size: 0.8em;  
        color: #373D3F;
        padding-left: 5px;
        padding-right: 5px;
    }
    a.lienpetitgris:hover {
        color: #373D3F;
        background-color:#DCDEDC;
        border-radius: 4px; 
    }
    a.lienpetithighlight {
        font-size: 1.1em;
        font-weight: bold;
        color: white;
    }
    a.lienpetithighlight:hover {
        color: white;
        border-bottom: none;
    }
    a.lienentete {
        font-size: 1em;
        color: #373D3F;
    }
    a.lienentete:hover {
        border-bottom: none;
        color: #DF3737;
    }
    a.lienmoyen {
        font-size: 1em;
        color: #373D3F;
        cursor: pointer;
        cursor: hand;
        text-decoration: underline;
        padding-right: 5px;
    }
    a.lienmoyen span {
        line-height: 40px;
    }
    a.lienmoyen:hover {
        border-bottom: none;
        color: #ff4136;
        border-radius: 4px; 
    }
    a.lienmoyenhighlight {
        font-size: 1.2em;
        font-weight: bold;
        color: #DF3737;
    }
    a.lienmoyenhighlight:hover {
        border-bottom: none;
        color: #DF3737;
    }
    a.lienmoyenretard {
        font-size: 1em;
        color: #373D3F;
    }
    a.lienmoyenretard:hover {
        border-bottom: none;
        color: #DF3737;
        color: white;
        background-color: #373D3F;
    }
    td.textepetitgris {
        vertical-align: top;
        font-size: 0.8em;
        color: #98AFC7;
    }
    h1 {
        font-size: 18px;
        text-align: left;
        color: white;
    }
    h1.logo-baseline {
        font-size: 18px;
        text-align: center;
        color: white;
        padding-bottom: 10px;
    }
    h2 {
        font-size: 18px;
        color: black;
        font-weight: bold;
        text-align: left;
        font-weight: normal;
    }
    p {
        font-size:14px;
        text-align: justify;
    }
    .submit {
        border: none;
        font-size: 1.5em;
        color: #DF3737;
        background: #FFFFFF;
        cursor: pointer;
    }
    tr.onglet {
        line-height: 18px;
    }
    tr.haut {
        vertical-align: top;
    }
    span.info {
        font-size: 1em;
        color: #373D3F;
    }
    span.detail {
        font-size: 0.9em;
    }
    span.titre {
        font-size: 1.5em;
        vertical-align: top;
    }
    span.important {
        font-size: 1.3em;
        color: #373D3F;
    }
    span.texte {
        font-size: 1em;
        vertical-align: top;
    }
    span.login {
        font-size: 0.8em;
        font-weight: bold;
    }
    span.detail {
        font-size: 0.7em;
    }
    span.grand {
        font-size: 1.3em;
    }
    span.highlight {
        font-size: 1.3em;
        color: #DF3737;
    }
    span.highlightmoyen {
        font-size: 1em;
        color: #DF3737;
    }
    span.highlightpetit {
        font-size: 0.8em;
        color: #DF3737;
    }
    span.alerte {
        color: #D8000C;
    }
    span.alerte-login {
        color: white;
    }
    span.rouge {
        color: #373D3F;
    }
    span.blanc {
        color: #373D3F;
    }
    span.rose {
        color: #373D3F;
    }
    span.effervescent {
        color: #373D3F;
    }
    span.liquoreux {
        color: #373D3F;
    }
    #cboEmplacements {
        -webkit-appearance: menulist-button;
        -webkit-rtl-ordering: logical;
        -webkit-writing-mode: horizontal-tb;
        align-items: center;
        background-color: rgb(255, 255, 255);
        border-bottom-color: rgb(0, 0, 0);
        border-bottom-left-radius: 4.800000190734863px;
        border-bottom-right-radius: 4.800000190734863px;
        border-bottom-style: solid;
        border-bottom-width: 1.2000000476837158px;
        border-image-outset: 0px;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
        border-left-color: rgb(0, 0, 0);
        border-left-style: solid;
        border-left-width: 1.2000000476837158px;
        border-right-color: rgb(0, 0, 0);
        border-right-style: solid;
        border-right-width: 1.2000000476837158px;
        border-top-color: rgb(0, 0, 0);
        border-top-left-radius: 4.800000190734863px;
        border-top-right-radius: 4.800000190734863px;
        border-top-style: solid;
        border-top-width: 1.2000000476837158px;
        box-sizing: border-box;
        color: rgb(0, 0, 0);
        cursor: pointer;
        /*display: block;*/
        
        font-size: 10.800000190734863px;
        height: 36px;
        left: 0px;
        letter-spacing: normal;
        line-height: normal;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        /* opacity: 0; */
        
        outline-color: rgb(0, 0, 0);
        outline-style: none;
        outline-width: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        /* position: absolute; */
        
        text-align: start;
        text-indent: 0px;
        text-shadow: none;
        text-transform: none;
        top: 3px;
        visibility: visible;
        white-space: pre;
        width: 100px;
        word-spacing: 0px;
        writing-mode: lr-tb;
        zoom: 1;
    }
    .fil {
        text-align: left;
        background-color: white;
        padding-left: 15px;
    }
    ul,
    li {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    #crumbs {
        height: 2.3em;
        margin-top: 2px;
        margin-bottom: 10px;
        margin-left: 2px;
        margin-right: 2px;
    }
    #crumbs li {
        float: left;
        line-height: 2.3em;
        color: #777;
        padding-left: .75em;
    }
    #crumbs li a {
        display: block;
        line-height: 20 px;
        font-size: 0.8em;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -10px;
        margin-right: -1px;
        color: #373D3F;;
        border: solid 1px #dddddd;
        border-radius: 2px;
        text-transform: none;
    }
    #crumbs li a:link,
    #crumbs li a:visited {
        color: #373D3F;
    }
    #crumbs li a:hover {
        background-color:#DCDEDC;
    }
    #crumbs li {
        color: #dd2c0d;
    }
    div.winesearch-image {
        vertical-align: top;
        padding-left: 5px;
        padding-right: 5px;
        display: inline-block;
        width: 60px;
    }
    div.why {
        padding-top: 10px;
        padding-left: 0px;
        vertical-align: top;
        padding-bottom: 10px;
    }
    .why span {
        font-size: 16px;
        color: #373D3F;
    }
    div.pitch {
        padding-left: 30px;
        vertical-align: top;
    }
    .pitch span {
        font-size: 16px;
    }
    .pitch ul {} .pitch li {
        font-size: 18px;
        color: #373D3F;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-left: 45px;
        margin: 10px 0;
        list-style-type: square;
    }
    div.stack {
        padding-bottom: 30px;
    }
    div.call-to-action {
        padding-top:20px;
        padding-bottom: 30px;
    }
    div.secondary-action {
        padding-top:20px;
        padding-left: 30px;
    }
    div.winesearch-text {
        vertical-align: top;
        padding-left: 5px;
        padding-right: 5px;
        display: inline-block;
        width: 350px;
        overflow: hidden;
    }
    div.warning {
        text-align: center;
    }
    div.autocomplete {
        position: absolute;
        width: 500px;
        color: #373D3F;
        background-color: #FFFFFF;
        border: 1px solid #888;
        margin: 0px;
        padding: 0px;
        text-transform: capitalize;
    }
    div.autocomplete ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        max-height: 20em;
        overflow: auto;
    }
    div.autocomplete ul li.selected {
        text-align: left;
        color: white;
        background-color: #373D3F;
    }
    div.autocomplete ul li {
        list-style-type: none;
        text-align: left;
        display: block;
        margin: 0;
        padding: 2px;
        cursor: pointer;
    }
    div.ligne {
        display: table-row;
        *display: inline-block;
    }
    div.vin {
        display: inline-table;
        padding:5px;
        width: 120px;
        background-color: white;
        *float: left;
    }
    div.image-vin {
        display: block;
    }
    div.nom-vin {
        display: block;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
    }
    div.type-vin {
        display: block;
        text-align: center;
        font-size: 10px;
        color: #373D3F;
    }
    .affiche {
        padding: 3px;
        text-align: center;
    }
    .affiche-sombre {
    }
    .screenshot { 
         margin-left: 35px;    
         margin-right: 35px;    
         margin-bottom: 35px;    
    }
    .fadein {
        position: relative;
        height: 340px;
        width: 300px;
    }
    .fadein-ie7 {
        position: relative;
        height: 340px;
        width: 300px;
    }
    .fadein img {
        position: absolute;
        left: 0;
        top: 0;
    }
    img.banniere {
        width: 998px;
        margin-top: -2px;
    }
    .menus {
        padding-left: 0px;
        padding-right: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .menu {
        display: inline-block;
        list-style: none outside none;
        padding-left: 6px;
        padding-right: 6px;
        vertical-align: top;
        /* For IE 7 */
        
        zoom: 1;
        *display: inline;
    }
    .menu-stat {
        display: inline-block;
        line-height: 20 px;
        font-size: 0.95em;
        padding: 10px;
        margin-right: -1px;
        color: #dddddd;
        border: solid 1px #dddddd;
        border-radius: 2px;
    }
    .liste ul {} .liste li {
        color: #373D3F;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-left: 15px;
        list-style-type: square;
    }
    .graphic {
        border-color: #FFFFFF;
    }
    /*  styles for the unit rater     */
    
    .ratingblock {
        display: block;
        border-bottom: 1px solid #999;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .loading {
        height: 50px;
        background: url('./working.gif') 50% 50% no-repeat;
    }
    .unit-rating {
        list-style: none;
        margin: 0px;
        padding: 0px;
        height: 25px;
        position: relative;
        background: url('./notation.gif') top left repeat-x;
    }
    .unit-rating li {
        text-indent: -90000px;
        padding: 0px;
        margin: 0px;
        float: left;
    }
    .unit-rating li a {
        outline: none;
        display: block;
        width: 15px;
        height: 25px;
        text-indent: -9000px;
        z-index: 20;
        position: absolute;
        padding: 0px;
    }
    .unit-rating li a:hover {
        background: url('./notation.gif') left center;
        z-index: 2;
        left: 0px;
    }
    .unit-rating a.r1-unit {
        left: 0px;
    }
    .unit-rating a.r1-unit:hover {
        width: 25px;
    }
    .unit-rating a.r2-unit {
        left: 25px;
    }
    .unit-rating a.r2-unit:hover {
        width: 50px;
    }
    .unit-rating a.r3-unit {
        left: 50px;
    }
    .unit-rating a.r3-unit:hover {
        width: 75px;
    }
    .unit-rating a.r4-unit {
        left: 75px;
    }
    .unit-rating a.r4-unit:hover {
        width: 100px;
    }
    .unit-rating a.r5-unit {
        left: 100px;
    }
    .unit-rating a.r5-unit:hover {
        width: 125px;
    }
    .unit-rating li.current-rating {
        background: url('./notation.gif') left bottom;
        position: absolute;
        height: 25px;
        left: 0px;
        display: block;
        text-indent: -9000px;
        z-index: 1;
    }
    .voted {
        color: #999;
    }
    .thanks {
        color: #36AA3D;
    }
    .static {
        color: #5D3126;
    }
}
.clear {
    /* generic container (i.e. div) for floating buttons */
    
    overflow: hidden;
    width: 100%;
}
a.button {
    color: #373D3F;
    display: block;
    float: left;
    font-size: 14px;
    margin-right: 6px;
    padding-right: 18px;
    /* sliding doors padding */
    background: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid;
    border-color: #adadad #adadad #adadad;
}
a.button span {
    display: block;
    line-height: 26px;
    font-size: 15px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
    /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
    /* push text down 1px */
}
a.login {
    color: #373D3F;
    display: block;
    float: left;
    font-size: 14px;
    margin-right: 6px;
    padding-right: 18px;
    /* sliding doors padding */
    background: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
}
a.login span {
    display: block;
    line-height: 26px;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
}

a.login:active {
    background-position: bottom right;
    color: #000;
    outline: none;
    /* hide dotted outline in Firefox */
}
a.login:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
    /* push text down 1px */
}

a.call-to-action {
    color: white;
    display: block;
    float: left;
    font-size: 14px;
    margin-right: 6px;
    font-weight: bold;
    padding-right: 18px;
    /* sliding doors padding */
    background: #ff4136;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid;
    border-color: #ff4136;
}
a.call-to-action span {
    display: block;
    color:white;
    line-height: 26px;
    font-size: 15px;
    padding: 5px 0 5px 18px;
}
a.call-to-action :active {
    background-position: bottom right;
    color: #000;
    outline: none;
    /* hide dotted outline in Firefox */
}
a.call-to-action :active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
    /* push text down 1px */
}
a.vide {
    margin: 0;
    border: 0;
}
a.mode {
    font-size: 0.9em;
    color: #373D3F;
    padding-left: 15px;
    padding-right: 15px;
}
a.mode:hover {
    font-size: 0.9em;
    color: #373D3F;
    background-color:#DCDEDC;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}
a.mode-selectionne {
    font-size: 0.9em;
    color: #373D3F;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}
a.mode-selectionne:hover {
    font-size: 0.9em;
    color: #373D3F;
    background-color:#DCDEDC;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.thumb {
    margin: 0;
    border-radius: 5px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

path { 
  stroke: steelblue;
    stroke-width: 2;
    fill: none;
}

.axis path,
.axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}

.tooltip {
  position: absolute;
  opacity:0.8;
  z-index:1000;
  text-align:left;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  font-size: 1em;
  color: #373D3F;
  cursor: pointer;
  cursor: hand;
  margin-top: -5px;
  padding-left: 5px;
  padding-right: 5px;
  font: 12px sans-serif;
  max-width: 300px;
}

a.tooltip:hover {

}

.left-div {
    float: left;
    width: 100px;
    height: 20px;
    margin-right: 8px;
}
.right-div {
    float: left;
    margin-left: 108px;
}

.thumb-left {
    border-top-left-radius : 5px;
    border-bottom-left-radius : 5px;
}

a.nostyle {
  text-transform: none;
  color: #373D3F;
}

a.nostyle:hover {
  text-transform: none;
  color: #373D3F;
}

div.fond-mixte {
    width:676px;
    display: table-cell;
    border-radius: 10px;
}

div.mixte {
    display: inline-table;
    width: 200px;
    margin:10px;
    background-color: white;
    border-top-left-radius : 5px;
    border-top-right-radius : 5px;
}

div.answer {
    -webkit-box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    -ms-box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}
div.mixte-image {
    height: 140px;
    padding-left: 32px;
    padding-top: 10px;
    border-radius : 5px;
}

div.mixte-texte {
    width: 200px;
    height: 144px;
    margin-top:-10px;
    padding-left: 5px;
    background-color: white;
    border-bottom-left-radius : 5px;
    border-bottom-right-radius : 5px;
}

p.mixte {
    font-size: 11px;
    text-align: center;
    line-height: 15px;
}

p.notation {
    font-size: 5px;
    text-align: center;
    line-height: 8px;
}

h2.overflow {
    font-size:11px;
    padding-top: 10px;
    text-align: center;
    height: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.divTable{
    display: table;
    width: 800px;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    border-bottom: 1px solid rgba(0,0,0,.15);
    display: table-cell;
    padding: 13px 10px;
    text-overflow: ellipsis; 
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}
.boldCell {
    font-weight: bold;
}

.hiddenText {
    display: none;
}