h1 {
    margin-bottom: 35px;
    margin-left: 18px;
}
#main-content {
    padding: 20px 0
}
#main-content .node {
    border-color: #CCC
}
.boxes-h {
    padding: 0 18px
}
.boxes-h .googlads {
    margin-top: 15px
}
/** Poll charts
 * -------------------------------------------------------------- 
 */
#sondage-resultats {
    margin-bottom: 20px
}
#sondage-resultats h1 {
    padding: 30px 0 20px
}
#sondage-resultats h2,
#sondage-resultats h3 {
    font-size: 1.5em;
    margin: 0 0 20px;
}
#sondage-resultats h3 {
    font-size: 1.3em
}
#sondage-resultats .scan-photo {
    margin-bottom: 20px
}
#sondage-resultats .scan-photo b {
    display: block;
    padding: 2px 0;
    font-weight: normal;
    font-size: 0.95em;
    color: #444;
}
.poll-charts {
    margin: 0;
    list-style: none;
}
.poll-charts li {
    padding: .5em;
    margin: 0 0 .5em 0;
    position: relative;
    line-height: 1.1em;
}
.poll-charts li:hover {
    background-color: #f5edbb;
    background-color: #EEE;
}
.poll-charts em {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 40px;
    font: normal bold 1.2em/1 Georgie, Times, serif;
}
.poll-charts p {
    margin: 0 0 0 40px !important
}
.poll-charts .bar {
    float: left;
    display: block;
    height: 8px;
    padding: 1px;
    margin: 0 0 5px 0;
    border: 1px solid #DDD;
    background: #FFF;
}
.poll-charts .bar span {
    display: block;
    height: 8px;
    background: #E00;
}
.poll-charts strong {
    clear: both;
    display: block;
    font-weight: normal;
}
.poll-charts strong b {
    font-weight: normal;
    color: #666;
}
.sondage-resultats p.infos {
    float: left
}
/** Sondage resultats IE fix
 * -------------------------------------------------------------- 
 */
* html .poll-charts li {
    zoom: 1
}
* html .poll-charts .bar {
    margin: 0 0 0 20px
}
*+html .poll-charts li {
    zoom: 1
}
* html .poll-charts span {
    font-size: 1%;
    overflow: hidden;
}