


a:hover, a:active {
    outline: none;
}

#sizer {
    width: 340px;
    margin: 0 auto;
    padding: 144px 200px 240px;
    background: url(sondage/highlight.png) no-repeat 50% 0;
}

form#sondage {
    width: 265px;
    padding: 18px 7px 0;
    margin-bottom: 18px;
    background: #4f84b8 url(sondage/box-grad.png) repeat-x 0 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 0 5px 12px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4);
    -moz-box-shadow: 0 5px 12px rgba(0,0,0,.4);
    -khtml-box-shadow: 0 5px 12px rgba(0,0,0,.4);
}

form#sondage fieldset {
    border: 0;
    padding-bottom: 9px;
	width:inherit;
	padding-left:inherit;
	margin-bottom:inherit;
	padding-left:5px;
	width:100%;
}

form#sondage label {
color:#FFFFFF;
    display: block;
    cursor: pointer;
    line-height: 20px;
    padding-bottom: 9px;
	font-weight:normal;
}

.radios {
    padding-top: 18px;
   
}

.label_check input,
.label_radio input {
    margin-right: 5px;
}

#footer {
    width: 100%;
    text-align: center;
    font-size: 12px;
}

#footer a {
    padding: 2px 10px;
    margin: 0 2px;
    color: #999;
    background: #ddd;
    text-decoration: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

#footer a:hover,
#footer a:focus {
    color: #fff;
    background: #333;
    background: rgba(0,0,0,.3);
}

.has-js .label_check,
.has-js .label_radio {
    padding-left: 34px;
}

.has-js .label_radio {
    background: url(sondage/radio-off.png) no-repeat;
}

.has-js .label_check {
    background: url(sondage/check-off.png) no-repeat;
}

.has-js label.c_on {
    background: url(sondage/check-on.png) no-repeat;
}

.has-js label.r_on {
    background: url(sondage/radio-on.png) no-repeat;
}

.has-js .label_check input,
.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}
 