/********************* CSS QUIZZ *************************/
#content_page_list .more_quizz{
	float:left;
	width:250px;
	font-size:11px;
}

#content_page_list .bloc_quizz {
	float:left;
	padding-left:45px;
	padding-bottom: 20px;
	border: #000000 0px solid;
}
.q1 {
	background:url("../images/q1.gif") no-repeat 0px 8px;
}
.q2 {
	background:url("../images/q2.gif") no-repeat 0px 8px;
}
.q3 {
	background:url("../images/q3.gif") no-repeat 0px 8px;
}
#btn_result{
	float: right;
}
#btn_result a{
	display: block;
	position: relative;
	bottom:-12px;
	width:171px;
	height:25px;
	background:url("../images/btn_result.gif") no-repeat;
	text-decoration: none;
}