/* FORMS */
form .fm-lbl{
	display:block;
}
form .fm-chk{
	display:block;
	height:16px;
	padding:0 0 0 20px;
	position:relative;
}
form .fm-oth{
	cursor:pointer;
	float:left;
	padding-left:18px;
	position:relative;
}
form .fm-oth input{
	position:relative;
	float:left;
	margin:1px 0 1px -18px;
}
form .fm-sel{
	border:2px solid;
	font-size:13px;
	color:#444;
	background-color:#fff;
	line-height:16px;
	height:30px;
	padding:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
form .fm-txt{
	border-width:1px;
	border-style:solid;
	border-color:#ccc #ddd #ddd #ccc;
	font-size:14px;
	color:#444;
	background:#fff url(/img/v10/bg-fm-txt.png) repeat-x bottom;
	padding:5px;
	line-height:16px;
	height:16px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
form .fm-txt.active{
	border-color:#fc0;
}
form .fm-txa{
	border-width:1px;
	border-style:solid;
	border-color:#ccc #ddd #ddd #ccc;
	font-size:14px;
	color:#444;
	background:#fff url(/img/v10/bg-fm-txt.png) repeat-x bottom;
	padding:5px;
	line-height:16px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
form .fm-txa.active{
	border-color:#fc0;
}
form input:focus{
	-moz-outline-style:none;
	outline:none;
}
form input:active{outline:none;}
form .msg-error{
	font-size:12px;
	color:#888;
	background:#eee url(/img/v10/ic-error-p.gif) no-repeat 5px center;
	line-height:1.5em;
	padding:5px 10px;
	display:block;
	margin-bottom:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
form .fm-active{border-color:#fc0;}
form .fm-error{border-color:#c33;}
form .fm-btn{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:url(/img/v10/bt-blue.png) repeat-x top center #06c;
	border:0;
	cursor:pointer;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	height:30px;
	padding:6px 7px 8px;
}
form .fm-btn:hover{
	background-position:bottom;
}
/*ENQUETE*/
.poll{
	color:#444;
	font-size:14px;
	line-height:1.5em;
	width:294px;
	border:2px solid #eee;
	padding:1px;
	margin:0 auto 14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.poll .poll-info{
	padding:10px;
	font-size:12px;
	background:#ddd;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius-topleft:4px;
	-webkit-border-radius-topright:4px;
}
.poll .poll-open{
	padding:15px;
}
.poll .question{
	font-weight:bold;
	text-align:justify;
	display:block;
}
.poll .answers{
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
.poll .answers li{
	margin-top:14px;
	width:100%;
	float:left;
	clear:both;
}
.poll .total{
	font-weight:bold;
	margin-top:14px;
	display:block;
	text-align:right;
}
.poll .partial{
	color:#888;
	font-size:12px;
	margin-left:10px;
}
.poll .poll-btn{
	padding:10px;
	background:#eee;
	overflow:hidden;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius-bottomleft:4px;
	-webkit-border-radius-bottomright:4px;
}
.poll .bars{
	height:12px;
	width:264px;
	background:#eee;
	display:block;
	margin:2px 0;
}
.poll .bars .current{
	height:12px;
	background:url(/img/v10/bg-bars-current.gif) repeat-x top;
	display:block;
}
.poll .fm-btn{
	float:right;
}
.poll .fm-alt{
	margin:6px 0 8px;
	float:left;
	font-size:12px;
	font-weight:bold;
}
.poll .load-s{
 margin-top:6px;
 float:right;
 font-size:12px;
 color:#888;
 padding-left:30px;
 background:url(/img/v10/load-s.gif) no-repeat left center;
}
