/* -------------------------- RadioButton - Enquete ------------------------------------------*/

/* RadioButton */

.radioButton-enquete {
	display: inline;
	float:left;
	font-size: 17px;
	line-height: 17px;
	cursor: pointer;
	cursor: hand;
	margin-left:-18px;
}

.radioButton-enquete .mark {
	display: inline;
}

.radioButton-enquete img{
	vertical-align: middle; 
	width: 14px; 
	height: 14px; _height: 15px;
	background: transparent url(../img/radioButton.png) no-repeat;
	background-position: 0 -16px;
	margin-top:2px;
	margin-left:18px;
	float:left;
	border:none;
}

.radioButton-enquete-hover img{
	background-position: 0px -16px;
}

.radioButton-enquete-checked img{
	background-position: 0 0px;
}

.radioButton-enquete-checked ..radioButton-enquete-hover img {
	background-position: 0px 0px;
}

