.f3-widget-paginator{
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	width:100%;
	list-style-type: none;
}
.f3-widget-paginator li{
	background-color: #ccc;
	border: 0 none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 5px 0 0;
	min-width: 6px;
	padding: 0 9px;
	margin-top: 5px;
	text-align: center;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.f3-widget-paginator li:hover{
	background-color: #000;
}
.f3-widget-paginator li:active{
	background-color: #008d71;
}

.f3-widget-paginator .pagination-current{
	background-color: #008d71 ;
}

.f3-widget-paginator-etat{
	/* margin-top: 20px; */
	color: #B2B2B2;
	/* font-style: italic; */
	float: left;
	margin-top: 5px;
	width: 100%;
}
.f3-widget-paginator-group{
	float: right;
width: 100%;
}

