@charset "utf-8";
/* CSS Document */
.poll {
	font-size:0.9em;
	margin-top:20px;
}
.question {
	border-bottom:1px solid #BBB;
	font-size:1.2em;
	font-weight:bold;
}
.answer {
	cursor:pointer;
}
.resultats {
	border-top:1px solid #CCC;
	cursor:pointer;
	font-size:1.2em;
	font-weight:bold;
}

