.sondage {
    margin: 0;
    padding: 10px
    }
.sondage h2 {
    margin-bottom: 10px
    }
.sondage fieldset {
    border: 0;
    margin: 0;
    padding: 0
    }
.sondage input {
    display: inline;
    float: none;
    clear: both;
    width: auto;
    vertical-align: middle
    }
.sondage label {
    display: inline;
    vertical-align: middle
    }
.sondage .listAll {
    display: block;
    margin: 5px 5px 0
    }
.sondage .sondageSubmit {
    display: block;
    color: #fff;
    border: 0;
    background: #20ADD7;
    font-size: 10px;
    padding: 2px 0;
    width: 60px;
    text-align: center;
    margin: 10px 0 5px 167px
    }
.answer {
    margin: 5px 0;
    font-style: italic
    }
.sondageAvancement {
    width: 220px;
    height: 15px;
    border: 1px solid #ddd;
    position: relative
    }
.sondageBarre {
    height: 15px;
    background: #20ADD7
    }
.percent {
    position: absolute;
    top: 0;
    left: 85px;
    height: 15px
    }