/* CSS Document */
#poll{
	width:279px;
	height:190px;
	color:#323232;
	font-family:arial, verdana;
	background: url(../img/fonds/bg_sondage.gif) left top no-repeat;
	overflow:hidden;

}
.titre{
	font-size:14px;
	font-weight:bold;
	padding: 29px 0px 3px 10px;
}
.txt{
	font-size:11px;
	font-weight:bold;
	margin: 0px 5px 5px 10px;
}
.lign_option{
	padding: 0px 0px 1px 5px;
	height:15px;
	margin: 0px 0px 0px 0px;
}
.option{
	font-size:11px;
	font-weight:bold;
	text-align:top;
	padding:0px 0px 0px 10px;
}
.img_go{
	position:relative;
	top:15px;
	left:4px;
	float: left;
	width:270px;
	height:39px;
	padding: 8px 0px 5px 85px;
	background: url(../img/fonds/bg_poll_bottom.gif) left top no-repeat;

}

