
.paginator {
	/*margin-top:60px;*/
	font-size:1em;
	width:100%;
}
.paginator table {
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
}
.paginator table td {
	padding:0;
	white-space:nowrap;
	text-align:center;
}

.paginator table td a{

	font-family: Georgia;
	text-decoration: none;
	font-size: 1.1em;
	color: #CA7B00;
}

.paginator table td a:hover{

	border: 1px solid #CA7B00;
}

.paginator span {
	display:block;
	padding:3px 0;
	color:#fff;
}
.paginator span strong,
.paginator span a {
	padding:2px 6px;
	font-size: 1em;
}
.paginator span strong {
	background:#CA7B00;
	font-style:normal;
	font-weight:normal;
}
.paginator .scroll_bar {
	width:100%;	height:20px;
	position:relative;
	margin-top:10px;
}
.paginator .scroll_trough {
	width:100%;	height:3px;
	min-width: 20px;
	background: #eee;
	overflow:hidden;
}

.paginator .scroll_thumb {
	position:absolute;
	z-index:2;
	margin-top: -8px;
	width:19px; height:19px;
	top:0; left:0;
	font-size:1px;
	background: url(pagination_center.gif) repeat-x;
}

.paginator .scroll_thumb .scroll_thumb_left{

	float: left;
	height: 19px;
	min-width: 9px;
	background: url(pagination_left.gif) no-repeat;
}

.paginator .scroll_thumb .scroll_thumb_right{

	float: right;
	height: 19px;
	min-width: 9px;
	background: url(pagination_right.gif) no-repeat;
}

.paginator .scroll_thumb .scroll_thumb_center{

	float: left;
}

.paginator .current_page_mark {
	position:absolute;
	z-index:1;
	top:0; left:0;
	width:0px; height:3px;
	overflow:hidden;
	background:#CA7B00;
}

.fullsize .scroll_thumb {
	display:none;
}

.pageactu {
	text-align:center;
	font-family: Georgia;
	text-decoration: none;
	font-size: 1.4em;
	color: #CA7B00;
	border-bottom:2px #CA7B00 solid;
	padding-bottom:5px;
}